From bcaa26d1e4f0e39694f774109aa18fbc0ed585e7 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:21:39 +0000 Subject: [PATCH] OpenAPI Update (#701) Update OpenAPI for a2d02b54f416ff83f000b88ee14da8668c69a6ad Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 37 ++++++++++++++++++++++++++++ embedded/openapi/spec3.json | 33 +++++++++++++++++++++++++ 2 files changed, 70 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index d4890a73..ee1d1f9f 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -87849,6 +87849,43 @@ "description": "

Returns a list of credit notes.

", "operationId": "GetCreditNotes", "parameters": [ + { + "description": "Only return credit notes that were created during the given date interval.", + "explode": true, + "in": "query", + "name": "created", + "required": false, + "schema": { + "anyOf": [ + { + "properties": { + "gt": { + "description": "Minimum value to filter by (exclusive)", + "type": "integer" + }, + "gte": { + "description": "Minimum value to filter by (inclusive)", + "type": "integer" + }, + "lt": { + "description": "Maximum value to filter by (exclusive)", + "type": "integer" + }, + "lte": { + "description": "Maximum value to filter by (inclusive)", + "type": "integer" + } + }, + "title": "range_query_specs", + "type": "object" + }, + { + "type": "integer" + } + ] + }, + "style": "deepObject" + }, { "description": "Only return credit notes for the customer specified by this customer ID.", "in": "query", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index d4675bae..727dc455 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -64496,6 +64496,39 @@ "description": "

Returns a list of credit notes.

", "operationId": "GetCreditNotes", "parameters": [ + { + "description": "Only return credit notes that were created during the given date interval.", + "explode": true, + "in": "query", + "name": "created", + "required": false, + "schema": { + "anyOf": [ + { + "properties": { + "gt": { + "type": "integer" + }, + "gte": { + "type": "integer" + }, + "lt": { + "type": "integer" + }, + "lte": { + "type": "integer" + } + }, + "title": "range_query_specs", + "type": "object" + }, + { + "type": "integer" + } + ] + }, + "style": "deepObject" + }, { "description": "Only return credit notes for the customer specified by this customer ID.", "in": "query",