From 69f6478d118c34a43477e1fec1777c48f11c751b Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:44:06 +0000 Subject: [PATCH] OpenAPI Update (#626) Update OpenAPI for 5d7e3cf7f79f897de4b288a5283f99cc9c15cc2f Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 65 ++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 1fc4498a..80b2b517 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -99942,6 +99942,11 @@ "index": { "description": "The index, starting at 0, at which to position the new discount. When not supplied, Stripe defaults to appending the discount to the end of the `discounts` array.", "type": "integer" + }, + "promotion_code": { + "description": "The promotion code to redeem.", + "maxLength": 5000, + "type": "string" } }, "title": "add_discount_specs", @@ -99959,6 +99964,11 @@ "description": "The ID of a discount to remove from the `discounts` array.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "The ID of a promotion code to remove from the `discounts` array.", + "maxLength": 5000, + "type": "string" } }, "title": "remove_discount_specs", @@ -99976,6 +99986,11 @@ "description": "An ID of an existing discount to replace the `discounts` array with.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "An ID of an existing promotion code to replace the `discounts` array with.", + "maxLength": 5000, + "type": "string" } }, "title": "set_discount_specs", @@ -103184,6 +103199,11 @@ "index": { "description": "The index, starting at 0, at which to position the new discount. When not supplied, Stripe defaults to appending the discount to the end of the `discounts` array.", "type": "integer" + }, + "promotion_code": { + "description": "The promotion code to redeem.", + "maxLength": 5000, + "type": "string" } }, "title": "add_discount_specs", @@ -103201,6 +103221,11 @@ "description": "The ID of a discount to remove from the `discounts` array.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "The ID of a promotion code to remove from the `discounts` array.", + "maxLength": 5000, + "type": "string" } }, "title": "remove_discount_specs", @@ -103218,6 +103243,11 @@ "description": "An ID of an existing discount to replace the `discounts` array with.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "An ID of an existing promotion code to replace the `discounts` array with.", + "maxLength": 5000, + "type": "string" } }, "title": "set_discount_specs", @@ -147788,6 +147818,11 @@ "description": "The ID of a discount to remove from the `discounts` array.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "The ID of a promotion code to remove from the `discounts` array.", + "maxLength": 5000, + "type": "string" } }, "title": "remove_discount_specs", @@ -147829,6 +147864,11 @@ "description": "An ID of an existing discount to replace the `discounts` array with.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "An ID of an existing promotion code to replace the `discounts` array with.", + "maxLength": 5000, + "type": "string" } }, "title": "set_discount_specs", @@ -149934,6 +149974,11 @@ "description": "The ID of a discount to remove from the `discounts` array.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "The ID of a promotion code to remove from the `discounts` array.", + "maxLength": 5000, + "type": "string" } }, "title": "remove_discount_specs", @@ -149975,6 +150020,11 @@ "description": "An ID of an existing discount to replace the `discounts` array with.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "An ID of an existing promotion code to replace the `discounts` array with.", + "maxLength": 5000, + "type": "string" } }, "title": "set_discount_specs", @@ -166122,6 +166172,11 @@ "index": { "description": "The index, starting at 0, at which to position the new discount. When not supplied, Stripe defaults to appending the discount to the end of the `discounts` array.", "type": "integer" + }, + "promotion_code": { + "description": "The promotion code to redeem.", + "maxLength": 5000, + "type": "string" } }, "title": "add_discount_specs", @@ -166139,6 +166194,11 @@ "description": "The ID of a discount to remove from the `discounts` array.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "The ID of a promotion code to remove from the `discounts` array.", + "maxLength": 5000, + "type": "string" } }, "title": "remove_discount_specs", @@ -166156,6 +166216,11 @@ "description": "An ID of an existing discount to replace the `discounts` array with.", "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "description": "An ID of an existing promotion code to replace the `discounts` array with.", + "maxLength": 5000, + "type": "string" } }, "title": "set_discount_specs",