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 Feb 20, 2024
1 parent c178078 commit db34488
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -61215,7 +61215,8 @@
"state_communications_tax",
"state_sales_tax"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -180666,7 +180667,8 @@
"state_communications_tax",
"state_sales_tax"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55339,6 +55339,7 @@ components:
- state_communications_tax
- state_sales_tax
type: string
x-stripeBypassValidation: true
required:
- state
- type
Expand Down Expand Up @@ -170828,6 +170829,7 @@ paths:
- state_communications_tax
- state_sales_tax
type: string
x-stripeBypassValidation: true
required:
- state
- type
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -41336,7 +41336,8 @@
"state_communications_tax",
"state_sales_tax"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -130519,7 +130520,8 @@
"state_communications_tax",
"state_sales_tax"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -50442,7 +50442,8 @@
"state_communications_tax",
"state_sales_tax"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -137151,7 +137152,8 @@
"state_communications_tax",
"state_sales_tax"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45920,6 +45920,7 @@ components:
- state_communications_tax
- state_sales_tax
type: string
x-stripeBypassValidation: true
required:
- state
- type
Expand Down Expand Up @@ -129311,6 +129312,7 @@ paths:
- state_communications_tax
- state_sales_tax
type: string
x-stripeBypassValidation: true
required:
- state
- type
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38763,6 +38763,7 @@ components:
- state_communications_tax
- state_sales_tax
type: string
x-stripeBypassValidation: true
required:
- state
- type
Expand Down Expand Up @@ -110732,6 +110733,7 @@ paths:
- state_communications_tax
- state_sales_tax
type: string
x-stripeBypassValidation: true
required:
- state
- type
Expand Down

0 comments on commit db34488

Please sign in to comment.