From 68fe2a198e4f65882cd5c7e95a099d61d5c2c9ee Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 13:44:23 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 28 ++++++++++++++-------------- openapi/spec3.beta.sdk.yaml | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 9a01afd4..607ffa80 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -48620,7 +48620,7 @@ "data": { "description": "Details about each object.", "items": { - "$ref": "#/components/schemas/tax.calculation.line_item" + "$ref": "#/components/schemas/tax.calculation_line_item" }, "type": "array" }, @@ -48740,13 +48740,13 @@ "class_name": "Calculation", "in_package": "Tax", "inner_classes": [ - "tax.calculation.line_item", + "tax.calculation_line_item", "tax_product_resource_customer_details", "tax_product_resource_tax_breakdown" ] } }, - "tax.calculation.line_item": { + "tax.calculation_line_item": { "description": "", "properties": { "amount": { @@ -48765,7 +48765,7 @@ "object": { "description": "String representing the object's type. Objects of the same type share the same value.", "enum": [ - "tax.calculation.line_item" + "tax.calculation_line_item" ], "type": "string" }, @@ -48824,7 +48824,7 @@ "x-expandableFields": [ "tax_breakdown" ], - "x-resourceId": "tax.calculation.line_item", + "x-resourceId": "tax.calculation_line_item", "x-stripeResource": { "class_name": "LineItem", "has_collection_class": true, @@ -49041,7 +49041,7 @@ "data": { "description": "Details about each object.", "items": { - "$ref": "#/components/schemas/tax.transaction.line_item" + "$ref": "#/components/schemas/tax.transaction_line_item" }, "type": "array" }, @@ -49198,12 +49198,12 @@ "class_name": "Transaction", "in_package": "Tax", "inner_classes": [ - "tax.transaction.line_item", + "tax.transaction_line_item", "tax_product_resource_tax_transaction_resource_reversal" ] } }, - "tax.transaction.line_item": { + "tax.transaction_line_item": { "description": "", "properties": { "amount": { @@ -49235,7 +49235,7 @@ "object": { "description": "String representing the object's type. Objects of the same type share the same value.", "enum": [ - "tax.transaction.line_item" + "tax.transaction_line_item" ], "type": "string" }, @@ -49298,7 +49298,7 @@ "x-expandableFields": [ "reversal" ], - "x-resourceId": "tax.transaction.line_item", + "x-resourceId": "tax.transaction_line_item", "x-stripeResource": { "class_name": "LineItem", "has_collection_class": true, @@ -49914,7 +49914,7 @@ ], "x-stripeResource": { "class_name": "LineItemTaxBreakdown", - "in_class": "tax.calculation.line_item", + "in_class": "tax.calculation_line_item", "inner_classes": [ "tax_product_resource_jurisdiction", "tax_product_resource_line_item_tax_rate_details" @@ -50230,7 +50230,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Reversal", - "in_class": "tax.transaction.line_item" + "in_class": "tax.transaction_line_item" } }, "tax_product_resource_tax_transaction_resource_reversal": { @@ -137855,7 +137855,7 @@ "data": { "description": "Details about each object.", "items": { - "$ref": "#/components/schemas/tax.calculation.line_item" + "$ref": "#/components/schemas/tax.calculation_line_item" }, "type": "array" }, @@ -138866,7 +138866,7 @@ "data": { "description": "Details about each object.", "items": { - "$ref": "#/components/schemas/tax.transaction.line_item" + "$ref": "#/components/schemas/tax.transaction_line_item" }, "type": "array" }, diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index b8818426..0c224250 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -43960,7 +43960,7 @@ components: data: description: Details about each object. items: - $ref: '#/components/schemas/tax.calculation.line_item' + $ref: '#/components/schemas/tax.calculation_line_item' type: array has_more: description: >- @@ -44060,10 +44060,10 @@ components: class_name: Calculation in_package: Tax inner_classes: - - tax.calculation.line_item + - tax.calculation_line_item - tax_product_resource_customer_details - tax_product_resource_tax_breakdown - tax.calculation.line_item: + tax.calculation_line_item: description: '' properties: amount: @@ -44084,7 +44084,7 @@ components: String representing the object's type. Objects of the same type share the same value. enum: - - tax.calculation.line_item + - tax.calculation_line_item type: string product: description: A Product ID. @@ -44136,7 +44136,7 @@ components: type: object x-expandableFields: - tax_breakdown - x-resourceId: tax.calculation.line_item + x-resourceId: tax.calculation_line_item x-stripeResource: class_name: LineItem has_collection_class: true @@ -44352,7 +44352,7 @@ components: data: description: Details about each object. items: - $ref: '#/components/schemas/tax.transaction.line_item' + $ref: '#/components/schemas/tax.transaction_line_item' type: array has_more: description: >- @@ -44482,9 +44482,9 @@ components: class_name: Transaction in_package: Tax inner_classes: - - tax.transaction.line_item + - tax.transaction_line_item - tax_product_resource_tax_transaction_resource_reversal - tax.transaction.line_item: + tax.transaction_line_item: description: '' properties: amount: @@ -44520,7 +44520,7 @@ components: String representing the object's type. Objects of the same type share the same value. enum: - - tax.transaction.line_item + - tax.transaction_line_item type: string quantity: description: >- @@ -44574,7 +44574,7 @@ components: type: object x-expandableFields: - reversal - x-resourceId: tax.transaction.line_item + x-resourceId: tax.transaction_line_item x-stripeResource: class_name: LineItem has_collection_class: true @@ -45126,7 +45126,7 @@ components: - tax_rate_details x-stripeResource: class_name: LineItemTaxBreakdown - in_class: tax.calculation.line_item + in_class: tax.calculation_line_item inner_classes: - tax_product_resource_jurisdiction - tax_product_resource_line_item_tax_rate_details @@ -45406,7 +45406,7 @@ components: x-expandableFields: [] x-stripeResource: class_name: Reversal - in_class: tax.transaction.line_item + in_class: tax.transaction_line_item tax_product_resource_tax_transaction_resource_reversal: description: '' properties: @@ -130374,7 +130374,7 @@ paths: data: description: Details about each object. items: - $ref: '#/components/schemas/tax.calculation.line_item' + $ref: '#/components/schemas/tax.calculation_line_item' type: array has_more: description: >- @@ -131183,7 +131183,7 @@ paths: data: description: Details about each object. items: - $ref: '#/components/schemas/tax.transaction.line_item' + $ref: '#/components/schemas/tax.transaction_line_item' type: array has_more: description: >-