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 10, 2024
1 parent d9b19da commit bfa3700
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -31330,7 +31330,8 @@
"failure",
"pending",
"returned",
"shipped"
"shipped",
"submitted"
],
"nullable": true,
"type": "string"
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 @@ -28606,6 +28606,7 @@ components:
- pending
- returned
- shipped
- submitted
nullable: true
type: string
tracking_number:
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -19838,7 +19838,8 @@
"failure",
"pending",
"returned",
"shipped"
"shipped",
"submitted"
],
"nullable": true,
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -27466,7 +27466,8 @@
"failure",
"pending",
"returned",
"shipped"
"shipped",
"submitted"
],
"nullable": true,
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25182,6 +25182,7 @@ components:
- pending
- returned
- shipped
- submitted
nullable: true
type: string
tracking_number:
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19124,6 +19124,7 @@ components:
- pending
- returned
- shipped
- submitted
nullable: true
type: string
tracking_number:
Expand Down

0 comments on commit bfa3700

Please sign in to comment.