From 6b9542a0b143e65b27ea4d3c71d1f4bd07523b2a Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:39:27 +0000 Subject: [PATCH] OpenAPI Update (#714) Update OpenAPI for 5597687400797e5a4621875e1dec1f87a0d7d8b3 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 26 +++++++++++++++++++++++++- embedded/openapi/spec3.json | 22 ++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 77d08b30..c12ef578 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -62645,6 +62645,12 @@ "description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.", "type": "boolean" }, + "name": { + "description": "String indicating the name of the Configuration object, set by the user", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "object": { "description": "String representing the object's type. Objects of the same type share the same value.", "enum": [ @@ -62666,6 +62672,7 @@ "id", "is_account_default", "livemode", + "name", "object" ], "title": "TerminalConfigurationConfiguration", @@ -68822,6 +68829,12 @@ "nullable": true, "type": "string" }, + "payout": { + "description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "received_credit_capital_withholding": { "description": "The ReceivedCredit that Capital withheld from", "maxLength": 5000, @@ -68833,7 +68846,8 @@ "debit_reversal", "inbound_transfer", "issuing_authorization", - "issuing_transaction" + "issuing_transaction", + "payout" ], "title": "TreasuryReceivedDebitsResourceLinkedFlows", "type": "object", @@ -185537,6 +185551,11 @@ }, "type": "array" }, + "name": { + "description": "Name of the configuration", + "maxLength": 100, + "type": "string" + }, "offline": { "anyOf": [ { @@ -186187,6 +186206,11 @@ }, "type": "array" }, + "name": { + "description": "Name of the configuration", + "maxLength": 100, + "type": "string" + }, "offline": { "anyOf": [ { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index fb161c30..d891458a 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -42580,6 +42580,12 @@ "description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.", "type": "boolean" }, + "name": { + "description": "String indicating the name of the Configuration object, set by the user", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "object": { "description": "String representing the object's type. Objects of the same type share the same value.", "enum": [ @@ -46556,6 +46562,12 @@ "maxLength": 5000, "nullable": true, "type": "string" + }, + "payout": { + "description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.", + "maxLength": 5000, + "nullable": true, + "type": "string" } }, "title": "TreasuryReceivedDebitsResourceLinkedFlows", @@ -134352,6 +134364,11 @@ }, "type": "array" }, + "name": { + "description": "Name of the configuration", + "maxLength": 100, + "type": "string" + }, "offline": { "anyOf": [ { @@ -134943,6 +134960,11 @@ }, "type": "array" }, + "name": { + "description": "Name of the configuration", + "maxLength": 100, + "type": "string" + }, "offline": { "anyOf": [ {