diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 1fd6be8a..5abafbcb 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -99387,6 +99387,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -99507,6 +99512,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -102598,6 +102608,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -102729,6 +102744,11 @@ ], "title": "discount_end", "type": "object" + }, + "promotion_code": { + "description": "ID of the promotion code to create a new discount for.", + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 4d051c67..885cec97 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -79980,6 +79980,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -80046,6 +80050,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -80940,6 +80948,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param", @@ -81017,6 +81029,10 @@ "discount": { "maxLength": 5000, "type": "string" + }, + "promotion_code": { + "maxLength": 5000, + "type": "string" } }, "title": "discounts_data_param",