Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openapi-fern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -8280,9 +8283,6 @@ components:
- fax_usage
maxItems: 2
minItems: 1
start_date:
description: '_t__ReportCreate::START_DATE'
type: string
type: object
SignatureRequestBulkCreateEmbeddedWithTemplateRequest:
required:
Expand Down
6 changes: 3 additions & 3 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Loading