From 339e068cbd7d1e9f85bd6e4a18185b5a09789df2 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Wed, 4 Sep 2024 11:09:15 -0500 Subject: [PATCH 1/5] Adds required to non-nullable props in base Response schemas --- openapi-raw.yaml | 68 +++++++++++++++++++ openapi-sdk.yaml | 68 +++++++++++++++++++ openapi.yaml | 68 +++++++++++++++++++ sdks/dotnet/docs/AccountCreateResponse.md | 2 +- sdks/dotnet/docs/AccountGetResponse.md | 2 +- sdks/dotnet/docs/ApiAppGetResponse.md | 2 +- sdks/dotnet/docs/ApiAppListResponse.md | 2 +- sdks/dotnet/docs/BulkSendJobGetResponse.md | 2 +- sdks/dotnet/docs/BulkSendJobListResponse.md | 2 +- sdks/dotnet/docs/BulkSendJobSendResponse.md | 2 +- sdks/dotnet/docs/EmbeddedEditUrlResponse.md | 2 +- sdks/dotnet/docs/EmbeddedSignUrlResponse.md | 2 +- .../dotnet/docs/FaxLineAreaCodeGetResponse.md | 2 +- sdks/dotnet/docs/FaxLineListResponse.md | 2 +- sdks/dotnet/docs/FaxLineResponse.md | 2 +- sdks/dotnet/docs/FileResponse.md | 2 +- sdks/dotnet/docs/FileResponseDataUri.md | 2 +- sdks/dotnet/docs/ReportCreateResponse.md | 2 +- .../docs/SignatureRequestGetResponse.md | 2 +- .../docs/SignatureRequestListResponse.md | 2 +- sdks/dotnet/docs/TeamGetInfoResponse.md | 2 +- sdks/dotnet/docs/TeamGetResponse.md | 2 +- sdks/dotnet/docs/TeamInvitesResponse.md | 2 +- sdks/dotnet/docs/TeamMembersResponse.md | 2 +- sdks/dotnet/docs/TeamSubTeamsResponse.md | 2 +- .../TemplateCreateEmbeddedDraftResponse.md | 2 +- sdks/dotnet/docs/TemplateCreateResponse.md | 2 +- sdks/dotnet/docs/TemplateEditResponse.md | 2 +- sdks/dotnet/docs/TemplateGetResponse.md | 2 +- sdks/dotnet/docs/TemplateListResponse.md | 2 +- .../docs/TemplateUpdateFilesResponse.md | 2 +- .../docs/UnclaimedDraftCreateResponse.md | 2 +- .../Model/AccountCreateResponse.cs | 9 ++- .../Dropbox.Sign/Model/AccountGetResponse.cs | 9 ++- .../Dropbox.Sign/Model/ApiAppGetResponse.cs | 9 ++- .../Dropbox.Sign/Model/ApiAppListResponse.cs | 18 +++-- .../Model/BulkSendJobGetResponse.cs | 27 ++++++-- .../Model/BulkSendJobListResponse.cs | 18 +++-- .../Model/BulkSendJobSendResponse.cs | 9 ++- .../Model/EmbeddedEditUrlResponse.cs | 9 ++- .../Model/EmbeddedSignUrlResponse.cs | 9 ++- .../Model/FaxLineAreaCodeGetResponse.cs | 9 ++- .../Dropbox.Sign/Model/FaxLineListResponse.cs | 18 +++-- .../src/Dropbox.Sign/Model/FaxLineResponse.cs | 9 ++- .../src/Dropbox.Sign/Model/FileResponse.cs | 13 ++-- .../Dropbox.Sign/Model/FileResponseDataUri.cs | 9 ++- .../Model/ReportCreateResponse.cs | 9 ++- .../Model/SignatureRequestGetResponse.cs | 9 ++- .../Model/SignatureRequestListResponse.cs | 18 +++-- .../Dropbox.Sign/Model/TeamGetInfoResponse.cs | 9 ++- .../src/Dropbox.Sign/Model/TeamGetResponse.cs | 9 ++- .../Dropbox.Sign/Model/TeamInvitesResponse.cs | 9 ++- .../Dropbox.Sign/Model/TeamMembersResponse.cs | 18 +++-- .../Model/TeamSubTeamsResponse.cs | 18 +++-- .../TemplateCreateEmbeddedDraftResponse.cs | 9 ++- .../Model/TemplateCreateResponse.cs | 9 ++- .../Model/TemplateEditResponse.cs | 9 ++- .../Dropbox.Sign/Model/TemplateGetResponse.cs | 9 ++- .../Model/TemplateListResponse.cs | 18 +++-- .../Model/TemplateUpdateFilesResponse.cs | 9 ++- .../Model/UnclaimedDraftCreateResponse.cs | 9 ++- sdks/java-v1/docs/AccountCreateResponse.md | 2 +- sdks/java-v1/docs/AccountGetResponse.md | 2 +- sdks/java-v1/docs/ApiAppGetResponse.md | 2 +- sdks/java-v1/docs/ApiAppListResponse.md | 4 +- sdks/java-v1/docs/BulkSendJobGetResponse.md | 6 +- sdks/java-v1/docs/BulkSendJobListResponse.md | 4 +- sdks/java-v1/docs/BulkSendJobSendResponse.md | 2 +- sdks/java-v1/docs/EmbeddedEditUrlResponse.md | 2 +- sdks/java-v1/docs/EmbeddedSignUrlResponse.md | 2 +- .../docs/FaxLineAreaCodeGetResponse.md | 2 +- sdks/java-v1/docs/FaxLineListResponse.md | 4 +- sdks/java-v1/docs/FaxLineResponse.md | 2 +- sdks/java-v1/docs/FileResponse.md | 4 +- sdks/java-v1/docs/FileResponseDataUri.md | 2 +- sdks/java-v1/docs/ReportCreateResponse.md | 2 +- .../docs/SignatureRequestGetResponse.md | 2 +- .../docs/SignatureRequestListResponse.md | 4 +- sdks/java-v1/docs/TeamGetInfoResponse.md | 2 +- sdks/java-v1/docs/TeamGetResponse.md | 2 +- sdks/java-v1/docs/TeamInvitesResponse.md | 2 +- sdks/java-v1/docs/TeamMembersResponse.md | 4 +- sdks/java-v1/docs/TeamSubTeamsResponse.md | 4 +- .../TemplateCreateEmbeddedDraftResponse.md | 2 +- sdks/java-v1/docs/TemplateCreateResponse.md | 2 +- sdks/java-v1/docs/TemplateEditResponse.md | 2 +- sdks/java-v1/docs/TemplateGetResponse.md | 2 +- sdks/java-v1/docs/TemplateListResponse.md | 4 +- .../docs/TemplateUpdateFilesResponse.md | 2 +- .../docs/UnclaimedDraftCreateResponse.md | 2 +- .../sign/model/AccountCreateResponse.java | 6 +- .../sign/model/AccountGetResponse.java | 6 +- .../dropbox/sign/model/ApiAppGetResponse.java | 6 +- .../sign/model/ApiAppListResponse.java | 14 ++-- .../sign/model/BulkSendJobGetResponse.java | 20 +++--- .../sign/model/BulkSendJobListResponse.java | 14 ++-- .../sign/model/BulkSendJobSendResponse.java | 6 +- .../sign/model/EmbeddedEditUrlResponse.java | 6 +- .../sign/model/EmbeddedSignUrlResponse.java | 6 +- .../model/FaxLineAreaCodeGetResponse.java | 8 +-- .../sign/model/FaxLineListResponse.java | 14 ++-- .../dropbox/sign/model/FaxLineResponse.java | 6 +- .../com/dropbox/sign/model/FileResponse.java | 12 ++-- .../sign/model/FileResponseDataUri.java | 6 +- .../sign/model/ReportCreateResponse.java | 6 +- .../model/SignatureRequestGetResponse.java | 6 +- .../model/SignatureRequestListResponse.java | 14 ++-- .../sign/model/TeamGetInfoResponse.java | 6 +- .../dropbox/sign/model/TeamGetResponse.java | 6 +- .../sign/model/TeamInvitesResponse.java | 8 +-- .../sign/model/TeamMembersResponse.java | 14 ++-- .../sign/model/TeamSubTeamsResponse.java | 14 ++-- .../TemplateCreateEmbeddedDraftResponse.java | 6 +- .../sign/model/TemplateCreateResponse.java | 6 +- .../sign/model/TemplateEditResponse.java | 6 +- .../sign/model/TemplateGetResponse.java | 6 +- .../sign/model/TemplateListResponse.java | 14 ++-- .../model/TemplateUpdateFilesResponse.java | 6 +- .../model/UnclaimedDraftCreateResponse.java | 6 +- sdks/java-v2/docs/AccountCreateResponse.md | 2 +- sdks/java-v2/docs/AccountGetResponse.md | 2 +- sdks/java-v2/docs/ApiAppGetResponse.md | 2 +- sdks/java-v2/docs/ApiAppListResponse.md | 4 +- sdks/java-v2/docs/BulkSendJobGetResponse.md | 6 +- sdks/java-v2/docs/BulkSendJobListResponse.md | 4 +- sdks/java-v2/docs/BulkSendJobSendResponse.md | 2 +- sdks/java-v2/docs/EmbeddedEditUrlResponse.md | 2 +- sdks/java-v2/docs/EmbeddedSignUrlResponse.md | 2 +- .../docs/FaxLineAreaCodeGetResponse.md | 2 +- sdks/java-v2/docs/FaxLineListResponse.md | 4 +- sdks/java-v2/docs/FaxLineResponse.md | 2 +- sdks/java-v2/docs/FileResponse.md | 4 +- sdks/java-v2/docs/FileResponseDataUri.md | 2 +- sdks/java-v2/docs/ReportCreateResponse.md | 2 +- .../docs/SignatureRequestGetResponse.md | 2 +- .../docs/SignatureRequestListResponse.md | 4 +- sdks/java-v2/docs/TeamGetInfoResponse.md | 2 +- sdks/java-v2/docs/TeamGetResponse.md | 2 +- sdks/java-v2/docs/TeamInvitesResponse.md | 2 +- sdks/java-v2/docs/TeamMembersResponse.md | 4 +- sdks/java-v2/docs/TeamSubTeamsResponse.md | 4 +- .../TemplateCreateEmbeddedDraftResponse.md | 2 +- sdks/java-v2/docs/TemplateCreateResponse.md | 2 +- sdks/java-v2/docs/TemplateEditResponse.md | 2 +- sdks/java-v2/docs/TemplateGetResponse.md | 2 +- sdks/java-v2/docs/TemplateListResponse.md | 4 +- .../docs/TemplateUpdateFilesResponse.md | 2 +- .../docs/UnclaimedDraftCreateResponse.md | 2 +- .../sign/model/AccountCreateResponse.java | 6 +- .../sign/model/AccountGetResponse.java | 6 +- .../dropbox/sign/model/ApiAppGetResponse.java | 6 +- .../sign/model/ApiAppListResponse.java | 14 ++-- .../sign/model/BulkSendJobGetResponse.java | 20 +++--- .../sign/model/BulkSendJobListResponse.java | 14 ++-- .../sign/model/BulkSendJobSendResponse.java | 6 +- .../sign/model/EmbeddedEditUrlResponse.java | 6 +- .../sign/model/EmbeddedSignUrlResponse.java | 6 +- .../model/FaxLineAreaCodeGetResponse.java | 8 +-- .../sign/model/FaxLineListResponse.java | 14 ++-- .../dropbox/sign/model/FaxLineResponse.java | 6 +- .../com/dropbox/sign/model/FileResponse.java | 12 ++-- .../sign/model/FileResponseDataUri.java | 6 +- .../sign/model/ReportCreateResponse.java | 6 +- .../model/SignatureRequestGetResponse.java | 6 +- .../model/SignatureRequestListResponse.java | 14 ++-- .../sign/model/TeamGetInfoResponse.java | 6 +- .../dropbox/sign/model/TeamGetResponse.java | 6 +- .../sign/model/TeamInvitesResponse.java | 8 +-- .../sign/model/TeamMembersResponse.java | 14 ++-- .../sign/model/TeamSubTeamsResponse.java | 14 ++-- .../TemplateCreateEmbeddedDraftResponse.java | 6 +- .../sign/model/TemplateCreateResponse.java | 6 +- .../sign/model/TemplateEditResponse.java | 6 +- .../sign/model/TemplateGetResponse.java | 6 +- .../sign/model/TemplateListResponse.java | 14 ++-- .../model/TemplateUpdateFilesResponse.java | 6 +- .../model/UnclaimedDraftCreateResponse.java | 6 +- sdks/node/docs/model/AccountCreateResponse.md | 2 +- sdks/node/docs/model/AccountGetResponse.md | 2 +- sdks/node/docs/model/ApiAppGetResponse.md | 2 +- sdks/node/docs/model/ApiAppListResponse.md | 4 +- .../node/docs/model/BulkSendJobGetResponse.md | 6 +- .../docs/model/BulkSendJobListResponse.md | 4 +- .../docs/model/BulkSendJobSendResponse.md | 2 +- .../docs/model/EmbeddedEditUrlResponse.md | 2 +- .../docs/model/EmbeddedSignUrlResponse.md | 2 +- .../docs/model/FaxLineAreaCodeGetResponse.md | 2 +- sdks/node/docs/model/FaxLineListResponse.md | 4 +- sdks/node/docs/model/FaxLineResponse.md | 2 +- sdks/node/docs/model/FileResponse.md | 4 +- sdks/node/docs/model/FileResponseDataUri.md | 2 +- sdks/node/docs/model/ReportCreateResponse.md | 2 +- .../docs/model/SignatureRequestGetResponse.md | 2 +- .../model/SignatureRequestListResponse.md | 4 +- sdks/node/docs/model/TeamGetInfoResponse.md | 2 +- sdks/node/docs/model/TeamGetResponse.md | 2 +- sdks/node/docs/model/TeamInvitesResponse.md | 2 +- sdks/node/docs/model/TeamMembersResponse.md | 4 +- sdks/node/docs/model/TeamSubTeamsResponse.md | 4 +- .../TemplateCreateEmbeddedDraftResponse.md | 2 +- .../node/docs/model/TemplateCreateResponse.md | 2 +- sdks/node/docs/model/TemplateEditResponse.md | 2 +- sdks/node/docs/model/TemplateGetResponse.md | 2 +- sdks/node/docs/model/TemplateListResponse.md | 4 +- .../docs/model/TemplateUpdateFilesResponse.md | 2 +- .../model/UnclaimedDraftCreateResponse.md | 2 +- sdks/node/model/accountCreateResponse.ts | 2 +- sdks/node/model/accountGetResponse.ts | 2 +- sdks/node/model/apiAppGetResponse.ts | 2 +- sdks/node/model/apiAppListResponse.ts | 4 +- sdks/node/model/bulkSendJobGetResponse.ts | 6 +- sdks/node/model/bulkSendJobListResponse.ts | 4 +- sdks/node/model/bulkSendJobSendResponse.ts | 2 +- sdks/node/model/embeddedEditUrlResponse.ts | 2 +- sdks/node/model/embeddedSignUrlResponse.ts | 2 +- sdks/node/model/faxLineAreaCodeGetResponse.ts | 2 +- sdks/node/model/faxLineListResponse.ts | 4 +- sdks/node/model/faxLineResponse.ts | 2 +- sdks/node/model/fileResponse.ts | 4 +- sdks/node/model/fileResponseDataUri.ts | 2 +- sdks/node/model/reportCreateResponse.ts | 2 +- .../node/model/signatureRequestGetResponse.ts | 2 +- .../model/signatureRequestListResponse.ts | 4 +- sdks/node/model/teamGetInfoResponse.ts | 2 +- sdks/node/model/teamGetResponse.ts | 2 +- sdks/node/model/teamInvitesResponse.ts | 2 +- sdks/node/model/teamMembersResponse.ts | 4 +- sdks/node/model/teamSubTeamsResponse.ts | 4 +- .../templateCreateEmbeddedDraftResponse.ts | 2 +- sdks/node/model/templateCreateResponse.ts | 2 +- sdks/node/model/templateEditResponse.ts | 2 +- sdks/node/model/templateGetResponse.ts | 2 +- sdks/node/model/templateListResponse.ts | 4 +- .../node/model/templateUpdateFilesResponse.ts | 2 +- .../model/unclaimedDraftCreateResponse.ts | 2 +- .../types/model/accountCreateResponse.d.ts | 2 +- sdks/node/types/model/accountGetResponse.d.ts | 2 +- sdks/node/types/model/apiAppGetResponse.d.ts | 2 +- sdks/node/types/model/apiAppListResponse.d.ts | 4 +- .../types/model/bulkSendJobGetResponse.d.ts | 6 +- .../types/model/bulkSendJobListResponse.d.ts | 4 +- .../types/model/bulkSendJobSendResponse.d.ts | 2 +- .../types/model/embeddedEditUrlResponse.d.ts | 2 +- .../types/model/embeddedSignUrlResponse.d.ts | 2 +- .../model/faxLineAreaCodeGetResponse.d.ts | 2 +- .../node/types/model/faxLineListResponse.d.ts | 4 +- sdks/node/types/model/faxLineResponse.d.ts | 2 +- sdks/node/types/model/fileResponse.d.ts | 4 +- .../node/types/model/fileResponseDataUri.d.ts | 2 +- .../types/model/reportCreateResponse.d.ts | 2 +- .../model/signatureRequestGetResponse.d.ts | 2 +- .../model/signatureRequestListResponse.d.ts | 4 +- .../node/types/model/teamGetInfoResponse.d.ts | 2 +- sdks/node/types/model/teamGetResponse.d.ts | 2 +- .../node/types/model/teamInvitesResponse.d.ts | 2 +- .../node/types/model/teamMembersResponse.d.ts | 4 +- .../types/model/teamSubTeamsResponse.d.ts | 4 +- .../templateCreateEmbeddedDraftResponse.d.ts | 2 +- .../types/model/templateCreateResponse.d.ts | 2 +- .../types/model/templateEditResponse.d.ts | 2 +- .../node/types/model/templateGetResponse.d.ts | 2 +- .../types/model/templateListResponse.d.ts | 4 +- .../model/templateUpdateFilesResponse.d.ts | 2 +- .../model/unclaimedDraftCreateResponse.d.ts | 2 +- sdks/php/docs/Model/AccountCreateResponse.md | 2 +- sdks/php/docs/Model/AccountGetResponse.md | 2 +- sdks/php/docs/Model/ApiAppGetResponse.md | 2 +- sdks/php/docs/Model/ApiAppListResponse.md | 4 +- sdks/php/docs/Model/BulkSendJobGetResponse.md | 6 +- .../php/docs/Model/BulkSendJobListResponse.md | 4 +- .../php/docs/Model/BulkSendJobSendResponse.md | 2 +- .../php/docs/Model/EmbeddedEditUrlResponse.md | 2 +- .../php/docs/Model/EmbeddedSignUrlResponse.md | 2 +- .../docs/Model/FaxLineAreaCodeGetResponse.md | 2 +- sdks/php/docs/Model/FaxLineListResponse.md | 4 +- sdks/php/docs/Model/FaxLineResponse.md | 2 +- sdks/php/docs/Model/FileResponse.md | 4 +- sdks/php/docs/Model/FileResponseDataUri.md | 2 +- sdks/php/docs/Model/ReportCreateResponse.md | 2 +- .../docs/Model/SignatureRequestGetResponse.md | 2 +- .../Model/SignatureRequestListResponse.md | 4 +- sdks/php/docs/Model/TeamGetInfoResponse.md | 2 +- sdks/php/docs/Model/TeamGetResponse.md | 2 +- sdks/php/docs/Model/TeamInvitesResponse.md | 2 +- sdks/php/docs/Model/TeamMembersResponse.md | 4 +- sdks/php/docs/Model/TeamSubTeamsResponse.md | 4 +- .../TemplateCreateEmbeddedDraftResponse.md | 2 +- sdks/php/docs/Model/TemplateCreateResponse.md | 2 +- sdks/php/docs/Model/TemplateEditResponse.md | 2 +- sdks/php/docs/Model/TemplateGetResponse.md | 2 +- sdks/php/docs/Model/TemplateListResponse.md | 4 +- .../docs/Model/TemplateUpdateFilesResponse.md | 2 +- .../Model/UnclaimedDraftCreateResponse.md | 2 +- sdks/php/src/Model/AccountCreateResponse.php | 13 ++-- sdks/php/src/Model/AccountGetResponse.php | 13 ++-- sdks/php/src/Model/ApiAppGetResponse.php | 13 ++-- sdks/php/src/Model/ApiAppListResponse.php | 22 ++++-- sdks/php/src/Model/BulkSendJobGetResponse.php | 31 ++++++--- .../php/src/Model/BulkSendJobListResponse.php | 22 ++++-- .../php/src/Model/BulkSendJobSendResponse.php | 13 ++-- .../php/src/Model/EmbeddedEditUrlResponse.php | 13 ++-- .../php/src/Model/EmbeddedSignUrlResponse.php | 13 ++-- .../src/Model/FaxLineAreaCodeGetResponse.php | 13 ++-- sdks/php/src/Model/FaxLineListResponse.php | 22 ++++-- sdks/php/src/Model/FaxLineResponse.php | 13 ++-- sdks/php/src/Model/FileResponse.php | 22 ++++-- sdks/php/src/Model/FileResponseDataUri.php | 13 ++-- sdks/php/src/Model/ReportCreateResponse.php | 13 ++-- .../src/Model/SignatureRequestGetResponse.php | 13 ++-- .../Model/SignatureRequestListResponse.php | 22 ++++-- sdks/php/src/Model/TeamGetInfoResponse.php | 13 ++-- sdks/php/src/Model/TeamGetResponse.php | 13 ++-- sdks/php/src/Model/TeamInvitesResponse.php | 13 ++-- sdks/php/src/Model/TeamMembersResponse.php | 22 ++++-- sdks/php/src/Model/TeamSubTeamsResponse.php | 22 ++++-- .../TemplateCreateEmbeddedDraftResponse.php | 13 ++-- sdks/php/src/Model/TemplateCreateResponse.php | 13 ++-- sdks/php/src/Model/TemplateEditResponse.php | 13 ++-- sdks/php/src/Model/TemplateGetResponse.php | 13 ++-- sdks/php/src/Model/TemplateListResponse.php | 22 ++++-- .../src/Model/TemplateUpdateFilesResponse.php | 13 ++-- .../Model/UnclaimedDraftCreateResponse.php | 13 ++-- sdks/python/docs/AccountCreateResponse.md | 2 +- sdks/python/docs/AccountGetResponse.md | 2 +- sdks/python/docs/ApiAppGetResponse.md | 2 +- sdks/python/docs/ApiAppListResponse.md | 4 +- sdks/python/docs/BulkSendJobGetResponse.md | 6 +- sdks/python/docs/BulkSendJobListResponse.md | 4 +- sdks/python/docs/BulkSendJobSendResponse.md | 2 +- sdks/python/docs/EmbeddedEditUrlResponse.md | 2 +- sdks/python/docs/EmbeddedSignUrlResponse.md | 2 +- .../python/docs/FaxLineAreaCodeGetResponse.md | 2 +- sdks/python/docs/FaxLineListResponse.md | 4 +- sdks/python/docs/FaxLineResponse.md | 2 +- sdks/python/docs/FileResponse.md | 4 +- sdks/python/docs/FileResponseDataUri.md | 2 +- sdks/python/docs/ReportCreateResponse.md | 2 +- .../docs/SignatureRequestGetResponse.md | 2 +- .../docs/SignatureRequestListResponse.md | 4 +- sdks/python/docs/TeamGetInfoResponse.md | 2 +- sdks/python/docs/TeamGetResponse.md | 2 +- sdks/python/docs/TeamInvitesResponse.md | 2 +- sdks/python/docs/TeamMembersResponse.md | 4 +- sdks/python/docs/TeamSubTeamsResponse.md | 4 +- .../TemplateCreateEmbeddedDraftResponse.md | 2 +- sdks/python/docs/TemplateCreateResponse.md | 2 +- sdks/python/docs/TemplateEditResponse.md | 2 +- sdks/python/docs/TemplateGetResponse.md | 2 +- sdks/python/docs/TemplateListResponse.md | 4 +- .../docs/TemplateUpdateFilesResponse.md | 2 +- .../docs/UnclaimedDraftCreateResponse.md | 2 +- .../models/account_create_response.py | 2 +- .../models/account_get_response.py | 2 +- .../models/api_app_get_response.py | 2 +- .../models/api_app_list_response.py | 4 +- .../models/bulk_send_job_get_response.py | 6 +- .../models/bulk_send_job_list_response.py | 4 +- .../models/bulk_send_job_send_response.py | 2 +- .../models/embedded_edit_url_response.py | 2 +- .../models/embedded_sign_url_response.py | 2 +- .../models/fax_line_area_code_get_response.py | 4 +- .../models/fax_line_list_response.py | 4 +- .../dropbox_sign/models/fax_line_response.py | 2 +- .../dropbox_sign/models/file_response.py | 6 +- .../models/file_response_data_uri.py | 4 +- .../models/report_create_response.py | 2 +- .../models/signature_request_get_response.py | 2 +- .../models/signature_request_list_response.py | 4 +- .../models/team_get_info_response.py | 2 +- .../dropbox_sign/models/team_get_response.py | 2 +- .../models/team_invites_response.py | 2 +- .../models/team_members_response.py | 4 +- .../models/team_sub_teams_response.py | 4 +- ...template_create_embedded_draft_response.py | 2 +- .../models/template_create_response.py | 2 +- .../models/template_edit_response.py | 4 +- .../models/template_get_response.py | 2 +- .../models/template_list_response.py | 4 +- .../models/template_update_files_response.py | 4 +- .../models/unclaimed_draft_create_response.py | 2 +- .../tests/test_signature_request_api.py | 5 +- 381 files changed, 1397 insertions(+), 825 deletions(-) diff --git a/openapi-raw.yaml b/openapi-raw.yaml index 7f4f5d86d..a0d21f20e 100644 --- a/openapi-raw.yaml +++ b/openapi-raw.yaml @@ -9446,6 +9446,8 @@ components: default: false type: object AccountCreateResponse: + required: + - account properties: account: $ref: '#/components/schemas/AccountResponse' @@ -9459,6 +9461,8 @@ components: type: object x-internal-class: true AccountGetResponse: + required: + - account properties: account: $ref: '#/components/schemas/AccountResponse' @@ -9481,6 +9485,8 @@ components: type: object x-internal-class: true ApiAppGetResponse: + required: + - api_app properties: api_app: $ref: '#/components/schemas/ApiAppResponse' @@ -9492,6 +9498,9 @@ components: type: object x-internal-class: true ApiAppListResponse: + required: + - api_apps + - list_info properties: api_apps: description: '_t__ApiAppListResponse::DESCRIPTION' @@ -9508,6 +9517,10 @@ components: type: object x-internal-class: true BulkSendJobGetResponse: + required: + - bulk_send_job + - list_info + - signature_requests properties: bulk_send_job: $ref: '#/components/schemas/BulkSendJobResponse' @@ -9526,6 +9539,9 @@ components: type: object x-internal-class: true BulkSendJobListResponse: + required: + - bulk_send_jobs + - list_info properties: bulk_send_jobs: description: '_t__BulkSendJobListResponse::BULK_SEND_JOBS' @@ -9542,6 +9558,8 @@ components: type: object x-internal-class: true BulkSendJobSendResponse: + required: + - bulk_send_job properties: bulk_send_job: $ref: '#/components/schemas/BulkSendJobResponse' @@ -9553,6 +9571,8 @@ components: type: object x-internal-class: true EmbeddedEditUrlResponse: + required: + - embedded properties: embedded: $ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded' @@ -9564,6 +9584,8 @@ components: type: object x-internal-class: true EmbeddedSignUrlResponse: + required: + - embedded properties: embedded: $ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded' @@ -9582,6 +9604,8 @@ components: $ref: '#/components/schemas/ErrorResponseError' type: object FaxLineResponse: + required: + - fax_line properties: fax_line: $ref: '#/components/schemas/FaxLineResponseFaxLine' @@ -9590,6 +9614,8 @@ components: type: object x-internal-class: true FaxLineAreaCodeGetResponse: + required: + - area_codes properties: area_codes: type: array @@ -9598,6 +9624,9 @@ components: type: object x-internal-class: true FaxLineListResponse: + required: + - fax_lines + - list_info properties: list_info: $ref: '#/components/schemas/ListInfoResponse' @@ -9610,6 +9639,9 @@ components: type: object x-internal-class: true FileResponse: + required: + - file_url + - expires_at properties: file_url: description: '_t__FileResponse::FILE_URL' @@ -9620,6 +9652,8 @@ components: type: object x-internal-class: true FileResponseDataUri: + required: + - data_uri properties: data_uri: description: '_t__FileResponse::DATA_URI' @@ -9627,6 +9661,8 @@ components: type: object x-internal-class: true ReportCreateResponse: + required: + - report properties: report: $ref: '#/components/schemas/ReportResponse' @@ -9638,6 +9674,8 @@ components: type: object x-internal-class: true SignatureRequestGetResponse: + required: + - signature_request properties: signature_request: $ref: '#/components/schemas/SignatureRequestResponse' @@ -9649,6 +9687,9 @@ components: type: object x-internal-class: true SignatureRequestListResponse: + required: + - signature_requests + - list_info properties: signature_requests: description: '_t__SignatureRequestListResponse::DESCRIPTION' @@ -11292,6 +11333,8 @@ components: type: string type: object TeamGetResponse: + required: + - team properties: team: $ref: '#/components/schemas/TeamResponse' @@ -11303,6 +11346,8 @@ components: type: object x-internal-class: true TeamGetInfoResponse: + required: + - team properties: team: $ref: '#/components/schemas/TeamInfoResponse' @@ -11314,6 +11359,8 @@ components: type: object x-internal-class: true TeamInvitesResponse: + required: + - team_invites properties: team_invites: description: '_t__TeamInvitesResponse::DESCRIPTION' @@ -11327,6 +11374,9 @@ components: type: object x-internal-class: true TeamMembersResponse: + required: + - team_members + - list_info properties: team_members: description: '_t__TeamMembersResponse::DESCRIPTION' @@ -11342,6 +11392,9 @@ components: type: object x-internal-class: true TeamSubTeamsResponse: + required: + - sub_teams + - list_info properties: sub_teams: description: '_t__SubTeamResponse::DESCRIPTION' @@ -11357,6 +11410,8 @@ components: type: object x-internal-class: true TemplateCreateResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateCreateResponseTemplate' @@ -11368,6 +11423,8 @@ components: type: object x-internal-class: true TemplateCreateEmbeddedDraftResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate' @@ -11379,12 +11436,16 @@ components: type: object x-internal-class: true TemplateEditResponse: + required: + - template_id properties: template_id: description: '_t__TemplateResponse::TEMPLATE_ID' type: string type: object TemplateGetResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateResponse' @@ -11396,6 +11457,9 @@ components: type: object x-internal-class: true TemplateListResponse: + required: + - templates + - list_info properties: templates: description: '_t__TemplateListResponse::DESCRIPTION' @@ -11412,12 +11476,16 @@ components: type: object x-internal-class: true TemplateUpdateFilesResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate' type: object x-internal-class: true UnclaimedDraftCreateResponse: + required: + - unclaimed_draft properties: unclaimed_draft: $ref: '#/components/schemas/UnclaimedDraftResponse' diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index ddbf4df34..c7189fd24 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -10054,6 +10054,8 @@ components: default: false type: object AccountCreateResponse: + required: + - account properties: account: $ref: '#/components/schemas/AccountResponse' @@ -10067,6 +10069,8 @@ components: type: object x-internal-class: true AccountGetResponse: + required: + - account properties: account: $ref: '#/components/schemas/AccountResponse' @@ -10089,6 +10093,8 @@ components: type: object x-internal-class: true ApiAppGetResponse: + required: + - api_app properties: api_app: $ref: '#/components/schemas/ApiAppResponse' @@ -10100,6 +10106,9 @@ components: type: object x-internal-class: true ApiAppListResponse: + required: + - api_apps + - list_info properties: api_apps: description: 'Contains information about API Apps.' @@ -10116,6 +10125,10 @@ components: type: object x-internal-class: true BulkSendJobGetResponse: + required: + - bulk_send_job + - list_info + - signature_requests properties: bulk_send_job: $ref: '#/components/schemas/BulkSendJobResponse' @@ -10134,6 +10147,9 @@ components: type: object x-internal-class: true BulkSendJobListResponse: + required: + - bulk_send_jobs + - list_info properties: bulk_send_jobs: description: 'Contains a list of BulkSendJobs that the API caller has access to.' @@ -10150,6 +10166,8 @@ components: type: object x-internal-class: true BulkSendJobSendResponse: + required: + - bulk_send_job properties: bulk_send_job: $ref: '#/components/schemas/BulkSendJobResponse' @@ -10161,6 +10179,8 @@ components: type: object x-internal-class: true EmbeddedEditUrlResponse: + required: + - embedded properties: embedded: $ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded' @@ -10172,6 +10192,8 @@ components: type: object x-internal-class: true EmbeddedSignUrlResponse: + required: + - embedded properties: embedded: $ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded' @@ -10190,6 +10212,8 @@ components: $ref: '#/components/schemas/ErrorResponseError' type: object FaxLineResponse: + required: + - fax_line properties: fax_line: $ref: '#/components/schemas/FaxLineResponseFaxLine' @@ -10198,6 +10222,8 @@ components: type: object x-internal-class: true FaxLineAreaCodeGetResponse: + required: + - area_codes properties: area_codes: type: array @@ -10206,6 +10232,9 @@ components: type: object x-internal-class: true FaxLineListResponse: + required: + - fax_lines + - list_info properties: list_info: $ref: '#/components/schemas/ListInfoResponse' @@ -10218,6 +10247,9 @@ components: type: object x-internal-class: true FileResponse: + required: + - file_url + - expires_at properties: file_url: description: 'URL to the file.' @@ -10228,6 +10260,8 @@ components: type: object x-internal-class: true FileResponseDataUri: + required: + - data_uri properties: data_uri: description: 'File as base64 encoded string.' @@ -10235,6 +10269,8 @@ components: type: object x-internal-class: true ReportCreateResponse: + required: + - report properties: report: $ref: '#/components/schemas/ReportResponse' @@ -10246,6 +10282,8 @@ components: type: object x-internal-class: true SignatureRequestGetResponse: + required: + - signature_request properties: signature_request: $ref: '#/components/schemas/SignatureRequestResponse' @@ -10257,6 +10295,9 @@ components: type: object x-internal-class: true SignatureRequestListResponse: + required: + - signature_requests + - list_info properties: signature_requests: description: 'Contains information about signature requests.' @@ -12084,6 +12125,8 @@ components: type: string type: object TeamGetResponse: + required: + - team properties: team: $ref: '#/components/schemas/TeamResponse' @@ -12095,6 +12138,8 @@ components: type: object x-internal-class: true TeamGetInfoResponse: + required: + - team properties: team: $ref: '#/components/schemas/TeamInfoResponse' @@ -12106,6 +12151,8 @@ components: type: object x-internal-class: true TeamInvitesResponse: + required: + - team_invites properties: team_invites: description: 'Contains a list of team invites and their roles.' @@ -12119,6 +12166,9 @@ components: type: object x-internal-class: true TeamMembersResponse: + required: + - team_members + - list_info properties: team_members: description: 'Contains a list of team members and their roles for a specific team.' @@ -12134,6 +12184,9 @@ components: type: object x-internal-class: true TeamSubTeamsResponse: + required: + - sub_teams + - list_info properties: sub_teams: description: 'Contains a list with sub teams.' @@ -12149,6 +12202,8 @@ components: type: object x-internal-class: true TemplateCreateResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateCreateResponseTemplate' @@ -12160,6 +12215,8 @@ components: type: object x-internal-class: true TemplateCreateEmbeddedDraftResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate' @@ -12171,12 +12228,16 @@ components: type: object x-internal-class: true TemplateEditResponse: + required: + - template_id properties: template_id: description: 'The id of the Template.' type: string type: object TemplateGetResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateResponse' @@ -12188,6 +12249,9 @@ components: type: object x-internal-class: true TemplateListResponse: + required: + - templates + - list_info properties: templates: description: 'List of templates that the API caller has access to.' @@ -12204,12 +12268,16 @@ components: type: object x-internal-class: true TemplateUpdateFilesResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate' type: object x-internal-class: true UnclaimedDraftCreateResponse: + required: + - unclaimed_draft properties: unclaimed_draft: $ref: '#/components/schemas/UnclaimedDraftResponse' diff --git a/openapi.yaml b/openapi.yaml index 385f6fbb2..304a8d67b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10032,6 +10032,8 @@ components: default: false type: object AccountCreateResponse: + required: + - account properties: account: $ref: '#/components/schemas/AccountResponse' @@ -10045,6 +10047,8 @@ components: type: object x-internal-class: true AccountGetResponse: + required: + - account properties: account: $ref: '#/components/schemas/AccountResponse' @@ -10067,6 +10071,8 @@ components: type: object x-internal-class: true ApiAppGetResponse: + required: + - api_app properties: api_app: $ref: '#/components/schemas/ApiAppResponse' @@ -10078,6 +10084,9 @@ components: type: object x-internal-class: true ApiAppListResponse: + required: + - api_apps + - list_info properties: api_apps: description: 'Contains information about API Apps.' @@ -10094,6 +10103,10 @@ components: type: object x-internal-class: true BulkSendJobGetResponse: + required: + - bulk_send_job + - list_info + - signature_requests properties: bulk_send_job: $ref: '#/components/schemas/BulkSendJobResponse' @@ -10112,6 +10125,9 @@ components: type: object x-internal-class: true BulkSendJobListResponse: + required: + - bulk_send_jobs + - list_info properties: bulk_send_jobs: description: 'Contains a list of BulkSendJobs that the API caller has access to.' @@ -10128,6 +10144,8 @@ components: type: object x-internal-class: true BulkSendJobSendResponse: + required: + - bulk_send_job properties: bulk_send_job: $ref: '#/components/schemas/BulkSendJobResponse' @@ -10139,6 +10157,8 @@ components: type: object x-internal-class: true EmbeddedEditUrlResponse: + required: + - embedded properties: embedded: $ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded' @@ -10150,6 +10170,8 @@ components: type: object x-internal-class: true EmbeddedSignUrlResponse: + required: + - embedded properties: embedded: $ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded' @@ -10168,6 +10190,8 @@ components: $ref: '#/components/schemas/ErrorResponseError' type: object FaxLineResponse: + required: + - fax_line properties: fax_line: $ref: '#/components/schemas/FaxLineResponseFaxLine' @@ -10176,6 +10200,8 @@ components: type: object x-internal-class: true FaxLineAreaCodeGetResponse: + required: + - area_codes properties: area_codes: type: array @@ -10184,6 +10210,9 @@ components: type: object x-internal-class: true FaxLineListResponse: + required: + - fax_lines + - list_info properties: list_info: $ref: '#/components/schemas/ListInfoResponse' @@ -10196,6 +10225,9 @@ components: type: object x-internal-class: true FileResponse: + required: + - file_url + - expires_at properties: file_url: description: 'URL to the file.' @@ -10206,6 +10238,8 @@ components: type: object x-internal-class: true FileResponseDataUri: + required: + - data_uri properties: data_uri: description: 'File as base64 encoded string.' @@ -10213,6 +10247,8 @@ components: type: object x-internal-class: true ReportCreateResponse: + required: + - report properties: report: $ref: '#/components/schemas/ReportResponse' @@ -10224,6 +10260,8 @@ components: type: object x-internal-class: true SignatureRequestGetResponse: + required: + - signature_request properties: signature_request: $ref: '#/components/schemas/SignatureRequestResponse' @@ -10235,6 +10273,9 @@ components: type: object x-internal-class: true SignatureRequestListResponse: + required: + - signature_requests + - list_info properties: signature_requests: description: 'Contains information about signature requests.' @@ -12062,6 +12103,8 @@ components: type: string type: object TeamGetResponse: + required: + - team properties: team: $ref: '#/components/schemas/TeamResponse' @@ -12073,6 +12116,8 @@ components: type: object x-internal-class: true TeamGetInfoResponse: + required: + - team properties: team: $ref: '#/components/schemas/TeamInfoResponse' @@ -12084,6 +12129,8 @@ components: type: object x-internal-class: true TeamInvitesResponse: + required: + - team_invites properties: team_invites: description: 'Contains a list of team invites and their roles.' @@ -12097,6 +12144,9 @@ components: type: object x-internal-class: true TeamMembersResponse: + required: + - team_members + - list_info properties: team_members: description: 'Contains a list of team members and their roles for a specific team.' @@ -12112,6 +12162,9 @@ components: type: object x-internal-class: true TeamSubTeamsResponse: + required: + - sub_teams + - list_info properties: sub_teams: description: 'Contains a list with sub teams.' @@ -12127,6 +12180,8 @@ components: type: object x-internal-class: true TemplateCreateResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateCreateResponseTemplate' @@ -12138,6 +12193,8 @@ components: type: object x-internal-class: true TemplateCreateEmbeddedDraftResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate' @@ -12149,12 +12206,16 @@ components: type: object x-internal-class: true TemplateEditResponse: + required: + - template_id properties: template_id: description: 'The id of the Template.' type: string type: object TemplateGetResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateResponse' @@ -12166,6 +12227,9 @@ components: type: object x-internal-class: true TemplateListResponse: + required: + - templates + - list_info properties: templates: description: 'List of templates that the API caller has access to.' @@ -12182,12 +12246,16 @@ components: type: object x-internal-class: true TemplateUpdateFilesResponse: + required: + - template properties: template: $ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate' type: object x-internal-class: true UnclaimedDraftCreateResponse: + required: + - unclaimed_draft properties: unclaimed_draft: $ref: '#/components/schemas/UnclaimedDraftResponse' diff --git a/sdks/dotnet/docs/AccountCreateResponse.md b/sdks/dotnet/docs/AccountCreateResponse.md index 55966d2cf..b7a73e614 100644 --- a/sdks/dotnet/docs/AccountCreateResponse.md +++ b/sdks/dotnet/docs/AccountCreateResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Account** | [**AccountResponse**](AccountResponse.md) | | [optional] **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Account** | [**AccountResponse**](AccountResponse.md) | | **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/AccountGetResponse.md b/sdks/dotnet/docs/AccountGetResponse.md index 791e7a447..1cca9a309 100644 --- a/sdks/dotnet/docs/AccountGetResponse.md +++ b/sdks/dotnet/docs/AccountGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Account** | [**AccountResponse**](AccountResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Account** | [**AccountResponse**](AccountResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/ApiAppGetResponse.md b/sdks/dotnet/docs/ApiAppGetResponse.md index c83e775ce..9677b8922 100644 --- a/sdks/dotnet/docs/ApiAppGetResponse.md +++ b/sdks/dotnet/docs/ApiAppGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ApiApp** | [**ApiAppResponse**](ApiAppResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**ApiApp** | [**ApiAppResponse**](ApiAppResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/ApiAppListResponse.md b/sdks/dotnet/docs/ApiAppListResponse.md index e858b2f75..c53c3e482 100644 --- a/sdks/dotnet/docs/ApiAppListResponse.md +++ b/sdks/dotnet/docs/ApiAppListResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ApiApps** | [**List<ApiAppResponse>**](ApiAppResponse.md) | Contains information about API Apps. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**ApiApps** | [**List<ApiAppResponse>**](ApiAppResponse.md) | Contains information about API Apps. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/BulkSendJobGetResponse.md b/sdks/dotnet/docs/BulkSendJobGetResponse.md index 5c9146b79..9d23309a8 100644 --- a/sdks/dotnet/docs/BulkSendJobGetResponse.md +++ b/sdks/dotnet/docs/BulkSendJobGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **SignatureRequests** | [**List<BulkSendJobGetResponseSignatureRequests>**](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **SignatureRequests** | [**List<BulkSendJobGetResponseSignatureRequests>**](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/BulkSendJobListResponse.md b/sdks/dotnet/docs/BulkSendJobListResponse.md index d933a5a27..0c353ddd0 100644 --- a/sdks/dotnet/docs/BulkSendJobListResponse.md +++ b/sdks/dotnet/docs/BulkSendJobListResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**BulkSendJobs** | [**List<BulkSendJobResponse>**](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**BulkSendJobs** | [**List<BulkSendJobResponse>**](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/BulkSendJobSendResponse.md b/sdks/dotnet/docs/BulkSendJobSendResponse.md index 836f2785f..1649dc405 100644 --- a/sdks/dotnet/docs/BulkSendJobSendResponse.md +++ b/sdks/dotnet/docs/BulkSendJobSendResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**BulkSendJob** | [**BulkSendJobResponse**](BulkSendJobResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/EmbeddedEditUrlResponse.md b/sdks/dotnet/docs/EmbeddedEditUrlResponse.md index 51c243045..d2c1d5fae 100644 --- a/sdks/dotnet/docs/EmbeddedEditUrlResponse.md +++ b/sdks/dotnet/docs/EmbeddedEditUrlResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Embedded** | [**EmbeddedEditUrlResponseEmbedded**](EmbeddedEditUrlResponseEmbedded.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Embedded** | [**EmbeddedEditUrlResponseEmbedded**](EmbeddedEditUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/EmbeddedSignUrlResponse.md b/sdks/dotnet/docs/EmbeddedSignUrlResponse.md index 70f0b7bd3..2bd6732b3 100644 --- a/sdks/dotnet/docs/EmbeddedSignUrlResponse.md +++ b/sdks/dotnet/docs/EmbeddedSignUrlResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Embedded** | [**EmbeddedSignUrlResponseEmbedded**](EmbeddedSignUrlResponseEmbedded.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Embedded** | [**EmbeddedSignUrlResponseEmbedded**](EmbeddedSignUrlResponseEmbedded.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md b/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md index 297d51efd..91d4723aa 100644 --- a/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md +++ b/sdks/dotnet/docs/FaxLineAreaCodeGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**AreaCodes** | **List<int>** | | [optional] +**AreaCodes** | **List<int>** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/FaxLineListResponse.md b/sdks/dotnet/docs/FaxLineListResponse.md index 24cb73f01..95a4918bb 100644 --- a/sdks/dotnet/docs/FaxLineListResponse.md +++ b/sdks/dotnet/docs/FaxLineListResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **FaxLines** | [**List<FaxLineResponseFaxLine>**](FaxLineResponseFaxLine.md) | | [optional] **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional] +**ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **FaxLines** | [**List<FaxLineResponseFaxLine>**](FaxLineResponseFaxLine.md) | | **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/FaxLineResponse.md b/sdks/dotnet/docs/FaxLineResponse.md index 5f1bf15be..101ad06fa 100644 --- a/sdks/dotnet/docs/FaxLineResponse.md +++ b/sdks/dotnet/docs/FaxLineResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**FaxLine** | [**FaxLineResponseFaxLine**](FaxLineResponseFaxLine.md) | | [optional] **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional] +**FaxLine** | [**FaxLineResponseFaxLine**](FaxLineResponseFaxLine.md) | | **Warnings** | [**WarningResponse**](WarningResponse.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/FileResponse.md b/sdks/dotnet/docs/FileResponse.md index b1999a78a..8ce1da078 100644 --- a/sdks/dotnet/docs/FileResponse.md +++ b/sdks/dotnet/docs/FileResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**FileUrl** | **string** | URL to the file. | [optional] **ExpiresAt** | **int** | When the link expires. | [optional] +**FileUrl** | **string** | URL to the file. | **ExpiresAt** | **int** | When the link expires. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/FileResponseDataUri.md b/sdks/dotnet/docs/FileResponseDataUri.md index 927cb34b7..784c396f4 100644 --- a/sdks/dotnet/docs/FileResponseDataUri.md +++ b/sdks/dotnet/docs/FileResponseDataUri.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**DataUri** | **string** | File as base64 encoded string. | [optional] +**DataUri** | **string** | File as base64 encoded string. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/ReportCreateResponse.md b/sdks/dotnet/docs/ReportCreateResponse.md index eba26c348..a6416fe7a 100644 --- a/sdks/dotnet/docs/ReportCreateResponse.md +++ b/sdks/dotnet/docs/ReportCreateResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Report** | [**ReportResponse**](ReportResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Report** | [**ReportResponse**](ReportResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/SignatureRequestGetResponse.md b/sdks/dotnet/docs/SignatureRequestGetResponse.md index 855bb5e06..b43aebe70 100644 --- a/sdks/dotnet/docs/SignatureRequestGetResponse.md +++ b/sdks/dotnet/docs/SignatureRequestGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**SignatureRequest** | [**SignatureRequestResponse**](SignatureRequestResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**SignatureRequest** | [**SignatureRequestResponse**](SignatureRequestResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/SignatureRequestListResponse.md b/sdks/dotnet/docs/SignatureRequestListResponse.md index aeb5c783b..d3cda99bc 100644 --- a/sdks/dotnet/docs/SignatureRequestListResponse.md +++ b/sdks/dotnet/docs/SignatureRequestListResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**SignatureRequests** | [**List<SignatureRequestResponse>**](SignatureRequestResponse.md) | Contains information about signature requests. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**SignatureRequests** | [**List<SignatureRequestResponse>**](SignatureRequestResponse.md) | Contains information about signature requests. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TeamGetInfoResponse.md b/sdks/dotnet/docs/TeamGetInfoResponse.md index de47c8fc7..b0f876e55 100644 --- a/sdks/dotnet/docs/TeamGetInfoResponse.md +++ b/sdks/dotnet/docs/TeamGetInfoResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Team** | [**TeamInfoResponse**](TeamInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Team** | [**TeamInfoResponse**](TeamInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TeamGetResponse.md b/sdks/dotnet/docs/TeamGetResponse.md index ddfda5efd..a3a82936a 100644 --- a/sdks/dotnet/docs/TeamGetResponse.md +++ b/sdks/dotnet/docs/TeamGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Team** | [**TeamResponse**](TeamResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Team** | [**TeamResponse**](TeamResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TeamInvitesResponse.md b/sdks/dotnet/docs/TeamInvitesResponse.md index b85dd5745..393ff7113 100644 --- a/sdks/dotnet/docs/TeamInvitesResponse.md +++ b/sdks/dotnet/docs/TeamInvitesResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**TeamInvites** | [**List<TeamInviteResponse>**](TeamInviteResponse.md) | Contains a list of team invites and their roles. | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional] +**TeamInvites** | [**List<TeamInviteResponse>**](TeamInviteResponse.md) | Contains a list of team invites and their roles. | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TeamMembersResponse.md b/sdks/dotnet/docs/TeamMembersResponse.md index 54d36825a..654933542 100644 --- a/sdks/dotnet/docs/TeamMembersResponse.md +++ b/sdks/dotnet/docs/TeamMembersResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**TeamMembers** | [**List<TeamMemberResponse>**](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional] +**TeamMembers** | [**List<TeamMemberResponse>**](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TeamSubTeamsResponse.md b/sdks/dotnet/docs/TeamSubTeamsResponse.md index 0501498e5..f25e02688 100644 --- a/sdks/dotnet/docs/TeamSubTeamsResponse.md +++ b/sdks/dotnet/docs/TeamSubTeamsResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**SubTeams** | [**List<SubTeamResponse>**](SubTeamResponse.md) | Contains a list with sub teams. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional] +**SubTeams** | [**List<SubTeamResponse>**](SubTeamResponse.md) | Contains a list with sub teams. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md index 49c607ec6..b3a03c05a 100644 --- a/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/dotnet/docs/TemplateCreateEmbeddedDraftResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Template** | [**TemplateCreateEmbeddedDraftResponseTemplate**](TemplateCreateEmbeddedDraftResponseTemplate.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Template** | [**TemplateCreateEmbeddedDraftResponseTemplate**](TemplateCreateEmbeddedDraftResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TemplateCreateResponse.md b/sdks/dotnet/docs/TemplateCreateResponse.md index 1e35d55a5..75bab14de 100644 --- a/sdks/dotnet/docs/TemplateCreateResponse.md +++ b/sdks/dotnet/docs/TemplateCreateResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Template** | [**TemplateCreateResponseTemplate**](TemplateCreateResponseTemplate.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Template** | [**TemplateCreateResponseTemplate**](TemplateCreateResponseTemplate.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TemplateEditResponse.md b/sdks/dotnet/docs/TemplateEditResponse.md index 723cdfce4..830c7a9ed 100644 --- a/sdks/dotnet/docs/TemplateEditResponse.md +++ b/sdks/dotnet/docs/TemplateEditResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**TemplateId** | **string** | The id of the Template. | [optional] +**TemplateId** | **string** | The id of the Template. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TemplateGetResponse.md b/sdks/dotnet/docs/TemplateGetResponse.md index f4ce5fa5c..7a301e17d 100644 --- a/sdks/dotnet/docs/TemplateGetResponse.md +++ b/sdks/dotnet/docs/TemplateGetResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Template** | [**TemplateResponse**](TemplateResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Template** | [**TemplateResponse**](TemplateResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TemplateListResponse.md b/sdks/dotnet/docs/TemplateListResponse.md index f24785870..7bb37dc6b 100644 --- a/sdks/dotnet/docs/TemplateListResponse.md +++ b/sdks/dotnet/docs/TemplateListResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Templates** | [**List<TemplateResponse>**](TemplateResponse.md) | List of templates that the API caller has access to. | [optional] **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**Templates** | [**List<TemplateResponse>**](TemplateResponse.md) | List of templates that the API caller has access to. | **ListInfo** | [**ListInfoResponse**](ListInfoResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/TemplateUpdateFilesResponse.md b/sdks/dotnet/docs/TemplateUpdateFilesResponse.md index 5bd4210ef..8ff710ea7 100644 --- a/sdks/dotnet/docs/TemplateUpdateFilesResponse.md +++ b/sdks/dotnet/docs/TemplateUpdateFilesResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Template** | [**TemplateUpdateFilesResponseTemplate**](TemplateUpdateFilesResponseTemplate.md) | | [optional] +**Template** | [**TemplateUpdateFilesResponseTemplate**](TemplateUpdateFilesResponseTemplate.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md b/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md index cc7f5da5a..97a8f57d0 100644 --- a/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md +++ b/sdks/dotnet/docs/UnclaimedDraftCreateResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**UnclaimedDraft** | [**UnclaimedDraftResponse**](UnclaimedDraftResponse.md) | | [optional] **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] +**UnclaimedDraft** | [**UnclaimedDraftResponse**](UnclaimedDraftResponse.md) | | **Warnings** | [**List<WarningResponse>**](WarningResponse.md) | A list of warnings. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs index 6bf25b709..498d367da 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountCreateResponse.cs @@ -41,12 +41,17 @@ protected AccountCreateResponse() { } /// /// Initializes a new instance of the class. /// - /// account. + /// account (required). /// oauthData. /// A list of warnings.. public AccountCreateResponse(AccountResponse account = default(AccountResponse), OAuthTokenResponse oauthData = default(OAuthTokenResponse), List warnings = default(List)) { + // to ensure "account" is required (not null) + if (account == null) + { + throw new ArgumentNullException("account is a required property for AccountCreateResponse and cannot be null"); + } this.Account = account; this.OauthData = oauthData; this.Warnings = warnings; @@ -71,7 +76,7 @@ public static AccountCreateResponse Init(string jsonData) /// /// Gets or Sets Account /// - [DataMember(Name = "account", EmitDefaultValue = true)] + [DataMember(Name = "account", IsRequired = true, EmitDefaultValue = true)] public AccountResponse Account { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs index 9b919caf2..4e5c2f16e 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/AccountGetResponse.cs @@ -41,11 +41,16 @@ protected AccountGetResponse() { } /// /// Initializes a new instance of the class. /// - /// account. + /// account (required). /// A list of warnings.. public AccountGetResponse(AccountResponse account = default(AccountResponse), List warnings = default(List)) { + // to ensure "account" is required (not null) + if (account == null) + { + throw new ArgumentNullException("account is a required property for AccountGetResponse and cannot be null"); + } this.Account = account; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static AccountGetResponse Init(string jsonData) /// /// Gets or Sets Account /// - [DataMember(Name = "account", EmitDefaultValue = true)] + [DataMember(Name = "account", IsRequired = true, EmitDefaultValue = true)] public AccountResponse Account { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs index 3fd681ec4..5bc614d3d 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppGetResponse.cs @@ -41,11 +41,16 @@ protected ApiAppGetResponse() { } /// /// Initializes a new instance of the class. /// - /// apiApp. + /// apiApp (required). /// A list of warnings.. public ApiAppGetResponse(ApiAppResponse apiApp = default(ApiAppResponse), List warnings = default(List)) { + // to ensure "apiApp" is required (not null) + if (apiApp == null) + { + throw new ArgumentNullException("apiApp is a required property for ApiAppGetResponse and cannot be null"); + } this.ApiApp = apiApp; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static ApiAppGetResponse Init(string jsonData) /// /// Gets or Sets ApiApp /// - [DataMember(Name = "api_app", EmitDefaultValue = true)] + [DataMember(Name = "api_app", IsRequired = true, EmitDefaultValue = true)] public ApiAppResponse ApiApp { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs index 6eb175e78..26e2b2843 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/ApiAppListResponse.cs @@ -41,13 +41,23 @@ protected ApiAppListResponse() { } /// /// Initializes a new instance of the class. /// - /// Contains information about API Apps.. - /// listInfo. + /// Contains information about API Apps. (required). + /// listInfo (required). /// A list of warnings.. public ApiAppListResponse(List apiApps = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List)) { + // to ensure "apiApps" is required (not null) + if (apiApps == null) + { + throw new ArgumentNullException("apiApps is a required property for ApiAppListResponse and cannot be null"); + } this.ApiApps = apiApps; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for ApiAppListResponse and cannot be null"); + } this.ListInfo = listInfo; this.Warnings = warnings; } @@ -72,13 +82,13 @@ public static ApiAppListResponse Init(string jsonData) /// Contains information about API Apps. /// /// Contains information about API Apps. - [DataMember(Name = "api_apps", EmitDefaultValue = true)] + [DataMember(Name = "api_apps", IsRequired = true, EmitDefaultValue = true)] public List ApiApps { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs index 9e64a953f..80a6c5598 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobGetResponse.cs @@ -41,15 +41,30 @@ protected BulkSendJobGetResponse() { } /// /// Initializes a new instance of the class. /// - /// bulkSendJob. - /// listInfo. - /// Contains information about the Signature Requests sent in bulk.. + /// bulkSendJob (required). + /// listInfo (required). + /// Contains information about the Signature Requests sent in bulk. (required). /// A list of warnings.. public BulkSendJobGetResponse(BulkSendJobResponse bulkSendJob = default(BulkSendJobResponse), ListInfoResponse listInfo = default(ListInfoResponse), List signatureRequests = default(List), List warnings = default(List)) { + // to ensure "bulkSendJob" is required (not null) + if (bulkSendJob == null) + { + throw new ArgumentNullException("bulkSendJob is a required property for BulkSendJobGetResponse and cannot be null"); + } this.BulkSendJob = bulkSendJob; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for BulkSendJobGetResponse and cannot be null"); + } this.ListInfo = listInfo; + // to ensure "signatureRequests" is required (not null) + if (signatureRequests == null) + { + throw new ArgumentNullException("signatureRequests is a required property for BulkSendJobGetResponse and cannot be null"); + } this.SignatureRequests = signatureRequests; this.Warnings = warnings; } @@ -73,20 +88,20 @@ public static BulkSendJobGetResponse Init(string jsonData) /// /// Gets or Sets BulkSendJob /// - [DataMember(Name = "bulk_send_job", EmitDefaultValue = true)] + [DataMember(Name = "bulk_send_job", IsRequired = true, EmitDefaultValue = true)] public BulkSendJobResponse BulkSendJob { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// /// Contains information about the Signature Requests sent in bulk. /// /// Contains information about the Signature Requests sent in bulk. - [DataMember(Name = "signature_requests", EmitDefaultValue = true)] + [DataMember(Name = "signature_requests", IsRequired = true, EmitDefaultValue = true)] public List SignatureRequests { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs index 0866b4a64..51dff2ab5 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobListResponse.cs @@ -41,13 +41,23 @@ protected BulkSendJobListResponse() { } /// /// Initializes a new instance of the class. /// - /// Contains a list of BulkSendJobs that the API caller has access to.. - /// listInfo. + /// Contains a list of BulkSendJobs that the API caller has access to. (required). + /// listInfo (required). /// A list of warnings.. public BulkSendJobListResponse(List bulkSendJobs = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List)) { + // to ensure "bulkSendJobs" is required (not null) + if (bulkSendJobs == null) + { + throw new ArgumentNullException("bulkSendJobs is a required property for BulkSendJobListResponse and cannot be null"); + } this.BulkSendJobs = bulkSendJobs; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for BulkSendJobListResponse and cannot be null"); + } this.ListInfo = listInfo; this.Warnings = warnings; } @@ -72,13 +82,13 @@ public static BulkSendJobListResponse Init(string jsonData) /// Contains a list of BulkSendJobs that the API caller has access to. /// /// Contains a list of BulkSendJobs that the API caller has access to. - [DataMember(Name = "bulk_send_jobs", EmitDefaultValue = true)] + [DataMember(Name = "bulk_send_jobs", IsRequired = true, EmitDefaultValue = true)] public List BulkSendJobs { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs index 8d11d9f14..ff2af8680 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/BulkSendJobSendResponse.cs @@ -41,11 +41,16 @@ protected BulkSendJobSendResponse() { } /// /// Initializes a new instance of the class. /// - /// bulkSendJob. + /// bulkSendJob (required). /// A list of warnings.. public BulkSendJobSendResponse(BulkSendJobResponse bulkSendJob = default(BulkSendJobResponse), List warnings = default(List)) { + // to ensure "bulkSendJob" is required (not null) + if (bulkSendJob == null) + { + throw new ArgumentNullException("bulkSendJob is a required property for BulkSendJobSendResponse and cannot be null"); + } this.BulkSendJob = bulkSendJob; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static BulkSendJobSendResponse Init(string jsonData) /// /// Gets or Sets BulkSendJob /// - [DataMember(Name = "bulk_send_job", EmitDefaultValue = true)] + [DataMember(Name = "bulk_send_job", IsRequired = true, EmitDefaultValue = true)] public BulkSendJobResponse BulkSendJob { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs index 60108c869..27ff9ffe8 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedEditUrlResponse.cs @@ -41,11 +41,16 @@ protected EmbeddedEditUrlResponse() { } /// /// Initializes a new instance of the class. /// - /// embedded. + /// embedded (required). /// A list of warnings.. public EmbeddedEditUrlResponse(EmbeddedEditUrlResponseEmbedded embedded = default(EmbeddedEditUrlResponseEmbedded), List warnings = default(List)) { + // to ensure "embedded" is required (not null) + if (embedded == null) + { + throw new ArgumentNullException("embedded is a required property for EmbeddedEditUrlResponse and cannot be null"); + } this.Embedded = embedded; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static EmbeddedEditUrlResponse Init(string jsonData) /// /// Gets or Sets Embedded /// - [DataMember(Name = "embedded", EmitDefaultValue = true)] + [DataMember(Name = "embedded", IsRequired = true, EmitDefaultValue = true)] public EmbeddedEditUrlResponseEmbedded Embedded { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs index 5929063bc..6e7f347c5 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/EmbeddedSignUrlResponse.cs @@ -41,11 +41,16 @@ protected EmbeddedSignUrlResponse() { } /// /// Initializes a new instance of the class. /// - /// embedded. + /// embedded (required). /// A list of warnings.. public EmbeddedSignUrlResponse(EmbeddedSignUrlResponseEmbedded embedded = default(EmbeddedSignUrlResponseEmbedded), List warnings = default(List)) { + // to ensure "embedded" is required (not null) + if (embedded == null) + { + throw new ArgumentNullException("embedded is a required property for EmbeddedSignUrlResponse and cannot be null"); + } this.Embedded = embedded; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static EmbeddedSignUrlResponse Init(string jsonData) /// /// Gets or Sets Embedded /// - [DataMember(Name = "embedded", EmitDefaultValue = true)] + [DataMember(Name = "embedded", IsRequired = true, EmitDefaultValue = true)] public EmbeddedSignUrlResponseEmbedded Embedded { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs index 9747f7127..f4224f030 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs @@ -41,10 +41,15 @@ protected FaxLineAreaCodeGetResponse() { } /// /// Initializes a new instance of the class. /// - /// areaCodes. + /// areaCodes (required). public FaxLineAreaCodeGetResponse(List areaCodes = default(List)) { + // to ensure "areaCodes" is required (not null) + if (areaCodes == null) + { + throw new ArgumentNullException("areaCodes is a required property for FaxLineAreaCodeGetResponse and cannot be null"); + } this.AreaCodes = areaCodes; } @@ -67,7 +72,7 @@ public static FaxLineAreaCodeGetResponse Init(string jsonData) /// /// Gets or Sets AreaCodes /// - [DataMember(Name = "area_codes", EmitDefaultValue = true)] + [DataMember(Name = "area_codes", IsRequired = true, EmitDefaultValue = true)] public List AreaCodes { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs index ef03dbac0..25bd1f713 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineListResponse.cs @@ -41,13 +41,23 @@ protected FaxLineListResponse() { } /// /// Initializes a new instance of the class. /// - /// listInfo. - /// faxLines. + /// listInfo (required). + /// faxLines (required). /// warnings. public FaxLineListResponse(ListInfoResponse listInfo = default(ListInfoResponse), List faxLines = default(List), WarningResponse warnings = default(WarningResponse)) { + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for FaxLineListResponse and cannot be null"); + } this.ListInfo = listInfo; + // to ensure "faxLines" is required (not null) + if (faxLines == null) + { + throw new ArgumentNullException("faxLines is a required property for FaxLineListResponse and cannot be null"); + } this.FaxLines = faxLines; this.Warnings = warnings; } @@ -71,13 +81,13 @@ public static FaxLineListResponse Init(string jsonData) /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// /// Gets or Sets FaxLines /// - [DataMember(Name = "fax_lines", EmitDefaultValue = true)] + [DataMember(Name = "fax_lines", IsRequired = true, EmitDefaultValue = true)] public List FaxLines { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs index 3949dcd2d..33442e773 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/FaxLineResponse.cs @@ -41,11 +41,16 @@ protected FaxLineResponse() { } /// /// Initializes a new instance of the class. /// - /// faxLine. + /// faxLine (required). /// warnings. public FaxLineResponse(FaxLineResponseFaxLine faxLine = default(FaxLineResponseFaxLine), WarningResponse warnings = default(WarningResponse)) { + // to ensure "faxLine" is required (not null) + if (faxLine == null) + { + throw new ArgumentNullException("faxLine is a required property for FaxLineResponse and cannot be null"); + } this.FaxLine = faxLine; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static FaxLineResponse Init(string jsonData) /// /// Gets or Sets FaxLine /// - [DataMember(Name = "fax_line", EmitDefaultValue = true)] + [DataMember(Name = "fax_line", IsRequired = true, EmitDefaultValue = true)] public FaxLineResponseFaxLine FaxLine { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs index 6a9a2231f..fd5e27bea 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponse.cs @@ -41,11 +41,16 @@ protected FileResponse() { } /// /// Initializes a new instance of the class. /// - /// URL to the file.. - /// When the link expires.. + /// URL to the file. (required). + /// When the link expires. (required). public FileResponse(string fileUrl = default(string), int expiresAt = default(int)) { + // to ensure "fileUrl" is required (not null) + if (fileUrl == null) + { + throw new ArgumentNullException("fileUrl is a required property for FileResponse and cannot be null"); + } this.FileUrl = fileUrl; this.ExpiresAt = expiresAt; } @@ -70,14 +75,14 @@ public static FileResponse Init(string jsonData) /// URL to the file. /// /// URL to the file. - [DataMember(Name = "file_url", EmitDefaultValue = true)] + [DataMember(Name = "file_url", IsRequired = true, EmitDefaultValue = true)] public string FileUrl { get; set; } /// /// When the link expires. /// /// When the link expires. - [DataMember(Name = "expires_at", EmitDefaultValue = true)] + [DataMember(Name = "expires_at", IsRequired = true, EmitDefaultValue = true)] public int ExpiresAt { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs index 6d5a59da5..bb84d4871 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/FileResponseDataUri.cs @@ -41,10 +41,15 @@ protected FileResponseDataUri() { } /// /// Initializes a new instance of the class. /// - /// File as base64 encoded string.. + /// File as base64 encoded string. (required). public FileResponseDataUri(string dataUri = default(string)) { + // to ensure "dataUri" is required (not null) + if (dataUri == null) + { + throw new ArgumentNullException("dataUri is a required property for FileResponseDataUri and cannot be null"); + } this.DataUri = dataUri; } @@ -68,7 +73,7 @@ public static FileResponseDataUri Init(string jsonData) /// File as base64 encoded string. /// /// File as base64 encoded string. - [DataMember(Name = "data_uri", EmitDefaultValue = true)] + [DataMember(Name = "data_uri", IsRequired = true, EmitDefaultValue = true)] public string DataUri { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs index c3014f27f..4ea4c3da7 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/ReportCreateResponse.cs @@ -41,11 +41,16 @@ protected ReportCreateResponse() { } /// /// Initializes a new instance of the class. /// - /// report. + /// report (required). /// A list of warnings.. public ReportCreateResponse(ReportResponse report = default(ReportResponse), List warnings = default(List)) { + // to ensure "report" is required (not null) + if (report == null) + { + throw new ArgumentNullException("report is a required property for ReportCreateResponse and cannot be null"); + } this.Report = report; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static ReportCreateResponse Init(string jsonData) /// /// Gets or Sets Report /// - [DataMember(Name = "report", EmitDefaultValue = true)] + [DataMember(Name = "report", IsRequired = true, EmitDefaultValue = true)] public ReportResponse Report { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs index d409c50cc..fb7c89e52 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestGetResponse.cs @@ -41,11 +41,16 @@ protected SignatureRequestGetResponse() { } /// /// Initializes a new instance of the class. /// - /// signatureRequest. + /// signatureRequest (required). /// A list of warnings.. public SignatureRequestGetResponse(SignatureRequestResponse signatureRequest = default(SignatureRequestResponse), List warnings = default(List)) { + // to ensure "signatureRequest" is required (not null) + if (signatureRequest == null) + { + throw new ArgumentNullException("signatureRequest is a required property for SignatureRequestGetResponse and cannot be null"); + } this.SignatureRequest = signatureRequest; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static SignatureRequestGetResponse Init(string jsonData) /// /// Gets or Sets SignatureRequest /// - [DataMember(Name = "signature_request", EmitDefaultValue = true)] + [DataMember(Name = "signature_request", IsRequired = true, EmitDefaultValue = true)] public SignatureRequestResponse SignatureRequest { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs index eb9814d09..c930e02f7 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/SignatureRequestListResponse.cs @@ -41,13 +41,23 @@ protected SignatureRequestListResponse() { } /// /// Initializes a new instance of the class. /// - /// Contains information about signature requests.. - /// listInfo. + /// Contains information about signature requests. (required). + /// listInfo (required). /// A list of warnings.. public SignatureRequestListResponse(List signatureRequests = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List)) { + // to ensure "signatureRequests" is required (not null) + if (signatureRequests == null) + { + throw new ArgumentNullException("signatureRequests is a required property for SignatureRequestListResponse and cannot be null"); + } this.SignatureRequests = signatureRequests; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for SignatureRequestListResponse and cannot be null"); + } this.ListInfo = listInfo; this.Warnings = warnings; } @@ -72,13 +82,13 @@ public static SignatureRequestListResponse Init(string jsonData) /// Contains information about signature requests. /// /// Contains information about signature requests. - [DataMember(Name = "signature_requests", EmitDefaultValue = true)] + [DataMember(Name = "signature_requests", IsRequired = true, EmitDefaultValue = true)] public List SignatureRequests { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs index 81f77d2c8..47afb05e3 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetInfoResponse.cs @@ -41,11 +41,16 @@ protected TeamGetInfoResponse() { } /// /// Initializes a new instance of the class. /// - /// team. + /// team (required). /// A list of warnings.. public TeamGetInfoResponse(TeamInfoResponse team = default(TeamInfoResponse), List warnings = default(List)) { + // to ensure "team" is required (not null) + if (team == null) + { + throw new ArgumentNullException("team is a required property for TeamGetInfoResponse and cannot be null"); + } this.Team = team; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static TeamGetInfoResponse Init(string jsonData) /// /// Gets or Sets Team /// - [DataMember(Name = "team", EmitDefaultValue = true)] + [DataMember(Name = "team", IsRequired = true, EmitDefaultValue = true)] public TeamInfoResponse Team { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs index 2a3fb5d0f..db7efe0e0 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamGetResponse.cs @@ -41,11 +41,16 @@ protected TeamGetResponse() { } /// /// Initializes a new instance of the class. /// - /// team. + /// team (required). /// A list of warnings.. public TeamGetResponse(TeamResponse team = default(TeamResponse), List warnings = default(List)) { + // to ensure "team" is required (not null) + if (team == null) + { + throw new ArgumentNullException("team is a required property for TeamGetResponse and cannot be null"); + } this.Team = team; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static TeamGetResponse Init(string jsonData) /// /// Gets or Sets Team /// - [DataMember(Name = "team", EmitDefaultValue = true)] + [DataMember(Name = "team", IsRequired = true, EmitDefaultValue = true)] public TeamResponse Team { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs index 27ef5cf01..b4d6570d9 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamInvitesResponse.cs @@ -41,11 +41,16 @@ protected TeamInvitesResponse() { } /// /// Initializes a new instance of the class. /// - /// Contains a list of team invites and their roles.. + /// Contains a list of team invites and their roles. (required). /// warnings. public TeamInvitesResponse(List teamInvites = default(List), List warnings = default(List)) { + // to ensure "teamInvites" is required (not null) + if (teamInvites == null) + { + throw new ArgumentNullException("teamInvites is a required property for TeamInvitesResponse and cannot be null"); + } this.TeamInvites = teamInvites; this.Warnings = warnings; } @@ -70,7 +75,7 @@ public static TeamInvitesResponse Init(string jsonData) /// Contains a list of team invites and their roles. /// /// Contains a list of team invites and their roles. - [DataMember(Name = "team_invites", EmitDefaultValue = true)] + [DataMember(Name = "team_invites", IsRequired = true, EmitDefaultValue = true)] public List TeamInvites { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs index 0a956cec7..e4ed27dcb 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamMembersResponse.cs @@ -41,13 +41,23 @@ protected TeamMembersResponse() { } /// /// Initializes a new instance of the class. /// - /// Contains a list of team members and their roles for a specific team.. - /// listInfo. + /// Contains a list of team members and their roles for a specific team. (required). + /// listInfo (required). /// warnings. public TeamMembersResponse(List teamMembers = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List)) { + // to ensure "teamMembers" is required (not null) + if (teamMembers == null) + { + throw new ArgumentNullException("teamMembers is a required property for TeamMembersResponse and cannot be null"); + } this.TeamMembers = teamMembers; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for TeamMembersResponse and cannot be null"); + } this.ListInfo = listInfo; this.Warnings = warnings; } @@ -72,13 +82,13 @@ public static TeamMembersResponse Init(string jsonData) /// Contains a list of team members and their roles for a specific team. /// /// Contains a list of team members and their roles for a specific team. - [DataMember(Name = "team_members", EmitDefaultValue = true)] + [DataMember(Name = "team_members", IsRequired = true, EmitDefaultValue = true)] public List TeamMembers { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs index f2c8e5b0c..5c525dfa0 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TeamSubTeamsResponse.cs @@ -41,13 +41,23 @@ protected TeamSubTeamsResponse() { } /// /// Initializes a new instance of the class. /// - /// Contains a list with sub teams.. - /// listInfo. + /// Contains a list with sub teams. (required). + /// listInfo (required). /// warnings. public TeamSubTeamsResponse(List subTeams = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List)) { + // to ensure "subTeams" is required (not null) + if (subTeams == null) + { + throw new ArgumentNullException("subTeams is a required property for TeamSubTeamsResponse and cannot be null"); + } this.SubTeams = subTeams; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for TeamSubTeamsResponse and cannot be null"); + } this.ListInfo = listInfo; this.Warnings = warnings; } @@ -72,13 +82,13 @@ public static TeamSubTeamsResponse Init(string jsonData) /// Contains a list with sub teams. /// /// Contains a list with sub teams. - [DataMember(Name = "sub_teams", EmitDefaultValue = true)] + [DataMember(Name = "sub_teams", IsRequired = true, EmitDefaultValue = true)] public List SubTeams { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs index 5cb1fbbc1..4bdc6475d 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateEmbeddedDraftResponse.cs @@ -41,11 +41,16 @@ protected TemplateCreateEmbeddedDraftResponse() { } /// /// Initializes a new instance of the class. /// - /// template. + /// template (required). /// A list of warnings.. public TemplateCreateEmbeddedDraftResponse(TemplateCreateEmbeddedDraftResponseTemplate template = default(TemplateCreateEmbeddedDraftResponseTemplate), List warnings = default(List)) { + // to ensure "template" is required (not null) + if (template == null) + { + throw new ArgumentNullException("template is a required property for TemplateCreateEmbeddedDraftResponse and cannot be null"); + } this.Template = template; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static TemplateCreateEmbeddedDraftResponse Init(string jsonData) /// /// Gets or Sets Template /// - [DataMember(Name = "template", EmitDefaultValue = true)] + [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)] public TemplateCreateEmbeddedDraftResponseTemplate Template { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs index 947dc1e7f..93f898335 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateCreateResponse.cs @@ -41,11 +41,16 @@ protected TemplateCreateResponse() { } /// /// Initializes a new instance of the class. /// - /// template. + /// template (required). /// A list of warnings.. public TemplateCreateResponse(TemplateCreateResponseTemplate template = default(TemplateCreateResponseTemplate), List warnings = default(List)) { + // to ensure "template" is required (not null) + if (template == null) + { + throw new ArgumentNullException("template is a required property for TemplateCreateResponse and cannot be null"); + } this.Template = template; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static TemplateCreateResponse Init(string jsonData) /// /// Gets or Sets Template /// - [DataMember(Name = "template", EmitDefaultValue = true)] + [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)] public TemplateCreateResponseTemplate Template { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs index 93ba10d58..ee5f6586c 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateEditResponse.cs @@ -41,10 +41,15 @@ protected TemplateEditResponse() { } /// /// Initializes a new instance of the class. /// - /// The id of the Template.. + /// The id of the Template. (required). public TemplateEditResponse(string templateId = default(string)) { + // to ensure "templateId" is required (not null) + if (templateId == null) + { + throw new ArgumentNullException("templateId is a required property for TemplateEditResponse and cannot be null"); + } this.TemplateId = templateId; } @@ -68,7 +73,7 @@ public static TemplateEditResponse Init(string jsonData) /// The id of the Template. /// /// The id of the Template. - [DataMember(Name = "template_id", EmitDefaultValue = true)] + [DataMember(Name = "template_id", IsRequired = true, EmitDefaultValue = true)] public string TemplateId { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs index e41ccbaed..2ead88686 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateGetResponse.cs @@ -41,11 +41,16 @@ protected TemplateGetResponse() { } /// /// Initializes a new instance of the class. /// - /// template. + /// template (required). /// A list of warnings.. public TemplateGetResponse(TemplateResponse template = default(TemplateResponse), List warnings = default(List)) { + // to ensure "template" is required (not null) + if (template == null) + { + throw new ArgumentNullException("template is a required property for TemplateGetResponse and cannot be null"); + } this.Template = template; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static TemplateGetResponse Init(string jsonData) /// /// Gets or Sets Template /// - [DataMember(Name = "template", EmitDefaultValue = true)] + [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)] public TemplateResponse Template { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs index 1a5297cc4..9c20b3d5f 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateListResponse.cs @@ -41,13 +41,23 @@ protected TemplateListResponse() { } /// /// Initializes a new instance of the class. /// - /// List of templates that the API caller has access to.. - /// listInfo. + /// List of templates that the API caller has access to. (required). + /// listInfo (required). /// A list of warnings.. public TemplateListResponse(List templates = default(List), ListInfoResponse listInfo = default(ListInfoResponse), List warnings = default(List)) { + // to ensure "templates" is required (not null) + if (templates == null) + { + throw new ArgumentNullException("templates is a required property for TemplateListResponse and cannot be null"); + } this.Templates = templates; + // to ensure "listInfo" is required (not null) + if (listInfo == null) + { + throw new ArgumentNullException("listInfo is a required property for TemplateListResponse and cannot be null"); + } this.ListInfo = listInfo; this.Warnings = warnings; } @@ -72,13 +82,13 @@ public static TemplateListResponse Init(string jsonData) /// List of templates that the API caller has access to. /// /// List of templates that the API caller has access to. - [DataMember(Name = "templates", EmitDefaultValue = true)] + [DataMember(Name = "templates", IsRequired = true, EmitDefaultValue = true)] public List Templates { get; set; } /// /// Gets or Sets ListInfo /// - [DataMember(Name = "list_info", EmitDefaultValue = true)] + [DataMember(Name = "list_info", IsRequired = true, EmitDefaultValue = true)] public ListInfoResponse ListInfo { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs index 631e92751..4c2fe8575 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateUpdateFilesResponse.cs @@ -41,10 +41,15 @@ protected TemplateUpdateFilesResponse() { } /// /// Initializes a new instance of the class. /// - /// template. + /// template (required). public TemplateUpdateFilesResponse(TemplateUpdateFilesResponseTemplate template = default(TemplateUpdateFilesResponseTemplate)) { + // to ensure "template" is required (not null) + if (template == null) + { + throw new ArgumentNullException("template is a required property for TemplateUpdateFilesResponse and cannot be null"); + } this.Template = template; } @@ -67,7 +72,7 @@ public static TemplateUpdateFilesResponse Init(string jsonData) /// /// Gets or Sets Template /// - [DataMember(Name = "template", EmitDefaultValue = true)] + [DataMember(Name = "template", IsRequired = true, EmitDefaultValue = true)] public TemplateUpdateFilesResponseTemplate Template { get; set; } /// diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs index 4fd9d0ada..e780a2352 100644 --- a/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs +++ b/sdks/dotnet/src/Dropbox.Sign/Model/UnclaimedDraftCreateResponse.cs @@ -41,11 +41,16 @@ protected UnclaimedDraftCreateResponse() { } /// /// Initializes a new instance of the class. /// - /// unclaimedDraft. + /// unclaimedDraft (required). /// A list of warnings.. public UnclaimedDraftCreateResponse(UnclaimedDraftResponse unclaimedDraft = default(UnclaimedDraftResponse), List warnings = default(List)) { + // to ensure "unclaimedDraft" is required (not null) + if (unclaimedDraft == null) + { + throw new ArgumentNullException("unclaimedDraft is a required property for UnclaimedDraftCreateResponse and cannot be null"); + } this.UnclaimedDraft = unclaimedDraft; this.Warnings = warnings; } @@ -69,7 +74,7 @@ public static UnclaimedDraftCreateResponse Init(string jsonData) /// /// Gets or Sets UnclaimedDraft /// - [DataMember(Name = "unclaimed_draft", EmitDefaultValue = true)] + [DataMember(Name = "unclaimed_draft", IsRequired = true, EmitDefaultValue = true)] public UnclaimedDraftResponse UnclaimedDraft { get; set; } /// diff --git a/sdks/java-v1/docs/AccountCreateResponse.md b/sdks/java-v1/docs/AccountCreateResponse.md index 8933b7d60..7e09def2b 100644 --- a/sdks/java-v1/docs/AccountCreateResponse.md +++ b/sdks/java-v1/docs/AccountCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/AccountGetResponse.md b/sdks/java-v1/docs/AccountGetResponse.md index 72d8fc807..f5ed78b06 100644 --- a/sdks/java-v1/docs/AccountGetResponse.md +++ b/sdks/java-v1/docs/AccountGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/ApiAppGetResponse.md b/sdks/java-v1/docs/ApiAppGetResponse.md index 7ca3f07a1..98e2f98d6 100644 --- a/sdks/java-v1/docs/ApiAppGetResponse.md +++ b/sdks/java-v1/docs/ApiAppGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `apiApp` | [```ApiAppResponse```](ApiAppResponse.md) | | | +| `apiApp`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/ApiAppListResponse.md b/sdks/java-v1/docs/ApiAppListResponse.md index 5be003222..14c287f97 100644 --- a/sdks/java-v1/docs/ApiAppListResponse.md +++ b/sdks/java-v1/docs/ApiAppListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `apiApps` | [```List```](ApiAppResponse.md) | Contains information about API Apps. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `apiApps`*_required_ | [```List```](ApiAppResponse.md) | Contains information about API Apps. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/BulkSendJobGetResponse.md b/sdks/java-v1/docs/BulkSendJobGetResponse.md index 55e5e3023..93395ee2d 100644 --- a/sdks/java-v1/docs/BulkSendJobGetResponse.md +++ b/sdks/java-v1/docs/BulkSendJobGetResponse.md @@ -8,9 +8,9 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `signatureRequests` | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | +| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signatureRequests`*_required_ | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/BulkSendJobListResponse.md b/sdks/java-v1/docs/BulkSendJobListResponse.md index 35ca3a4a9..e5eb2315d 100644 --- a/sdks/java-v1/docs/BulkSendJobListResponse.md +++ b/sdks/java-v1/docs/BulkSendJobListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `bulkSendJobs` | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `bulkSendJobs`*_required_ | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/BulkSendJobSendResponse.md b/sdks/java-v1/docs/BulkSendJobSendResponse.md index 10e0168ed..532b64b5b 100644 --- a/sdks/java-v1/docs/BulkSendJobSendResponse.md +++ b/sdks/java-v1/docs/BulkSendJobSendResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/EmbeddedEditUrlResponse.md b/sdks/java-v1/docs/EmbeddedEditUrlResponse.md index a11204434..959e0c75f 100644 --- a/sdks/java-v1/docs/EmbeddedEditUrlResponse.md +++ b/sdks/java-v1/docs/EmbeddedEditUrlResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/EmbeddedSignUrlResponse.md b/sdks/java-v1/docs/EmbeddedSignUrlResponse.md index 9d09413a2..6f39b97fe 100644 --- a/sdks/java-v1/docs/EmbeddedSignUrlResponse.md +++ b/sdks/java-v1/docs/EmbeddedSignUrlResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md b/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md index 42aefd73b..002619333 100644 --- a/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md +++ b/sdks/java-v1/docs/FaxLineAreaCodeGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `areaCodes` | ```List``` | | | +| `areaCodes`*_required_ | ```List``` | | | diff --git a/sdks/java-v1/docs/FaxLineListResponse.md b/sdks/java-v1/docs/FaxLineListResponse.md index a0845382d..69891dc2f 100644 --- a/sdks/java-v1/docs/FaxLineListResponse.md +++ b/sdks/java-v1/docs/FaxLineListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `faxLines` | [```List```](FaxLineResponseFaxLine.md) | | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `faxLines`*_required_ | [```List```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | diff --git a/sdks/java-v1/docs/FaxLineResponse.md b/sdks/java-v1/docs/FaxLineResponse.md index a5dcef482..c5256bbc6 100644 --- a/sdks/java-v1/docs/FaxLineResponse.md +++ b/sdks/java-v1/docs/FaxLineResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `faxLine` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | +| `faxLine`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | diff --git a/sdks/java-v1/docs/FileResponse.md b/sdks/java-v1/docs/FileResponse.md index cf3c7b17e..058a80ed5 100644 --- a/sdks/java-v1/docs/FileResponse.md +++ b/sdks/java-v1/docs/FileResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `fileUrl` | ```String``` | URL to the file. | | -| `expiresAt` | ```Integer``` | When the link expires. | | +| `fileUrl`*_required_ | ```String``` | URL to the file. | | +| `expiresAt`*_required_ | ```Integer``` | When the link expires. | | diff --git a/sdks/java-v1/docs/FileResponseDataUri.md b/sdks/java-v1/docs/FileResponseDataUri.md index f8a2ffe07..65c0b7dbc 100644 --- a/sdks/java-v1/docs/FileResponseDataUri.md +++ b/sdks/java-v1/docs/FileResponseDataUri.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `dataUri` | ```String``` | File as base64 encoded string. | | +| `dataUri`*_required_ | ```String``` | File as base64 encoded string. | | diff --git a/sdks/java-v1/docs/ReportCreateResponse.md b/sdks/java-v1/docs/ReportCreateResponse.md index 41aff55f2..9fc8565de 100644 --- a/sdks/java-v1/docs/ReportCreateResponse.md +++ b/sdks/java-v1/docs/ReportCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `report` | [```ReportResponse```](ReportResponse.md) | | | +| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/SignatureRequestGetResponse.md b/sdks/java-v1/docs/SignatureRequestGetResponse.md index 24ed9a447..25ce665c4 100644 --- a/sdks/java-v1/docs/SignatureRequestGetResponse.md +++ b/sdks/java-v1/docs/SignatureRequestGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | +| `signatureRequest`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/SignatureRequestListResponse.md b/sdks/java-v1/docs/SignatureRequestListResponse.md index 5833601b3..6384d2ad0 100644 --- a/sdks/java-v1/docs/SignatureRequestListResponse.md +++ b/sdks/java-v1/docs/SignatureRequestListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `signatureRequests` | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signatureRequests`*_required_ | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TeamGetInfoResponse.md b/sdks/java-v1/docs/TeamGetInfoResponse.md index 67ba37da0..1d2bc62a7 100644 --- a/sdks/java-v1/docs/TeamGetInfoResponse.md +++ b/sdks/java-v1/docs/TeamGetInfoResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | | +| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TeamGetResponse.md b/sdks/java-v1/docs/TeamGetResponse.md index 88b3a13b1..690796e1f 100644 --- a/sdks/java-v1/docs/TeamGetResponse.md +++ b/sdks/java-v1/docs/TeamGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `team` | [```TeamResponse```](TeamResponse.md) | | | +| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TeamInvitesResponse.md b/sdks/java-v1/docs/TeamInvitesResponse.md index 73b0bc095..bdb648bb3 100644 --- a/sdks/java-v1/docs/TeamInvitesResponse.md +++ b/sdks/java-v1/docs/TeamInvitesResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `teamInvites` | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | +| `teamInvites`*_required_ | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | | `warnings` | [```List```](WarningResponse.md) | | | diff --git a/sdks/java-v1/docs/TeamMembersResponse.md b/sdks/java-v1/docs/TeamMembersResponse.md index 4a5ed39c2..785318277 100644 --- a/sdks/java-v1/docs/TeamMembersResponse.md +++ b/sdks/java-v1/docs/TeamMembersResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `teamMembers` | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `teamMembers`*_required_ | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | | | diff --git a/sdks/java-v1/docs/TeamSubTeamsResponse.md b/sdks/java-v1/docs/TeamSubTeamsResponse.md index 1ea866d68..636aa33eb 100644 --- a/sdks/java-v1/docs/TeamSubTeamsResponse.md +++ b/sdks/java-v1/docs/TeamSubTeamsResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `subTeams` | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `subTeams`*_required_ | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | | | diff --git a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md index d970b3955..f25b48d33 100644 --- a/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/java-v1/docs/TemplateCreateEmbeddedDraftResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TemplateCreateResponse.md b/sdks/java-v1/docs/TemplateCreateResponse.md index 34e5f57f3..3c7389668 100644 --- a/sdks/java-v1/docs/TemplateCreateResponse.md +++ b/sdks/java-v1/docs/TemplateCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TemplateEditResponse.md b/sdks/java-v1/docs/TemplateEditResponse.md index 6fcff67f5..88d225e68 100644 --- a/sdks/java-v1/docs/TemplateEditResponse.md +++ b/sdks/java-v1/docs/TemplateEditResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `templateId` | ```String``` | The id of the Template. | | +| `templateId`*_required_ | ```String``` | The id of the Template. | | diff --git a/sdks/java-v1/docs/TemplateGetResponse.md b/sdks/java-v1/docs/TemplateGetResponse.md index 8ceafe9da..2ee4867f0 100644 --- a/sdks/java-v1/docs/TemplateGetResponse.md +++ b/sdks/java-v1/docs/TemplateGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateResponse```](TemplateResponse.md) | | | +| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TemplateListResponse.md b/sdks/java-v1/docs/TemplateListResponse.md index f2abf9433..92b720c58 100644 --- a/sdks/java-v1/docs/TemplateListResponse.md +++ b/sdks/java-v1/docs/TemplateListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `templates` | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `templates`*_required_ | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/docs/TemplateUpdateFilesResponse.md b/sdks/java-v1/docs/TemplateUpdateFilesResponse.md index 4dd93b96b..70930e1c8 100644 --- a/sdks/java-v1/docs/TemplateUpdateFilesResponse.md +++ b/sdks/java-v1/docs/TemplateUpdateFilesResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | diff --git a/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md b/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md index 1bb6b238a..d2d3a7c4a 100644 --- a/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md +++ b/sdks/java-v1/docs/UnclaimedDraftCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `unclaimedDraft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | +| `unclaimedDraft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java index 3b0b763c4..173433d67 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java @@ -81,9 +81,9 @@ public AccountCreateResponse account(AccountResponse account) { * Get account * @return account */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public AccountResponse getAccount() { return account; @@ -91,7 +91,7 @@ public AccountResponse getAccount() { @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setAccount(AccountResponse account) { this.account = account; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java index 8727160d2..b64211590 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/AccountGetResponse.java @@ -76,9 +76,9 @@ public AccountGetResponse account(AccountResponse account) { * Get account * @return account */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public AccountResponse getAccount() { return account; @@ -86,7 +86,7 @@ public AccountResponse getAccount() { @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setAccount(AccountResponse account) { this.account = account; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java index 63ffab821..0b9eb3f54 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java @@ -76,9 +76,9 @@ public ApiAppGetResponse apiApp(ApiAppResponse apiApp) { * Get apiApp * @return apiApp */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_API_APP) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ApiAppResponse getApiApp() { return apiApp; @@ -86,7 +86,7 @@ public ApiAppResponse getApiApp() { @JsonProperty(JSON_PROPERTY_API_APP) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setApiApp(ApiAppResponse apiApp) { this.apiApp = apiApp; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java index 847027e54..7078480b2 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class ApiAppListResponse { public static final String JSON_PROPERTY_API_APPS = "api_apps"; - private List apiApps = null; + private List apiApps = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public ApiAppListResponse addApiAppsItem(ApiAppResponse apiAppsItem) { * Contains information about API Apps. * @return apiApps */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_API_APPS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getApiApps() { return apiApps; @@ -99,7 +99,7 @@ public List getApiApps() { @JsonProperty(JSON_PROPERTY_API_APPS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setApiApps(List apiApps) { this.apiApps = apiApps; } @@ -114,9 +114,9 @@ public ApiAppListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java index 1ef820791..74f1294b6 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java @@ -54,7 +54,7 @@ public class BulkSendJobGetResponse { private ListInfoResponse listInfo; public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests"; - private List signatureRequests = null; + private List signatureRequests = new ArrayList<>(); public static final String JSON_PROPERTY_WARNINGS = "warnings"; private List warnings = null; @@ -86,9 +86,9 @@ public BulkSendJobGetResponse bulkSendJob(BulkSendJobResponse bulkSendJob) { * Get bulkSendJob * @return bulkSendJob */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public BulkSendJobResponse getBulkSendJob() { return bulkSendJob; @@ -96,7 +96,7 @@ public BulkSendJobResponse getBulkSendJob() { @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setBulkSendJob(BulkSendJobResponse bulkSendJob) { this.bulkSendJob = bulkSendJob; } @@ -111,9 +111,9 @@ public BulkSendJobGetResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -121,7 +121,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } @@ -144,9 +144,9 @@ public BulkSendJobGetResponse addSignatureRequestsItem(BulkSendJobGetResponseSig * Contains information about the Signature Requests sent in bulk. * @return signatureRequests */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getSignatureRequests() { return signatureRequests; @@ -154,7 +154,7 @@ public List getSignatureRequests() { @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSignatureRequests(List signatureRequests) { this.signatureRequests = signatureRequests; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java index 046a2ee64..0e973842f 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class BulkSendJobListResponse { public static final String JSON_PROPERTY_BULK_SEND_JOBS = "bulk_send_jobs"; - private List bulkSendJobs = null; + private List bulkSendJobs = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public BulkSendJobListResponse addBulkSendJobsItem(BulkSendJobResponse bulkSendJ * Contains a list of BulkSendJobs that the API caller has access to. * @return bulkSendJobs */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getBulkSendJobs() { return bulkSendJobs; @@ -99,7 +99,7 @@ public List getBulkSendJobs() { @JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setBulkSendJobs(List bulkSendJobs) { this.bulkSendJobs = bulkSendJobs; } @@ -114,9 +114,9 @@ public BulkSendJobListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java index c657dab42..400e70cbb 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java @@ -76,9 +76,9 @@ public BulkSendJobSendResponse bulkSendJob(BulkSendJobResponse bulkSendJob) { * Get bulkSendJob * @return bulkSendJob */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public BulkSendJobResponse getBulkSendJob() { return bulkSendJob; @@ -86,7 +86,7 @@ public BulkSendJobResponse getBulkSendJob() { @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setBulkSendJob(BulkSendJobResponse bulkSendJob) { this.bulkSendJob = bulkSendJob; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java index 9b76579d2..81fb83378 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java @@ -76,9 +76,9 @@ public EmbeddedEditUrlResponse embedded(EmbeddedEditUrlResponseEmbedded embedded * Get embedded * @return embedded */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public EmbeddedEditUrlResponseEmbedded getEmbedded() { return embedded; @@ -86,7 +86,7 @@ public EmbeddedEditUrlResponseEmbedded getEmbedded() { @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setEmbedded(EmbeddedEditUrlResponseEmbedded embedded) { this.embedded = embedded; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java index 3f26fb669..94e251272 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java @@ -76,9 +76,9 @@ public EmbeddedSignUrlResponse embedded(EmbeddedSignUrlResponseEmbedded embedded * Get embedded * @return embedded */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public EmbeddedSignUrlResponseEmbedded getEmbedded() { return embedded; @@ -86,7 +86,7 @@ public EmbeddedSignUrlResponseEmbedded getEmbedded() { @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setEmbedded(EmbeddedSignUrlResponseEmbedded embedded) { this.embedded = embedded; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java index 2c63761cc..08c418a96 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java @@ -41,7 +41,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class FaxLineAreaCodeGetResponse { public static final String JSON_PROPERTY_AREA_CODES = "area_codes"; - private List areaCodes = null; + private List areaCodes = new ArrayList<>(); public FaxLineAreaCodeGetResponse() { } @@ -78,9 +78,9 @@ public FaxLineAreaCodeGetResponse addAreaCodesItem(Integer areaCodesItem) { * Get areaCodes * @return areaCodes */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_AREA_CODES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getAreaCodes() { return areaCodes; @@ -88,7 +88,7 @@ public List getAreaCodes() { @JsonProperty(JSON_PROPERTY_AREA_CODES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setAreaCodes(List areaCodes) { this.areaCodes = areaCodes; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java index 9a78e0481..a6dddb789 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java @@ -49,7 +49,7 @@ public class FaxLineListResponse { private ListInfoResponse listInfo; public static final String JSON_PROPERTY_FAX_LINES = "fax_lines"; - private List faxLines = null; + private List faxLines = new ArrayList<>(); public static final String JSON_PROPERTY_WARNINGS = "warnings"; private WarningResponse warnings; @@ -81,9 +81,9 @@ public FaxLineListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -91,7 +91,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } @@ -114,9 +114,9 @@ public FaxLineListResponse addFaxLinesItem(FaxLineResponseFaxLine faxLinesItem) * Get faxLines * @return faxLines */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_FAX_LINES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getFaxLines() { return faxLines; @@ -124,7 +124,7 @@ public List getFaxLines() { @JsonProperty(JSON_PROPERTY_FAX_LINES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setFaxLines(List faxLines) { this.faxLines = faxLines; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java index 2864254c3..8e9f3d967 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FaxLineResponse.java @@ -74,9 +74,9 @@ public FaxLineResponse faxLine(FaxLineResponseFaxLine faxLine) { * Get faxLine * @return faxLine */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_FAX_LINE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public FaxLineResponseFaxLine getFaxLine() { return faxLine; @@ -84,7 +84,7 @@ public FaxLineResponseFaxLine getFaxLine() { @JsonProperty(JSON_PROPERTY_FAX_LINE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setFaxLine(FaxLineResponseFaxLine faxLine) { this.faxLine = faxLine; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java index c4f523f2e..fb2604862 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponse.java @@ -72,9 +72,9 @@ public FileResponse fileUrl(String fileUrl) { * URL to the file. * @return fileUrl */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_FILE_URL) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public String getFileUrl() { return fileUrl; @@ -82,7 +82,7 @@ public String getFileUrl() { @JsonProperty(JSON_PROPERTY_FILE_URL) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setFileUrl(String fileUrl) { this.fileUrl = fileUrl; } @@ -97,9 +97,9 @@ public FileResponse expiresAt(Integer expiresAt) { * When the link expires. * @return expiresAt */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_EXPIRES_AT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public Integer getExpiresAt() { return expiresAt; @@ -107,7 +107,7 @@ public Integer getExpiresAt() { @JsonProperty(JSON_PROPERTY_EXPIRES_AT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setExpiresAt(Integer expiresAt) { this.expiresAt = expiresAt; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java index 16d1cd2f5..0a82c3f91 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java @@ -68,9 +68,9 @@ public FileResponseDataUri dataUri(String dataUri) { * File as base64 encoded string. * @return dataUri */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_DATA_URI) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public String getDataUri() { return dataUri; @@ -78,7 +78,7 @@ public String getDataUri() { @JsonProperty(JSON_PROPERTY_DATA_URI) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setDataUri(String dataUri) { this.dataUri = dataUri; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java index 1e7c54f08..21c5aa410 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java @@ -76,9 +76,9 @@ public ReportCreateResponse report(ReportResponse report) { * Get report * @return report */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_REPORT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ReportResponse getReport() { return report; @@ -86,7 +86,7 @@ public ReportResponse getReport() { @JsonProperty(JSON_PROPERTY_REPORT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setReport(ReportResponse report) { this.report = report; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java index 1b26ed341..1813af9c0 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java @@ -76,9 +76,9 @@ public SignatureRequestGetResponse signatureRequest(SignatureRequestResponse sig * Get signatureRequest * @return signatureRequest */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public SignatureRequestResponse getSignatureRequest() { return signatureRequest; @@ -86,7 +86,7 @@ public SignatureRequestResponse getSignatureRequest() { @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSignatureRequest(SignatureRequestResponse signatureRequest) { this.signatureRequest = signatureRequest; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java index 12cf93144..de380ad57 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class SignatureRequestListResponse { public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests"; - private List signatureRequests = null; + private List signatureRequests = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public SignatureRequestListResponse addSignatureRequestsItem(SignatureRequestRes * Contains information about signature requests. * @return signatureRequests */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getSignatureRequests() { return signatureRequests; @@ -99,7 +99,7 @@ public List getSignatureRequests() { @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSignatureRequests(List signatureRequests) { this.signatureRequests = signatureRequests; } @@ -114,9 +114,9 @@ public SignatureRequestListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java index 90340130c..25ce08711 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java @@ -76,9 +76,9 @@ public TeamGetInfoResponse team(TeamInfoResponse team) { * Get team * @return team */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TeamInfoResponse getTeam() { return team; @@ -86,7 +86,7 @@ public TeamInfoResponse getTeam() { @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeam(TeamInfoResponse team) { this.team = team; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java index 67acaeba7..f862702b2 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamGetResponse.java @@ -76,9 +76,9 @@ public TeamGetResponse team(TeamResponse team) { * Get team * @return team */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TeamResponse getTeam() { return team; @@ -86,7 +86,7 @@ public TeamResponse getTeam() { @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeam(TeamResponse team) { this.team = team; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java index e5401b96e..17d025b31 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java @@ -44,7 +44,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TeamInvitesResponse { public static final String JSON_PROPERTY_TEAM_INVITES = "team_invites"; - private List teamInvites = null; + private List teamInvites = new ArrayList<>(); public static final String JSON_PROPERTY_WARNINGS = "warnings"; private List warnings = null; @@ -84,9 +84,9 @@ public TeamInvitesResponse addTeamInvitesItem(TeamInviteResponse teamInvitesItem * Contains a list of team invites and their roles. * @return teamInvites */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM_INVITES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getTeamInvites() { return teamInvites; @@ -94,7 +94,7 @@ public List getTeamInvites() { @JsonProperty(JSON_PROPERTY_TEAM_INVITES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeamInvites(List teamInvites) { this.teamInvites = teamInvites; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java index 90873cf27..299e8a914 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TeamMembersResponse { public static final String JSON_PROPERTY_TEAM_MEMBERS = "team_members"; - private List teamMembers = null; + private List teamMembers = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public TeamMembersResponse addTeamMembersItem(TeamMemberResponse teamMembersItem * Contains a list of team members and their roles for a specific team. * @return teamMembers */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM_MEMBERS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getTeamMembers() { return teamMembers; @@ -99,7 +99,7 @@ public List getTeamMembers() { @JsonProperty(JSON_PROPERTY_TEAM_MEMBERS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeamMembers(List teamMembers) { this.teamMembers = teamMembers; } @@ -114,9 +114,9 @@ public TeamMembersResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java index 9dd0de5d3..f103f5f85 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TeamSubTeamsResponse { public static final String JSON_PROPERTY_SUB_TEAMS = "sub_teams"; - private List subTeams = null; + private List subTeams = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public TeamSubTeamsResponse addSubTeamsItem(SubTeamResponse subTeamsItem) { * Contains a list with sub teams. * @return subTeams */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SUB_TEAMS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getSubTeams() { return subTeams; @@ -99,7 +99,7 @@ public List getSubTeams() { @JsonProperty(JSON_PROPERTY_SUB_TEAMS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSubTeams(List subTeams) { this.subTeams = subTeams; } @@ -114,9 +114,9 @@ public TeamSubTeamsResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java index cef9a2abe..a0f7bbabb 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java @@ -76,9 +76,9 @@ public TemplateCreateEmbeddedDraftResponse template(TemplateCreateEmbeddedDraftR * Get template * @return template */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() { return template; @@ -86,7 +86,7 @@ public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateCreateEmbeddedDraftResponseTemplate template) { this.template = template; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java index f1b0c331c..5c5148710 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java @@ -76,9 +76,9 @@ public TemplateCreateResponse template(TemplateCreateResponseTemplate template) * Get template * @return template */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateCreateResponseTemplate getTemplate() { return template; @@ -86,7 +86,7 @@ public TemplateCreateResponseTemplate getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateCreateResponseTemplate template) { this.template = template; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java index 5437071eb..6924483b4 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java @@ -68,9 +68,9 @@ public TemplateEditResponse templateId(String templateId) { * The id of the Template. * @return templateId */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE_ID) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public String getTemplateId() { return templateId; @@ -78,7 +78,7 @@ public String getTemplateId() { @JsonProperty(JSON_PROPERTY_TEMPLATE_ID) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplateId(String templateId) { this.templateId = templateId; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java index 30d1da942..a5d346789 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java @@ -76,9 +76,9 @@ public TemplateGetResponse template(TemplateResponse template) { * Get template * @return template */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateResponse getTemplate() { return template; @@ -86,7 +86,7 @@ public TemplateResponse getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateResponse template) { this.template = template; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java index 887ea023e..3af113e69 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TemplateListResponse { public static final String JSON_PROPERTY_TEMPLATES = "templates"; - private List templates = null; + private List templates = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public TemplateListResponse addTemplatesItem(TemplateResponse templatesItem) { * List of templates that the API caller has access to. * @return templates */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getTemplates() { return templates; @@ -99,7 +99,7 @@ public List getTemplates() { @JsonProperty(JSON_PROPERTY_TEMPLATES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplates(List templates) { this.templates = templates; } @@ -114,9 +114,9 @@ public TemplateListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java index 3e1bea0ed..a393590d8 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java @@ -69,9 +69,9 @@ public TemplateUpdateFilesResponse template(TemplateUpdateFilesResponseTemplate * Get template * @return template */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateUpdateFilesResponseTemplate getTemplate() { return template; @@ -79,7 +79,7 @@ public TemplateUpdateFilesResponseTemplate getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateUpdateFilesResponseTemplate template) { this.template = template; } diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java index 1ac4acc23..1bb63976c 100644 --- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java +++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java @@ -76,9 +76,9 @@ public UnclaimedDraftCreateResponse unclaimedDraft(UnclaimedDraftResponse unclai * Get unclaimedDraft * @return unclaimedDraft */ - @javax.annotation.Nullable + @javax.annotation.Nonnull @JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public UnclaimedDraftResponse getUnclaimedDraft() { return unclaimedDraft; @@ -86,7 +86,7 @@ public UnclaimedDraftResponse getUnclaimedDraft() { @JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setUnclaimedDraft(UnclaimedDraftResponse unclaimedDraft) { this.unclaimedDraft = unclaimedDraft; } diff --git a/sdks/java-v2/docs/AccountCreateResponse.md b/sdks/java-v2/docs/AccountCreateResponse.md index 8933b7d60..7e09def2b 100644 --- a/sdks/java-v2/docs/AccountCreateResponse.md +++ b/sdks/java-v2/docs/AccountCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/AccountGetResponse.md b/sdks/java-v2/docs/AccountGetResponse.md index 72d8fc807..f5ed78b06 100644 --- a/sdks/java-v2/docs/AccountGetResponse.md +++ b/sdks/java-v2/docs/AccountGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/ApiAppGetResponse.md b/sdks/java-v2/docs/ApiAppGetResponse.md index 7ca3f07a1..98e2f98d6 100644 --- a/sdks/java-v2/docs/ApiAppGetResponse.md +++ b/sdks/java-v2/docs/ApiAppGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `apiApp` | [```ApiAppResponse```](ApiAppResponse.md) | | | +| `apiApp`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/ApiAppListResponse.md b/sdks/java-v2/docs/ApiAppListResponse.md index 5be003222..14c287f97 100644 --- a/sdks/java-v2/docs/ApiAppListResponse.md +++ b/sdks/java-v2/docs/ApiAppListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `apiApps` | [```List```](ApiAppResponse.md) | Contains information about API Apps. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `apiApps`*_required_ | [```List```](ApiAppResponse.md) | Contains information about API Apps. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/BulkSendJobGetResponse.md b/sdks/java-v2/docs/BulkSendJobGetResponse.md index 55e5e3023..93395ee2d 100644 --- a/sdks/java-v2/docs/BulkSendJobGetResponse.md +++ b/sdks/java-v2/docs/BulkSendJobGetResponse.md @@ -8,9 +8,9 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `signatureRequests` | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | +| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signatureRequests`*_required_ | [```List```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/BulkSendJobListResponse.md b/sdks/java-v2/docs/BulkSendJobListResponse.md index 35ca3a4a9..e5eb2315d 100644 --- a/sdks/java-v2/docs/BulkSendJobListResponse.md +++ b/sdks/java-v2/docs/BulkSendJobListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `bulkSendJobs` | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `bulkSendJobs`*_required_ | [```List```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/BulkSendJobSendResponse.md b/sdks/java-v2/docs/BulkSendJobSendResponse.md index 10e0168ed..532b64b5b 100644 --- a/sdks/java-v2/docs/BulkSendJobSendResponse.md +++ b/sdks/java-v2/docs/BulkSendJobSendResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/EmbeddedEditUrlResponse.md b/sdks/java-v2/docs/EmbeddedEditUrlResponse.md index a11204434..959e0c75f 100644 --- a/sdks/java-v2/docs/EmbeddedEditUrlResponse.md +++ b/sdks/java-v2/docs/EmbeddedEditUrlResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/EmbeddedSignUrlResponse.md b/sdks/java-v2/docs/EmbeddedSignUrlResponse.md index 9d09413a2..6f39b97fe 100644 --- a/sdks/java-v2/docs/EmbeddedSignUrlResponse.md +++ b/sdks/java-v2/docs/EmbeddedSignUrlResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md b/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md index 42aefd73b..002619333 100644 --- a/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md +++ b/sdks/java-v2/docs/FaxLineAreaCodeGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `areaCodes` | ```List``` | | | +| `areaCodes`*_required_ | ```List``` | | | diff --git a/sdks/java-v2/docs/FaxLineListResponse.md b/sdks/java-v2/docs/FaxLineListResponse.md index a0845382d..69891dc2f 100644 --- a/sdks/java-v2/docs/FaxLineListResponse.md +++ b/sdks/java-v2/docs/FaxLineListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `faxLines` | [```List```](FaxLineResponseFaxLine.md) | | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `faxLines`*_required_ | [```List```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | diff --git a/sdks/java-v2/docs/FaxLineResponse.md b/sdks/java-v2/docs/FaxLineResponse.md index a5dcef482..c5256bbc6 100644 --- a/sdks/java-v2/docs/FaxLineResponse.md +++ b/sdks/java-v2/docs/FaxLineResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `faxLine` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | +| `faxLine`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | diff --git a/sdks/java-v2/docs/FileResponse.md b/sdks/java-v2/docs/FileResponse.md index cf3c7b17e..058a80ed5 100644 --- a/sdks/java-v2/docs/FileResponse.md +++ b/sdks/java-v2/docs/FileResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `fileUrl` | ```String``` | URL to the file. | | -| `expiresAt` | ```Integer``` | When the link expires. | | +| `fileUrl`*_required_ | ```String``` | URL to the file. | | +| `expiresAt`*_required_ | ```Integer``` | When the link expires. | | diff --git a/sdks/java-v2/docs/FileResponseDataUri.md b/sdks/java-v2/docs/FileResponseDataUri.md index f8a2ffe07..65c0b7dbc 100644 --- a/sdks/java-v2/docs/FileResponseDataUri.md +++ b/sdks/java-v2/docs/FileResponseDataUri.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `dataUri` | ```String``` | File as base64 encoded string. | | +| `dataUri`*_required_ | ```String``` | File as base64 encoded string. | | diff --git a/sdks/java-v2/docs/ReportCreateResponse.md b/sdks/java-v2/docs/ReportCreateResponse.md index 41aff55f2..9fc8565de 100644 --- a/sdks/java-v2/docs/ReportCreateResponse.md +++ b/sdks/java-v2/docs/ReportCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `report` | [```ReportResponse```](ReportResponse.md) | | | +| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/SignatureRequestGetResponse.md b/sdks/java-v2/docs/SignatureRequestGetResponse.md index 24ed9a447..25ce665c4 100644 --- a/sdks/java-v2/docs/SignatureRequestGetResponse.md +++ b/sdks/java-v2/docs/SignatureRequestGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | +| `signatureRequest`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/SignatureRequestListResponse.md b/sdks/java-v2/docs/SignatureRequestListResponse.md index 5833601b3..6384d2ad0 100644 --- a/sdks/java-v2/docs/SignatureRequestListResponse.md +++ b/sdks/java-v2/docs/SignatureRequestListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `signatureRequests` | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signatureRequests`*_required_ | [```List```](SignatureRequestResponse.md) | Contains information about signature requests. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TeamGetInfoResponse.md b/sdks/java-v2/docs/TeamGetInfoResponse.md index 67ba37da0..1d2bc62a7 100644 --- a/sdks/java-v2/docs/TeamGetInfoResponse.md +++ b/sdks/java-v2/docs/TeamGetInfoResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | | +| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TeamGetResponse.md b/sdks/java-v2/docs/TeamGetResponse.md index 88b3a13b1..690796e1f 100644 --- a/sdks/java-v2/docs/TeamGetResponse.md +++ b/sdks/java-v2/docs/TeamGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `team` | [```TeamResponse```](TeamResponse.md) | | | +| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TeamInvitesResponse.md b/sdks/java-v2/docs/TeamInvitesResponse.md index 73b0bc095..bdb648bb3 100644 --- a/sdks/java-v2/docs/TeamInvitesResponse.md +++ b/sdks/java-v2/docs/TeamInvitesResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `teamInvites` | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | +| `teamInvites`*_required_ | [```List```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | | `warnings` | [```List```](WarningResponse.md) | | | diff --git a/sdks/java-v2/docs/TeamMembersResponse.md b/sdks/java-v2/docs/TeamMembersResponse.md index 4a5ed39c2..785318277 100644 --- a/sdks/java-v2/docs/TeamMembersResponse.md +++ b/sdks/java-v2/docs/TeamMembersResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `teamMembers` | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `teamMembers`*_required_ | [```List```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | | | diff --git a/sdks/java-v2/docs/TeamSubTeamsResponse.md b/sdks/java-v2/docs/TeamSubTeamsResponse.md index 1ea866d68..636aa33eb 100644 --- a/sdks/java-v2/docs/TeamSubTeamsResponse.md +++ b/sdks/java-v2/docs/TeamSubTeamsResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `subTeams` | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `subTeams`*_required_ | [```List```](SubTeamResponse.md) | Contains a list with sub teams. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | | | diff --git a/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md index d970b3955..f25b48d33 100644 --- a/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/java-v2/docs/TemplateCreateEmbeddedDraftResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TemplateCreateResponse.md b/sdks/java-v2/docs/TemplateCreateResponse.md index 34e5f57f3..3c7389668 100644 --- a/sdks/java-v2/docs/TemplateCreateResponse.md +++ b/sdks/java-v2/docs/TemplateCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TemplateEditResponse.md b/sdks/java-v2/docs/TemplateEditResponse.md index 6fcff67f5..88d225e68 100644 --- a/sdks/java-v2/docs/TemplateEditResponse.md +++ b/sdks/java-v2/docs/TemplateEditResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `templateId` | ```String``` | The id of the Template. | | +| `templateId`*_required_ | ```String``` | The id of the Template. | | diff --git a/sdks/java-v2/docs/TemplateGetResponse.md b/sdks/java-v2/docs/TemplateGetResponse.md index 8ceafe9da..2ee4867f0 100644 --- a/sdks/java-v2/docs/TemplateGetResponse.md +++ b/sdks/java-v2/docs/TemplateGetResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateResponse```](TemplateResponse.md) | | | +| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TemplateListResponse.md b/sdks/java-v2/docs/TemplateListResponse.md index f2abf9433..92b720c58 100644 --- a/sdks/java-v2/docs/TemplateListResponse.md +++ b/sdks/java-v2/docs/TemplateListResponse.md @@ -8,8 +8,8 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `templates` | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `templates`*_required_ | [```List```](TemplateResponse.md) | List of templates that the API caller has access to. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/docs/TemplateUpdateFilesResponse.md b/sdks/java-v2/docs/TemplateUpdateFilesResponse.md index 4dd93b96b..70930e1c8 100644 --- a/sdks/java-v2/docs/TemplateUpdateFilesResponse.md +++ b/sdks/java-v2/docs/TemplateUpdateFilesResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | diff --git a/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md b/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md index 1bb6b238a..d2d3a7c4a 100644 --- a/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md +++ b/sdks/java-v2/docs/UnclaimedDraftCreateResponse.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -| `unclaimedDraft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | +| `unclaimedDraft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | | `warnings` | [```List```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java index d958bca37..08fd77369 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountCreateResponse.java @@ -81,9 +81,9 @@ public AccountCreateResponse account(AccountResponse account) { * Get account * @return account */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public AccountResponse getAccount() { return account; @@ -91,7 +91,7 @@ public AccountResponse getAccount() { @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setAccount(AccountResponse account) { this.account = account; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java index 70fbfe561..2a2fabc60 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/AccountGetResponse.java @@ -76,9 +76,9 @@ public AccountGetResponse account(AccountResponse account) { * Get account * @return account */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public AccountResponse getAccount() { return account; @@ -86,7 +86,7 @@ public AccountResponse getAccount() { @JsonProperty(JSON_PROPERTY_ACCOUNT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setAccount(AccountResponse account) { this.account = account; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java index 14215a463..a2d69e9c8 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppGetResponse.java @@ -76,9 +76,9 @@ public ApiAppGetResponse apiApp(ApiAppResponse apiApp) { * Get apiApp * @return apiApp */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_API_APP) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ApiAppResponse getApiApp() { return apiApp; @@ -86,7 +86,7 @@ public ApiAppResponse getApiApp() { @JsonProperty(JSON_PROPERTY_API_APP) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setApiApp(ApiAppResponse apiApp) { this.apiApp = apiApp; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java index b913f0486..7abb53610 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ApiAppListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class ApiAppListResponse { public static final String JSON_PROPERTY_API_APPS = "api_apps"; - private List apiApps = null; + private List apiApps = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public ApiAppListResponse addApiAppsItem(ApiAppResponse apiAppsItem) { * Contains information about API Apps. * @return apiApps */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_API_APPS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getApiApps() { return apiApps; @@ -99,7 +99,7 @@ public List getApiApps() { @JsonProperty(JSON_PROPERTY_API_APPS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setApiApps(List apiApps) { this.apiApps = apiApps; } @@ -114,9 +114,9 @@ public ApiAppListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java index a8c7b3421..af9c33736 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobGetResponse.java @@ -54,7 +54,7 @@ public class BulkSendJobGetResponse { private ListInfoResponse listInfo; public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests"; - private List signatureRequests = null; + private List signatureRequests = new ArrayList<>(); public static final String JSON_PROPERTY_WARNINGS = "warnings"; private List warnings = null; @@ -86,9 +86,9 @@ public BulkSendJobGetResponse bulkSendJob(BulkSendJobResponse bulkSendJob) { * Get bulkSendJob * @return bulkSendJob */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public BulkSendJobResponse getBulkSendJob() { return bulkSendJob; @@ -96,7 +96,7 @@ public BulkSendJobResponse getBulkSendJob() { @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setBulkSendJob(BulkSendJobResponse bulkSendJob) { this.bulkSendJob = bulkSendJob; } @@ -111,9 +111,9 @@ public BulkSendJobGetResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -121,7 +121,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } @@ -144,9 +144,9 @@ public BulkSendJobGetResponse addSignatureRequestsItem(BulkSendJobGetResponseSig * Contains information about the Signature Requests sent in bulk. * @return signatureRequests */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getSignatureRequests() { return signatureRequests; @@ -154,7 +154,7 @@ public List getSignatureRequests() { @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSignatureRequests(List signatureRequests) { this.signatureRequests = signatureRequests; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java index c09c0fb38..c550b3164 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class BulkSendJobListResponse { public static final String JSON_PROPERTY_BULK_SEND_JOBS = "bulk_send_jobs"; - private List bulkSendJobs = null; + private List bulkSendJobs = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public BulkSendJobListResponse addBulkSendJobsItem(BulkSendJobResponse bulkSendJ * Contains a list of BulkSendJobs that the API caller has access to. * @return bulkSendJobs */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getBulkSendJobs() { return bulkSendJobs; @@ -99,7 +99,7 @@ public List getBulkSendJobs() { @JsonProperty(JSON_PROPERTY_BULK_SEND_JOBS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setBulkSendJobs(List bulkSendJobs) { this.bulkSendJobs = bulkSendJobs; } @@ -114,9 +114,9 @@ public BulkSendJobListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java index a6eff0ca3..b3be77254 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/BulkSendJobSendResponse.java @@ -76,9 +76,9 @@ public BulkSendJobSendResponse bulkSendJob(BulkSendJobResponse bulkSendJob) { * Get bulkSendJob * @return bulkSendJob */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public BulkSendJobResponse getBulkSendJob() { return bulkSendJob; @@ -86,7 +86,7 @@ public BulkSendJobResponse getBulkSendJob() { @JsonProperty(JSON_PROPERTY_BULK_SEND_JOB) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setBulkSendJob(BulkSendJobResponse bulkSendJob) { this.bulkSendJob = bulkSendJob; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java index 9020e677d..cf7faf9d5 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedEditUrlResponse.java @@ -76,9 +76,9 @@ public EmbeddedEditUrlResponse embedded(EmbeddedEditUrlResponseEmbedded embedded * Get embedded * @return embedded */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public EmbeddedEditUrlResponseEmbedded getEmbedded() { return embedded; @@ -86,7 +86,7 @@ public EmbeddedEditUrlResponseEmbedded getEmbedded() { @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setEmbedded(EmbeddedEditUrlResponseEmbedded embedded) { this.embedded = embedded; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java index c2731fdc5..3455fe0cb 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/EmbeddedSignUrlResponse.java @@ -76,9 +76,9 @@ public EmbeddedSignUrlResponse embedded(EmbeddedSignUrlResponseEmbedded embedded * Get embedded * @return embedded */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public EmbeddedSignUrlResponseEmbedded getEmbedded() { return embedded; @@ -86,7 +86,7 @@ public EmbeddedSignUrlResponseEmbedded getEmbedded() { @JsonProperty(JSON_PROPERTY_EMBEDDED) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setEmbedded(EmbeddedSignUrlResponseEmbedded embedded) { this.embedded = embedded; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java index a2221bcbc..b4b2bbb03 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineAreaCodeGetResponse.java @@ -41,7 +41,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class FaxLineAreaCodeGetResponse { public static final String JSON_PROPERTY_AREA_CODES = "area_codes"; - private List areaCodes = null; + private List areaCodes = new ArrayList<>(); public FaxLineAreaCodeGetResponse() { } @@ -78,9 +78,9 @@ public FaxLineAreaCodeGetResponse addAreaCodesItem(Integer areaCodesItem) { * Get areaCodes * @return areaCodes */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_AREA_CODES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getAreaCodes() { return areaCodes; @@ -88,7 +88,7 @@ public List getAreaCodes() { @JsonProperty(JSON_PROPERTY_AREA_CODES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setAreaCodes(List areaCodes) { this.areaCodes = areaCodes; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java index bb748a888..33163a28c 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineListResponse.java @@ -49,7 +49,7 @@ public class FaxLineListResponse { private ListInfoResponse listInfo; public static final String JSON_PROPERTY_FAX_LINES = "fax_lines"; - private List faxLines = null; + private List faxLines = new ArrayList<>(); public static final String JSON_PROPERTY_WARNINGS = "warnings"; private WarningResponse warnings; @@ -81,9 +81,9 @@ public FaxLineListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -91,7 +91,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } @@ -114,9 +114,9 @@ public FaxLineListResponse addFaxLinesItem(FaxLineResponseFaxLine faxLinesItem) * Get faxLines * @return faxLines */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_FAX_LINES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getFaxLines() { return faxLines; @@ -124,7 +124,7 @@ public List getFaxLines() { @JsonProperty(JSON_PROPERTY_FAX_LINES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setFaxLines(List faxLines) { this.faxLines = faxLines; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java index 7a3df2ae2..8fae8caf7 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FaxLineResponse.java @@ -74,9 +74,9 @@ public FaxLineResponse faxLine(FaxLineResponseFaxLine faxLine) { * Get faxLine * @return faxLine */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_FAX_LINE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public FaxLineResponseFaxLine getFaxLine() { return faxLine; @@ -84,7 +84,7 @@ public FaxLineResponseFaxLine getFaxLine() { @JsonProperty(JSON_PROPERTY_FAX_LINE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setFaxLine(FaxLineResponseFaxLine faxLine) { this.faxLine = faxLine; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java index 7537686fc..01908c972 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponse.java @@ -72,9 +72,9 @@ public FileResponse fileUrl(String fileUrl) { * URL to the file. * @return fileUrl */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_FILE_URL) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public String getFileUrl() { return fileUrl; @@ -82,7 +82,7 @@ public String getFileUrl() { @JsonProperty(JSON_PROPERTY_FILE_URL) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setFileUrl(String fileUrl) { this.fileUrl = fileUrl; } @@ -97,9 +97,9 @@ public FileResponse expiresAt(Integer expiresAt) { * When the link expires. * @return expiresAt */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_EXPIRES_AT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public Integer getExpiresAt() { return expiresAt; @@ -107,7 +107,7 @@ public Integer getExpiresAt() { @JsonProperty(JSON_PROPERTY_EXPIRES_AT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setExpiresAt(Integer expiresAt) { this.expiresAt = expiresAt; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java index 5d8d917f2..1ef6cdb22 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/FileResponseDataUri.java @@ -68,9 +68,9 @@ public FileResponseDataUri dataUri(String dataUri) { * File as base64 encoded string. * @return dataUri */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_DATA_URI) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public String getDataUri() { return dataUri; @@ -78,7 +78,7 @@ public String getDataUri() { @JsonProperty(JSON_PROPERTY_DATA_URI) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setDataUri(String dataUri) { this.dataUri = dataUri; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java index 820451c00..3a042b474 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/ReportCreateResponse.java @@ -76,9 +76,9 @@ public ReportCreateResponse report(ReportResponse report) { * Get report * @return report */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_REPORT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ReportResponse getReport() { return report; @@ -86,7 +86,7 @@ public ReportResponse getReport() { @JsonProperty(JSON_PROPERTY_REPORT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setReport(ReportResponse report) { this.report = report; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java index a5d66aee2..6f1fe1d68 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestGetResponse.java @@ -76,9 +76,9 @@ public SignatureRequestGetResponse signatureRequest(SignatureRequestResponse sig * Get signatureRequest * @return signatureRequest */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public SignatureRequestResponse getSignatureRequest() { return signatureRequest; @@ -86,7 +86,7 @@ public SignatureRequestResponse getSignatureRequest() { @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUEST) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSignatureRequest(SignatureRequestResponse signatureRequest) { this.signatureRequest = signatureRequest; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java index 1ec6f08dc..cbb3d1fb1 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/SignatureRequestListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class SignatureRequestListResponse { public static final String JSON_PROPERTY_SIGNATURE_REQUESTS = "signature_requests"; - private List signatureRequests = null; + private List signatureRequests = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public SignatureRequestListResponse addSignatureRequestsItem(SignatureRequestRes * Contains information about signature requests. * @return signatureRequests */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getSignatureRequests() { return signatureRequests; @@ -99,7 +99,7 @@ public List getSignatureRequests() { @JsonProperty(JSON_PROPERTY_SIGNATURE_REQUESTS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSignatureRequests(List signatureRequests) { this.signatureRequests = signatureRequests; } @@ -114,9 +114,9 @@ public SignatureRequestListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java index 66f774e08..f6a787003 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetInfoResponse.java @@ -76,9 +76,9 @@ public TeamGetInfoResponse team(TeamInfoResponse team) { * Get team * @return team */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TeamInfoResponse getTeam() { return team; @@ -86,7 +86,7 @@ public TeamInfoResponse getTeam() { @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeam(TeamInfoResponse team) { this.team = team; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java index 528cabc5a..f1670c185 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamGetResponse.java @@ -76,9 +76,9 @@ public TeamGetResponse team(TeamResponse team) { * Get team * @return team */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TeamResponse getTeam() { return team; @@ -86,7 +86,7 @@ public TeamResponse getTeam() { @JsonProperty(JSON_PROPERTY_TEAM) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeam(TeamResponse team) { this.team = team; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java index 897bc417f..b509eb0b9 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamInvitesResponse.java @@ -44,7 +44,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TeamInvitesResponse { public static final String JSON_PROPERTY_TEAM_INVITES = "team_invites"; - private List teamInvites = null; + private List teamInvites = new ArrayList<>(); public static final String JSON_PROPERTY_WARNINGS = "warnings"; private List warnings = null; @@ -84,9 +84,9 @@ public TeamInvitesResponse addTeamInvitesItem(TeamInviteResponse teamInvitesItem * Contains a list of team invites and their roles. * @return teamInvites */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM_INVITES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getTeamInvites() { return teamInvites; @@ -94,7 +94,7 @@ public List getTeamInvites() { @JsonProperty(JSON_PROPERTY_TEAM_INVITES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeamInvites(List teamInvites) { this.teamInvites = teamInvites; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java index 388fadc85..05fb9e496 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamMembersResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TeamMembersResponse { public static final String JSON_PROPERTY_TEAM_MEMBERS = "team_members"; - private List teamMembers = null; + private List teamMembers = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public TeamMembersResponse addTeamMembersItem(TeamMemberResponse teamMembersItem * Contains a list of team members and their roles for a specific team. * @return teamMembers */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEAM_MEMBERS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getTeamMembers() { return teamMembers; @@ -99,7 +99,7 @@ public List getTeamMembers() { @JsonProperty(JSON_PROPERTY_TEAM_MEMBERS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTeamMembers(List teamMembers) { this.teamMembers = teamMembers; } @@ -114,9 +114,9 @@ public TeamMembersResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java index 05b5e941a..b8c7190e2 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TeamSubTeamsResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TeamSubTeamsResponse { public static final String JSON_PROPERTY_SUB_TEAMS = "sub_teams"; - private List subTeams = null; + private List subTeams = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public TeamSubTeamsResponse addSubTeamsItem(SubTeamResponse subTeamsItem) { * Contains a list with sub teams. * @return subTeams */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_SUB_TEAMS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getSubTeams() { return subTeams; @@ -99,7 +99,7 @@ public List getSubTeams() { @JsonProperty(JSON_PROPERTY_SUB_TEAMS) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setSubTeams(List subTeams) { this.subTeams = subTeams; } @@ -114,9 +114,9 @@ public TeamSubTeamsResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java index ab2c4fc28..e3e730062 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateEmbeddedDraftResponse.java @@ -76,9 +76,9 @@ public TemplateCreateEmbeddedDraftResponse template(TemplateCreateEmbeddedDraftR * Get template * @return template */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() { return template; @@ -86,7 +86,7 @@ public TemplateCreateEmbeddedDraftResponseTemplate getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateCreateEmbeddedDraftResponseTemplate template) { this.template = template; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java index d1343e6a9..5d7d2c2cf 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateCreateResponse.java @@ -76,9 +76,9 @@ public TemplateCreateResponse template(TemplateCreateResponseTemplate template) * Get template * @return template */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateCreateResponseTemplate getTemplate() { return template; @@ -86,7 +86,7 @@ public TemplateCreateResponseTemplate getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateCreateResponseTemplate template) { this.template = template; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java index c9c151da8..f660ab209 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateEditResponse.java @@ -68,9 +68,9 @@ public TemplateEditResponse templateId(String templateId) { * The id of the Template. * @return templateId */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE_ID) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public String getTemplateId() { return templateId; @@ -78,7 +78,7 @@ public String getTemplateId() { @JsonProperty(JSON_PROPERTY_TEMPLATE_ID) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplateId(String templateId) { this.templateId = templateId; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java index 4110d553d..30a55e879 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateGetResponse.java @@ -76,9 +76,9 @@ public TemplateGetResponse template(TemplateResponse template) { * Get template * @return template */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateResponse getTemplate() { return template; @@ -86,7 +86,7 @@ public TemplateResponse getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateResponse template) { this.template = template; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java index 343681d58..d3949c6aa 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateListResponse.java @@ -46,7 +46,7 @@ @JsonIgnoreProperties(ignoreUnknown=true) public class TemplateListResponse { public static final String JSON_PROPERTY_TEMPLATES = "templates"; - private List templates = null; + private List templates = new ArrayList<>(); public static final String JSON_PROPERTY_LIST_INFO = "list_info"; private ListInfoResponse listInfo; @@ -89,9 +89,9 @@ public TemplateListResponse addTemplatesItem(TemplateResponse templatesItem) { * List of templates that the API caller has access to. * @return templates */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public List getTemplates() { return templates; @@ -99,7 +99,7 @@ public List getTemplates() { @JsonProperty(JSON_PROPERTY_TEMPLATES) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplates(List templates) { this.templates = templates; } @@ -114,9 +114,9 @@ public TemplateListResponse listInfo(ListInfoResponse listInfo) { * Get listInfo * @return listInfo */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public ListInfoResponse getListInfo() { return listInfo; @@ -124,7 +124,7 @@ public ListInfoResponse getListInfo() { @JsonProperty(JSON_PROPERTY_LIST_INFO) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setListInfo(ListInfoResponse listInfo) { this.listInfo = listInfo; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java index 6ee5d0e49..862c43122 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateUpdateFilesResponse.java @@ -69,9 +69,9 @@ public TemplateUpdateFilesResponse template(TemplateUpdateFilesResponseTemplate * Get template * @return template */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public TemplateUpdateFilesResponseTemplate getTemplate() { return template; @@ -79,7 +79,7 @@ public TemplateUpdateFilesResponseTemplate getTemplate() { @JsonProperty(JSON_PROPERTY_TEMPLATE) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setTemplate(TemplateUpdateFilesResponseTemplate template) { this.template = template; } diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java index c0745a6be..b0477d0bc 100644 --- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java +++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/UnclaimedDraftCreateResponse.java @@ -76,9 +76,9 @@ public UnclaimedDraftCreateResponse unclaimedDraft(UnclaimedDraftResponse unclai * Get unclaimedDraft * @return unclaimedDraft */ - @jakarta.annotation.Nullable + @jakarta.annotation.Nonnull @JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public UnclaimedDraftResponse getUnclaimedDraft() { return unclaimedDraft; @@ -86,7 +86,7 @@ public UnclaimedDraftResponse getUnclaimedDraft() { @JsonProperty(JSON_PROPERTY_UNCLAIMED_DRAFT) - @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + @JsonInclude(value = JsonInclude.Include.ALWAYS) public void setUnclaimedDraft(UnclaimedDraftResponse unclaimedDraft) { this.unclaimedDraft = unclaimedDraft; } diff --git a/sdks/node/docs/model/AccountCreateResponse.md b/sdks/node/docs/model/AccountCreateResponse.md index 87147eb64..203a7e73d 100644 --- a/sdks/node/docs/model/AccountCreateResponse.md +++ b/sdks/node/docs/model/AccountCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `oauthData` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/node/docs/model/AccountGetResponse.md b/sdks/node/docs/model/AccountGetResponse.md index ae90fa359..38a4eeefe 100644 --- a/sdks/node/docs/model/AccountGetResponse.md +++ b/sdks/node/docs/model/AccountGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/ApiAppGetResponse.md b/sdks/node/docs/model/ApiAppGetResponse.md index fe5b2c7b6..a3f95b71c 100644 --- a/sdks/node/docs/model/ApiAppGetResponse.md +++ b/sdks/node/docs/model/ApiAppGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `apiApp` | [```ApiAppResponse```](ApiAppResponse.md) | | | +| `apiApp`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/ApiAppListResponse.md b/sdks/node/docs/model/ApiAppListResponse.md index 4deeadfba..24dd3d3d2 100644 --- a/sdks/node/docs/model/ApiAppListResponse.md +++ b/sdks/node/docs/model/ApiAppListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `apiApps` | [```Array```](ApiAppResponse.md) | Contains information about API Apps. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `apiApps`*_required_ | [```Array```](ApiAppResponse.md) | Contains information about API Apps. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/BulkSendJobGetResponse.md b/sdks/node/docs/model/BulkSendJobGetResponse.md index 2a3194f21..b0c299fce 100644 --- a/sdks/node/docs/model/BulkSendJobGetResponse.md +++ b/sdks/node/docs/model/BulkSendJobGetResponse.md @@ -6,9 +6,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `signatureRequests` | [```Array```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | +| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signatureRequests`*_required_ | [```Array```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/BulkSendJobListResponse.md b/sdks/node/docs/model/BulkSendJobListResponse.md index 9a7d572de..e9be32a88 100644 --- a/sdks/node/docs/model/BulkSendJobListResponse.md +++ b/sdks/node/docs/model/BulkSendJobListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulkSendJobs` | [```Array```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `bulkSendJobs`*_required_ | [```Array```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/BulkSendJobSendResponse.md b/sdks/node/docs/model/BulkSendJobSendResponse.md index 4193f0944..3619bdf29 100644 --- a/sdks/node/docs/model/BulkSendJobSendResponse.md +++ b/sdks/node/docs/model/BulkSendJobSendResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulkSendJob` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `bulkSendJob`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/EmbeddedEditUrlResponse.md b/sdks/node/docs/model/EmbeddedEditUrlResponse.md index 6f19a0f84..ed7cccca8 100644 --- a/sdks/node/docs/model/EmbeddedEditUrlResponse.md +++ b/sdks/node/docs/model/EmbeddedEditUrlResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/EmbeddedSignUrlResponse.md b/sdks/node/docs/model/EmbeddedSignUrlResponse.md index 646fb4824..fdcb5e5d8 100644 --- a/sdks/node/docs/model/EmbeddedSignUrlResponse.md +++ b/sdks/node/docs/model/EmbeddedSignUrlResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/FaxLineAreaCodeGetResponse.md b/sdks/node/docs/model/FaxLineAreaCodeGetResponse.md index c35e56042..dabe3d811 100644 --- a/sdks/node/docs/model/FaxLineAreaCodeGetResponse.md +++ b/sdks/node/docs/model/FaxLineAreaCodeGetResponse.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `areaCodes` | ```Array``` | | | +| `areaCodes`*_required_ | ```Array``` | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/FaxLineListResponse.md b/sdks/node/docs/model/FaxLineListResponse.md index 68ff414e0..cb5723c8f 100644 --- a/sdks/node/docs/model/FaxLineListResponse.md +++ b/sdks/node/docs/model/FaxLineListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `faxLines` | [```Array```](FaxLineResponseFaxLine.md) | | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `faxLines`*_required_ | [```Array```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/FaxLineResponse.md b/sdks/node/docs/model/FaxLineResponse.md index e146e6b15..9982027a5 100644 --- a/sdks/node/docs/model/FaxLineResponse.md +++ b/sdks/node/docs/model/FaxLineResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `faxLine` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | +| `faxLine`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/FileResponse.md b/sdks/node/docs/model/FileResponse.md index f3c87df69..0a81629ed 100644 --- a/sdks/node/docs/model/FileResponse.md +++ b/sdks/node/docs/model/FileResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `fileUrl` | ```string``` | URL to the file. | | -| `expiresAt` | ```number``` | When the link expires. | | +| `fileUrl`*_required_ | ```string``` | URL to the file. | | +| `expiresAt`*_required_ | ```number``` | When the link expires. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/FileResponseDataUri.md b/sdks/node/docs/model/FileResponseDataUri.md index ebc241421..c9742c251 100644 --- a/sdks/node/docs/model/FileResponseDataUri.md +++ b/sdks/node/docs/model/FileResponseDataUri.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `dataUri` | ```string``` | File as base64 encoded string. | | +| `dataUri`*_required_ | ```string``` | File as base64 encoded string. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/ReportCreateResponse.md b/sdks/node/docs/model/ReportCreateResponse.md index 6d85982b3..81c15fe1e 100644 --- a/sdks/node/docs/model/ReportCreateResponse.md +++ b/sdks/node/docs/model/ReportCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `report` | [```ReportResponse```](ReportResponse.md) | | | +| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/SignatureRequestGetResponse.md b/sdks/node/docs/model/SignatureRequestGetResponse.md index 03d08211e..ccddbf51d 100644 --- a/sdks/node/docs/model/SignatureRequestGetResponse.md +++ b/sdks/node/docs/model/SignatureRequestGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `signatureRequest` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | +| `signatureRequest`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/SignatureRequestListResponse.md b/sdks/node/docs/model/SignatureRequestListResponse.md index 2cc7765ba..aebe68507 100644 --- a/sdks/node/docs/model/SignatureRequestListResponse.md +++ b/sdks/node/docs/model/SignatureRequestListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `signatureRequests` | [```Array```](SignatureRequestResponse.md) | Contains information about signature requests. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signatureRequests`*_required_ | [```Array```](SignatureRequestResponse.md) | Contains information about signature requests. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TeamGetInfoResponse.md b/sdks/node/docs/model/TeamGetInfoResponse.md index a5b04e4dd..1390eff5a 100644 --- a/sdks/node/docs/model/TeamGetInfoResponse.md +++ b/sdks/node/docs/model/TeamGetInfoResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | | +| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TeamGetResponse.md b/sdks/node/docs/model/TeamGetResponse.md index fee970d3d..ffc3d96c0 100644 --- a/sdks/node/docs/model/TeamGetResponse.md +++ b/sdks/node/docs/model/TeamGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team` | [```TeamResponse```](TeamResponse.md) | | | +| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TeamInvitesResponse.md b/sdks/node/docs/model/TeamInvitesResponse.md index 3408f71e0..5638e756b 100644 --- a/sdks/node/docs/model/TeamInvitesResponse.md +++ b/sdks/node/docs/model/TeamInvitesResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `teamInvites` | [```Array```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | +| `teamInvites`*_required_ | [```Array```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | | `warnings` | [```Array```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TeamMembersResponse.md b/sdks/node/docs/model/TeamMembersResponse.md index 8e5800aba..4a1e754cf 100644 --- a/sdks/node/docs/model/TeamMembersResponse.md +++ b/sdks/node/docs/model/TeamMembersResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `teamMembers` | [```Array```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `teamMembers`*_required_ | [```Array```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TeamSubTeamsResponse.md b/sdks/node/docs/model/TeamSubTeamsResponse.md index cb61e32af..be29d5e39 100644 --- a/sdks/node/docs/model/TeamSubTeamsResponse.md +++ b/sdks/node/docs/model/TeamSubTeamsResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `subTeams` | [```Array```](SubTeamResponse.md) | Contains a list with sub teams. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `subTeams`*_required_ | [```Array```](SubTeamResponse.md) | Contains a list with sub teams. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TemplateCreateEmbeddedDraftResponse.md b/sdks/node/docs/model/TemplateCreateEmbeddedDraftResponse.md index b8a266ea8..cbe628ace 100644 --- a/sdks/node/docs/model/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/node/docs/model/TemplateCreateEmbeddedDraftResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TemplateCreateResponse.md b/sdks/node/docs/model/TemplateCreateResponse.md index 481d81852..f47cfb546 100644 --- a/sdks/node/docs/model/TemplateCreateResponse.md +++ b/sdks/node/docs/model/TemplateCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TemplateEditResponse.md b/sdks/node/docs/model/TemplateEditResponse.md index e28421e8e..2f40ccbad 100644 --- a/sdks/node/docs/model/TemplateEditResponse.md +++ b/sdks/node/docs/model/TemplateEditResponse.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `templateId` | ```string``` | The id of the Template. | | +| `templateId`*_required_ | ```string``` | The id of the Template. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TemplateGetResponse.md b/sdks/node/docs/model/TemplateGetResponse.md index c4f59d5b8..2724b34c0 100644 --- a/sdks/node/docs/model/TemplateGetResponse.md +++ b/sdks/node/docs/model/TemplateGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateResponse```](TemplateResponse.md) | | | +| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TemplateListResponse.md b/sdks/node/docs/model/TemplateListResponse.md index e546b474a..4929e7844 100644 --- a/sdks/node/docs/model/TemplateListResponse.md +++ b/sdks/node/docs/model/TemplateListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `templates` | [```Array```](TemplateResponse.md) | List of templates that the API caller has access to. | | -| `listInfo` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `templates`*_required_ | [```Array```](TemplateResponse.md) | List of templates that the API caller has access to. | | +| `listInfo`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/TemplateUpdateFilesResponse.md b/sdks/node/docs/model/TemplateUpdateFilesResponse.md index f97e2ed5d..8dd0dedf6 100644 --- a/sdks/node/docs/model/TemplateUpdateFilesResponse.md +++ b/sdks/node/docs/model/TemplateUpdateFilesResponse.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/docs/model/UnclaimedDraftCreateResponse.md b/sdks/node/docs/model/UnclaimedDraftCreateResponse.md index 00e5a8215..439d6b272 100644 --- a/sdks/node/docs/model/UnclaimedDraftCreateResponse.md +++ b/sdks/node/docs/model/UnclaimedDraftCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `unclaimedDraft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | +| `unclaimedDraft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/node/model/accountCreateResponse.ts b/sdks/node/model/accountCreateResponse.ts index 561bf4ae9..cdc2e0479 100644 --- a/sdks/node/model/accountCreateResponse.ts +++ b/sdks/node/model/accountCreateResponse.ts @@ -28,7 +28,7 @@ import { OAuthTokenResponse } from "./oAuthTokenResponse"; import { WarningResponse } from "./warningResponse"; export class AccountCreateResponse { - "account"?: AccountResponse; + "account": AccountResponse; "oauthData"?: OAuthTokenResponse; /** * A list of warnings. diff --git a/sdks/node/model/accountGetResponse.ts b/sdks/node/model/accountGetResponse.ts index 5abb2a983..1ce7e6d37 100644 --- a/sdks/node/model/accountGetResponse.ts +++ b/sdks/node/model/accountGetResponse.ts @@ -27,7 +27,7 @@ import { AccountResponse } from "./accountResponse"; import { WarningResponse } from "./warningResponse"; export class AccountGetResponse { - "account"?: AccountResponse; + "account": AccountResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/apiAppGetResponse.ts b/sdks/node/model/apiAppGetResponse.ts index 8325e07b5..de4f9211a 100644 --- a/sdks/node/model/apiAppGetResponse.ts +++ b/sdks/node/model/apiAppGetResponse.ts @@ -27,7 +27,7 @@ import { ApiAppResponse } from "./apiAppResponse"; import { WarningResponse } from "./warningResponse"; export class ApiAppGetResponse { - "apiApp"?: ApiAppResponse; + "apiApp": ApiAppResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/apiAppListResponse.ts b/sdks/node/model/apiAppListResponse.ts index 2ef2388da..d5b3379a9 100644 --- a/sdks/node/model/apiAppListResponse.ts +++ b/sdks/node/model/apiAppListResponse.ts @@ -31,8 +31,8 @@ export class ApiAppListResponse { /** * Contains information about API Apps. */ - "apiApps"?: Array; - "listInfo"?: ListInfoResponse; + "apiApps": Array; + "listInfo": ListInfoResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/bulkSendJobGetResponse.ts b/sdks/node/model/bulkSendJobGetResponse.ts index a5de1a54e..ed3ed1c3a 100644 --- a/sdks/node/model/bulkSendJobGetResponse.ts +++ b/sdks/node/model/bulkSendJobGetResponse.ts @@ -29,12 +29,12 @@ import { ListInfoResponse } from "./listInfoResponse"; import { WarningResponse } from "./warningResponse"; export class BulkSendJobGetResponse { - "bulkSendJob"?: BulkSendJobResponse; - "listInfo"?: ListInfoResponse; + "bulkSendJob": BulkSendJobResponse; + "listInfo": ListInfoResponse; /** * Contains information about the Signature Requests sent in bulk. */ - "signatureRequests"?: Array; + "signatureRequests": Array; /** * A list of warnings. */ diff --git a/sdks/node/model/bulkSendJobListResponse.ts b/sdks/node/model/bulkSendJobListResponse.ts index 80a950450..142a37d20 100644 --- a/sdks/node/model/bulkSendJobListResponse.ts +++ b/sdks/node/model/bulkSendJobListResponse.ts @@ -31,8 +31,8 @@ export class BulkSendJobListResponse { /** * Contains a list of BulkSendJobs that the API caller has access to. */ - "bulkSendJobs"?: Array; - "listInfo"?: ListInfoResponse; + "bulkSendJobs": Array; + "listInfo": ListInfoResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/bulkSendJobSendResponse.ts b/sdks/node/model/bulkSendJobSendResponse.ts index 1dd0b4457..0d9efa12d 100644 --- a/sdks/node/model/bulkSendJobSendResponse.ts +++ b/sdks/node/model/bulkSendJobSendResponse.ts @@ -27,7 +27,7 @@ import { BulkSendJobResponse } from "./bulkSendJobResponse"; import { WarningResponse } from "./warningResponse"; export class BulkSendJobSendResponse { - "bulkSendJob"?: BulkSendJobResponse; + "bulkSendJob": BulkSendJobResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/embeddedEditUrlResponse.ts b/sdks/node/model/embeddedEditUrlResponse.ts index b49f7bf4b..d299e6a0a 100644 --- a/sdks/node/model/embeddedEditUrlResponse.ts +++ b/sdks/node/model/embeddedEditUrlResponse.ts @@ -27,7 +27,7 @@ import { EmbeddedEditUrlResponseEmbedded } from "./embeddedEditUrlResponseEmbedd import { WarningResponse } from "./warningResponse"; export class EmbeddedEditUrlResponse { - "embedded"?: EmbeddedEditUrlResponseEmbedded; + "embedded": EmbeddedEditUrlResponseEmbedded; /** * A list of warnings. */ diff --git a/sdks/node/model/embeddedSignUrlResponse.ts b/sdks/node/model/embeddedSignUrlResponse.ts index f5145c4df..8e34234d0 100644 --- a/sdks/node/model/embeddedSignUrlResponse.ts +++ b/sdks/node/model/embeddedSignUrlResponse.ts @@ -27,7 +27,7 @@ import { EmbeddedSignUrlResponseEmbedded } from "./embeddedSignUrlResponseEmbedd import { WarningResponse } from "./warningResponse"; export class EmbeddedSignUrlResponse { - "embedded"?: EmbeddedSignUrlResponseEmbedded; + "embedded": EmbeddedSignUrlResponseEmbedded; /** * A list of warnings. */ diff --git a/sdks/node/model/faxLineAreaCodeGetResponse.ts b/sdks/node/model/faxLineAreaCodeGetResponse.ts index 12438f69b..b3c9a110f 100644 --- a/sdks/node/model/faxLineAreaCodeGetResponse.ts +++ b/sdks/node/model/faxLineAreaCodeGetResponse.ts @@ -25,7 +25,7 @@ import { AttributeTypeMap, ObjectSerializer } from "./"; export class FaxLineAreaCodeGetResponse { - "areaCodes"?: Array; + "areaCodes": Array; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/faxLineListResponse.ts b/sdks/node/model/faxLineListResponse.ts index 6a9ac7327..8a5aa67d0 100644 --- a/sdks/node/model/faxLineListResponse.ts +++ b/sdks/node/model/faxLineListResponse.ts @@ -28,8 +28,8 @@ import { ListInfoResponse } from "./listInfoResponse"; import { WarningResponse } from "./warningResponse"; export class FaxLineListResponse { - "listInfo"?: ListInfoResponse; - "faxLines"?: Array; + "listInfo": ListInfoResponse; + "faxLines": Array; "warnings"?: WarningResponse; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/faxLineResponse.ts b/sdks/node/model/faxLineResponse.ts index a312e0408..e9aa66010 100644 --- a/sdks/node/model/faxLineResponse.ts +++ b/sdks/node/model/faxLineResponse.ts @@ -27,7 +27,7 @@ import { FaxLineResponseFaxLine } from "./faxLineResponseFaxLine"; import { WarningResponse } from "./warningResponse"; export class FaxLineResponse { - "faxLine"?: FaxLineResponseFaxLine; + "faxLine": FaxLineResponseFaxLine; "warnings"?: WarningResponse; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/fileResponse.ts b/sdks/node/model/fileResponse.ts index cbf208346..068b9e7a5 100644 --- a/sdks/node/model/fileResponse.ts +++ b/sdks/node/model/fileResponse.ts @@ -28,11 +28,11 @@ export class FileResponse { /** * URL to the file. */ - "fileUrl"?: string; + "fileUrl": string; /** * When the link expires. */ - "expiresAt"?: number; + "expiresAt": number; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/fileResponseDataUri.ts b/sdks/node/model/fileResponseDataUri.ts index 4ac4aebb5..44ec2dbab 100644 --- a/sdks/node/model/fileResponseDataUri.ts +++ b/sdks/node/model/fileResponseDataUri.ts @@ -28,7 +28,7 @@ export class FileResponseDataUri { /** * File as base64 encoded string. */ - "dataUri"?: string; + "dataUri": string; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/reportCreateResponse.ts b/sdks/node/model/reportCreateResponse.ts index c0bae3dc4..1c651699f 100644 --- a/sdks/node/model/reportCreateResponse.ts +++ b/sdks/node/model/reportCreateResponse.ts @@ -27,7 +27,7 @@ import { ReportResponse } from "./reportResponse"; import { WarningResponse } from "./warningResponse"; export class ReportCreateResponse { - "report"?: ReportResponse; + "report": ReportResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/signatureRequestGetResponse.ts b/sdks/node/model/signatureRequestGetResponse.ts index eaaacd149..31023c28f 100644 --- a/sdks/node/model/signatureRequestGetResponse.ts +++ b/sdks/node/model/signatureRequestGetResponse.ts @@ -27,7 +27,7 @@ import { SignatureRequestResponse } from "./signatureRequestResponse"; import { WarningResponse } from "./warningResponse"; export class SignatureRequestGetResponse { - "signatureRequest"?: SignatureRequestResponse; + "signatureRequest": SignatureRequestResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/signatureRequestListResponse.ts b/sdks/node/model/signatureRequestListResponse.ts index f65d3f193..acb50fe40 100644 --- a/sdks/node/model/signatureRequestListResponse.ts +++ b/sdks/node/model/signatureRequestListResponse.ts @@ -31,8 +31,8 @@ export class SignatureRequestListResponse { /** * Contains information about signature requests. */ - "signatureRequests"?: Array; - "listInfo"?: ListInfoResponse; + "signatureRequests": Array; + "listInfo": ListInfoResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/teamGetInfoResponse.ts b/sdks/node/model/teamGetInfoResponse.ts index c8283f5d9..48159ef24 100644 --- a/sdks/node/model/teamGetInfoResponse.ts +++ b/sdks/node/model/teamGetInfoResponse.ts @@ -27,7 +27,7 @@ import { TeamInfoResponse } from "./teamInfoResponse"; import { WarningResponse } from "./warningResponse"; export class TeamGetInfoResponse { - "team"?: TeamInfoResponse; + "team": TeamInfoResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/teamGetResponse.ts b/sdks/node/model/teamGetResponse.ts index 9cac7d26e..01aaca14b 100644 --- a/sdks/node/model/teamGetResponse.ts +++ b/sdks/node/model/teamGetResponse.ts @@ -27,7 +27,7 @@ import { TeamResponse } from "./teamResponse"; import { WarningResponse } from "./warningResponse"; export class TeamGetResponse { - "team"?: TeamResponse; + "team": TeamResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/teamInvitesResponse.ts b/sdks/node/model/teamInvitesResponse.ts index a8cbe449e..484de3cce 100644 --- a/sdks/node/model/teamInvitesResponse.ts +++ b/sdks/node/model/teamInvitesResponse.ts @@ -30,7 +30,7 @@ export class TeamInvitesResponse { /** * Contains a list of team invites and their roles. */ - "teamInvites"?: Array; + "teamInvites": Array; "warnings"?: Array; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/teamMembersResponse.ts b/sdks/node/model/teamMembersResponse.ts index b662d987a..82d68941c 100644 --- a/sdks/node/model/teamMembersResponse.ts +++ b/sdks/node/model/teamMembersResponse.ts @@ -31,8 +31,8 @@ export class TeamMembersResponse { /** * Contains a list of team members and their roles for a specific team. */ - "teamMembers"?: Array; - "listInfo"?: ListInfoResponse; + "teamMembers": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/teamSubTeamsResponse.ts b/sdks/node/model/teamSubTeamsResponse.ts index 3b8429e48..f2d6cb379 100644 --- a/sdks/node/model/teamSubTeamsResponse.ts +++ b/sdks/node/model/teamSubTeamsResponse.ts @@ -31,8 +31,8 @@ export class TeamSubTeamsResponse { /** * Contains a list with sub teams. */ - "subTeams"?: Array; - "listInfo"?: ListInfoResponse; + "subTeams": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/templateCreateEmbeddedDraftResponse.ts b/sdks/node/model/templateCreateEmbeddedDraftResponse.ts index d1fb582c1..7d2a40559 100644 --- a/sdks/node/model/templateCreateEmbeddedDraftResponse.ts +++ b/sdks/node/model/templateCreateEmbeddedDraftResponse.ts @@ -27,7 +27,7 @@ import { TemplateCreateEmbeddedDraftResponseTemplate } from "./templateCreateEmb import { WarningResponse } from "./warningResponse"; export class TemplateCreateEmbeddedDraftResponse { - "template"?: TemplateCreateEmbeddedDraftResponseTemplate; + "template": TemplateCreateEmbeddedDraftResponseTemplate; /** * A list of warnings. */ diff --git a/sdks/node/model/templateCreateResponse.ts b/sdks/node/model/templateCreateResponse.ts index 34e685de6..fdf2e1e40 100644 --- a/sdks/node/model/templateCreateResponse.ts +++ b/sdks/node/model/templateCreateResponse.ts @@ -27,7 +27,7 @@ import { TemplateCreateResponseTemplate } from "./templateCreateResponseTemplate import { WarningResponse } from "./warningResponse"; export class TemplateCreateResponse { - "template"?: TemplateCreateResponseTemplate; + "template": TemplateCreateResponseTemplate; /** * A list of warnings. */ diff --git a/sdks/node/model/templateEditResponse.ts b/sdks/node/model/templateEditResponse.ts index bb9683bb7..aa51f43d0 100644 --- a/sdks/node/model/templateEditResponse.ts +++ b/sdks/node/model/templateEditResponse.ts @@ -28,7 +28,7 @@ export class TemplateEditResponse { /** * The id of the Template. */ - "templateId"?: string; + "templateId": string; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/templateGetResponse.ts b/sdks/node/model/templateGetResponse.ts index 3575bfeed..a00f271e3 100644 --- a/sdks/node/model/templateGetResponse.ts +++ b/sdks/node/model/templateGetResponse.ts @@ -27,7 +27,7 @@ import { TemplateResponse } from "./templateResponse"; import { WarningResponse } from "./warningResponse"; export class TemplateGetResponse { - "template"?: TemplateResponse; + "template": TemplateResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/templateListResponse.ts b/sdks/node/model/templateListResponse.ts index 7aa30874f..0a797e6c1 100644 --- a/sdks/node/model/templateListResponse.ts +++ b/sdks/node/model/templateListResponse.ts @@ -31,8 +31,8 @@ export class TemplateListResponse { /** * List of templates that the API caller has access to. */ - "templates"?: Array; - "listInfo"?: ListInfoResponse; + "templates": Array; + "listInfo": ListInfoResponse; /** * A list of warnings. */ diff --git a/sdks/node/model/templateUpdateFilesResponse.ts b/sdks/node/model/templateUpdateFilesResponse.ts index c60ab4772..d81f63895 100644 --- a/sdks/node/model/templateUpdateFilesResponse.ts +++ b/sdks/node/model/templateUpdateFilesResponse.ts @@ -26,7 +26,7 @@ import { AttributeTypeMap, ObjectSerializer } from "./"; import { TemplateUpdateFilesResponseTemplate } from "./templateUpdateFilesResponseTemplate"; export class TemplateUpdateFilesResponse { - "template"?: TemplateUpdateFilesResponseTemplate; + "template": TemplateUpdateFilesResponseTemplate; static discriminator: string | undefined = undefined; diff --git a/sdks/node/model/unclaimedDraftCreateResponse.ts b/sdks/node/model/unclaimedDraftCreateResponse.ts index 7dc0be3e1..101aca017 100644 --- a/sdks/node/model/unclaimedDraftCreateResponse.ts +++ b/sdks/node/model/unclaimedDraftCreateResponse.ts @@ -27,7 +27,7 @@ import { UnclaimedDraftResponse } from "./unclaimedDraftResponse"; import { WarningResponse } from "./warningResponse"; export class UnclaimedDraftCreateResponse { - "unclaimedDraft"?: UnclaimedDraftResponse; + "unclaimedDraft": UnclaimedDraftResponse; /** * A list of warnings. */ diff --git a/sdks/node/types/model/accountCreateResponse.d.ts b/sdks/node/types/model/accountCreateResponse.d.ts index d7d1379b8..b0739f3d6 100644 --- a/sdks/node/types/model/accountCreateResponse.d.ts +++ b/sdks/node/types/model/accountCreateResponse.d.ts @@ -3,7 +3,7 @@ import { AccountResponse } from "./accountResponse"; import { OAuthTokenResponse } from "./oAuthTokenResponse"; import { WarningResponse } from "./warningResponse"; export declare class AccountCreateResponse { - "account"?: AccountResponse; + "account": AccountResponse; "oauthData"?: OAuthTokenResponse; "warnings"?: Array; static discriminator: string | undefined; diff --git a/sdks/node/types/model/accountGetResponse.d.ts b/sdks/node/types/model/accountGetResponse.d.ts index c6c35cbfd..d46206b49 100644 --- a/sdks/node/types/model/accountGetResponse.d.ts +++ b/sdks/node/types/model/accountGetResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { AccountResponse } from "./accountResponse"; import { WarningResponse } from "./warningResponse"; export declare class AccountGetResponse { - "account"?: AccountResponse; + "account": AccountResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/apiAppGetResponse.d.ts b/sdks/node/types/model/apiAppGetResponse.d.ts index 96ef128b8..9d7c45639 100644 --- a/sdks/node/types/model/apiAppGetResponse.d.ts +++ b/sdks/node/types/model/apiAppGetResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { ApiAppResponse } from "./apiAppResponse"; import { WarningResponse } from "./warningResponse"; export declare class ApiAppGetResponse { - "apiApp"?: ApiAppResponse; + "apiApp": ApiAppResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/apiAppListResponse.d.ts b/sdks/node/types/model/apiAppListResponse.d.ts index 6a80f6a23..214dac34b 100644 --- a/sdks/node/types/model/apiAppListResponse.d.ts +++ b/sdks/node/types/model/apiAppListResponse.d.ts @@ -3,8 +3,8 @@ import { ApiAppResponse } from "./apiAppResponse"; import { ListInfoResponse } from "./listInfoResponse"; import { WarningResponse } from "./warningResponse"; export declare class ApiAppListResponse { - "apiApps"?: Array; - "listInfo"?: ListInfoResponse; + "apiApps": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/bulkSendJobGetResponse.d.ts b/sdks/node/types/model/bulkSendJobGetResponse.d.ts index a79e6d972..b4d39ed9d 100644 --- a/sdks/node/types/model/bulkSendJobGetResponse.d.ts +++ b/sdks/node/types/model/bulkSendJobGetResponse.d.ts @@ -4,9 +4,9 @@ import { BulkSendJobResponse } from "./bulkSendJobResponse"; import { ListInfoResponse } from "./listInfoResponse"; import { WarningResponse } from "./warningResponse"; export declare class BulkSendJobGetResponse { - "bulkSendJob"?: BulkSendJobResponse; - "listInfo"?: ListInfoResponse; - "signatureRequests"?: Array; + "bulkSendJob": BulkSendJobResponse; + "listInfo": ListInfoResponse; + "signatureRequests": Array; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/bulkSendJobListResponse.d.ts b/sdks/node/types/model/bulkSendJobListResponse.d.ts index bac973afe..11b6be2e5 100644 --- a/sdks/node/types/model/bulkSendJobListResponse.d.ts +++ b/sdks/node/types/model/bulkSendJobListResponse.d.ts @@ -3,8 +3,8 @@ import { BulkSendJobResponse } from "./bulkSendJobResponse"; import { ListInfoResponse } from "./listInfoResponse"; import { WarningResponse } from "./warningResponse"; export declare class BulkSendJobListResponse { - "bulkSendJobs"?: Array; - "listInfo"?: ListInfoResponse; + "bulkSendJobs": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/bulkSendJobSendResponse.d.ts b/sdks/node/types/model/bulkSendJobSendResponse.d.ts index 88b025c6d..7a82bf1e5 100644 --- a/sdks/node/types/model/bulkSendJobSendResponse.d.ts +++ b/sdks/node/types/model/bulkSendJobSendResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { BulkSendJobResponse } from "./bulkSendJobResponse"; import { WarningResponse } from "./warningResponse"; export declare class BulkSendJobSendResponse { - "bulkSendJob"?: BulkSendJobResponse; + "bulkSendJob": BulkSendJobResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/embeddedEditUrlResponse.d.ts b/sdks/node/types/model/embeddedEditUrlResponse.d.ts index 1be6d07ca..bb01ab223 100644 --- a/sdks/node/types/model/embeddedEditUrlResponse.d.ts +++ b/sdks/node/types/model/embeddedEditUrlResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { EmbeddedEditUrlResponseEmbedded } from "./embeddedEditUrlResponseEmbedded"; import { WarningResponse } from "./warningResponse"; export declare class EmbeddedEditUrlResponse { - "embedded"?: EmbeddedEditUrlResponseEmbedded; + "embedded": EmbeddedEditUrlResponseEmbedded; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/embeddedSignUrlResponse.d.ts b/sdks/node/types/model/embeddedSignUrlResponse.d.ts index c1a2f2436..8a739647e 100644 --- a/sdks/node/types/model/embeddedSignUrlResponse.d.ts +++ b/sdks/node/types/model/embeddedSignUrlResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { EmbeddedSignUrlResponseEmbedded } from "./embeddedSignUrlResponseEmbedded"; import { WarningResponse } from "./warningResponse"; export declare class EmbeddedSignUrlResponse { - "embedded"?: EmbeddedSignUrlResponseEmbedded; + "embedded": EmbeddedSignUrlResponseEmbedded; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/faxLineAreaCodeGetResponse.d.ts b/sdks/node/types/model/faxLineAreaCodeGetResponse.d.ts index 30486165b..5a55319d2 100644 --- a/sdks/node/types/model/faxLineAreaCodeGetResponse.d.ts +++ b/sdks/node/types/model/faxLineAreaCodeGetResponse.d.ts @@ -1,6 +1,6 @@ import { AttributeTypeMap } from "./"; export declare class FaxLineAreaCodeGetResponse { - "areaCodes"?: Array; + "areaCodes": Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/sdks/node/types/model/faxLineListResponse.d.ts b/sdks/node/types/model/faxLineListResponse.d.ts index e1e098d4a..b426f1eab 100644 --- a/sdks/node/types/model/faxLineListResponse.d.ts +++ b/sdks/node/types/model/faxLineListResponse.d.ts @@ -3,8 +3,8 @@ import { FaxLineResponseFaxLine } from "./faxLineResponseFaxLine"; import { ListInfoResponse } from "./listInfoResponse"; import { WarningResponse } from "./warningResponse"; export declare class FaxLineListResponse { - "listInfo"?: ListInfoResponse; - "faxLines"?: Array; + "listInfo": ListInfoResponse; + "faxLines": Array; "warnings"?: WarningResponse; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/faxLineResponse.d.ts b/sdks/node/types/model/faxLineResponse.d.ts index 38bbc1a1c..41d8248b1 100644 --- a/sdks/node/types/model/faxLineResponse.d.ts +++ b/sdks/node/types/model/faxLineResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { FaxLineResponseFaxLine } from "./faxLineResponseFaxLine"; import { WarningResponse } from "./warningResponse"; export declare class FaxLineResponse { - "faxLine"?: FaxLineResponseFaxLine; + "faxLine": FaxLineResponseFaxLine; "warnings"?: WarningResponse; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/fileResponse.d.ts b/sdks/node/types/model/fileResponse.d.ts index c0971591f..aaeac2159 100644 --- a/sdks/node/types/model/fileResponse.d.ts +++ b/sdks/node/types/model/fileResponse.d.ts @@ -1,7 +1,7 @@ import { AttributeTypeMap } from "./"; export declare class FileResponse { - "fileUrl"?: string; - "expiresAt"?: number; + "fileUrl": string; + "expiresAt": number; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/sdks/node/types/model/fileResponseDataUri.d.ts b/sdks/node/types/model/fileResponseDataUri.d.ts index c0b98d5ef..9b04c5631 100644 --- a/sdks/node/types/model/fileResponseDataUri.d.ts +++ b/sdks/node/types/model/fileResponseDataUri.d.ts @@ -1,6 +1,6 @@ import { AttributeTypeMap } from "./"; export declare class FileResponseDataUri { - "dataUri"?: string; + "dataUri": string; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/sdks/node/types/model/reportCreateResponse.d.ts b/sdks/node/types/model/reportCreateResponse.d.ts index 1eedadf5a..07d6e0005 100644 --- a/sdks/node/types/model/reportCreateResponse.d.ts +++ b/sdks/node/types/model/reportCreateResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { ReportResponse } from "./reportResponse"; import { WarningResponse } from "./warningResponse"; export declare class ReportCreateResponse { - "report"?: ReportResponse; + "report": ReportResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/signatureRequestGetResponse.d.ts b/sdks/node/types/model/signatureRequestGetResponse.d.ts index 837db07ad..c7b3d4473 100644 --- a/sdks/node/types/model/signatureRequestGetResponse.d.ts +++ b/sdks/node/types/model/signatureRequestGetResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { SignatureRequestResponse } from "./signatureRequestResponse"; import { WarningResponse } from "./warningResponse"; export declare class SignatureRequestGetResponse { - "signatureRequest"?: SignatureRequestResponse; + "signatureRequest": SignatureRequestResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/signatureRequestListResponse.d.ts b/sdks/node/types/model/signatureRequestListResponse.d.ts index a138f5680..b1f229cb9 100644 --- a/sdks/node/types/model/signatureRequestListResponse.d.ts +++ b/sdks/node/types/model/signatureRequestListResponse.d.ts @@ -3,8 +3,8 @@ import { ListInfoResponse } from "./listInfoResponse"; import { SignatureRequestResponse } from "./signatureRequestResponse"; import { WarningResponse } from "./warningResponse"; export declare class SignatureRequestListResponse { - "signatureRequests"?: Array; - "listInfo"?: ListInfoResponse; + "signatureRequests": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/teamGetInfoResponse.d.ts b/sdks/node/types/model/teamGetInfoResponse.d.ts index 7943c3ee2..b52a84c46 100644 --- a/sdks/node/types/model/teamGetInfoResponse.d.ts +++ b/sdks/node/types/model/teamGetInfoResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { TeamInfoResponse } from "./teamInfoResponse"; import { WarningResponse } from "./warningResponse"; export declare class TeamGetInfoResponse { - "team"?: TeamInfoResponse; + "team": TeamInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/teamGetResponse.d.ts b/sdks/node/types/model/teamGetResponse.d.ts index 7e1f9a3a0..5ebf91dd7 100644 --- a/sdks/node/types/model/teamGetResponse.d.ts +++ b/sdks/node/types/model/teamGetResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { TeamResponse } from "./teamResponse"; import { WarningResponse } from "./warningResponse"; export declare class TeamGetResponse { - "team"?: TeamResponse; + "team": TeamResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/teamInvitesResponse.d.ts b/sdks/node/types/model/teamInvitesResponse.d.ts index 5633a3aa3..bbbd11b10 100644 --- a/sdks/node/types/model/teamInvitesResponse.d.ts +++ b/sdks/node/types/model/teamInvitesResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { TeamInviteResponse } from "./teamInviteResponse"; import { WarningResponse } from "./warningResponse"; export declare class TeamInvitesResponse { - "teamInvites"?: Array; + "teamInvites": Array; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/teamMembersResponse.d.ts b/sdks/node/types/model/teamMembersResponse.d.ts index 4de7c2996..d5b56b4dc 100644 --- a/sdks/node/types/model/teamMembersResponse.d.ts +++ b/sdks/node/types/model/teamMembersResponse.d.ts @@ -3,8 +3,8 @@ import { ListInfoResponse } from "./listInfoResponse"; import { TeamMemberResponse } from "./teamMemberResponse"; import { WarningResponse } from "./warningResponse"; export declare class TeamMembersResponse { - "teamMembers"?: Array; - "listInfo"?: ListInfoResponse; + "teamMembers": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/teamSubTeamsResponse.d.ts b/sdks/node/types/model/teamSubTeamsResponse.d.ts index c597fdf58..ed1b32bf0 100644 --- a/sdks/node/types/model/teamSubTeamsResponse.d.ts +++ b/sdks/node/types/model/teamSubTeamsResponse.d.ts @@ -3,8 +3,8 @@ import { ListInfoResponse } from "./listInfoResponse"; import { SubTeamResponse } from "./subTeamResponse"; import { WarningResponse } from "./warningResponse"; export declare class TeamSubTeamsResponse { - "subTeams"?: Array; - "listInfo"?: ListInfoResponse; + "subTeams": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/templateCreateEmbeddedDraftResponse.d.ts b/sdks/node/types/model/templateCreateEmbeddedDraftResponse.d.ts index 20f5213ba..a3897e556 100644 --- a/sdks/node/types/model/templateCreateEmbeddedDraftResponse.d.ts +++ b/sdks/node/types/model/templateCreateEmbeddedDraftResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { TemplateCreateEmbeddedDraftResponseTemplate } from "./templateCreateEmbeddedDraftResponseTemplate"; import { WarningResponse } from "./warningResponse"; export declare class TemplateCreateEmbeddedDraftResponse { - "template"?: TemplateCreateEmbeddedDraftResponseTemplate; + "template": TemplateCreateEmbeddedDraftResponseTemplate; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/templateCreateResponse.d.ts b/sdks/node/types/model/templateCreateResponse.d.ts index d55ee5bb2..6dfd9c343 100644 --- a/sdks/node/types/model/templateCreateResponse.d.ts +++ b/sdks/node/types/model/templateCreateResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { TemplateCreateResponseTemplate } from "./templateCreateResponseTemplate"; import { WarningResponse } from "./warningResponse"; export declare class TemplateCreateResponse { - "template"?: TemplateCreateResponseTemplate; + "template": TemplateCreateResponseTemplate; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/templateEditResponse.d.ts b/sdks/node/types/model/templateEditResponse.d.ts index b746ec11d..dba3ddce6 100644 --- a/sdks/node/types/model/templateEditResponse.d.ts +++ b/sdks/node/types/model/templateEditResponse.d.ts @@ -1,6 +1,6 @@ import { AttributeTypeMap } from "./"; export declare class TemplateEditResponse { - "templateId"?: string; + "templateId": string; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/sdks/node/types/model/templateGetResponse.d.ts b/sdks/node/types/model/templateGetResponse.d.ts index 12889f04b..2a2278de7 100644 --- a/sdks/node/types/model/templateGetResponse.d.ts +++ b/sdks/node/types/model/templateGetResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { TemplateResponse } from "./templateResponse"; import { WarningResponse } from "./warningResponse"; export declare class TemplateGetResponse { - "template"?: TemplateResponse; + "template": TemplateResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/templateListResponse.d.ts b/sdks/node/types/model/templateListResponse.d.ts index 65451285f..1f1456d14 100644 --- a/sdks/node/types/model/templateListResponse.d.ts +++ b/sdks/node/types/model/templateListResponse.d.ts @@ -3,8 +3,8 @@ import { ListInfoResponse } from "./listInfoResponse"; import { TemplateResponse } from "./templateResponse"; import { WarningResponse } from "./warningResponse"; export declare class TemplateListResponse { - "templates"?: Array; - "listInfo"?: ListInfoResponse; + "templates": Array; + "listInfo": ListInfoResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/node/types/model/templateUpdateFilesResponse.d.ts b/sdks/node/types/model/templateUpdateFilesResponse.d.ts index 65c63d522..fef82c231 100644 --- a/sdks/node/types/model/templateUpdateFilesResponse.d.ts +++ b/sdks/node/types/model/templateUpdateFilesResponse.d.ts @@ -1,7 +1,7 @@ import { AttributeTypeMap } from "./"; import { TemplateUpdateFilesResponseTemplate } from "./templateUpdateFilesResponseTemplate"; export declare class TemplateUpdateFilesResponse { - "template"?: TemplateUpdateFilesResponseTemplate; + "template": TemplateUpdateFilesResponseTemplate; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; static getAttributeTypeMap(): AttributeTypeMap; diff --git a/sdks/node/types/model/unclaimedDraftCreateResponse.d.ts b/sdks/node/types/model/unclaimedDraftCreateResponse.d.ts index 7280c749f..188a52c03 100644 --- a/sdks/node/types/model/unclaimedDraftCreateResponse.d.ts +++ b/sdks/node/types/model/unclaimedDraftCreateResponse.d.ts @@ -2,7 +2,7 @@ import { AttributeTypeMap } from "./"; import { UnclaimedDraftResponse } from "./unclaimedDraftResponse"; import { WarningResponse } from "./warningResponse"; export declare class UnclaimedDraftCreateResponse { - "unclaimedDraft"?: UnclaimedDraftResponse; + "unclaimedDraft": UnclaimedDraftResponse; "warnings"?: Array; static discriminator: string | undefined; static attributeTypeMap: AttributeTypeMap; diff --git a/sdks/php/docs/Model/AccountCreateResponse.md b/sdks/php/docs/Model/AccountCreateResponse.md index 8fe2b43b0..bf38de482 100644 --- a/sdks/php/docs/Model/AccountCreateResponse.md +++ b/sdks/php/docs/Model/AccountCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `account` | [```\Dropbox\Sign\Model\AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```\Dropbox\Sign\Model\AccountResponse```](AccountResponse.md) | | | | `oauth_data` | [```\Dropbox\Sign\Model\OAuthTokenResponse```](OAuthTokenResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/php/docs/Model/AccountGetResponse.md b/sdks/php/docs/Model/AccountGetResponse.md index 2fcbaea24..e7cecaf5d 100644 --- a/sdks/php/docs/Model/AccountGetResponse.md +++ b/sdks/php/docs/Model/AccountGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `account` | [```\Dropbox\Sign\Model\AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```\Dropbox\Sign\Model\AccountResponse```](AccountResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/ApiAppGetResponse.md b/sdks/php/docs/Model/ApiAppGetResponse.md index 7713af6a7..b47e35c20 100644 --- a/sdks/php/docs/Model/ApiAppGetResponse.md +++ b/sdks/php/docs/Model/ApiAppGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `api_app` | [```\Dropbox\Sign\Model\ApiAppResponse```](ApiAppResponse.md) | | | +| `api_app`*_required_ | [```\Dropbox\Sign\Model\ApiAppResponse```](ApiAppResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/ApiAppListResponse.md b/sdks/php/docs/Model/ApiAppListResponse.md index 5b5eb1ace..2eb8ae3c9 100644 --- a/sdks/php/docs/Model/ApiAppListResponse.md +++ b/sdks/php/docs/Model/ApiAppListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `api_apps` | [```\Dropbox\Sign\Model\ApiAppResponse[]```](ApiAppResponse.md) | Contains information about API Apps. | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `api_apps`*_required_ | [```\Dropbox\Sign\Model\ApiAppResponse[]```](ApiAppResponse.md) | Contains information about API Apps. | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/BulkSendJobGetResponse.md b/sdks/php/docs/Model/BulkSendJobGetResponse.md index 2d5dec769..ec44f5b9a 100644 --- a/sdks/php/docs/Model/BulkSendJobGetResponse.md +++ b/sdks/php/docs/Model/BulkSendJobGetResponse.md @@ -6,9 +6,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulk_send_job` | [```\Dropbox\Sign\Model\BulkSendJobResponse```](BulkSendJobResponse.md) | | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | -| `signature_requests` | [```\Dropbox\Sign\Model\BulkSendJobGetResponseSignatureRequests[]```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | +| `bulk_send_job`*_required_ | [```\Dropbox\Sign\Model\BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `signature_requests`*_required_ | [```\Dropbox\Sign\Model\BulkSendJobGetResponseSignatureRequests[]```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/BulkSendJobListResponse.md b/sdks/php/docs/Model/BulkSendJobListResponse.md index aa4742fe9..470448cd9 100644 --- a/sdks/php/docs/Model/BulkSendJobListResponse.md +++ b/sdks/php/docs/Model/BulkSendJobListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulk_send_jobs` | [```\Dropbox\Sign\Model\BulkSendJobResponse[]```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `bulk_send_jobs`*_required_ | [```\Dropbox\Sign\Model\BulkSendJobResponse[]```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/BulkSendJobSendResponse.md b/sdks/php/docs/Model/BulkSendJobSendResponse.md index 8f933ecee..83f1c7f8b 100644 --- a/sdks/php/docs/Model/BulkSendJobSendResponse.md +++ b/sdks/php/docs/Model/BulkSendJobSendResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulk_send_job` | [```\Dropbox\Sign\Model\BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `bulk_send_job`*_required_ | [```\Dropbox\Sign\Model\BulkSendJobResponse```](BulkSendJobResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/EmbeddedEditUrlResponse.md b/sdks/php/docs/Model/EmbeddedEditUrlResponse.md index a2b930f99..75b539197 100644 --- a/sdks/php/docs/Model/EmbeddedEditUrlResponse.md +++ b/sdks/php/docs/Model/EmbeddedEditUrlResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `embedded` | [```\Dropbox\Sign\Model\EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```\Dropbox\Sign\Model\EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/EmbeddedSignUrlResponse.md b/sdks/php/docs/Model/EmbeddedSignUrlResponse.md index d4ac6ea33..bbf44ed90 100644 --- a/sdks/php/docs/Model/EmbeddedSignUrlResponse.md +++ b/sdks/php/docs/Model/EmbeddedSignUrlResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `embedded` | [```\Dropbox\Sign\Model\EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```\Dropbox\Sign\Model\EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/FaxLineAreaCodeGetResponse.md b/sdks/php/docs/Model/FaxLineAreaCodeGetResponse.md index 2275a4f8e..3f1d9039a 100644 --- a/sdks/php/docs/Model/FaxLineAreaCodeGetResponse.md +++ b/sdks/php/docs/Model/FaxLineAreaCodeGetResponse.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `area_codes` | ```int[]``` | | | +| `area_codes`*_required_ | ```int[]``` | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/FaxLineListResponse.md b/sdks/php/docs/Model/FaxLineListResponse.md index c9aef89c1..3b6398939 100644 --- a/sdks/php/docs/Model/FaxLineListResponse.md +++ b/sdks/php/docs/Model/FaxLineListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | -| `fax_lines` | [```\Dropbox\Sign\Model\FaxLineResponseFaxLine[]```](FaxLineResponseFaxLine.md) | | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `fax_lines`*_required_ | [```\Dropbox\Sign\Model\FaxLineResponseFaxLine[]```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/FaxLineResponse.md b/sdks/php/docs/Model/FaxLineResponse.md index 8a62eefff..372b1d043 100644 --- a/sdks/php/docs/Model/FaxLineResponse.md +++ b/sdks/php/docs/Model/FaxLineResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `fax_line` | [```\Dropbox\Sign\Model\FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | +| `fax_line`*_required_ | [```\Dropbox\Sign\Model\FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/FileResponse.md b/sdks/php/docs/Model/FileResponse.md index 29c92acc1..5803b6565 100644 --- a/sdks/php/docs/Model/FileResponse.md +++ b/sdks/php/docs/Model/FileResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `file_url` | ```string``` | URL to the file. | | -| `expires_at` | ```int``` | When the link expires. | | +| `file_url`*_required_ | ```string``` | URL to the file. | | +| `expires_at`*_required_ | ```int``` | When the link expires. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/FileResponseDataUri.md b/sdks/php/docs/Model/FileResponseDataUri.md index 48d1f047b..dbead09b0 100644 --- a/sdks/php/docs/Model/FileResponseDataUri.md +++ b/sdks/php/docs/Model/FileResponseDataUri.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `data_uri` | ```string``` | File as base64 encoded string. | | +| `data_uri`*_required_ | ```string``` | File as base64 encoded string. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/ReportCreateResponse.md b/sdks/php/docs/Model/ReportCreateResponse.md index ed9d6a43c..335d94a47 100644 --- a/sdks/php/docs/Model/ReportCreateResponse.md +++ b/sdks/php/docs/Model/ReportCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `report` | [```\Dropbox\Sign\Model\ReportResponse```](ReportResponse.md) | | | +| `report`*_required_ | [```\Dropbox\Sign\Model\ReportResponse```](ReportResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/SignatureRequestGetResponse.md b/sdks/php/docs/Model/SignatureRequestGetResponse.md index d276a5e13..c2f3c97b7 100644 --- a/sdks/php/docs/Model/SignatureRequestGetResponse.md +++ b/sdks/php/docs/Model/SignatureRequestGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `signature_request` | [```\Dropbox\Sign\Model\SignatureRequestResponse```](SignatureRequestResponse.md) | | | +| `signature_request`*_required_ | [```\Dropbox\Sign\Model\SignatureRequestResponse```](SignatureRequestResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/SignatureRequestListResponse.md b/sdks/php/docs/Model/SignatureRequestListResponse.md index c4a8ac0e1..c0aae36cd 100644 --- a/sdks/php/docs/Model/SignatureRequestListResponse.md +++ b/sdks/php/docs/Model/SignatureRequestListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `signature_requests` | [```\Dropbox\Sign\Model\SignatureRequestResponse[]```](SignatureRequestResponse.md) | Contains information about signature requests. | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `signature_requests`*_required_ | [```\Dropbox\Sign\Model\SignatureRequestResponse[]```](SignatureRequestResponse.md) | Contains information about signature requests. | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TeamGetInfoResponse.md b/sdks/php/docs/Model/TeamGetInfoResponse.md index c2d45f633..6250ae721 100644 --- a/sdks/php/docs/Model/TeamGetInfoResponse.md +++ b/sdks/php/docs/Model/TeamGetInfoResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team` | [```\Dropbox\Sign\Model\TeamInfoResponse```](TeamInfoResponse.md) | | | +| `team`*_required_ | [```\Dropbox\Sign\Model\TeamInfoResponse```](TeamInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TeamGetResponse.md b/sdks/php/docs/Model/TeamGetResponse.md index 2a6e4cffd..0d65f9000 100644 --- a/sdks/php/docs/Model/TeamGetResponse.md +++ b/sdks/php/docs/Model/TeamGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team` | [```\Dropbox\Sign\Model\TeamResponse```](TeamResponse.md) | | | +| `team`*_required_ | [```\Dropbox\Sign\Model\TeamResponse```](TeamResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TeamInvitesResponse.md b/sdks/php/docs/Model/TeamInvitesResponse.md index de58a4720..64d96b25b 100644 --- a/sdks/php/docs/Model/TeamInvitesResponse.md +++ b/sdks/php/docs/Model/TeamInvitesResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team_invites` | [```\Dropbox\Sign\Model\TeamInviteResponse[]```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | +| `team_invites`*_required_ | [```\Dropbox\Sign\Model\TeamInviteResponse[]```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TeamMembersResponse.md b/sdks/php/docs/Model/TeamMembersResponse.md index 1efec1b0a..0474722c4 100644 --- a/sdks/php/docs/Model/TeamMembersResponse.md +++ b/sdks/php/docs/Model/TeamMembersResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team_members` | [```\Dropbox\Sign\Model\TeamMemberResponse[]```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `team_members`*_required_ | [```\Dropbox\Sign\Model\TeamMemberResponse[]```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TeamSubTeamsResponse.md b/sdks/php/docs/Model/TeamSubTeamsResponse.md index a8fc485ba..9a37ce150 100644 --- a/sdks/php/docs/Model/TeamSubTeamsResponse.md +++ b/sdks/php/docs/Model/TeamSubTeamsResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `sub_teams` | [```\Dropbox\Sign\Model\SubTeamResponse[]```](SubTeamResponse.md) | Contains a list with sub teams. | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `sub_teams`*_required_ | [```\Dropbox\Sign\Model\SubTeamResponse[]```](SubTeamResponse.md) | Contains a list with sub teams. | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TemplateCreateEmbeddedDraftResponse.md b/sdks/php/docs/Model/TemplateCreateEmbeddedDraftResponse.md index ff88f1507..439aa708e 100644 --- a/sdks/php/docs/Model/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/php/docs/Model/TemplateCreateEmbeddedDraftResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```\Dropbox\Sign\Model\TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | +| `template`*_required_ | [```\Dropbox\Sign\Model\TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TemplateCreateResponse.md b/sdks/php/docs/Model/TemplateCreateResponse.md index 480c24ef2..676d2acca 100644 --- a/sdks/php/docs/Model/TemplateCreateResponse.md +++ b/sdks/php/docs/Model/TemplateCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```\Dropbox\Sign\Model\TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | +| `template`*_required_ | [```\Dropbox\Sign\Model\TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TemplateEditResponse.md b/sdks/php/docs/Model/TemplateEditResponse.md index aaa91a556..b343db573 100644 --- a/sdks/php/docs/Model/TemplateEditResponse.md +++ b/sdks/php/docs/Model/TemplateEditResponse.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template_id` | ```string``` | The id of the Template. | | +| `template_id`*_required_ | ```string``` | The id of the Template. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TemplateGetResponse.md b/sdks/php/docs/Model/TemplateGetResponse.md index bf65941c6..0aba7b381 100644 --- a/sdks/php/docs/Model/TemplateGetResponse.md +++ b/sdks/php/docs/Model/TemplateGetResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```\Dropbox\Sign\Model\TemplateResponse```](TemplateResponse.md) | | | +| `template`*_required_ | [```\Dropbox\Sign\Model\TemplateResponse```](TemplateResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TemplateListResponse.md b/sdks/php/docs/Model/TemplateListResponse.md index f49368a1c..9723b1385 100644 --- a/sdks/php/docs/Model/TemplateListResponse.md +++ b/sdks/php/docs/Model/TemplateListResponse.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `templates` | [```\Dropbox\Sign\Model\TemplateResponse[]```](TemplateResponse.md) | List of templates that the API caller has access to. | | -| `list_info` | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | +| `templates`*_required_ | [```\Dropbox\Sign\Model\TemplateResponse[]```](TemplateResponse.md) | List of templates that the API caller has access to. | | +| `list_info`*_required_ | [```\Dropbox\Sign\Model\ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/TemplateUpdateFilesResponse.md b/sdks/php/docs/Model/TemplateUpdateFilesResponse.md index 75f259eae..5d28cef0d 100644 --- a/sdks/php/docs/Model/TemplateUpdateFilesResponse.md +++ b/sdks/php/docs/Model/TemplateUpdateFilesResponse.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```\Dropbox\Sign\Model\TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | +| `template`*_required_ | [```\Dropbox\Sign\Model\TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/docs/Model/UnclaimedDraftCreateResponse.md b/sdks/php/docs/Model/UnclaimedDraftCreateResponse.md index 8b4e5abbd..666b4ae1f 100644 --- a/sdks/php/docs/Model/UnclaimedDraftCreateResponse.md +++ b/sdks/php/docs/Model/UnclaimedDraftCreateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `unclaimed_draft` | [```\Dropbox\Sign\Model\UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | +| `unclaimed_draft`*_required_ | [```\Dropbox\Sign\Model\UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | | `warnings` | [```\Dropbox\Sign\Model\WarningResponse[]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/sdks/php/src/Model/AccountCreateResponse.php b/sdks/php/src/Model/AccountCreateResponse.php index c32d7c867..66e9a34d4 100644 --- a/sdks/php/src/Model/AccountCreateResponse.php +++ b/sdks/php/src/Model/AccountCreateResponse.php @@ -295,7 +295,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['account'] === null) { + $invalidProperties[] = "'account' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +317,7 @@ public function valid() /** * Gets account * - * @return AccountResponse|null + * @return AccountResponse */ public function getAccount() { @@ -322,11 +327,11 @@ public function getAccount() /** * Sets account * - * @param AccountResponse|null $account account + * @param AccountResponse $account account * * @return self */ - public function setAccount(?AccountResponse $account) + public function setAccount(AccountResponse $account) { if (is_null($account)) { throw new InvalidArgumentException('non-nullable account cannot be null'); diff --git a/sdks/php/src/Model/AccountGetResponse.php b/sdks/php/src/Model/AccountGetResponse.php index 84ef80142..b59da1285 100644 --- a/sdks/php/src/Model/AccountGetResponse.php +++ b/sdks/php/src/Model/AccountGetResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['account'] === null) { + $invalidProperties[] = "'account' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets account * - * @return AccountResponse|null + * @return AccountResponse */ public function getAccount() { @@ -315,11 +320,11 @@ public function getAccount() /** * Sets account * - * @param AccountResponse|null $account account + * @param AccountResponse $account account * * @return self */ - public function setAccount(?AccountResponse $account) + public function setAccount(AccountResponse $account) { if (is_null($account)) { throw new InvalidArgumentException('non-nullable account cannot be null'); diff --git a/sdks/php/src/Model/ApiAppGetResponse.php b/sdks/php/src/Model/ApiAppGetResponse.php index 0507cd879..f95c2b6e0 100644 --- a/sdks/php/src/Model/ApiAppGetResponse.php +++ b/sdks/php/src/Model/ApiAppGetResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['api_app'] === null) { + $invalidProperties[] = "'api_app' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets api_app * - * @return ApiAppResponse|null + * @return ApiAppResponse */ public function getApiApp() { @@ -315,11 +320,11 @@ public function getApiApp() /** * Sets api_app * - * @param ApiAppResponse|null $api_app api_app + * @param ApiAppResponse $api_app api_app * * @return self */ - public function setApiApp(?ApiAppResponse $api_app) + public function setApiApp(ApiAppResponse $api_app) { if (is_null($api_app)) { throw new InvalidArgumentException('non-nullable api_app cannot be null'); diff --git a/sdks/php/src/Model/ApiAppListResponse.php b/sdks/php/src/Model/ApiAppListResponse.php index 81b33b826..44afca3c1 100644 --- a/sdks/php/src/Model/ApiAppListResponse.php +++ b/sdks/php/src/Model/ApiAppListResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['api_apps'] === null) { + $invalidProperties[] = "'api_apps' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets api_apps * - * @return ApiAppResponse[]|null + * @return ApiAppResponse[] */ public function getApiApps() { @@ -322,11 +330,11 @@ public function getApiApps() /** * Sets api_apps * - * @param ApiAppResponse[]|null $api_apps contains information about API Apps + * @param ApiAppResponse[] $api_apps contains information about API Apps * * @return self */ - public function setApiApps(?array $api_apps) + public function setApiApps(array $api_apps) { if (is_null($api_apps)) { throw new InvalidArgumentException('non-nullable api_apps cannot be null'); @@ -339,7 +347,7 @@ public function setApiApps(?array $api_apps) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -349,11 +357,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); diff --git a/sdks/php/src/Model/BulkSendJobGetResponse.php b/sdks/php/src/Model/BulkSendJobGetResponse.php index 300bd887d..3d97f3fe5 100644 --- a/sdks/php/src/Model/BulkSendJobGetResponse.php +++ b/sdks/php/src/Model/BulkSendJobGetResponse.php @@ -302,7 +302,18 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['bulk_send_job'] === null) { + $invalidProperties[] = "'bulk_send_job' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + if ($this->container['signature_requests'] === null) { + $invalidProperties[] = "'signature_requests' can't be null"; + } + return $invalidProperties; } /** @@ -319,7 +330,7 @@ public function valid() /** * Gets bulk_send_job * - * @return BulkSendJobResponse|null + * @return BulkSendJobResponse */ public function getBulkSendJob() { @@ -329,11 +340,11 @@ public function getBulkSendJob() /** * Sets bulk_send_job * - * @param BulkSendJobResponse|null $bulk_send_job bulk_send_job + * @param BulkSendJobResponse $bulk_send_job bulk_send_job * * @return self */ - public function setBulkSendJob(?BulkSendJobResponse $bulk_send_job) + public function setBulkSendJob(BulkSendJobResponse $bulk_send_job) { if (is_null($bulk_send_job)) { throw new InvalidArgumentException('non-nullable bulk_send_job cannot be null'); @@ -346,7 +357,7 @@ public function setBulkSendJob(?BulkSendJobResponse $bulk_send_job) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -356,11 +367,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); @@ -373,7 +384,7 @@ public function setListInfo(?ListInfoResponse $list_info) /** * Gets signature_requests * - * @return BulkSendJobGetResponseSignatureRequests[]|null + * @return BulkSendJobGetResponseSignatureRequests[] */ public function getSignatureRequests() { @@ -383,11 +394,11 @@ public function getSignatureRequests() /** * Sets signature_requests * - * @param BulkSendJobGetResponseSignatureRequests[]|null $signature_requests contains information about the Signature Requests sent in bulk + * @param BulkSendJobGetResponseSignatureRequests[] $signature_requests contains information about the Signature Requests sent in bulk * * @return self */ - public function setSignatureRequests(?array $signature_requests) + public function setSignatureRequests(array $signature_requests) { if (is_null($signature_requests)) { throw new InvalidArgumentException('non-nullable signature_requests cannot be null'); diff --git a/sdks/php/src/Model/BulkSendJobListResponse.php b/sdks/php/src/Model/BulkSendJobListResponse.php index 453f08e29..8420c469f 100644 --- a/sdks/php/src/Model/BulkSendJobListResponse.php +++ b/sdks/php/src/Model/BulkSendJobListResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['bulk_send_jobs'] === null) { + $invalidProperties[] = "'bulk_send_jobs' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets bulk_send_jobs * - * @return BulkSendJobResponse[]|null + * @return BulkSendJobResponse[] */ public function getBulkSendJobs() { @@ -322,11 +330,11 @@ public function getBulkSendJobs() /** * Sets bulk_send_jobs * - * @param BulkSendJobResponse[]|null $bulk_send_jobs contains a list of BulkSendJobs that the API caller has access to + * @param BulkSendJobResponse[] $bulk_send_jobs contains a list of BulkSendJobs that the API caller has access to * * @return self */ - public function setBulkSendJobs(?array $bulk_send_jobs) + public function setBulkSendJobs(array $bulk_send_jobs) { if (is_null($bulk_send_jobs)) { throw new InvalidArgumentException('non-nullable bulk_send_jobs cannot be null'); @@ -339,7 +347,7 @@ public function setBulkSendJobs(?array $bulk_send_jobs) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -349,11 +357,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); diff --git a/sdks/php/src/Model/BulkSendJobSendResponse.php b/sdks/php/src/Model/BulkSendJobSendResponse.php index e8642fadf..7797e84c7 100644 --- a/sdks/php/src/Model/BulkSendJobSendResponse.php +++ b/sdks/php/src/Model/BulkSendJobSendResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['bulk_send_job'] === null) { + $invalidProperties[] = "'bulk_send_job' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets bulk_send_job * - * @return BulkSendJobResponse|null + * @return BulkSendJobResponse */ public function getBulkSendJob() { @@ -315,11 +320,11 @@ public function getBulkSendJob() /** * Sets bulk_send_job * - * @param BulkSendJobResponse|null $bulk_send_job bulk_send_job + * @param BulkSendJobResponse $bulk_send_job bulk_send_job * * @return self */ - public function setBulkSendJob(?BulkSendJobResponse $bulk_send_job) + public function setBulkSendJob(BulkSendJobResponse $bulk_send_job) { if (is_null($bulk_send_job)) { throw new InvalidArgumentException('non-nullable bulk_send_job cannot be null'); diff --git a/sdks/php/src/Model/EmbeddedEditUrlResponse.php b/sdks/php/src/Model/EmbeddedEditUrlResponse.php index 71a6fe19c..88320ef63 100644 --- a/sdks/php/src/Model/EmbeddedEditUrlResponse.php +++ b/sdks/php/src/Model/EmbeddedEditUrlResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['embedded'] === null) { + $invalidProperties[] = "'embedded' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets embedded * - * @return EmbeddedEditUrlResponseEmbedded|null + * @return EmbeddedEditUrlResponseEmbedded */ public function getEmbedded() { @@ -315,11 +320,11 @@ public function getEmbedded() /** * Sets embedded * - * @param EmbeddedEditUrlResponseEmbedded|null $embedded embedded + * @param EmbeddedEditUrlResponseEmbedded $embedded embedded * * @return self */ - public function setEmbedded(?EmbeddedEditUrlResponseEmbedded $embedded) + public function setEmbedded(EmbeddedEditUrlResponseEmbedded $embedded) { if (is_null($embedded)) { throw new InvalidArgumentException('non-nullable embedded cannot be null'); diff --git a/sdks/php/src/Model/EmbeddedSignUrlResponse.php b/sdks/php/src/Model/EmbeddedSignUrlResponse.php index 75774541a..4f91647aa 100644 --- a/sdks/php/src/Model/EmbeddedSignUrlResponse.php +++ b/sdks/php/src/Model/EmbeddedSignUrlResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['embedded'] === null) { + $invalidProperties[] = "'embedded' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets embedded * - * @return EmbeddedSignUrlResponseEmbedded|null + * @return EmbeddedSignUrlResponseEmbedded */ public function getEmbedded() { @@ -315,11 +320,11 @@ public function getEmbedded() /** * Sets embedded * - * @param EmbeddedSignUrlResponseEmbedded|null $embedded embedded + * @param EmbeddedSignUrlResponseEmbedded $embedded embedded * * @return self */ - public function setEmbedded(?EmbeddedSignUrlResponseEmbedded $embedded) + public function setEmbedded(EmbeddedSignUrlResponseEmbedded $embedded) { if (is_null($embedded)) { throw new InvalidArgumentException('non-nullable embedded cannot be null'); diff --git a/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php b/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php index 60822162d..085e8a8e3 100644 --- a/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php +++ b/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php @@ -281,7 +281,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['area_codes'] === null) { + $invalidProperties[] = "'area_codes' can't be null"; + } + return $invalidProperties; } /** @@ -298,7 +303,7 @@ public function valid() /** * Gets area_codes * - * @return int[]|null + * @return int[] */ public function getAreaCodes() { @@ -308,11 +313,11 @@ public function getAreaCodes() /** * Sets area_codes * - * @param int[]|null $area_codes area_codes + * @param int[] $area_codes area_codes * * @return self */ - public function setAreaCodes(?array $area_codes) + public function setAreaCodes(array $area_codes) { if (is_null($area_codes)) { throw new InvalidArgumentException('non-nullable area_codes cannot be null'); diff --git a/sdks/php/src/Model/FaxLineListResponse.php b/sdks/php/src/Model/FaxLineListResponse.php index 8142c27ff..1b32ad49c 100644 --- a/sdks/php/src/Model/FaxLineListResponse.php +++ b/sdks/php/src/Model/FaxLineListResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + if ($this->container['fax_lines'] === null) { + $invalidProperties[] = "'fax_lines' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -322,11 +330,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); @@ -339,7 +347,7 @@ public function setListInfo(?ListInfoResponse $list_info) /** * Gets fax_lines * - * @return FaxLineResponseFaxLine[]|null + * @return FaxLineResponseFaxLine[] */ public function getFaxLines() { @@ -349,11 +357,11 @@ public function getFaxLines() /** * Sets fax_lines * - * @param FaxLineResponseFaxLine[]|null $fax_lines fax_lines + * @param FaxLineResponseFaxLine[] $fax_lines fax_lines * * @return self */ - public function setFaxLines(?array $fax_lines) + public function setFaxLines(array $fax_lines) { if (is_null($fax_lines)) { throw new InvalidArgumentException('non-nullable fax_lines cannot be null'); diff --git a/sdks/php/src/Model/FaxLineResponse.php b/sdks/php/src/Model/FaxLineResponse.php index d9b058a14..c30616f6c 100644 --- a/sdks/php/src/Model/FaxLineResponse.php +++ b/sdks/php/src/Model/FaxLineResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['fax_line'] === null) { + $invalidProperties[] = "'fax_line' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets fax_line * - * @return FaxLineResponseFaxLine|null + * @return FaxLineResponseFaxLine */ public function getFaxLine() { @@ -315,11 +320,11 @@ public function getFaxLine() /** * Sets fax_line * - * @param FaxLineResponseFaxLine|null $fax_line fax_line + * @param FaxLineResponseFaxLine $fax_line fax_line * * @return self */ - public function setFaxLine(?FaxLineResponseFaxLine $fax_line) + public function setFaxLine(FaxLineResponseFaxLine $fax_line) { if (is_null($fax_line)) { throw new InvalidArgumentException('non-nullable fax_line cannot be null'); diff --git a/sdks/php/src/Model/FileResponse.php b/sdks/php/src/Model/FileResponse.php index 8476fad5b..3ebdc3378 100644 --- a/sdks/php/src/Model/FileResponse.php +++ b/sdks/php/src/Model/FileResponse.php @@ -288,7 +288,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['file_url'] === null) { + $invalidProperties[] = "'file_url' can't be null"; + } + if ($this->container['expires_at'] === null) { + $invalidProperties[] = "'expires_at' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +313,7 @@ public function valid() /** * Gets file_url * - * @return string|null + * @return string */ public function getFileUrl() { @@ -315,11 +323,11 @@ public function getFileUrl() /** * Sets file_url * - * @param string|null $file_url URL to the file + * @param string $file_url URL to the file * * @return self */ - public function setFileUrl(?string $file_url) + public function setFileUrl(string $file_url) { if (is_null($file_url)) { throw new InvalidArgumentException('non-nullable file_url cannot be null'); @@ -332,7 +340,7 @@ public function setFileUrl(?string $file_url) /** * Gets expires_at * - * @return int|null + * @return int */ public function getExpiresAt() { @@ -342,11 +350,11 @@ public function getExpiresAt() /** * Sets expires_at * - * @param int|null $expires_at when the link expires + * @param int $expires_at when the link expires * * @return self */ - public function setExpiresAt(?int $expires_at) + public function setExpiresAt(int $expires_at) { if (is_null($expires_at)) { throw new InvalidArgumentException('non-nullable expires_at cannot be null'); diff --git a/sdks/php/src/Model/FileResponseDataUri.php b/sdks/php/src/Model/FileResponseDataUri.php index 9c028c39f..474e8a73d 100644 --- a/sdks/php/src/Model/FileResponseDataUri.php +++ b/sdks/php/src/Model/FileResponseDataUri.php @@ -281,7 +281,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['data_uri'] === null) { + $invalidProperties[] = "'data_uri' can't be null"; + } + return $invalidProperties; } /** @@ -298,7 +303,7 @@ public function valid() /** * Gets data_uri * - * @return string|null + * @return string */ public function getDataUri() { @@ -308,11 +313,11 @@ public function getDataUri() /** * Sets data_uri * - * @param string|null $data_uri file as base64 encoded string + * @param string $data_uri file as base64 encoded string * * @return self */ - public function setDataUri(?string $data_uri) + public function setDataUri(string $data_uri) { if (is_null($data_uri)) { throw new InvalidArgumentException('non-nullable data_uri cannot be null'); diff --git a/sdks/php/src/Model/ReportCreateResponse.php b/sdks/php/src/Model/ReportCreateResponse.php index 50384baf4..415406e3c 100644 --- a/sdks/php/src/Model/ReportCreateResponse.php +++ b/sdks/php/src/Model/ReportCreateResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['report'] === null) { + $invalidProperties[] = "'report' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets report * - * @return ReportResponse|null + * @return ReportResponse */ public function getReport() { @@ -315,11 +320,11 @@ public function getReport() /** * Sets report * - * @param ReportResponse|null $report report + * @param ReportResponse $report report * * @return self */ - public function setReport(?ReportResponse $report) + public function setReport(ReportResponse $report) { if (is_null($report)) { throw new InvalidArgumentException('non-nullable report cannot be null'); diff --git a/sdks/php/src/Model/SignatureRequestGetResponse.php b/sdks/php/src/Model/SignatureRequestGetResponse.php index e3c2ea574..97f5f7c9f 100644 --- a/sdks/php/src/Model/SignatureRequestGetResponse.php +++ b/sdks/php/src/Model/SignatureRequestGetResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['signature_request'] === null) { + $invalidProperties[] = "'signature_request' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets signature_request * - * @return SignatureRequestResponse|null + * @return SignatureRequestResponse */ public function getSignatureRequest() { @@ -315,11 +320,11 @@ public function getSignatureRequest() /** * Sets signature_request * - * @param SignatureRequestResponse|null $signature_request signature_request + * @param SignatureRequestResponse $signature_request signature_request * * @return self */ - public function setSignatureRequest(?SignatureRequestResponse $signature_request) + public function setSignatureRequest(SignatureRequestResponse $signature_request) { if (is_null($signature_request)) { throw new InvalidArgumentException('non-nullable signature_request cannot be null'); diff --git a/sdks/php/src/Model/SignatureRequestListResponse.php b/sdks/php/src/Model/SignatureRequestListResponse.php index 36a043891..659908071 100644 --- a/sdks/php/src/Model/SignatureRequestListResponse.php +++ b/sdks/php/src/Model/SignatureRequestListResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['signature_requests'] === null) { + $invalidProperties[] = "'signature_requests' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets signature_requests * - * @return SignatureRequestResponse[]|null + * @return SignatureRequestResponse[] */ public function getSignatureRequests() { @@ -322,11 +330,11 @@ public function getSignatureRequests() /** * Sets signature_requests * - * @param SignatureRequestResponse[]|null $signature_requests contains information about signature requests + * @param SignatureRequestResponse[] $signature_requests contains information about signature requests * * @return self */ - public function setSignatureRequests(?array $signature_requests) + public function setSignatureRequests(array $signature_requests) { if (is_null($signature_requests)) { throw new InvalidArgumentException('non-nullable signature_requests cannot be null'); @@ -339,7 +347,7 @@ public function setSignatureRequests(?array $signature_requests) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -349,11 +357,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); diff --git a/sdks/php/src/Model/TeamGetInfoResponse.php b/sdks/php/src/Model/TeamGetInfoResponse.php index 6680e9e9c..cfac0efbb 100644 --- a/sdks/php/src/Model/TeamGetInfoResponse.php +++ b/sdks/php/src/Model/TeamGetInfoResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['team'] === null) { + $invalidProperties[] = "'team' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets team * - * @return TeamInfoResponse|null + * @return TeamInfoResponse */ public function getTeam() { @@ -315,11 +320,11 @@ public function getTeam() /** * Sets team * - * @param TeamInfoResponse|null $team team + * @param TeamInfoResponse $team team * * @return self */ - public function setTeam(?TeamInfoResponse $team) + public function setTeam(TeamInfoResponse $team) { if (is_null($team)) { throw new InvalidArgumentException('non-nullable team cannot be null'); diff --git a/sdks/php/src/Model/TeamGetResponse.php b/sdks/php/src/Model/TeamGetResponse.php index c26030e3e..6d23ddc3b 100644 --- a/sdks/php/src/Model/TeamGetResponse.php +++ b/sdks/php/src/Model/TeamGetResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['team'] === null) { + $invalidProperties[] = "'team' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets team * - * @return TeamResponse|null + * @return TeamResponse */ public function getTeam() { @@ -315,11 +320,11 @@ public function getTeam() /** * Sets team * - * @param TeamResponse|null $team team + * @param TeamResponse $team team * * @return self */ - public function setTeam(?TeamResponse $team) + public function setTeam(TeamResponse $team) { if (is_null($team)) { throw new InvalidArgumentException('non-nullable team cannot be null'); diff --git a/sdks/php/src/Model/TeamInvitesResponse.php b/sdks/php/src/Model/TeamInvitesResponse.php index c11a3f327..31b58b939 100644 --- a/sdks/php/src/Model/TeamInvitesResponse.php +++ b/sdks/php/src/Model/TeamInvitesResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['team_invites'] === null) { + $invalidProperties[] = "'team_invites' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets team_invites * - * @return TeamInviteResponse[]|null + * @return TeamInviteResponse[] */ public function getTeamInvites() { @@ -315,11 +320,11 @@ public function getTeamInvites() /** * Sets team_invites * - * @param TeamInviteResponse[]|null $team_invites contains a list of team invites and their roles + * @param TeamInviteResponse[] $team_invites contains a list of team invites and their roles * * @return self */ - public function setTeamInvites(?array $team_invites) + public function setTeamInvites(array $team_invites) { if (is_null($team_invites)) { throw new InvalidArgumentException('non-nullable team_invites cannot be null'); diff --git a/sdks/php/src/Model/TeamMembersResponse.php b/sdks/php/src/Model/TeamMembersResponse.php index b3ac18575..681ad9af1 100644 --- a/sdks/php/src/Model/TeamMembersResponse.php +++ b/sdks/php/src/Model/TeamMembersResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['team_members'] === null) { + $invalidProperties[] = "'team_members' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets team_members * - * @return TeamMemberResponse[]|null + * @return TeamMemberResponse[] */ public function getTeamMembers() { @@ -322,11 +330,11 @@ public function getTeamMembers() /** * Sets team_members * - * @param TeamMemberResponse[]|null $team_members contains a list of team members and their roles for a specific team + * @param TeamMemberResponse[] $team_members contains a list of team members and their roles for a specific team * * @return self */ - public function setTeamMembers(?array $team_members) + public function setTeamMembers(array $team_members) { if (is_null($team_members)) { throw new InvalidArgumentException('non-nullable team_members cannot be null'); @@ -339,7 +347,7 @@ public function setTeamMembers(?array $team_members) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -349,11 +357,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); diff --git a/sdks/php/src/Model/TeamSubTeamsResponse.php b/sdks/php/src/Model/TeamSubTeamsResponse.php index a1695e6a6..e3e9206c2 100644 --- a/sdks/php/src/Model/TeamSubTeamsResponse.php +++ b/sdks/php/src/Model/TeamSubTeamsResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['sub_teams'] === null) { + $invalidProperties[] = "'sub_teams' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets sub_teams * - * @return SubTeamResponse[]|null + * @return SubTeamResponse[] */ public function getSubTeams() { @@ -322,11 +330,11 @@ public function getSubTeams() /** * Sets sub_teams * - * @param SubTeamResponse[]|null $sub_teams contains a list with sub teams + * @param SubTeamResponse[] $sub_teams contains a list with sub teams * * @return self */ - public function setSubTeams(?array $sub_teams) + public function setSubTeams(array $sub_teams) { if (is_null($sub_teams)) { throw new InvalidArgumentException('non-nullable sub_teams cannot be null'); @@ -339,7 +347,7 @@ public function setSubTeams(?array $sub_teams) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -349,11 +357,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); diff --git a/sdks/php/src/Model/TemplateCreateEmbeddedDraftResponse.php b/sdks/php/src/Model/TemplateCreateEmbeddedDraftResponse.php index 6ac000d9f..49266a669 100644 --- a/sdks/php/src/Model/TemplateCreateEmbeddedDraftResponse.php +++ b/sdks/php/src/Model/TemplateCreateEmbeddedDraftResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['template'] === null) { + $invalidProperties[] = "'template' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets template * - * @return TemplateCreateEmbeddedDraftResponseTemplate|null + * @return TemplateCreateEmbeddedDraftResponseTemplate */ public function getTemplate() { @@ -315,11 +320,11 @@ public function getTemplate() /** * Sets template * - * @param TemplateCreateEmbeddedDraftResponseTemplate|null $template template + * @param TemplateCreateEmbeddedDraftResponseTemplate $template template * * @return self */ - public function setTemplate(?TemplateCreateEmbeddedDraftResponseTemplate $template) + public function setTemplate(TemplateCreateEmbeddedDraftResponseTemplate $template) { if (is_null($template)) { throw new InvalidArgumentException('non-nullable template cannot be null'); diff --git a/sdks/php/src/Model/TemplateCreateResponse.php b/sdks/php/src/Model/TemplateCreateResponse.php index cd1be57e4..e17ce910a 100644 --- a/sdks/php/src/Model/TemplateCreateResponse.php +++ b/sdks/php/src/Model/TemplateCreateResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['template'] === null) { + $invalidProperties[] = "'template' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets template * - * @return TemplateCreateResponseTemplate|null + * @return TemplateCreateResponseTemplate */ public function getTemplate() { @@ -315,11 +320,11 @@ public function getTemplate() /** * Sets template * - * @param TemplateCreateResponseTemplate|null $template template + * @param TemplateCreateResponseTemplate $template template * * @return self */ - public function setTemplate(?TemplateCreateResponseTemplate $template) + public function setTemplate(TemplateCreateResponseTemplate $template) { if (is_null($template)) { throw new InvalidArgumentException('non-nullable template cannot be null'); diff --git a/sdks/php/src/Model/TemplateEditResponse.php b/sdks/php/src/Model/TemplateEditResponse.php index 5a888bfb2..0ef5462cf 100644 --- a/sdks/php/src/Model/TemplateEditResponse.php +++ b/sdks/php/src/Model/TemplateEditResponse.php @@ -281,7 +281,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['template_id'] === null) { + $invalidProperties[] = "'template_id' can't be null"; + } + return $invalidProperties; } /** @@ -298,7 +303,7 @@ public function valid() /** * Gets template_id * - * @return string|null + * @return string */ public function getTemplateId() { @@ -308,11 +313,11 @@ public function getTemplateId() /** * Sets template_id * - * @param string|null $template_id the id of the Template + * @param string $template_id the id of the Template * * @return self */ - public function setTemplateId(?string $template_id) + public function setTemplateId(string $template_id) { if (is_null($template_id)) { throw new InvalidArgumentException('non-nullable template_id cannot be null'); diff --git a/sdks/php/src/Model/TemplateGetResponse.php b/sdks/php/src/Model/TemplateGetResponse.php index c2a087334..45b89ba15 100644 --- a/sdks/php/src/Model/TemplateGetResponse.php +++ b/sdks/php/src/Model/TemplateGetResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['template'] === null) { + $invalidProperties[] = "'template' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets template * - * @return TemplateResponse|null + * @return TemplateResponse */ public function getTemplate() { @@ -315,11 +320,11 @@ public function getTemplate() /** * Sets template * - * @param TemplateResponse|null $template template + * @param TemplateResponse $template template * * @return self */ - public function setTemplate(?TemplateResponse $template) + public function setTemplate(TemplateResponse $template) { if (is_null($template)) { throw new InvalidArgumentException('non-nullable template cannot be null'); diff --git a/sdks/php/src/Model/TemplateListResponse.php b/sdks/php/src/Model/TemplateListResponse.php index 45a2fe1a4..49974663e 100644 --- a/sdks/php/src/Model/TemplateListResponse.php +++ b/sdks/php/src/Model/TemplateListResponse.php @@ -295,7 +295,15 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['templates'] === null) { + $invalidProperties[] = "'templates' can't be null"; + } + if ($this->container['list_info'] === null) { + $invalidProperties[] = "'list_info' can't be null"; + } + return $invalidProperties; } /** @@ -312,7 +320,7 @@ public function valid() /** * Gets templates * - * @return TemplateResponse[]|null + * @return TemplateResponse[] */ public function getTemplates() { @@ -322,11 +330,11 @@ public function getTemplates() /** * Sets templates * - * @param TemplateResponse[]|null $templates list of templates that the API caller has access to + * @param TemplateResponse[] $templates list of templates that the API caller has access to * * @return self */ - public function setTemplates(?array $templates) + public function setTemplates(array $templates) { if (is_null($templates)) { throw new InvalidArgumentException('non-nullable templates cannot be null'); @@ -339,7 +347,7 @@ public function setTemplates(?array $templates) /** * Gets list_info * - * @return ListInfoResponse|null + * @return ListInfoResponse */ public function getListInfo() { @@ -349,11 +357,11 @@ public function getListInfo() /** * Sets list_info * - * @param ListInfoResponse|null $list_info list_info + * @param ListInfoResponse $list_info list_info * * @return self */ - public function setListInfo(?ListInfoResponse $list_info) + public function setListInfo(ListInfoResponse $list_info) { if (is_null($list_info)) { throw new InvalidArgumentException('non-nullable list_info cannot be null'); diff --git a/sdks/php/src/Model/TemplateUpdateFilesResponse.php b/sdks/php/src/Model/TemplateUpdateFilesResponse.php index c2a78f087..d8080fb74 100644 --- a/sdks/php/src/Model/TemplateUpdateFilesResponse.php +++ b/sdks/php/src/Model/TemplateUpdateFilesResponse.php @@ -281,7 +281,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['template'] === null) { + $invalidProperties[] = "'template' can't be null"; + } + return $invalidProperties; } /** @@ -298,7 +303,7 @@ public function valid() /** * Gets template * - * @return TemplateUpdateFilesResponseTemplate|null + * @return TemplateUpdateFilesResponseTemplate */ public function getTemplate() { @@ -308,11 +313,11 @@ public function getTemplate() /** * Sets template * - * @param TemplateUpdateFilesResponseTemplate|null $template template + * @param TemplateUpdateFilesResponseTemplate $template template * * @return self */ - public function setTemplate(?TemplateUpdateFilesResponseTemplate $template) + public function setTemplate(TemplateUpdateFilesResponseTemplate $template) { if (is_null($template)) { throw new InvalidArgumentException('non-nullable template cannot be null'); diff --git a/sdks/php/src/Model/UnclaimedDraftCreateResponse.php b/sdks/php/src/Model/UnclaimedDraftCreateResponse.php index fa8831416..fb93528ef 100644 --- a/sdks/php/src/Model/UnclaimedDraftCreateResponse.php +++ b/sdks/php/src/Model/UnclaimedDraftCreateResponse.php @@ -288,7 +288,12 @@ private function setIfExists(string $variableName, array $fields, $defaultValue) */ public function listInvalidProperties() { - return []; + $invalidProperties = []; + + if ($this->container['unclaimed_draft'] === null) { + $invalidProperties[] = "'unclaimed_draft' can't be null"; + } + return $invalidProperties; } /** @@ -305,7 +310,7 @@ public function valid() /** * Gets unclaimed_draft * - * @return UnclaimedDraftResponse|null + * @return UnclaimedDraftResponse */ public function getUnclaimedDraft() { @@ -315,11 +320,11 @@ public function getUnclaimedDraft() /** * Sets unclaimed_draft * - * @param UnclaimedDraftResponse|null $unclaimed_draft unclaimed_draft + * @param UnclaimedDraftResponse $unclaimed_draft unclaimed_draft * * @return self */ - public function setUnclaimedDraft(?UnclaimedDraftResponse $unclaimed_draft) + public function setUnclaimedDraft(UnclaimedDraftResponse $unclaimed_draft) { if (is_null($unclaimed_draft)) { throw new InvalidArgumentException('non-nullable unclaimed_draft cannot be null'); diff --git a/sdks/python/docs/AccountCreateResponse.md b/sdks/python/docs/AccountCreateResponse.md index 78ce1c511..9b1be1204 100644 --- a/sdks/python/docs/AccountCreateResponse.md +++ b/sdks/python/docs/AccountCreateResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `oauth_data` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/python/docs/AccountGetResponse.md b/sdks/python/docs/AccountGetResponse.md index 84fe11199..0c1254038 100644 --- a/sdks/python/docs/AccountGetResponse.md +++ b/sdks/python/docs/AccountGetResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/ApiAppGetResponse.md b/sdks/python/docs/ApiAppGetResponse.md index bec26734f..7d45c86fe 100644 --- a/sdks/python/docs/ApiAppGetResponse.md +++ b/sdks/python/docs/ApiAppGetResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `api_app` | [```ApiAppResponse```](ApiAppResponse.md) | | | +| `api_app`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/ApiAppListResponse.md b/sdks/python/docs/ApiAppListResponse.md index cf1f9e090..b41af4e62 100644 --- a/sdks/python/docs/ApiAppListResponse.md +++ b/sdks/python/docs/ApiAppListResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `api_apps` | [```List[ApiAppResponse]```](ApiAppResponse.md) | Contains information about API Apps. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `api_apps`*_required_ | [```List[ApiAppResponse]```](ApiAppResponse.md) | Contains information about API Apps. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/BulkSendJobGetResponse.md b/sdks/python/docs/BulkSendJobGetResponse.md index 3bcc2cdbc..a39bcb8bb 100644 --- a/sdks/python/docs/BulkSendJobGetResponse.md +++ b/sdks/python/docs/BulkSendJobGetResponse.md @@ -5,9 +5,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulk_send_job` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `signature_requests` | [```List[BulkSendJobGetResponseSignatureRequests]```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | +| `bulk_send_job`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signature_requests`*_required_ | [```List[BulkSendJobGetResponseSignatureRequests]```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/BulkSendJobListResponse.md b/sdks/python/docs/BulkSendJobListResponse.md index 666f8a933..24c7abc17 100644 --- a/sdks/python/docs/BulkSendJobListResponse.md +++ b/sdks/python/docs/BulkSendJobListResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulk_send_jobs` | [```List[BulkSendJobResponse]```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `bulk_send_jobs`*_required_ | [```List[BulkSendJobResponse]```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/BulkSendJobSendResponse.md b/sdks/python/docs/BulkSendJobSendResponse.md index 6c84131a0..cf31a577a 100644 --- a/sdks/python/docs/BulkSendJobSendResponse.md +++ b/sdks/python/docs/BulkSendJobSendResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `bulk_send_job` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `bulk_send_job`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/EmbeddedEditUrlResponse.md b/sdks/python/docs/EmbeddedEditUrlResponse.md index b9bf02a34..e1f57817d 100644 --- a/sdks/python/docs/EmbeddedEditUrlResponse.md +++ b/sdks/python/docs/EmbeddedEditUrlResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/EmbeddedSignUrlResponse.md b/sdks/python/docs/EmbeddedSignUrlResponse.md index 7eab77910..af38fc763 100644 --- a/sdks/python/docs/EmbeddedSignUrlResponse.md +++ b/sdks/python/docs/EmbeddedSignUrlResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/FaxLineAreaCodeGetResponse.md b/sdks/python/docs/FaxLineAreaCodeGetResponse.md index db3d98bb2..b7fc28ce7 100644 --- a/sdks/python/docs/FaxLineAreaCodeGetResponse.md +++ b/sdks/python/docs/FaxLineAreaCodeGetResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `area_codes` | ```List[int]``` | | | +| `area_codes`*_required_ | ```List[int]``` | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/FaxLineListResponse.md b/sdks/python/docs/FaxLineListResponse.md index 542838425..7510777c0 100644 --- a/sdks/python/docs/FaxLineListResponse.md +++ b/sdks/python/docs/FaxLineListResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `fax_lines` | [```List[FaxLineResponseFaxLine]```](FaxLineResponseFaxLine.md) | | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `fax_lines`*_required_ | [```List[FaxLineResponseFaxLine]```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/FaxLineResponse.md b/sdks/python/docs/FaxLineResponse.md index 52aeb370c..d96759130 100644 --- a/sdks/python/docs/FaxLineResponse.md +++ b/sdks/python/docs/FaxLineResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `fax_line` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | +| `fax_line`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/FileResponse.md b/sdks/python/docs/FileResponse.md index 89bf61600..db7181024 100644 --- a/sdks/python/docs/FileResponse.md +++ b/sdks/python/docs/FileResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `file_url` | ```str``` | URL to the file. | | -| `expires_at` | ```int``` | When the link expires. | | +| `file_url`*_required_ | ```str``` | URL to the file. | | +| `expires_at`*_required_ | ```int``` | When the link expires. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/FileResponseDataUri.md b/sdks/python/docs/FileResponseDataUri.md index 0c56d692e..aae7f445b 100644 --- a/sdks/python/docs/FileResponseDataUri.md +++ b/sdks/python/docs/FileResponseDataUri.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `data_uri` | ```str``` | File as base64 encoded string. | | +| `data_uri`*_required_ | ```str``` | File as base64 encoded string. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/ReportCreateResponse.md b/sdks/python/docs/ReportCreateResponse.md index 2457138f6..2ffc8dcc9 100644 --- a/sdks/python/docs/ReportCreateResponse.md +++ b/sdks/python/docs/ReportCreateResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `report` | [```ReportResponse```](ReportResponse.md) | | | +| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/SignatureRequestGetResponse.md b/sdks/python/docs/SignatureRequestGetResponse.md index 0e2a8e770..a0ee83f2d 100644 --- a/sdks/python/docs/SignatureRequestGetResponse.md +++ b/sdks/python/docs/SignatureRequestGetResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `signature_request` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | +| `signature_request`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/SignatureRequestListResponse.md b/sdks/python/docs/SignatureRequestListResponse.md index 61755faf7..532cf61fd 100644 --- a/sdks/python/docs/SignatureRequestListResponse.md +++ b/sdks/python/docs/SignatureRequestListResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `signature_requests` | [```List[SignatureRequestResponse]```](SignatureRequestResponse.md) | Contains information about signature requests. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signature_requests`*_required_ | [```List[SignatureRequestResponse]```](SignatureRequestResponse.md) | Contains information about signature requests. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TeamGetInfoResponse.md b/sdks/python/docs/TeamGetInfoResponse.md index abdad3c8a..b7c0dad0d 100644 --- a/sdks/python/docs/TeamGetInfoResponse.md +++ b/sdks/python/docs/TeamGetInfoResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | | +| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TeamGetResponse.md b/sdks/python/docs/TeamGetResponse.md index d1984604d..9443320b5 100644 --- a/sdks/python/docs/TeamGetResponse.md +++ b/sdks/python/docs/TeamGetResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team` | [```TeamResponse```](TeamResponse.md) | | | +| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TeamInvitesResponse.md b/sdks/python/docs/TeamInvitesResponse.md index 70a37552c..2b8097dca 100644 --- a/sdks/python/docs/TeamInvitesResponse.md +++ b/sdks/python/docs/TeamInvitesResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team_invites` | [```List[TeamInviteResponse]```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | +| `team_invites`*_required_ | [```List[TeamInviteResponse]```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TeamMembersResponse.md b/sdks/python/docs/TeamMembersResponse.md index b7f0ff21a..1d04f6711 100644 --- a/sdks/python/docs/TeamMembersResponse.md +++ b/sdks/python/docs/TeamMembersResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `team_members` | [```List[TeamMemberResponse]```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `team_members`*_required_ | [```List[TeamMemberResponse]```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TeamSubTeamsResponse.md b/sdks/python/docs/TeamSubTeamsResponse.md index 0b66d8439..549f85004 100644 --- a/sdks/python/docs/TeamSubTeamsResponse.md +++ b/sdks/python/docs/TeamSubTeamsResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `sub_teams` | [```List[SubTeamResponse]```](SubTeamResponse.md) | Contains a list with sub teams. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `sub_teams`*_required_ | [```List[SubTeamResponse]```](SubTeamResponse.md) | Contains a list with sub teams. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/python/docs/TemplateCreateEmbeddedDraftResponse.md index c18848680..d0bfc7799 100644 --- a/sdks/python/docs/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/python/docs/TemplateCreateEmbeddedDraftResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TemplateCreateResponse.md b/sdks/python/docs/TemplateCreateResponse.md index 111543d54..466455c86 100644 --- a/sdks/python/docs/TemplateCreateResponse.md +++ b/sdks/python/docs/TemplateCreateResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TemplateEditResponse.md b/sdks/python/docs/TemplateEditResponse.md index 56c36b40a..acc73fbf7 100644 --- a/sdks/python/docs/TemplateEditResponse.md +++ b/sdks/python/docs/TemplateEditResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template_id` | ```str``` | The id of the Template. | | +| `template_id`*_required_ | ```str``` | The id of the Template. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TemplateGetResponse.md b/sdks/python/docs/TemplateGetResponse.md index e8dfa24dd..05a0b2407 100644 --- a/sdks/python/docs/TemplateGetResponse.md +++ b/sdks/python/docs/TemplateGetResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateResponse```](TemplateResponse.md) | | | +| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TemplateListResponse.md b/sdks/python/docs/TemplateListResponse.md index f744bd249..60fb194da 100644 --- a/sdks/python/docs/TemplateListResponse.md +++ b/sdks/python/docs/TemplateListResponse.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `templates` | [```List[TemplateResponse]```](TemplateResponse.md) | List of templates that the API caller has access to. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `templates`*_required_ | [```List[TemplateResponse]```](TemplateResponse.md) | List of templates that the API caller has access to. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/TemplateUpdateFilesResponse.md b/sdks/python/docs/TemplateUpdateFilesResponse.md index cd5f57a80..75af64c6d 100644 --- a/sdks/python/docs/TemplateUpdateFilesResponse.md +++ b/sdks/python/docs/TemplateUpdateFilesResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/docs/UnclaimedDraftCreateResponse.md b/sdks/python/docs/UnclaimedDraftCreateResponse.md index 7ad98aec0..bfb420cdd 100644 --- a/sdks/python/docs/UnclaimedDraftCreateResponse.md +++ b/sdks/python/docs/UnclaimedDraftCreateResponse.md @@ -5,7 +5,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -| `unclaimed_draft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | +| `unclaimed_draft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | | `warnings` | [```List[WarningResponse]```](WarningResponse.md) | A list of warnings. | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/sdks/python/dropbox_sign/models/account_create_response.py b/sdks/python/dropbox_sign/models/account_create_response.py index 2e275fa40..d25a2adc9 100644 --- a/sdks/python/dropbox_sign/models/account_create_response.py +++ b/sdks/python/dropbox_sign/models/account_create_response.py @@ -33,7 +33,7 @@ class AccountCreateResponse(BaseModel): """ AccountCreateResponse """ # noqa: E501 - account: Optional[AccountResponse] = None + account: AccountResponse oauth_data: Optional[OAuthTokenResponse] = None warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["account", "oauth_data", "warnings"] diff --git a/sdks/python/dropbox_sign/models/account_get_response.py b/sdks/python/dropbox_sign/models/account_get_response.py index 7c5ab9483..6f21ab6e9 100644 --- a/sdks/python/dropbox_sign/models/account_get_response.py +++ b/sdks/python/dropbox_sign/models/account_get_response.py @@ -32,7 +32,7 @@ class AccountGetResponse(BaseModel): """ AccountGetResponse """ # noqa: E501 - account: Optional[AccountResponse] = None + account: AccountResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["account", "warnings"] diff --git a/sdks/python/dropbox_sign/models/api_app_get_response.py b/sdks/python/dropbox_sign/models/api_app_get_response.py index c45a27eeb..ce0317d9b 100644 --- a/sdks/python/dropbox_sign/models/api_app_get_response.py +++ b/sdks/python/dropbox_sign/models/api_app_get_response.py @@ -32,7 +32,7 @@ class ApiAppGetResponse(BaseModel): """ ApiAppGetResponse """ # noqa: E501 - api_app: Optional[ApiAppResponse] = None + api_app: ApiAppResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["api_app", "warnings"] diff --git a/sdks/python/dropbox_sign/models/api_app_list_response.py b/sdks/python/dropbox_sign/models/api_app_list_response.py index 6de525ecf..970e69d11 100644 --- a/sdks/python/dropbox_sign/models/api_app_list_response.py +++ b/sdks/python/dropbox_sign/models/api_app_list_response.py @@ -33,8 +33,8 @@ class ApiAppListResponse(BaseModel): """ ApiAppListResponse """ # noqa: E501 - api_apps: Optional[List[ApiAppResponse]] = Field(default=None, description="Contains information about API Apps.") - list_info: Optional[ListInfoResponse] = None + api_apps: List[ApiAppResponse] = Field(description="Contains information about API Apps.") + list_info: ListInfoResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["api_apps", "list_info", "warnings"] diff --git a/sdks/python/dropbox_sign/models/bulk_send_job_get_response.py b/sdks/python/dropbox_sign/models/bulk_send_job_get_response.py index fce467f56..8811323e5 100644 --- a/sdks/python/dropbox_sign/models/bulk_send_job_get_response.py +++ b/sdks/python/dropbox_sign/models/bulk_send_job_get_response.py @@ -34,9 +34,9 @@ class BulkSendJobGetResponse(BaseModel): """ BulkSendJobGetResponse """ # noqa: E501 - bulk_send_job: Optional[BulkSendJobResponse] = None - list_info: Optional[ListInfoResponse] = None - signature_requests: Optional[List[BulkSendJobGetResponseSignatureRequests]] = Field(default=None, description="Contains information about the Signature Requests sent in bulk.") + bulk_send_job: BulkSendJobResponse + list_info: ListInfoResponse + signature_requests: List[BulkSendJobGetResponseSignatureRequests] = Field(description="Contains information about the Signature Requests sent in bulk.") warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["bulk_send_job", "list_info", "signature_requests", "warnings"] diff --git a/sdks/python/dropbox_sign/models/bulk_send_job_list_response.py b/sdks/python/dropbox_sign/models/bulk_send_job_list_response.py index bc8575235..05ae51983 100644 --- a/sdks/python/dropbox_sign/models/bulk_send_job_list_response.py +++ b/sdks/python/dropbox_sign/models/bulk_send_job_list_response.py @@ -33,8 +33,8 @@ class BulkSendJobListResponse(BaseModel): """ BulkSendJobListResponse """ # noqa: E501 - bulk_send_jobs: Optional[List[BulkSendJobResponse]] = Field(default=None, description="Contains a list of BulkSendJobs that the API caller has access to.") - list_info: Optional[ListInfoResponse] = None + bulk_send_jobs: List[BulkSendJobResponse] = Field(description="Contains a list of BulkSendJobs that the API caller has access to.") + list_info: ListInfoResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["bulk_send_jobs", "list_info", "warnings"] diff --git a/sdks/python/dropbox_sign/models/bulk_send_job_send_response.py b/sdks/python/dropbox_sign/models/bulk_send_job_send_response.py index 227f361ea..932b0963e 100644 --- a/sdks/python/dropbox_sign/models/bulk_send_job_send_response.py +++ b/sdks/python/dropbox_sign/models/bulk_send_job_send_response.py @@ -32,7 +32,7 @@ class BulkSendJobSendResponse(BaseModel): """ BulkSendJobSendResponse """ # noqa: E501 - bulk_send_job: Optional[BulkSendJobResponse] = None + bulk_send_job: BulkSendJobResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["bulk_send_job", "warnings"] diff --git a/sdks/python/dropbox_sign/models/embedded_edit_url_response.py b/sdks/python/dropbox_sign/models/embedded_edit_url_response.py index eb96fc23b..e77e06f9a 100644 --- a/sdks/python/dropbox_sign/models/embedded_edit_url_response.py +++ b/sdks/python/dropbox_sign/models/embedded_edit_url_response.py @@ -32,7 +32,7 @@ class EmbeddedEditUrlResponse(BaseModel): """ EmbeddedEditUrlResponse """ # noqa: E501 - embedded: Optional[EmbeddedEditUrlResponseEmbedded] = None + embedded: EmbeddedEditUrlResponseEmbedded warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["embedded", "warnings"] diff --git a/sdks/python/dropbox_sign/models/embedded_sign_url_response.py b/sdks/python/dropbox_sign/models/embedded_sign_url_response.py index de2a26d11..db473f231 100644 --- a/sdks/python/dropbox_sign/models/embedded_sign_url_response.py +++ b/sdks/python/dropbox_sign/models/embedded_sign_url_response.py @@ -32,7 +32,7 @@ class EmbeddedSignUrlResponse(BaseModel): """ EmbeddedSignUrlResponse """ # noqa: E501 - embedded: Optional[EmbeddedSignUrlResponseEmbedded] = None + embedded: EmbeddedSignUrlResponseEmbedded warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["embedded", "warnings"] diff --git a/sdks/python/dropbox_sign/models/fax_line_area_code_get_response.py b/sdks/python/dropbox_sign/models/fax_line_area_code_get_response.py index d478f9773..ca071fa2a 100644 --- a/sdks/python/dropbox_sign/models/fax_line_area_code_get_response.py +++ b/sdks/python/dropbox_sign/models/fax_line_area_code_get_response.py @@ -19,7 +19,7 @@ import json from pydantic import BaseModel, ConfigDict, StrictInt -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from typing import Optional, Set, Tuple from typing_extensions import Self import io @@ -30,7 +30,7 @@ class FaxLineAreaCodeGetResponse(BaseModel): """ FaxLineAreaCodeGetResponse """ # noqa: E501 - area_codes: Optional[List[StrictInt]] = None + area_codes: List[StrictInt] __properties: ClassVar[List[str]] = ["area_codes"] model_config = ConfigDict( diff --git a/sdks/python/dropbox_sign/models/fax_line_list_response.py b/sdks/python/dropbox_sign/models/fax_line_list_response.py index 19f2f4eb5..6f090675c 100644 --- a/sdks/python/dropbox_sign/models/fax_line_list_response.py +++ b/sdks/python/dropbox_sign/models/fax_line_list_response.py @@ -33,8 +33,8 @@ class FaxLineListResponse(BaseModel): """ FaxLineListResponse """ # noqa: E501 - list_info: Optional[ListInfoResponse] = None - fax_lines: Optional[List[FaxLineResponseFaxLine]] = None + list_info: ListInfoResponse + fax_lines: List[FaxLineResponseFaxLine] warnings: Optional[WarningResponse] = None __properties: ClassVar[List[str]] = ["list_info", "fax_lines", "warnings"] diff --git a/sdks/python/dropbox_sign/models/fax_line_response.py b/sdks/python/dropbox_sign/models/fax_line_response.py index cd3c49ab2..b3e16131b 100644 --- a/sdks/python/dropbox_sign/models/fax_line_response.py +++ b/sdks/python/dropbox_sign/models/fax_line_response.py @@ -32,7 +32,7 @@ class FaxLineResponse(BaseModel): """ FaxLineResponse """ # noqa: E501 - fax_line: Optional[FaxLineResponseFaxLine] = None + fax_line: FaxLineResponseFaxLine warnings: Optional[WarningResponse] = None __properties: ClassVar[List[str]] = ["fax_line", "warnings"] diff --git a/sdks/python/dropbox_sign/models/file_response.py b/sdks/python/dropbox_sign/models/file_response.py index bea95b88d..8e7fe3c3f 100644 --- a/sdks/python/dropbox_sign/models/file_response.py +++ b/sdks/python/dropbox_sign/models/file_response.py @@ -19,7 +19,7 @@ import json from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from typing import Optional, Set, Tuple from typing_extensions import Self import io @@ -30,8 +30,8 @@ class FileResponse(BaseModel): """ FileResponse """ # noqa: E501 - file_url: Optional[StrictStr] = Field(default=None, description="URL to the file.") - expires_at: Optional[StrictInt] = Field(default=None, description="When the link expires.") + file_url: StrictStr = Field(description="URL to the file.") + expires_at: StrictInt = Field(description="When the link expires.") __properties: ClassVar[List[str]] = ["file_url", "expires_at"] model_config = ConfigDict( diff --git a/sdks/python/dropbox_sign/models/file_response_data_uri.py b/sdks/python/dropbox_sign/models/file_response_data_uri.py index 75ed1e880..012bc8318 100644 --- a/sdks/python/dropbox_sign/models/file_response_data_uri.py +++ b/sdks/python/dropbox_sign/models/file_response_data_uri.py @@ -19,7 +19,7 @@ import json from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from typing import Optional, Set, Tuple from typing_extensions import Self import io @@ -30,7 +30,7 @@ class FileResponseDataUri(BaseModel): """ FileResponseDataUri """ # noqa: E501 - data_uri: Optional[StrictStr] = Field(default=None, description="File as base64 encoded string.") + data_uri: StrictStr = Field(description="File as base64 encoded string.") __properties: ClassVar[List[str]] = ["data_uri"] model_config = ConfigDict( diff --git a/sdks/python/dropbox_sign/models/report_create_response.py b/sdks/python/dropbox_sign/models/report_create_response.py index e6e7f7b1b..99a5f33c1 100644 --- a/sdks/python/dropbox_sign/models/report_create_response.py +++ b/sdks/python/dropbox_sign/models/report_create_response.py @@ -32,7 +32,7 @@ class ReportCreateResponse(BaseModel): """ ReportCreateResponse """ # noqa: E501 - report: Optional[ReportResponse] = None + report: ReportResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["report", "warnings"] diff --git a/sdks/python/dropbox_sign/models/signature_request_get_response.py b/sdks/python/dropbox_sign/models/signature_request_get_response.py index 023839eb9..4a950cc3b 100644 --- a/sdks/python/dropbox_sign/models/signature_request_get_response.py +++ b/sdks/python/dropbox_sign/models/signature_request_get_response.py @@ -32,7 +32,7 @@ class SignatureRequestGetResponse(BaseModel): """ SignatureRequestGetResponse """ # noqa: E501 - signature_request: Optional[SignatureRequestResponse] = None + signature_request: SignatureRequestResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["signature_request", "warnings"] diff --git a/sdks/python/dropbox_sign/models/signature_request_list_response.py b/sdks/python/dropbox_sign/models/signature_request_list_response.py index e9f17201d..4b9c3a607 100644 --- a/sdks/python/dropbox_sign/models/signature_request_list_response.py +++ b/sdks/python/dropbox_sign/models/signature_request_list_response.py @@ -33,8 +33,8 @@ class SignatureRequestListResponse(BaseModel): """ SignatureRequestListResponse """ # noqa: E501 - signature_requests: Optional[List[SignatureRequestResponse]] = Field(default=None, description="Contains information about signature requests.") - list_info: Optional[ListInfoResponse] = None + signature_requests: List[SignatureRequestResponse] = Field(description="Contains information about signature requests.") + list_info: ListInfoResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["signature_requests", "list_info", "warnings"] diff --git a/sdks/python/dropbox_sign/models/team_get_info_response.py b/sdks/python/dropbox_sign/models/team_get_info_response.py index 9f4840395..553e0388f 100644 --- a/sdks/python/dropbox_sign/models/team_get_info_response.py +++ b/sdks/python/dropbox_sign/models/team_get_info_response.py @@ -32,7 +32,7 @@ class TeamGetInfoResponse(BaseModel): """ TeamGetInfoResponse """ # noqa: E501 - team: Optional[TeamInfoResponse] = None + team: TeamInfoResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["team", "warnings"] diff --git a/sdks/python/dropbox_sign/models/team_get_response.py b/sdks/python/dropbox_sign/models/team_get_response.py index 55955b5b9..fcb6fb9f9 100644 --- a/sdks/python/dropbox_sign/models/team_get_response.py +++ b/sdks/python/dropbox_sign/models/team_get_response.py @@ -32,7 +32,7 @@ class TeamGetResponse(BaseModel): """ TeamGetResponse """ # noqa: E501 - team: Optional[TeamResponse] = None + team: TeamResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["team", "warnings"] diff --git a/sdks/python/dropbox_sign/models/team_invites_response.py b/sdks/python/dropbox_sign/models/team_invites_response.py index e9a65a9dd..e54721b1a 100644 --- a/sdks/python/dropbox_sign/models/team_invites_response.py +++ b/sdks/python/dropbox_sign/models/team_invites_response.py @@ -32,7 +32,7 @@ class TeamInvitesResponse(BaseModel): """ TeamInvitesResponse """ # noqa: E501 - team_invites: Optional[List[TeamInviteResponse]] = Field(default=None, description="Contains a list of team invites and their roles.") + team_invites: List[TeamInviteResponse] = Field(description="Contains a list of team invites and their roles.") warnings: Optional[List[WarningResponse]] = None __properties: ClassVar[List[str]] = ["team_invites", "warnings"] diff --git a/sdks/python/dropbox_sign/models/team_members_response.py b/sdks/python/dropbox_sign/models/team_members_response.py index e475afeb3..5ad4aaae1 100644 --- a/sdks/python/dropbox_sign/models/team_members_response.py +++ b/sdks/python/dropbox_sign/models/team_members_response.py @@ -33,8 +33,8 @@ class TeamMembersResponse(BaseModel): """ TeamMembersResponse """ # noqa: E501 - team_members: Optional[List[TeamMemberResponse]] = Field(default=None, description="Contains a list of team members and their roles for a specific team.") - list_info: Optional[ListInfoResponse] = None + team_members: List[TeamMemberResponse] = Field(description="Contains a list of team members and their roles for a specific team.") + list_info: ListInfoResponse warnings: Optional[List[WarningResponse]] = None __properties: ClassVar[List[str]] = ["team_members", "list_info", "warnings"] diff --git a/sdks/python/dropbox_sign/models/team_sub_teams_response.py b/sdks/python/dropbox_sign/models/team_sub_teams_response.py index 83ac18a38..99b767e3e 100644 --- a/sdks/python/dropbox_sign/models/team_sub_teams_response.py +++ b/sdks/python/dropbox_sign/models/team_sub_teams_response.py @@ -33,8 +33,8 @@ class TeamSubTeamsResponse(BaseModel): """ TeamSubTeamsResponse """ # noqa: E501 - sub_teams: Optional[List[SubTeamResponse]] = Field(default=None, description="Contains a list with sub teams.") - list_info: Optional[ListInfoResponse] = None + sub_teams: List[SubTeamResponse] = Field(description="Contains a list with sub teams.") + list_info: ListInfoResponse warnings: Optional[List[WarningResponse]] = None __properties: ClassVar[List[str]] = ["sub_teams", "list_info", "warnings"] diff --git a/sdks/python/dropbox_sign/models/template_create_embedded_draft_response.py b/sdks/python/dropbox_sign/models/template_create_embedded_draft_response.py index 164b63b28..f3b951dc2 100644 --- a/sdks/python/dropbox_sign/models/template_create_embedded_draft_response.py +++ b/sdks/python/dropbox_sign/models/template_create_embedded_draft_response.py @@ -32,7 +32,7 @@ class TemplateCreateEmbeddedDraftResponse(BaseModel): """ TemplateCreateEmbeddedDraftResponse """ # noqa: E501 - template: Optional[TemplateCreateEmbeddedDraftResponseTemplate] = None + template: TemplateCreateEmbeddedDraftResponseTemplate warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["template", "warnings"] diff --git a/sdks/python/dropbox_sign/models/template_create_response.py b/sdks/python/dropbox_sign/models/template_create_response.py index 8e30b0c8e..b6191ba2d 100644 --- a/sdks/python/dropbox_sign/models/template_create_response.py +++ b/sdks/python/dropbox_sign/models/template_create_response.py @@ -32,7 +32,7 @@ class TemplateCreateResponse(BaseModel): """ TemplateCreateResponse """ # noqa: E501 - template: Optional[TemplateCreateResponseTemplate] = None + template: TemplateCreateResponseTemplate warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["template", "warnings"] diff --git a/sdks/python/dropbox_sign/models/template_edit_response.py b/sdks/python/dropbox_sign/models/template_edit_response.py index 24069f78f..3e067aabd 100644 --- a/sdks/python/dropbox_sign/models/template_edit_response.py +++ b/sdks/python/dropbox_sign/models/template_edit_response.py @@ -19,7 +19,7 @@ import json from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from typing import Optional, Set, Tuple from typing_extensions import Self import io @@ -30,7 +30,7 @@ class TemplateEditResponse(BaseModel): """ TemplateEditResponse """ # noqa: E501 - template_id: Optional[StrictStr] = Field(default=None, description="The id of the Template.") + template_id: StrictStr = Field(description="The id of the Template.") __properties: ClassVar[List[str]] = ["template_id"] model_config = ConfigDict( diff --git a/sdks/python/dropbox_sign/models/template_get_response.py b/sdks/python/dropbox_sign/models/template_get_response.py index d896b3e8a..90d28f277 100644 --- a/sdks/python/dropbox_sign/models/template_get_response.py +++ b/sdks/python/dropbox_sign/models/template_get_response.py @@ -32,7 +32,7 @@ class TemplateGetResponse(BaseModel): """ TemplateGetResponse """ # noqa: E501 - template: Optional[TemplateResponse] = None + template: TemplateResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["template", "warnings"] diff --git a/sdks/python/dropbox_sign/models/template_list_response.py b/sdks/python/dropbox_sign/models/template_list_response.py index faf504111..07dc9fa50 100644 --- a/sdks/python/dropbox_sign/models/template_list_response.py +++ b/sdks/python/dropbox_sign/models/template_list_response.py @@ -33,8 +33,8 @@ class TemplateListResponse(BaseModel): """ TemplateListResponse """ # noqa: E501 - templates: Optional[List[TemplateResponse]] = Field(default=None, description="List of templates that the API caller has access to.") - list_info: Optional[ListInfoResponse] = None + templates: List[TemplateResponse] = Field(description="List of templates that the API caller has access to.") + list_info: ListInfoResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["templates", "list_info", "warnings"] diff --git a/sdks/python/dropbox_sign/models/template_update_files_response.py b/sdks/python/dropbox_sign/models/template_update_files_response.py index 7a1fa7dec..2c2806afa 100644 --- a/sdks/python/dropbox_sign/models/template_update_files_response.py +++ b/sdks/python/dropbox_sign/models/template_update_files_response.py @@ -19,7 +19,7 @@ import json from pydantic import BaseModel, ConfigDict -from typing import Any, ClassVar, Dict, List, Optional +from typing import Any, ClassVar, Dict, List from dropbox_sign.models.template_update_files_response_template import TemplateUpdateFilesResponseTemplate from typing import Optional, Set, Tuple from typing_extensions import Self @@ -31,7 +31,7 @@ class TemplateUpdateFilesResponse(BaseModel): """ TemplateUpdateFilesResponse """ # noqa: E501 - template: Optional[TemplateUpdateFilesResponseTemplate] = None + template: TemplateUpdateFilesResponseTemplate __properties: ClassVar[List[str]] = ["template"] model_config = ConfigDict( diff --git a/sdks/python/dropbox_sign/models/unclaimed_draft_create_response.py b/sdks/python/dropbox_sign/models/unclaimed_draft_create_response.py index fd0440912..0ec98ba71 100644 --- a/sdks/python/dropbox_sign/models/unclaimed_draft_create_response.py +++ b/sdks/python/dropbox_sign/models/unclaimed_draft_create_response.py @@ -32,7 +32,7 @@ class UnclaimedDraftCreateResponse(BaseModel): """ UnclaimedDraftCreateResponse """ # noqa: E501 - unclaimed_draft: Optional[UnclaimedDraftResponse] = None + unclaimed_draft: UnclaimedDraftResponse warnings: Optional[List[WarningResponse]] = Field(default=None, description="A list of warnings.") __properties: ClassVar[List[str]] = ["unclaimed_draft", "warnings"] diff --git a/sdks/python/tests/test_signature_request_api.py b/sdks/python/tests/test_signature_request_api.py index b4b8b0310..d09ca2549 100644 --- a/sdks/python/tests/test_signature_request_api.py +++ b/sdks/python/tests/test_signature_request_api.py @@ -91,12 +91,15 @@ def test_init_allows_jsony_chars_in_strings(self): "files": [open(get_base_path() + "/../test_fixtures/pdf-sample.pdf", "rb")] } + response_class = 'SignatureRequestGetResponse' + response_data = get_fixture_data(response_class)['default'] + obj = m.SignatureRequestSendRequest.init(request_data) self.mock_pool.expect_request( content_type='multipart/form-data', data=request_data, - response={} + response=response_data, ) self.api.signature_request_send(obj) From 7f6a70141f3953209dacf484ed94212836b225a3 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Wed, 4 Sep 2024 11:13:03 -0500 Subject: [PATCH 2/5] Adds bin/sandbox --- bin/sandbox | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/sandbox diff --git a/bin/sandbox b/bin/sandbox new file mode 100755 index 000000000..ee74261b9 --- /dev/null +++ b/bin/sandbox @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +set -e + +DIR=$(cd `dirname $0` && pwd) + +bash "${DIR}/sandbox-dotnet" +bash "${DIR}/sandbox-java-v1" +bash "${DIR}/sandbox-java-v2" +bash "${DIR}/sandbox-node" +bash "${DIR}/sandbox-php" From 01f0f35e544ac8a8270961ffaa87671f2b14f4b6 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Wed, 4 Sep 2024 11:15:12 -0500 Subject: [PATCH 3/5] Adds missing junit dependency --- sandbox/java-v1/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sandbox/java-v1/pom.xml b/sandbox/java-v1/pom.xml index f4c44f904..326905ec6 100644 --- a/sandbox/java-v1/pom.xml +++ b/sandbox/java-v1/pom.xml @@ -28,6 +28,12 @@ 4.13.1 test + + junit + junit + 4.13.1 + test + From 5ecd3fc15687a4a48fdb15ecadf31266f6d4164f Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Wed, 4 Sep 2024 11:19:32 -0500 Subject: [PATCH 4/5] Adds Ruby SDK changes --- sdks/ruby/docs/AccountCreateResponse.md | 2 +- sdks/ruby/docs/AccountGetResponse.md | 2 +- sdks/ruby/docs/ApiAppGetResponse.md | 2 +- sdks/ruby/docs/ApiAppListResponse.md | 4 ++-- sdks/ruby/docs/BulkSendJobGetResponse.md | 6 +++--- sdks/ruby/docs/BulkSendJobListResponse.md | 4 ++-- sdks/ruby/docs/BulkSendJobSendResponse.md | 2 +- sdks/ruby/docs/EmbeddedEditUrlResponse.md | 2 +- sdks/ruby/docs/EmbeddedSignUrlResponse.md | 2 +- sdks/ruby/docs/FaxLineAreaCodeGetResponse.md | 2 +- sdks/ruby/docs/FaxLineListResponse.md | 4 ++-- sdks/ruby/docs/FaxLineResponse.md | 2 +- sdks/ruby/docs/FileResponse.md | 4 ++-- sdks/ruby/docs/FileResponseDataUri.md | 2 +- sdks/ruby/docs/ReportCreateResponse.md | 2 +- sdks/ruby/docs/SignatureRequestGetResponse.md | 2 +- sdks/ruby/docs/SignatureRequestListResponse.md | 4 ++-- sdks/ruby/docs/TeamGetInfoResponse.md | 2 +- sdks/ruby/docs/TeamGetResponse.md | 2 +- sdks/ruby/docs/TeamInvitesResponse.md | 2 +- sdks/ruby/docs/TeamMembersResponse.md | 4 ++-- sdks/ruby/docs/TeamSubTeamsResponse.md | 4 ++-- .../docs/TemplateCreateEmbeddedDraftResponse.md | 2 +- sdks/ruby/docs/TemplateCreateResponse.md | 2 +- sdks/ruby/docs/TemplateEditResponse.md | 2 +- sdks/ruby/docs/TemplateGetResponse.md | 2 +- sdks/ruby/docs/TemplateListResponse.md | 4 ++-- sdks/ruby/docs/TemplateUpdateFilesResponse.md | 2 +- sdks/ruby/docs/UnclaimedDraftCreateResponse.md | 2 +- .../models/account_create_response.rb | 5 +++++ .../dropbox-sign/models/account_get_response.rb | 5 +++++ .../dropbox-sign/models/api_app_get_response.rb | 5 +++++ .../dropbox-sign/models/api_app_list_response.rb | 10 ++++++++++ .../models/bulk_send_job_get_response.rb | 15 +++++++++++++++ .../models/bulk_send_job_list_response.rb | 10 ++++++++++ .../models/bulk_send_job_send_response.rb | 5 +++++ .../models/embedded_edit_url_response.rb | 5 +++++ .../models/embedded_sign_url_response.rb | 5 +++++ .../models/fax_line_area_code_get_response.rb | 5 +++++ .../dropbox-sign/models/fax_line_list_response.rb | 10 ++++++++++ .../lib/dropbox-sign/models/fax_line_response.rb | 5 +++++ .../ruby/lib/dropbox-sign/models/file_response.rb | 10 ++++++++++ .../dropbox-sign/models/file_response_data_uri.rb | 5 +++++ .../dropbox-sign/models/report_create_response.rb | 5 +++++ .../models/signature_request_get_response.rb | 5 +++++ .../models/signature_request_list_response.rb | 10 ++++++++++ .../dropbox-sign/models/team_get_info_response.rb | 5 +++++ .../lib/dropbox-sign/models/team_get_response.rb | 5 +++++ .../dropbox-sign/models/team_invites_response.rb | 5 +++++ .../dropbox-sign/models/team_members_response.rb | 10 ++++++++++ .../models/team_sub_teams_response.rb | 10 ++++++++++ .../template_create_embedded_draft_response.rb | 5 +++++ .../models/template_create_response.rb | 5 +++++ .../dropbox-sign/models/template_edit_response.rb | 5 +++++ .../dropbox-sign/models/template_get_response.rb | 5 +++++ .../dropbox-sign/models/template_list_response.rb | 10 ++++++++++ .../models/template_update_files_response.rb | 5 +++++ .../models/unclaimed_draft_create_response.rb | 5 +++++ 58 files changed, 234 insertions(+), 39 deletions(-) diff --git a/sdks/ruby/docs/AccountCreateResponse.md b/sdks/ruby/docs/AccountCreateResponse.md index f3c06e6a5..0a15db35d 100644 --- a/sdks/ruby/docs/AccountCreateResponse.md +++ b/sdks/ruby/docs/AccountCreateResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `oauth_data` | [```OAuthTokenResponse```](OAuthTokenResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/AccountGetResponse.md b/sdks/ruby/docs/AccountGetResponse.md index 9c5a3e080..f3b133461 100644 --- a/sdks/ruby/docs/AccountGetResponse.md +++ b/sdks/ruby/docs/AccountGetResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `account` | [```AccountResponse```](AccountResponse.md) | | | +| `account`*_required_ | [```AccountResponse```](AccountResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/ApiAppGetResponse.md b/sdks/ruby/docs/ApiAppGetResponse.md index 37e238fed..51a6a9c60 100644 --- a/sdks/ruby/docs/ApiAppGetResponse.md +++ b/sdks/ruby/docs/ApiAppGetResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `api_app` | [```ApiAppResponse```](ApiAppResponse.md) | | | +| `api_app`*_required_ | [```ApiAppResponse```](ApiAppResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/ApiAppListResponse.md b/sdks/ruby/docs/ApiAppListResponse.md index 31e4563eb..fe9d1f067 100644 --- a/sdks/ruby/docs/ApiAppListResponse.md +++ b/sdks/ruby/docs/ApiAppListResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `api_apps` | [```Array```](ApiAppResponse.md) | Contains information about API Apps. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `api_apps`*_required_ | [```Array```](ApiAppResponse.md) | Contains information about API Apps. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/BulkSendJobGetResponse.md b/sdks/ruby/docs/BulkSendJobGetResponse.md index 09344b154..b110bcc5d 100644 --- a/sdks/ruby/docs/BulkSendJobGetResponse.md +++ b/sdks/ruby/docs/BulkSendJobGetResponse.md @@ -6,8 +6,8 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `bulk_send_job` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `signature_requests` | [```Array```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | +| `bulk_send_job`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signature_requests`*_required_ | [```Array```](BulkSendJobGetResponseSignatureRequests.md) | Contains information about the Signature Requests sent in bulk. | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/BulkSendJobListResponse.md b/sdks/ruby/docs/BulkSendJobListResponse.md index 44b4301ce..deae21323 100644 --- a/sdks/ruby/docs/BulkSendJobListResponse.md +++ b/sdks/ruby/docs/BulkSendJobListResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `bulk_send_jobs` | [```Array```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `bulk_send_jobs`*_required_ | [```Array```](BulkSendJobResponse.md) | Contains a list of BulkSendJobs that the API caller has access to. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/BulkSendJobSendResponse.md b/sdks/ruby/docs/BulkSendJobSendResponse.md index 0e291c0fd..a352d838c 100644 --- a/sdks/ruby/docs/BulkSendJobSendResponse.md +++ b/sdks/ruby/docs/BulkSendJobSendResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `bulk_send_job` | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | +| `bulk_send_job`*_required_ | [```BulkSendJobResponse```](BulkSendJobResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/EmbeddedEditUrlResponse.md b/sdks/ruby/docs/EmbeddedEditUrlResponse.md index 9ad0b6522..00e1f28c3 100644 --- a/sdks/ruby/docs/EmbeddedEditUrlResponse.md +++ b/sdks/ruby/docs/EmbeddedEditUrlResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `embedded` | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedEditUrlResponseEmbedded```](EmbeddedEditUrlResponseEmbedded.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/EmbeddedSignUrlResponse.md b/sdks/ruby/docs/EmbeddedSignUrlResponse.md index 174cfb73b..fcd693876 100644 --- a/sdks/ruby/docs/EmbeddedSignUrlResponse.md +++ b/sdks/ruby/docs/EmbeddedSignUrlResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `embedded` | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | +| `embedded`*_required_ | [```EmbeddedSignUrlResponseEmbedded```](EmbeddedSignUrlResponseEmbedded.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/FaxLineAreaCodeGetResponse.md b/sdks/ruby/docs/FaxLineAreaCodeGetResponse.md index ec20a8793..217a33523 100644 --- a/sdks/ruby/docs/FaxLineAreaCodeGetResponse.md +++ b/sdks/ruby/docs/FaxLineAreaCodeGetResponse.md @@ -6,5 +6,5 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `area_codes` | ```Array``` | | | +| `area_codes`*_required_ | ```Array``` | | | diff --git a/sdks/ruby/docs/FaxLineListResponse.md b/sdks/ruby/docs/FaxLineListResponse.md index ab14849aa..660716ac2 100644 --- a/sdks/ruby/docs/FaxLineListResponse.md +++ b/sdks/ruby/docs/FaxLineListResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | -| `fax_lines` | [```Array```](FaxLineResponseFaxLine.md) | | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `fax_lines`*_required_ | [```Array```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | diff --git a/sdks/ruby/docs/FaxLineResponse.md b/sdks/ruby/docs/FaxLineResponse.md index bd3fce74d..af09d875c 100644 --- a/sdks/ruby/docs/FaxLineResponse.md +++ b/sdks/ruby/docs/FaxLineResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `fax_line` | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | +| `fax_line`*_required_ | [```FaxLineResponseFaxLine```](FaxLineResponseFaxLine.md) | | | | `warnings` | [```WarningResponse```](WarningResponse.md) | | | diff --git a/sdks/ruby/docs/FileResponse.md b/sdks/ruby/docs/FileResponse.md index 639e4c949..0716b74a6 100644 --- a/sdks/ruby/docs/FileResponse.md +++ b/sdks/ruby/docs/FileResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `file_url` | ```String``` | URL to the file. | | -| `expires_at` | ```Integer``` | When the link expires. | | +| `file_url`*_required_ | ```String``` | URL to the file. | | +| `expires_at`*_required_ | ```Integer``` | When the link expires. | | diff --git a/sdks/ruby/docs/FileResponseDataUri.md b/sdks/ruby/docs/FileResponseDataUri.md index 8536b9d4f..57ebb1e79 100644 --- a/sdks/ruby/docs/FileResponseDataUri.md +++ b/sdks/ruby/docs/FileResponseDataUri.md @@ -6,5 +6,5 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `data_uri` | ```String``` | File as base64 encoded string. | | +| `data_uri`*_required_ | ```String``` | File as base64 encoded string. | | diff --git a/sdks/ruby/docs/ReportCreateResponse.md b/sdks/ruby/docs/ReportCreateResponse.md index cf9b22aba..970ef627f 100644 --- a/sdks/ruby/docs/ReportCreateResponse.md +++ b/sdks/ruby/docs/ReportCreateResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `report` | [```ReportResponse```](ReportResponse.md) | | | +| `report`*_required_ | [```ReportResponse```](ReportResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/SignatureRequestGetResponse.md b/sdks/ruby/docs/SignatureRequestGetResponse.md index b38bc8e7e..8afab07d9 100644 --- a/sdks/ruby/docs/SignatureRequestGetResponse.md +++ b/sdks/ruby/docs/SignatureRequestGetResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `signature_request` | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | +| `signature_request`*_required_ | [```SignatureRequestResponse```](SignatureRequestResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/SignatureRequestListResponse.md b/sdks/ruby/docs/SignatureRequestListResponse.md index 0e4c47aa5..24dc69fbd 100644 --- a/sdks/ruby/docs/SignatureRequestListResponse.md +++ b/sdks/ruby/docs/SignatureRequestListResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `signature_requests` | [```Array```](SignatureRequestResponse.md) | Contains information about signature requests. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `signature_requests`*_required_ | [```Array```](SignatureRequestResponse.md) | Contains information about signature requests. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TeamGetInfoResponse.md b/sdks/ruby/docs/TeamGetInfoResponse.md index d82624999..f2ed62785 100644 --- a/sdks/ruby/docs/TeamGetInfoResponse.md +++ b/sdks/ruby/docs/TeamGetInfoResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `team` | [```TeamInfoResponse```](TeamInfoResponse.md) | | | +| `team`*_required_ | [```TeamInfoResponse```](TeamInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TeamGetResponse.md b/sdks/ruby/docs/TeamGetResponse.md index 92bc3c99a..9c5bd49a6 100644 --- a/sdks/ruby/docs/TeamGetResponse.md +++ b/sdks/ruby/docs/TeamGetResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `team` | [```TeamResponse```](TeamResponse.md) | | | +| `team`*_required_ | [```TeamResponse```](TeamResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TeamInvitesResponse.md b/sdks/ruby/docs/TeamInvitesResponse.md index bd9e904a2..6adccaf7e 100644 --- a/sdks/ruby/docs/TeamInvitesResponse.md +++ b/sdks/ruby/docs/TeamInvitesResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `team_invites` | [```Array```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | +| `team_invites`*_required_ | [```Array```](TeamInviteResponse.md) | Contains a list of team invites and their roles. | | | `warnings` | [```Array```](WarningResponse.md) | | | diff --git a/sdks/ruby/docs/TeamMembersResponse.md b/sdks/ruby/docs/TeamMembersResponse.md index 4f30c70d1..15683188f 100644 --- a/sdks/ruby/docs/TeamMembersResponse.md +++ b/sdks/ruby/docs/TeamMembersResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `team_members` | [```Array```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `team_members`*_required_ | [```Array```](TeamMemberResponse.md) | Contains a list of team members and their roles for a specific team. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | | | diff --git a/sdks/ruby/docs/TeamSubTeamsResponse.md b/sdks/ruby/docs/TeamSubTeamsResponse.md index ebc1fbe4c..77990a6a8 100644 --- a/sdks/ruby/docs/TeamSubTeamsResponse.md +++ b/sdks/ruby/docs/TeamSubTeamsResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `sub_teams` | [```Array```](SubTeamResponse.md) | Contains a list with sub teams. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `sub_teams`*_required_ | [```Array```](SubTeamResponse.md) | Contains a list with sub teams. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | | | diff --git a/sdks/ruby/docs/TemplateCreateEmbeddedDraftResponse.md b/sdks/ruby/docs/TemplateCreateEmbeddedDraftResponse.md index 7dba9434d..74fdd9ff4 100644 --- a/sdks/ruby/docs/TemplateCreateEmbeddedDraftResponse.md +++ b/sdks/ruby/docs/TemplateCreateEmbeddedDraftResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `template` | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateEmbeddedDraftResponseTemplate```](TemplateCreateEmbeddedDraftResponseTemplate.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TemplateCreateResponse.md b/sdks/ruby/docs/TemplateCreateResponse.md index 759215017..217f81d55 100644 --- a/sdks/ruby/docs/TemplateCreateResponse.md +++ b/sdks/ruby/docs/TemplateCreateResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `template` | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateCreateResponseTemplate```](TemplateCreateResponseTemplate.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TemplateEditResponse.md b/sdks/ruby/docs/TemplateEditResponse.md index 7d0979205..5b46080d2 100644 --- a/sdks/ruby/docs/TemplateEditResponse.md +++ b/sdks/ruby/docs/TemplateEditResponse.md @@ -6,5 +6,5 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `template_id` | ```String``` | The id of the Template. | | +| `template_id`*_required_ | ```String``` | The id of the Template. | | diff --git a/sdks/ruby/docs/TemplateGetResponse.md b/sdks/ruby/docs/TemplateGetResponse.md index 886548fbc..73127d1b7 100644 --- a/sdks/ruby/docs/TemplateGetResponse.md +++ b/sdks/ruby/docs/TemplateGetResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `template` | [```TemplateResponse```](TemplateResponse.md) | | | +| `template`*_required_ | [```TemplateResponse```](TemplateResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TemplateListResponse.md b/sdks/ruby/docs/TemplateListResponse.md index 25d72e446..7708321ae 100644 --- a/sdks/ruby/docs/TemplateListResponse.md +++ b/sdks/ruby/docs/TemplateListResponse.md @@ -6,7 +6,7 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `templates` | [```Array```](TemplateResponse.md) | List of templates that the API caller has access to. | | -| `list_info` | [```ListInfoResponse```](ListInfoResponse.md) | | | +| `templates`*_required_ | [```Array```](TemplateResponse.md) | List of templates that the API caller has access to. | | +| `list_info`*_required_ | [```ListInfoResponse```](ListInfoResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/docs/TemplateUpdateFilesResponse.md b/sdks/ruby/docs/TemplateUpdateFilesResponse.md index c7d63a10e..11677a022 100644 --- a/sdks/ruby/docs/TemplateUpdateFilesResponse.md +++ b/sdks/ruby/docs/TemplateUpdateFilesResponse.md @@ -6,5 +6,5 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `template` | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | +| `template`*_required_ | [```TemplateUpdateFilesResponseTemplate```](TemplateUpdateFilesResponseTemplate.md) | | | diff --git a/sdks/ruby/docs/UnclaimedDraftCreateResponse.md b/sdks/ruby/docs/UnclaimedDraftCreateResponse.md index 986a52ff4..33608757c 100644 --- a/sdks/ruby/docs/UnclaimedDraftCreateResponse.md +++ b/sdks/ruby/docs/UnclaimedDraftCreateResponse.md @@ -6,6 +6,6 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| `unclaimed_draft` | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | +| `unclaimed_draft`*_required_ | [```UnclaimedDraftResponse```](UnclaimedDraftResponse.md) | | | | `warnings` | [```Array```](WarningResponse.md) | A list of warnings. | | diff --git a/sdks/ruby/lib/dropbox-sign/models/account_create_response.rb b/sdks/ruby/lib/dropbox-sign/models/account_create_response.rb index e075b1856..ce46c3463 100644 --- a/sdks/ruby/lib/dropbox-sign/models/account_create_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/account_create_response.rb @@ -116,12 +116,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @account.nil? + invalid_properties.push('invalid value for "account", account cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @account.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/account_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/account_get_response.rb index 2fdb26041..66a4f1f59 100644 --- a/sdks/ruby/lib/dropbox-sign/models/account_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/account_get_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @account.nil? + invalid_properties.push('invalid value for "account", account cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @account.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/api_app_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/api_app_get_response.rb index 8e74648b1..e8d797223 100644 --- a/sdks/ruby/lib/dropbox-sign/models/api_app_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/api_app_get_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @api_app.nil? + invalid_properties.push('invalid value for "api_app", api_app cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @api_app.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/api_app_list_response.rb b/sdks/ruby/lib/dropbox-sign/models/api_app_list_response.rb index b989a0809..702133344 100644 --- a/sdks/ruby/lib/dropbox-sign/models/api_app_list_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/api_app_list_response.rb @@ -119,12 +119,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @api_apps.nil? + invalid_properties.push('invalid value for "api_apps", api_apps cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @api_apps.nil? + return false if @list_info.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_get_response.rb index a7e504298..71c2b1ade 100644 --- a/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_get_response.rb @@ -128,12 +128,27 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @bulk_send_job.nil? + invalid_properties.push('invalid value for "bulk_send_job", bulk_send_job cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + + if @signature_requests.nil? + invalid_properties.push('invalid value for "signature_requests", signature_requests cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @bulk_send_job.nil? + return false if @list_info.nil? + return false if @signature_requests.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_list_response.rb b/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_list_response.rb index 61aef66df..4a1a90662 100644 --- a/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_list_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_list_response.rb @@ -119,12 +119,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @bulk_send_jobs.nil? + invalid_properties.push('invalid value for "bulk_send_jobs", bulk_send_jobs cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @bulk_send_jobs.nil? + return false if @list_info.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_send_response.rb b/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_send_response.rb index cb6f88ca5..ddc24be8e 100644 --- a/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_send_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/bulk_send_job_send_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @bulk_send_job.nil? + invalid_properties.push('invalid value for "bulk_send_job", bulk_send_job cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @bulk_send_job.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/embedded_edit_url_response.rb b/sdks/ruby/lib/dropbox-sign/models/embedded_edit_url_response.rb index 75615a8f3..644563395 100644 --- a/sdks/ruby/lib/dropbox-sign/models/embedded_edit_url_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/embedded_edit_url_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @embedded.nil? + invalid_properties.push('invalid value for "embedded", embedded cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @embedded.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/embedded_sign_url_response.rb b/sdks/ruby/lib/dropbox-sign/models/embedded_sign_url_response.rb index b39725127..532683c19 100644 --- a/sdks/ruby/lib/dropbox-sign/models/embedded_sign_url_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/embedded_sign_url_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @embedded.nil? + invalid_properties.push('invalid value for "embedded", embedded cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @embedded.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/fax_line_area_code_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/fax_line_area_code_get_response.rb index 8cbd89ab8..bcfd8b681 100644 --- a/sdks/ruby/lib/dropbox-sign/models/fax_line_area_code_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/fax_line_area_code_get_response.rb @@ -97,12 +97,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @area_codes.nil? + invalid_properties.push('invalid value for "area_codes", area_codes cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @area_codes.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/fax_line_list_response.rb b/sdks/ruby/lib/dropbox-sign/models/fax_line_list_response.rb index 4defdff98..5aac0f5a7 100644 --- a/sdks/ruby/lib/dropbox-sign/models/fax_line_list_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/fax_line_list_response.rb @@ -115,12 +115,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + + if @fax_lines.nil? + invalid_properties.push('invalid value for "fax_lines", fax_lines cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @list_info.nil? + return false if @fax_lines.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/fax_line_response.rb b/sdks/ruby/lib/dropbox-sign/models/fax_line_response.rb index 7bec812bb..491b618b3 100644 --- a/sdks/ruby/lib/dropbox-sign/models/fax_line_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/fax_line_response.rb @@ -104,12 +104,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @fax_line.nil? + invalid_properties.push('invalid value for "fax_line", fax_line cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @fax_line.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/file_response.rb b/sdks/ruby/lib/dropbox-sign/models/file_response.rb index ab2b7a4cb..6a2deff5b 100644 --- a/sdks/ruby/lib/dropbox-sign/models/file_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/file_response.rb @@ -106,12 +106,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @file_url.nil? + invalid_properties.push('invalid value for "file_url", file_url cannot be nil.') + end + + if @expires_at.nil? + invalid_properties.push('invalid value for "expires_at", expires_at cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @file_url.nil? + return false if @expires_at.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/file_response_data_uri.rb b/sdks/ruby/lib/dropbox-sign/models/file_response_data_uri.rb index efd3ce746..d35727bdc 100644 --- a/sdks/ruby/lib/dropbox-sign/models/file_response_data_uri.rb +++ b/sdks/ruby/lib/dropbox-sign/models/file_response_data_uri.rb @@ -96,12 +96,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @data_uri.nil? + invalid_properties.push('invalid value for "data_uri", data_uri cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @data_uri.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/report_create_response.rb b/sdks/ruby/lib/dropbox-sign/models/report_create_response.rb index bf0176979..5ff6010b4 100644 --- a/sdks/ruby/lib/dropbox-sign/models/report_create_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/report_create_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @report.nil? + invalid_properties.push('invalid value for "report", report cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @report.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/signature_request_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/signature_request_get_response.rb index 1a9f930cd..51cabcca3 100644 --- a/sdks/ruby/lib/dropbox-sign/models/signature_request_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/signature_request_get_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @signature_request.nil? + invalid_properties.push('invalid value for "signature_request", signature_request cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @signature_request.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/signature_request_list_response.rb b/sdks/ruby/lib/dropbox-sign/models/signature_request_list_response.rb index 2daa78a45..0d365cc76 100644 --- a/sdks/ruby/lib/dropbox-sign/models/signature_request_list_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/signature_request_list_response.rb @@ -119,12 +119,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @signature_requests.nil? + invalid_properties.push('invalid value for "signature_requests", signature_requests cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @signature_requests.nil? + return false if @list_info.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/team_get_info_response.rb b/sdks/ruby/lib/dropbox-sign/models/team_get_info_response.rb index 4afdea176..130dd8a04 100644 --- a/sdks/ruby/lib/dropbox-sign/models/team_get_info_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/team_get_info_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @team.nil? + invalid_properties.push('invalid value for "team", team cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @team.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/team_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/team_get_response.rb index 1f8ddd19b..f844f06e1 100644 --- a/sdks/ruby/lib/dropbox-sign/models/team_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/team_get_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @team.nil? + invalid_properties.push('invalid value for "team", team cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @team.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/team_invites_response.rb b/sdks/ruby/lib/dropbox-sign/models/team_invites_response.rb index fa5728ad8..7625af4a4 100644 --- a/sdks/ruby/lib/dropbox-sign/models/team_invites_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/team_invites_response.rb @@ -109,12 +109,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @team_invites.nil? + invalid_properties.push('invalid value for "team_invites", team_invites cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @team_invites.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/team_members_response.rb b/sdks/ruby/lib/dropbox-sign/models/team_members_response.rb index da0aeaa9f..6635222c6 100644 --- a/sdks/ruby/lib/dropbox-sign/models/team_members_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/team_members_response.rb @@ -118,12 +118,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @team_members.nil? + invalid_properties.push('invalid value for "team_members", team_members cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @team_members.nil? + return false if @list_info.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/team_sub_teams_response.rb b/sdks/ruby/lib/dropbox-sign/models/team_sub_teams_response.rb index f08e39d18..8228d58e1 100644 --- a/sdks/ruby/lib/dropbox-sign/models/team_sub_teams_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/team_sub_teams_response.rb @@ -118,12 +118,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @sub_teams.nil? + invalid_properties.push('invalid value for "sub_teams", sub_teams cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @sub_teams.nil? + return false if @list_info.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/template_create_embedded_draft_response.rb b/sdks/ruby/lib/dropbox-sign/models/template_create_embedded_draft_response.rb index d9c70e333..d49272378 100644 --- a/sdks/ruby/lib/dropbox-sign/models/template_create_embedded_draft_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/template_create_embedded_draft_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @template.nil? + invalid_properties.push('invalid value for "template", template cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @template.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/template_create_response.rb b/sdks/ruby/lib/dropbox-sign/models/template_create_response.rb index f0c5c1afa..4b238ca0a 100644 --- a/sdks/ruby/lib/dropbox-sign/models/template_create_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/template_create_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @template.nil? + invalid_properties.push('invalid value for "template", template cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @template.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/template_edit_response.rb b/sdks/ruby/lib/dropbox-sign/models/template_edit_response.rb index 837cb99d5..9a11cbf2d 100644 --- a/sdks/ruby/lib/dropbox-sign/models/template_edit_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/template_edit_response.rb @@ -96,12 +96,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @template_id.nil? + invalid_properties.push('invalid value for "template_id", template_id cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @template_id.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/template_get_response.rb b/sdks/ruby/lib/dropbox-sign/models/template_get_response.rb index a7fdbf8f6..00c7c6fd4 100644 --- a/sdks/ruby/lib/dropbox-sign/models/template_get_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/template_get_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @template.nil? + invalid_properties.push('invalid value for "template", template cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @template.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/template_list_response.rb b/sdks/ruby/lib/dropbox-sign/models/template_list_response.rb index d37844e6e..fc60e7337 100644 --- a/sdks/ruby/lib/dropbox-sign/models/template_list_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/template_list_response.rb @@ -119,12 +119,22 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @templates.nil? + invalid_properties.push('invalid value for "templates", templates cannot be nil.') + end + + if @list_info.nil? + invalid_properties.push('invalid value for "list_info", list_info cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @templates.nil? + return false if @list_info.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/template_update_files_response.rb b/sdks/ruby/lib/dropbox-sign/models/template_update_files_response.rb index d606da972..67d30f262 100644 --- a/sdks/ruby/lib/dropbox-sign/models/template_update_files_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/template_update_files_response.rb @@ -95,12 +95,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @template.nil? + invalid_properties.push('invalid value for "template", template cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @template.nil? true end diff --git a/sdks/ruby/lib/dropbox-sign/models/unclaimed_draft_create_response.rb b/sdks/ruby/lib/dropbox-sign/models/unclaimed_draft_create_response.rb index f016fdc56..792586be5 100644 --- a/sdks/ruby/lib/dropbox-sign/models/unclaimed_draft_create_response.rb +++ b/sdks/ruby/lib/dropbox-sign/models/unclaimed_draft_create_response.rb @@ -107,12 +107,17 @@ def initialize(attributes = {}) # @return Array for valid properties with the reasons def list_invalid_properties invalid_properties = Array.new + if @unclaimed_draft.nil? + invalid_properties.push('invalid value for "unclaimed_draft", unclaimed_draft cannot be nil.') + end + invalid_properties end # Check to see if the all the properties in the model are valid # @return true if the model is valid def valid? + return false if @unclaimed_draft.nil? true end From 1b1abd21edcfea011f7e214e60fd70c7e06033e8 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Wed, 4 Sep 2024 11:25:59 -0500 Subject: [PATCH 5/5] Shut up typescript, values are defined --- sandbox/node/tests/signatureRequest.test.ts | 33 ++++++++++----------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/sandbox/node/tests/signatureRequest.test.ts b/sandbox/node/tests/signatureRequest.test.ts index e5574e7e6..73579a528 100644 --- a/sandbox/node/tests/signatureRequest.test.ts +++ b/sandbox/node/tests/signatureRequest.test.ts @@ -1,4 +1,3 @@ -// @ts-nocheck import "jest"; import * as DropboxSign from "@dropbox/sign"; import * as fs from "fs"; @@ -43,18 +42,18 @@ describe("signatureRequest", () => { ).then(send_response => { const signature_request = send_response.body.signatureRequest; - expect(send_request.formFieldsPerDocument[0].apiId) - .toBe(signature_request.customFields[0].apiId); + expect(send_request.formFieldsPerDocument![0].apiId) + .toBe(signature_request.customFields![0].apiId); - expect(send_request.signers[0].emailAddress) - .toBe(signature_request.signatures[0].signerEmailAddress); - expect(send_request.signers[1].emailAddress) - .toBe(signature_request.signatures[1].signerEmailAddress); - expect(send_request.signers[2].emailAddress) - .toBe(signature_request.signatures[2].signerEmailAddress); + expect(send_request.signers![0].emailAddress) + .toBe(signature_request.signatures![0].signerEmailAddress); + expect(send_request.signers![1].emailAddress) + .toBe(signature_request.signatures![1].signerEmailAddress); + expect(send_request.signers![2].emailAddress) + .toBe(signature_request.signatures![2].signerEmailAddress); return signature_request_api.signatureRequestGet( - signature_request.signatureRequestId, + signature_request.signatureRequestId!, ).then(get_response => { expect(signature_request.signatureRequestId) .toBe(get_response.body.signatureRequest.signatureRequestId); @@ -85,12 +84,12 @@ describe("signatureRequest", () => { ).then(send_response => { const signature_request = send_response.body.signatureRequest; - expect(send_request.signers[0].emailAddress) - .toBe(signature_request.signatures[0].signerEmailAddress); - expect(send_request.signers[1].emailAddress) - .toBe(signature_request.signatures[1].signerEmailAddress); - expect(send_request.signers[2].emailAddress) - .toBe(signature_request.signatures[2].signerEmailAddress); + expect(send_request.signers![0].emailAddress) + .toBe(signature_request.signatures![0].signerEmailAddress); + expect(send_request.signers![1].emailAddress) + .toBe(signature_request.signatures![1].signerEmailAddress); + expect(send_request.signers![2].emailAddress) + .toBe(signature_request.signatures![2].signerEmailAddress); const embedded_api = new DropboxSign.EmbeddedApi(); embedded_api.username = config.API_KEY; @@ -98,7 +97,7 @@ describe("signatureRequest", () => { embedded_api.defaultHeaders = headers; return embedded_api.embeddedSignUrl( - signature_request.signatures[0].signatureId, + signature_request.signatures![0].signatureId!, ).then(get_response => { expect(get_response.body.embedded.signUrl).toBeTruthy(); }).catch(error => {