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 20, 2023
1 parent b6e3050 commit 7fc56a4
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 6 deletions.
39 changes: 38 additions & 1 deletion 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
46 changes: 45 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8974,7 +8974,26 @@ components:
in_package: ''
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 @@ -60949,6 +60968,31 @@ paths:
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:
- enabled
title: payouts_config_param
Expand Down
35 changes: 34 additions & 1 deletion 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
39 changes: 38 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7806,7 +7806,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 @@ -56660,6 +56678,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
46 changes: 45 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7570,7 +7570,26 @@ components:
in_package: ''
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 @@ -51407,6 +51426,31 @@ paths:
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:
- enabled
title: payouts_config_param
Expand Down
31 changes: 30 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6259,7 +6259,26 @@ components:
- features
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 @@ -42979,6 +42998,16 @@ paths:
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:
- enabled
title: payouts_config_param
Expand Down

0 comments on commit 7fc56a4

Please sign in to comment.