From d512a7a29b8cc5b0be1cbcb088955e6d0f2ea082 Mon Sep 17 00:00:00 2001 From: Adam Suchcicki Date: Fri, 4 Sep 2026 17:06:07 +0200 Subject: [PATCH] Reorder "Create Report" request parameters --- openapi-fern.yaml | 6 +++--- openapi-raw.yaml | 6 +++--- openapi-sdk.yaml | 6 +++--- openapi.yaml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/openapi-fern.yaml b/openapi-fern.yaml index 304269c37..e5cbc85ab 100644 --- a/openapi-fern.yaml +++ b/openapi-fern.yaml @@ -23515,6 +23515,9 @@ components: - end_date - report_type properties: + start_date: + description: The (inclusive) start date for the report data in `MM/DD/YYYY` format. + type: string end_date: description: The (inclusive) end date for the report data in `MM/DD/YYYY` format. type: string @@ -23530,9 +23533,6 @@ components: - fax_usage maxItems: 2 minItems: 1 - start_date: - description: The (inclusive) start date for the report data in `MM/DD/YYYY` format. - type: string type: object SignatureRequestBulkCreateEmbeddedWithTemplateRequest: required: diff --git a/openapi-raw.yaml b/openapi-raw.yaml index 7fc0b73c2..c6ead05cb 100644 --- a/openapi-raw.yaml +++ b/openapi-raw.yaml @@ -8265,6 +8265,9 @@ components: - end_date - report_type properties: + start_date: + description: '_t__ReportCreate::START_DATE' + type: string end_date: description: '_t__ReportCreate::END_DATE' type: string @@ -8280,9 +8283,6 @@ components: - fax_usage maxItems: 2 minItems: 1 - start_date: - description: '_t__ReportCreate::START_DATE' - type: string type: object SignatureRequestBulkCreateEmbeddedWithTemplateRequest: required: diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index c55482a72..bb85ab74a 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -8217,6 +8217,9 @@ components: - end_date - report_type properties: + start_date: + description: 'The (inclusive) start date for the report data in `MM/DD/YYYY` format.' + type: string end_date: description: 'The (inclusive) end date for the report data in `MM/DD/YYYY` format.' type: string @@ -8232,9 +8235,6 @@ components: - fax_usage maxItems: 2 minItems: 1 - start_date: - description: 'The (inclusive) start date for the report data in `MM/DD/YYYY` format.' - type: string type: object SignatureRequestBulkCreateEmbeddedWithTemplateRequest: required: diff --git a/openapi.yaml b/openapi.yaml index a1a34d41d..7c8475cde 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8217,6 +8217,9 @@ components: - end_date - report_type properties: + start_date: + description: 'The (inclusive) start date for the report data in `MM/DD/YYYY` format.' + type: string end_date: description: 'The (inclusive) end date for the report data in `MM/DD/YYYY` format.' type: string @@ -8232,9 +8235,6 @@ components: - fax_usage maxItems: 2 minItems: 1 - start_date: - description: 'The (inclusive) start date for the report data in `MM/DD/YYYY` format.' - type: string type: object SignatureRequestBulkCreateEmbeddedWithTemplateRequest: required: