Skip to content

Commit

Permalink
Update OpenAPI for 7fc56a499731f6ebb393a45547c87b5d557ccaa0
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 20, 2023
1 parent f9a834a commit 534ce83
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 2 deletions.
39 changes: 38 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9385,7 +9385,25 @@
},
"connect_embedded_payouts_features": {
"description": "",
"properties": {},
"properties": {
"edit_payout_schedule": {
"description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
},
"instant_payouts": {
"description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
},
"standard_payouts": {
"description": "Whether to allow creation of standard payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
}
},
"required": [
"edit_payout_schedule",
"instant_payouts",
"standard_payouts"
],
"title": "ConnectEmbeddedPayoutsFeatures",
"type": "object",
"x-expandableFields": [],
Expand Down Expand Up @@ -67699,6 +67717,25 @@
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {
"edit_payout_schedule": {
"description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
},
"instant_payouts": {
"description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
},
"standard_payouts": {
"description": "Whether to allow creation of standard payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
}
},
"title": "payouts_features_param",
"type": "object"
}
},
"required": [
Expand Down
35 changes: 34 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6137,7 +6137,25 @@
},
"connect_embedded_payouts_features": {
"description": "",
"properties": {},
"properties": {
"edit_payout_schedule": {
"description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
},
"instant_payouts": {
"description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
},
"standard_payouts": {
"description": "Whether to allow creation of standard payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.",
"type": "boolean"
}
},
"required": [
"edit_payout_schedule",
"instant_payouts",
"standard_payouts"
],
"title": "ConnectEmbeddedPayoutsFeatures",
"type": "object",
"x-expandableFields": []
Expand Down Expand Up @@ -45837,6 +45855,21 @@
"properties": {
"enabled": {
"type": "boolean"
},
"features": {
"properties": {
"edit_payout_schedule": {
"type": "boolean"
},
"instant_payouts": {
"type": "boolean"
},
"standard_payouts": {
"type": "boolean"
}
},
"title": "payouts_features_param",
"type": "object"
}
},
"required": [
Expand Down

0 comments on commit 534ce83

Please sign in to comment.