Skip to content

Commit

Permalink
OpenAPI Update (#671)
Browse files Browse the repository at this point in the history
Update OpenAPI for 20e492a0f3164bd2fb72bb71433a2c0fc965a5aa

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 16, 2024
1 parent 8b573bf commit 5f36e6e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
22 changes: 12 additions & 10 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -61548,7 +61548,8 @@
"sales_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -61766,7 +61767,8 @@
"vat"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -62055,11 +62057,11 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -113886,10 +113888,10 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -182482,10 +182484,10 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -182689,10 +182691,10 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"type": "object"
Expand Down
22 changes: 12 additions & 10 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -41664,7 +41664,8 @@
"sales_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -41861,7 +41862,8 @@
"vat"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -42128,11 +42130,11 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -83558,10 +83560,10 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -132304,10 +132306,10 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -132511,10 +132513,10 @@
"qst",
"rst",
"sales_tax",
"service_tax",
"vat"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"type": "object"
Expand Down

0 comments on commit 5f36e6e

Please sign in to comment.