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 Dec 19, 2023
1 parent e074b26 commit be63a26
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3839,6 +3839,7 @@
},
"required": [
"last_attempted_at",
"next_refresh_available_at",
"status"
],
"title": "BankConnectionsResourceBalanceRefresh",
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3657,6 +3657,7 @@ components:
type: string
required:
- last_attempted_at
- next_refresh_available_at
- status
title: BankConnectionsResourceBalanceRefresh
type: object
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2761,6 +2761,12 @@
"format": "unix-time",
"type": "integer"
},
"next_refresh_available_at": {
"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"
},
"status": {
"description": "The status of the last refresh attempt.",
"enum": [
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3570,6 +3570,12 @@
"format": "unix-time",
"type": "integer"
},
"next_refresh_available_at": {
"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"
},
"status": {
"description": "The status of the last refresh attempt.",
"enum": [
Expand All @@ -3582,6 +3588,7 @@
},
"required": [
"last_attempted_at",
"next_refresh_available_at",
"status"
],
"title": "BankConnectionsResourceBalanceRefresh",
Expand Down
9 changes: 9 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3410,6 +3410,14 @@ components:
in seconds since the Unix epoch.
format: unix-time
type: integer
next_refresh_available_at:
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
status:
description: The status of the last refresh attempt.
enum:
Expand All @@ -3419,6 +3427,7 @@ components:
type: string
required:
- last_attempted_at
- next_refresh_available_at
- status
title: BankConnectionsResourceBalanceRefresh
type: object
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2751,6 +2751,14 @@ components:
in seconds since the Unix epoch.
format: unix-time
type: integer
next_refresh_available_at:
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
status:
description: The status of the last refresh attempt.
enum:
Expand Down

0 comments on commit be63a26

Please sign in to comment.