Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 12, 2023
1 parent 63a6746 commit 8054c7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3366,7 +3366,7 @@
"type": "integer"
},
"next_refresh_available_at": {
"description": "Time at which the next balance refresh can be initiated. This value will be `null` when when `status` is `pending`. Measured in seconds since the Unix epoch.",
"description": "Time at which the next balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand Down Expand Up @@ -3402,7 +3402,7 @@
"type": "integer"
},
"next_refresh_available_at": {
"description": "Time at which the next inferred balance refresh can be initiated. This value will be `null` when when `status` is `pending`. Measured in seconds since the Unix epoch.",
"description": "Time at which the next inferred balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand Down Expand Up @@ -3533,7 +3533,7 @@
"type": "integer"
},
"next_refresh_available_at": {
"description": "Time at which the next ownership refresh can be initiated. This value will be `null` when when `status` is `pending`. Measured in seconds since the Unix epoch.",
"description": "Time at which the next ownership refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand Down Expand Up @@ -3574,7 +3574,7 @@
"type": "integer"
},
"next_refresh_available_at": {
"description": "Time at which the next transaction refresh can be initiated. This value will be `null` when when `status` is `pending`. Measured in seconds since the Unix epoch.",
"description": "Time at which the next transaction refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand Down
16 changes: 8 additions & 8 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3245,8 +3245,8 @@ components:
next_refresh_available_at:
description: >-
Time at which the next balance refresh can be initiated. This value
will be `null` when when `status` is `pending`. Measured in seconds
since the Unix epoch.
will be `null` when `status` is `pending`. Measured in seconds since
the Unix epoch.
format: unix-time
nullable: true
type: integer
Expand Down Expand Up @@ -3278,8 +3278,8 @@ components:
next_refresh_available_at:
description: >-
Time at which the next inferred balance refresh can be initiated.
This value will be `null` when when `status` is `pending`. Measured
in seconds since the Unix epoch.
This value will be `null` when `status` is `pending`. Measured in
seconds since the Unix epoch.
format: unix-time
nullable: true
type: integer
Expand Down Expand Up @@ -3384,8 +3384,8 @@ components:
next_refresh_available_at:
description: >-
Time at which the next ownership refresh can be initiated. This
value will be `null` when when `status` is `pending`. Measured in
seconds since the Unix epoch.
value will be `null` when `status` is `pending`. Measured in seconds
since the Unix epoch.
format: unix-time
nullable: true
type: integer
Expand Down Expand Up @@ -3421,8 +3421,8 @@ components:
next_refresh_available_at:
description: >-
Time at which the next transaction refresh can be initiated. This
value will be `null` when when `status` is `pending`. Measured in
seconds since the Unix epoch.
value will be `null` when `status` is `pending`. Measured in seconds
since the Unix epoch.
format: unix-time
nullable: true
type: integer
Expand Down

0 comments on commit 8054c7f

Please sign in to comment.