From c6dd0360f787ec6064e0221e517689fc9a86ecf2 Mon Sep 17 00:00:00 2001 From: "Api (Codebuild)" Date: Sun, 14 Apr 2024 20:15:41 +0000 Subject: [PATCH] Look for details in API documentation's changelog --- .openapi-generator/FILES | 78 + README.md | 31 + docs/CommonResponseObjDebugPayload.md | 1 + docs/CommonResponseObjDebugPayloadGetList.md | 1 + ...itcardclientAutocompleteElementResponse.md | 32 + docs/CreditcardclientCreateObjectV1Request.md | 30 + .../CreditcardclientCreateObjectV1Response.md | 32 + ...ardclientCreateObjectV1ResponseMPayload.md | 30 + .../CreditcardclientDeleteObjectV1Response.md | 31 + docs/CreditcardclientEditObjectV1Request.md | 30 + docs/CreditcardclientEditObjectV1Response.md | 31 + ...editcardclientGetAutocompleteV2Response.md | 32 + ...clientGetAutocompleteV2ResponseMPayload.md | 30 + docs/CreditcardclientGetListV1Response.md | 32 + ...editcardclientGetListV1ResponseMPayload.md | 32 + docs/CreditcardclientGetObjectV2Response.md | 32 + ...itcardclientGetObjectV2ResponseMPayload.md | 30 + docs/CreditcardclientListElement.md | 40 + docs/CreditcardclientRequest.md | 39 + docs/CreditcardclientRequestCompound.md | 39 + docs/CreditcardclientResponse.md | 38 + docs/CreditcardclientResponseCompound.md | 38 + docs/CreditcarddetailRequest.md | 34 + docs/CreditcarddetailResponse.md | 37 + docs/CreditcarddetailResponseCompound.md | 37 + ...editcardtypeAutocompleteElementResponse.md | 32 + ...CreditcardtypeGetAutocompleteV2Response.md | 32 + ...rdtypeGetAutocompleteV2ResponseMPayload.md | 30 + ...nerassociationActionableElementResponse.md | 1 + ...rassociationGetObjectV1ResponseMPayload.md | 1 + docs/EzsignfoldersignerassociationResponse.md | 1 + ...foldersignerassociationResponseCompound.md | 1 + docs/ObjectCreditcardclientApi.md | 513 +++++ docs/ObjectCreditcardtypeApi.md | 95 + .../ObjectEzsignfoldersignerassociationApi.md | 2 +- eZmaxApi/__init__.py | 26 + eZmaxApi/api/__init__.py | 2 + eZmaxApi/api/object_creditcardclient_api.py | 1770 +++++++++++++++++ eZmaxApi/api/object_creditcardtype_api.py | 348 ++++ ...bject_ezsignfoldersignerassociation_api.py | 6 +- eZmaxApi/models/__init__.py | 24 + .../activesession_response_compound_user.py | 26 +- eZmaxApi/models/branding_request.py | 12 +- eZmaxApi/models/branding_request_compound.py | 12 +- eZmaxApi/models/branding_response.py | 12 +- eZmaxApi/models/branding_response_compound.py | 36 +- eZmaxApi/models/clonehistory_list_element.py | 8 +- eZmaxApi/models/common_auditdetail.py | 4 +- ...mon_response_error_s_temporary_file_url.py | 14 +- .../common_response_obj_debug_payload.py | 8 +- ...mon_response_obj_debug_payload_get_list.py | 4 +- .../communicationexternalrecipient_request.py | 14 +- ...ationexternalrecipient_request_compound.py | 14 +- eZmaxApi/models/cors_request.py | 4 +- eZmaxApi/models/cors_request_compound.py | 4 +- eZmaxApi/models/cors_response.py | 4 +- eZmaxApi/models/cors_response_compound.py | 4 +- ...ardclient_autocomplete_element_response.py | 100 + ...editcardclient_create_object_v1_request.py | 97 + ...ditcardclient_create_object_v1_response.py | 104 + ...ent_create_object_v1_response_m_payload.py | 89 + ...ditcardclient_delete_object_v1_response.py | 98 + ...creditcardclient_edit_object_v1_request.py | 92 + ...reditcardclient_edit_object_v1_response.py | 98 + ...cardclient_get_autocomplete_v2_response.py | 104 + ..._get_autocomplete_v2_response_m_payload.py | 96 + .../creditcardclient_get_list_v1_response.py | 104 + ...rdclient_get_list_v1_response_m_payload.py | 100 + ...creditcardclient_get_object_v2_response.py | 104 + ...client_get_object_v2_response_m_payload.py | 92 + .../models/creditcardclient_list_element.py | 123 ++ eZmaxApi/models/creditcardclient_request.py | 135 ++ .../creditcardclient_request_compound.py | 135 ++ eZmaxApi/models/creditcardclient_response.py | 116 ++ .../creditcardclient_response_compound.py | 116 ++ eZmaxApi/models/creditcarddetail_request.py | 127 ++ eZmaxApi/models/creditcarddetail_response.py | 131 ++ .../creditcarddetail_response_compound.py | 131 ++ ...tcardtype_autocomplete_element_response.py | 101 + ...itcardtype_get_autocomplete_v2_response.py | 104 + ..._get_autocomplete_v2_response_m_payload.py | 96 + ...association_actionable_element_response.py | 4 +- eZmaxApi/models/custom_user_response.py | 11 +- eZmaxApi/models/custom_webhook_response.py | 11 +- eZmaxApi/models/email_request.py | 11 +- eZmaxApi/models/email_request_compound.py | 11 +- eZmaxApi/models/email_response.py | 11 +- eZmaxApi/models/email_response_compound.py | 11 +- ...cument_get_object_v1_response_m_payload.py | 4 +- eZmaxApi/models/ezsigndocument_request.py | 4 +- .../models/ezsigndocument_request_compound.py | 4 +- eZmaxApi/models/ezsigndocument_response.py | 4 +- .../ezsigndocument_response_compound.py | 4 +- ...folder_get_object_v1_response_m_payload.py | 4 +- eZmaxApi/models/ezsignfolder_request.py | 4 +- .../models/ezsignfolder_request_compound.py | 4 +- eZmaxApi/models/ezsignfolder_response.py | 4 +- .../models/ezsignfolder_response_compound.py | 4 +- ...ociation_create_embedded_url_v1_request.py | 18 +- ...iation_get_object_v1_response_m_payload.py | 4 +- .../ezsignfoldersignerassociation_response.py | 6 +- ...ldersignerassociation_response_compound.py | 4 +- ...ignerassociation_response_compound_user.py | 11 +- eZmaxApi/models/ezsignfoldertype_request.py | 26 +- .../ezsignfoldertype_request_compound.py | 26 +- .../ezsignfoldertype_request_compound_v2.py | 26 +- .../models/ezsignfoldertype_request_v2.py | 26 +- eZmaxApi/models/ezsignfoldertype_response.py | 24 +- .../ezsignfoldertype_response_compound.py | 24 +- .../ezsignfoldertype_response_compound_v3.py | 26 +- .../models/ezsignfoldertype_response_v3.py | 26 +- .../ezsignsigner_request_compound_contact.py | 12 +- .../ezsignsigner_response_compound_contact.py | 12 +- eZmaxApi/models/scim_email.py | 15 +- .../models/sessionhistory_list_element.py | 4 +- eZmaxApi/models/signature_response.py | 4 +- .../models/signature_response_compound.py | 4 +- .../user_create_ezsignuser_v1_request.py | 11 +- eZmaxApi/models/user_list_element.py | 13 +- eZmaxApi/models/user_request.py | 4 +- eZmaxApi/models/user_request_compound.py | 4 +- eZmaxApi/models/user_request_compound_v2.py | 4 +- eZmaxApi/models/user_request_v2.py | 4 +- eZmaxApi/models/user_response.py | 4 +- eZmaxApi/models/user_response_compound.py | 4 +- .../models/usergroupdelegation_response.py | 16 +- .../usergroupdelegation_response_compound.py | 16 +- .../usergroupexternalmembership_response.py | 13 +- ...oupexternalmembership_response_compound.py | 13 +- .../models/usergroupmembership_response.py | 16 +- .../usergroupmembership_response_compound.py | 16 +- eZmaxApi/models/userstaged_list_element.py | 11 +- eZmaxApi/models/userstaged_response.py | 11 +- .../models/userstaged_response_compound.py | 11 +- eZmaxApi/models/webhook_list_element.py | 12 +- eZmaxApi/models/webhook_request.py | 11 +- eZmaxApi/models/webhook_request_compound.py | 11 +- eZmaxApi/models/webhook_response.py | 11 +- eZmaxApi/models/webhook_response_compound.py | 11 +- ...t_activesession_get_current_v1_response.py | 6 +- test/test_apikey_create_object_v2_response.py | 6 +- test/test_apikey_edit_object_v1_response.py | 6 +- ...est_apikey_edit_permissions_v1_response.py | 6 +- test/test_apikey_get_cors_v1_response.py | 6 +- test/test_apikey_get_object_v2_response.py | 6 +- ...test_apikey_get_permissions_v1_response.py | 6 +- test/test_apikey_get_subnets_v1_response.py | 6 +- test/test_apikey_regenerate_v1_response.py | 6 +- ...tachment_get_attachmentlogs_v1_response.py | 6 +- ...attachment_get_download_url_v1_response.py | 6 +- ...tyexternal_get_autocomplete_v2_response.py | 6 +- ...ntityinternal_create_object_v1_response.py | 6 +- ...gentityinternal_edit_object_v1_response.py | 6 +- ...tyinternal_get_autocomplete_v2_response.py | 6 +- ...ngentityinternal_get_object_v2_response.py | 6 +- ...test_branding_create_object_v1_response.py | 6 +- test/test_branding_edit_object_v1_response.py | 6 +- ...t_branding_get_autocomplete_v2_response.py | 6 +- test/test_branding_get_object_v2_response.py | 6 +- test/test_common_get_report_v1_response.py | 6 +- test/test_common_response.py | 6 +- .../test_common_response_obj_debug_payload.py | 4 +- ...mon_response_obj_debug_payload_get_list.py | 2 + test/test_communication_send_v1_response.py | 6 +- ...st_company_get_autocomplete_v2_response.py | 6 +- test/test_cors_create_object_v1_response.py | 6 +- test/test_cors_delete_object_v1_response.py | 6 +- test/test_cors_edit_object_v1_response.py | 6 +- test/test_cors_get_object_v2_response.py | 6 +- ...st_country_get_autocomplete_v2_response.py | 6 +- ...ardclient_autocomplete_element_response.py | 57 + ...editcardclient_create_object_v1_request.py | 57 + ...ditcardclient_create_object_v1_response.py | 76 + ...ent_create_object_v1_response_m_payload.py | 57 + ...ditcardclient_delete_object_v1_response.py | 68 + ...creditcardclient_edit_object_v1_request.py | 53 + ...reditcardclient_edit_object_v1_response.py | 68 + ...cardclient_get_autocomplete_v2_response.py | 82 + ..._get_autocomplete_v2_response_m_payload.py | 63 + ...t_creditcardclient_get_list_v1_response.py | 56 + ...rdclient_get_list_v1_response_m_payload.py | 83 + ...creditcardclient_get_object_v2_response.py | 72 + ...client_get_object_v2_response_m_payload.py | 53 + test/test_creditcardclient_list_element.py | 73 + test/test_creditcardclient_request.py | 79 + .../test_creditcardclient_request_compound.py | 79 + test/test_creditcardclient_response.py | 69 + ...test_creditcardclient_response_compound.py | 69 + test/test_creditcarddetail_request.py | 58 + test/test_creditcarddetail_response.py | 67 + ...test_creditcarddetail_response_compound.py | 67 + ...tcardtype_autocomplete_element_response.py | 57 + ...itcardtype_get_autocomplete_v2_response.py | 82 + ..._get_autocomplete_v2_response_m_payload.py | 63 + ...association_actionable_element_response.py | 2 + ...department_get_autocomplete_v2_response.py | 6 +- ...st_discussion_create_object_v1_response.py | 6 +- ...st_discussion_delete_object_v1_response.py | 6 +- .../test_discussion_get_object_v2_response.py | 6 +- ...est_discussion_patch_object_v1_response.py | 6 +- ...update_discussionreadstatus_v1_response.py | 6 +- ...ionmembership_create_object_v1_response.py | 6 +- ...ionmembership_delete_object_v1_response.py | 6 +- ...ussionmessage_create_object_v1_response.py | 6 +- ...ussionmessage_delete_object_v1_response.py | 6 +- ...cussionmessage_patch_object_v1_response.py | 6 +- ..._emailtype_get_autocomplete_v2_response.py | 6 +- ...xinvoicing_get_autocomplete_v2_response.py | 6 +- ...t_ezmaxinvoicing_get_object_v2_response.py | 6 +- ...axinvoicing_get_provisional_v1_response.py | 6 +- ...maxproduct_get_autocomplete_v2_response.py | 6 +- ...test_ezsign_suggest_signers_v1_response.py | 6 +- ...st_ezsign_suggest_templates_v1_response.py | 6 +- ..._ezsignbulksendtransmission_v1_response.py | 6 +- ...zsignbulksend_create_object_v1_response.py | 6 +- ...zsignbulksend_delete_object_v1_response.py | 6 +- ..._ezsignbulksend_edit_object_v1_response.py | 6 +- ...ezsignbulksendtransmissions_v1_response.py | 6 +- ..._ezsignsignatures_automatic_v1_response.py | 6 +- ...signbulksend_get_forms_data_v1_response.py | 6 +- ...t_ezsignbulksend_get_object_v2_response.py | 6 +- ...test_ezsignbulksend_reorder_v1_response.py | 6 +- ...cumentmapping_create_object_v1_response.py | 6 +- ...cumentmapping_delete_object_v1_response.py | 6 +- ...ddocumentmapping_get_object_v2_response.py | 6 +- ...signermapping_create_object_v1_response.py | 6 +- ...signermapping_delete_object_v1_response.py | 6 +- ...endsignermapping_get_object_v2_response.py | 6 +- ..._ezsignsignatures_automatic_v1_response.py | 6 +- ...transmission_get_forms_data_v1_response.py | 6 +- ...sendtransmission_get_object_v2_response.py | 6 +- ...igndiscussion_create_object_v1_response.py | 6 +- ...igndiscussion_delete_object_v1_response.py | 6 +- ...ezsigndiscussion_get_object_v2_response.py | 6 +- ...cument_apply_ezsigntemplate_v1_response.py | 6 +- ...cument_apply_ezsigntemplate_v2_response.py | 6 +- ..._apply_ezsigntemplateglobal_v1_response.py | 6 +- ...elements_positioned_by_word_v1_response.py | 6 +- ...zsigndocument_create_object_v1_response.py | 6 +- ...zsigndocument_create_object_v2_response.py | 6 +- ...igndocument_decline_to_sign_v1_response.py | 6 +- ...zsigndocument_delete_object_v1_response.py | 6 +- ..._edit_ezsignformfieldgroups_v1_response.py | 6 +- ...ument_edit_ezsignsignatures_v1_response.py | 6 +- ...igndocument_end_prematurely_v1_response.py | 6 +- ...test_ezsigndocument_flatten_v1_response.py | 6 +- ...ent_get_actionable_elements_v1_response.py | 6 +- ...igndocument_get_attachments_v1_response.py | 6 +- ...ment_get_completed_elements_v1_response.py | 6 +- ...gndocument_get_download_url_v1_response.py | 6 +- ...ument_get_ezsignannotations_v1_response.py | 6 +- ...ument_get_ezsigndiscussions_v1_response.py | 6 +- ...t_get_ezsignformfieldgroups_v1_response.py | 6 +- ...igndocument_get_ezsignpages_v1_response.py | 6 +- ..._ezsignsignatures_automatic_v1_response.py | 6 +- ...cument_get_ezsignsignatures_v1_response.py | 6 +- ...zsigndocument_get_form_data_v1_response.py | 6 +- ...t_ezsigndocument_get_object_v1_response.py | 6 +- ...t_ezsigndocument_get_object_v2_response.py | 6 +- ...ocument_get_temporary_proof_v1_response.py | 6 +- ...ocument_get_words_positions_v1_response.py | 6 +- ...ezsigndocument_patch_object_v1_response.py | 6 +- ...ndocument_submit_ezsignform_v1_response.py | 6 +- .../test_ezsigndocument_unsend_v1_response.py | 6 +- test/test_ezsignfolder_archive_v1_response.py | 6 +- ..._ezsignfolder_create_object_v1_response.py | 6 +- ..._ezsignfolder_create_object_v2_response.py | 6 +- ..._ezsignfolder_delete_object_v1_response.py | 6 +- ...older_dispose_ezsignfolders_v1_response.py | 6 +- test/test_ezsignfolder_dispose_v1_response.py | 6 +- ...st_ezsignfolder_edit_object_v1_response.py | 6 +- ...zsignfolder_end_prematurely_v1_response.py | 6 +- ...der_get_actionable_elements_v1_response.py | 6 +- ...folder_get_attachment_count_v1_response.py | 6 +- ...zsignfolder_get_attachments_v1_response.py | 6 +- ...der_get_communication_count_v1_response.py | 6 +- ...get_communicationrecipients_v1_response.py | 6 +- ...er_get_communicationsenders_v1_response.py | 6 +- ...nfolder_get_ezsigndocuments_v1_response.py | 6 +- ...ignfoldersignerassociations_v1_response.py | 6 +- ..._ezsignsignatures_automatic_v1_response.py | 6 +- ...ezsignfolder_get_forms_data_v1_response.py | 6 +- ...est_ezsignfolder_get_object_v1_response.py | 6 +- ...est_ezsignfolder_get_object_v2_response.py | 6 +- ...ignfoldersignerassociations_v1_response.py | 6 +- ...mport_ezsigntemplatepackage_v1_response.py | 6 +- test/test_ezsignfolder_reorder_v1_response.py | 6 +- test/test_ezsignfolder_send_v1_response.py | 6 +- test/test_ezsignfolder_send_v3_response.py | 6 +- test/test_ezsignfolder_unsend_v1_response.py | 6 +- ...ciation_create_embedded_url_v1_response.py | 6 +- ...erassociation_create_object_v1_response.py | 6 +- ...erassociation_create_object_v2_response.py | 6 +- ...erassociation_delete_object_v1_response.py | 6 +- ...gnerassociation_edit_object_v1_response.py | 6 +- ...ssociation_force_disconnect_v1_response.py | 6 +- ...ion_get_in_person_login_url_v1_response.py | 6 +- ...ignerassociation_get_object_v1_response.py | 6 +- ...iation_get_object_v1_response_m_payload.py | 2 + ...ignerassociation_get_object_v2_response.py | 6 +- ...nerassociation_patch_object_v1_response.py | 6 +- ..._ezsignfoldersignerassociation_response.py | 4 +- ...ldersignerassociation_response_compound.py | 2 + ...ignfoldertype_create_object_v2_response.py | 6 +- ...zsignfoldertype_edit_object_v1_response.py | 6 +- ...zsignfoldertype_edit_object_v2_response.py | 6 +- ...foldertype_get_autocomplete_v2_response.py | 6 +- ...ezsignfoldertype_get_object_v2_response.py | 6 +- ...ezsignfoldertype_get_object_v3_response.py | 6 +- ...ormfieldgroup_create_object_v1_response.py | 6 +- ...ormfieldgroup_delete_object_v1_response.py | 6 +- ...nformfieldgroup_edit_object_v1_response.py | 6 +- ...gnformfieldgroup_get_object_v2_response.py | 6 +- test/test_ezsignpage_consult_v1_response.py | 6 +- ...signsignature_create_object_v1_response.py | 6 +- ...signsignature_create_object_v2_response.py | 6 +- ...signsignature_delete_object_v1_response.py | 6 +- ...ezsignsignature_edit_object_v1_response.py | 6 +- ...t_ezsignsignatureattachment_v1_response.py | 6 +- ..._ezsignsignatures_automatic_v1_response.py | 6 +- ..._ezsignsignature_get_object_v2_response.py | 6 +- test/test_ezsignsignature_sign_v1_response.py | 6 +- ...gnsignergroup_create_object_v1_response.py | 6 +- ...gnsignergroup_delete_object_v1_response.py | 6 +- ...zsignsignergroupmemberships_v1_response.py | 6 +- ...signsignergroup_edit_object_v1_response.py | 6 +- ...zsignsignergroupmemberships_v1_response.py | 6 +- ...zsignsignergroup_get_object_v2_response.py | 6 +- ...oupmembership_create_object_v1_response.py | 6 +- ...oupmembership_delete_object_v1_response.py | 6 +- ...rgroupmembership_get_object_v2_response.py | 6 +- ...signingreason_create_object_v1_response.py | 6 +- ...gnsigningreason_edit_object_v1_response.py | 6 +- ...ningreason_get_autocomplete_v2_response.py | 6 +- ...ignsigningreason_get_object_v2_response.py | 6 +- test/test_ezsigntemplate_copy_v1_response.py | 6 +- ...zsigntemplate_create_object_v1_response.py | 6 +- ...zsigntemplate_create_object_v2_response.py | 6 +- ...zsigntemplate_delete_object_v1_response.py | 6 +- ..._ezsigntemplate_edit_object_v1_response.py | 6 +- ..._ezsigntemplate_edit_object_v2_response.py | 6 +- ...gntemplate_get_autocomplete_v2_response.py | 6 +- ...t_ezsigntemplate_get_object_v1_response.py | 6 +- ...t_ezsigntemplate_get_object_v2_response.py | 6 +- ...platedocument_create_object_v1_response.py | 6 +- ...signtemplateformfieldgroups_v1_response.py | 6 +- ...it_ezsigntemplatesignatures_v1_response.py | 6 +- ...emplatedocument_edit_object_v1_response.py | 6 +- ...igntemplatedocument_flatten_v1_response.py | 6 +- ...ezsigntemplatedocumentpages_v1_response.py | 6 +- ...signtemplateformfieldgroups_v1_response.py | 6 +- ...et_ezsigntemplatesignatures_v1_response.py | 6 +- ...templatedocument_get_object_v2_response.py | 6 +- ...ocument_get_words_positions_v1_response.py | 6 +- ...mplatedocument_patch_object_v1_response.py | 6 +- ...ormfieldgroup_create_object_v1_response.py | 6 +- ...ormfieldgroup_delete_object_v1_response.py | 6 +- ...eformfieldgroup_edit_object_v1_response.py | 6 +- ...teformfieldgroup_get_object_v2_response.py | 6 +- ...lateglobal_get_autocomplete_v2_response.py | 6 +- ...gntemplateglobal_get_object_v2_response.py | 6 +- ...mplatepackage_create_object_v1_response.py | 6 +- ...mplatepackage_delete_object_v1_response.py | 6 +- ...zsigntemplatepackagesigners_v1_response.py | 6 +- ...templatepackage_edit_object_v1_response.py | 6 +- ...atepackage_get_autocomplete_v2_response.py | 6 +- ...ntemplatepackage_get_object_v2_response.py | 6 +- ...agemembership_create_object_v1_response.py | 6 +- ...agemembership_delete_object_v1_response.py | 6 +- ...ackagemembership_get_object_v2_response.py | 6 +- ...packagesigner_create_object_v1_response.py | 6 +- ...packagesigner_delete_object_v1_response.py | 6 +- ...tepackagesigner_edit_object_v1_response.py | 6 +- ...atepackagesigner_get_object_v2_response.py | 6 +- ...nermembership_create_object_v1_response.py | 6 +- ...nermembership_delete_object_v1_response.py | 6 +- ...signermembership_get_object_v2_response.py | 6 +- ...latesignature_create_object_v1_response.py | 6 +- ...latesignature_delete_object_v1_response.py | 6 +- ...mplatesignature_edit_object_v1_response.py | 6 +- ...emplatesignature_get_object_v2_response.py | 6 +- ...emplatesigner_create_object_v1_response.py | 6 +- ...emplatesigner_delete_object_v1_response.py | 6 +- ...ntemplatesigner_edit_object_v1_response.py | 6 +- ...gntemplatesigner_get_object_v2_response.py | 6 +- ...equirement_get_autocomplete_v2_response.py | 6 +- .../test_font_get_autocomplete_v2_response.py | 6 +- ...hisebroker_get_autocomplete_v2_response.py | 6 +- ...hiseoffice_get_autocomplete_v2_response.py | 6 +- ...referalincome_create_object_v2_response.py | 6 +- ...inscription_get_attachments_v1_response.py | 6 +- ...on_get_communicationsenders_v1_response.py | 6 +- ...est_invoice_get_attachments_v1_response.py | 6 +- ...t_language_get_autocomplete_v2_response.py | 6 +- ...est_module_get_autocomplete_v2_response.py | 6 +- test/test_modulegroup_get_all_v1_response.py | 6 +- ...ction_get_notificationtests_v1_response.py | 6 +- ...tificationtest_get_elements_v1_response.py | 6 +- test/test_object_creditcardclient_api.py | 74 + test/test_object_creditcardtype_api.py | 39 + ...t_paymentterm_create_object_v1_response.py | 6 +- ...est_paymentterm_edit_object_v1_response.py | 6 +- ...aymentterm_get_autocomplete_v2_response.py | 6 +- ...test_paymentterm_get_object_v2_response.py | 6 +- ...est_period_get_autocomplete_v2_response.py | 6 +- ...st_permission_create_object_v1_response.py | 6 +- ...st_permission_delete_object_v1_response.py | 6 +- ...test_permission_edit_object_v1_response.py | 6 +- .../test_permission_get_object_v2_response.py | 6 +- ..._phonetype_get_autocomplete_v2_response.py | 6 +- ...t_province_get_autocomplete_v2_response.py | 6 +- ...etquestion_get_autocomplete_v2_response.py | 6 +- ...est_signature_create_object_v1_response.py | 6 +- ...est_signature_delete_object_v1_response.py | 6 +- .../test_signature_edit_object_v1_response.py | 6 +- test/test_signature_get_object_v2_response.py | 6 +- test/test_subnet_create_object_v1_response.py | 6 +- test/test_subnet_delete_object_v1_response.py | 6 +- test/test_subnet_edit_object_v1_response.py | 6 +- test/test_subnet_get_object_v2_response.py | 6 +- ...emconfiguration_edit_object_v1_response.py | 6 +- ...temconfiguration_get_object_v2_response.py | 6 +- ...assignment_get_autocomplete_v2_response.py | 6 +- ...t_timezone_get_autocomplete_v2_response.py | 6 +- ...test_user_create_ezsignuser_v1_response.py | 6 +- test/test_user_create_object_v1_response.py | 6 +- test/test_user_create_object_v2_response.py | 6 +- test/test_user_edit_object_v1_response.py | 6 +- .../test_user_edit_permissions_v1_response.py | 6 +- test/test_user_get_apikeys_v1_response.py | 6 +- .../test_user_get_autocomplete_v2_response.py | 6 +- ...r_get_effective_permissions_v1_response.py | 6 +- test/test_user_get_object_v2_response.py | 6 +- test/test_user_get_permissions_v1_response.py | 6 +- test/test_user_get_subnets_v1_response.py | 6 +- ...user_get_usergroupexternals_v1_response.py | 6 +- test/test_user_get_usergroups_v1_response.py | 6 +- ...st_user_send_password_reset_v1_response.py | 6 +- ...est_usergroup_create_object_v1_response.py | 6 +- .../test_usergroup_edit_object_v1_response.py | 6 +- ..._usergroup_edit_permissions_v1_response.py | 6 +- ...p_edit_usergroupdelegations_v1_response.py | 6 +- ...p_edit_usergroupmemberships_v1_response.py | 6 +- ..._usergroup_get_autocomplete_v2_response.py | 6 +- test/test_usergroup_get_object_v2_response.py | 6 +- ...t_usergroup_get_permissions_v1_response.py | 6 +- ...up_get_usergroupdelegations_v1_response.py | 6 +- ...up_get_usergroupmemberships_v1_response.py | 6 +- ...oupdelegation_create_object_v1_response.py | 6 +- ...oupdelegation_delete_object_v1_response.py | 6 +- ...groupdelegation_edit_object_v1_response.py | 6 +- ...rgroupdelegation_get_object_v2_response.py | 6 +- ...groupexternal_create_object_v1_response.py | 6 +- ...groupexternal_delete_object_v1_response.py | 6 +- ...ergroupexternal_edit_object_v1_response.py | 6 +- ...upexternal_get_autocomplete_v2_response.py | 6 +- ...sergroupexternal_get_object_v2_response.py | 6 +- ...sergroupexternalmemberships_v1_response.py | 6 +- ...roupexternal_get_usergroups_v1_response.py | 6 +- ...oupmembership_create_object_v1_response.py | 6 +- ...oupmembership_delete_object_v1_response.py | 6 +- ...groupmembership_edit_object_v1_response.py | 6 +- ...rgroupmembership_get_object_v2_response.py | 6 +- ...rlogintype_get_autocomplete_v2_response.py | 6 +- ...test_userstaged_create_user_v1_response.py | 6 +- ...st_userstaged_delete_object_v1_response.py | 6 +- .../test_userstaged_get_object_v2_response.py | 6 +- test/test_userstaged_map_v1_response.py | 6 +- ...riableexpense_create_object_v1_response.py | 6 +- ...variableexpense_edit_object_v1_response.py | 6 +- ...bleexpense_get_autocomplete_v2_response.py | 6 +- ..._variableexpense_get_object_v2_response.py | 6 +- ...t_versionhistory_get_object_v2_response.py | 6 +- .../test_webhook_create_object_v2_response.py | 6 +- .../test_webhook_delete_object_v1_response.py | 6 +- test/test_webhook_edit_object_v1_response.py | 6 +- test/test_webhook_get_history_v1_response.py | 6 +- test/test_webhook_get_object_v2_response.py | 6 +- ...t_webhook_regenerate_apikey_v1_response.py | 6 +- test/test_webhook_test_v1_response.py | 6 +- 480 files changed, 9907 insertions(+), 793 deletions(-) create mode 100644 docs/CreditcardclientAutocompleteElementResponse.md create mode 100644 docs/CreditcardclientCreateObjectV1Request.md create mode 100644 docs/CreditcardclientCreateObjectV1Response.md create mode 100644 docs/CreditcardclientCreateObjectV1ResponseMPayload.md create mode 100644 docs/CreditcardclientDeleteObjectV1Response.md create mode 100644 docs/CreditcardclientEditObjectV1Request.md create mode 100644 docs/CreditcardclientEditObjectV1Response.md create mode 100644 docs/CreditcardclientGetAutocompleteV2Response.md create mode 100644 docs/CreditcardclientGetAutocompleteV2ResponseMPayload.md create mode 100644 docs/CreditcardclientGetListV1Response.md create mode 100644 docs/CreditcardclientGetListV1ResponseMPayload.md create mode 100644 docs/CreditcardclientGetObjectV2Response.md create mode 100644 docs/CreditcardclientGetObjectV2ResponseMPayload.md create mode 100644 docs/CreditcardclientListElement.md create mode 100644 docs/CreditcardclientRequest.md create mode 100644 docs/CreditcardclientRequestCompound.md create mode 100644 docs/CreditcardclientResponse.md create mode 100644 docs/CreditcardclientResponseCompound.md create mode 100644 docs/CreditcarddetailRequest.md create mode 100644 docs/CreditcarddetailResponse.md create mode 100644 docs/CreditcarddetailResponseCompound.md create mode 100644 docs/CreditcardtypeAutocompleteElementResponse.md create mode 100644 docs/CreditcardtypeGetAutocompleteV2Response.md create mode 100644 docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md create mode 100644 docs/ObjectCreditcardclientApi.md create mode 100644 docs/ObjectCreditcardtypeApi.md create mode 100644 eZmaxApi/api/object_creditcardclient_api.py create mode 100644 eZmaxApi/api/object_creditcardtype_api.py create mode 100644 eZmaxApi/models/creditcardclient_autocomplete_element_response.py create mode 100644 eZmaxApi/models/creditcardclient_create_object_v1_request.py create mode 100644 eZmaxApi/models/creditcardclient_create_object_v1_response.py create mode 100644 eZmaxApi/models/creditcardclient_create_object_v1_response_m_payload.py create mode 100644 eZmaxApi/models/creditcardclient_delete_object_v1_response.py create mode 100644 eZmaxApi/models/creditcardclient_edit_object_v1_request.py create mode 100644 eZmaxApi/models/creditcardclient_edit_object_v1_response.py create mode 100644 eZmaxApi/models/creditcardclient_get_autocomplete_v2_response.py create mode 100644 eZmaxApi/models/creditcardclient_get_autocomplete_v2_response_m_payload.py create mode 100644 eZmaxApi/models/creditcardclient_get_list_v1_response.py create mode 100644 eZmaxApi/models/creditcardclient_get_list_v1_response_m_payload.py create mode 100644 eZmaxApi/models/creditcardclient_get_object_v2_response.py create mode 100644 eZmaxApi/models/creditcardclient_get_object_v2_response_m_payload.py create mode 100644 eZmaxApi/models/creditcardclient_list_element.py create mode 100644 eZmaxApi/models/creditcardclient_request.py create mode 100644 eZmaxApi/models/creditcardclient_request_compound.py create mode 100644 eZmaxApi/models/creditcardclient_response.py create mode 100644 eZmaxApi/models/creditcardclient_response_compound.py create mode 100644 eZmaxApi/models/creditcarddetail_request.py create mode 100644 eZmaxApi/models/creditcarddetail_response.py create mode 100644 eZmaxApi/models/creditcarddetail_response_compound.py create mode 100644 eZmaxApi/models/creditcardtype_autocomplete_element_response.py create mode 100644 eZmaxApi/models/creditcardtype_get_autocomplete_v2_response.py create mode 100644 eZmaxApi/models/creditcardtype_get_autocomplete_v2_response_m_payload.py create mode 100644 test/test_creditcardclient_autocomplete_element_response.py create mode 100644 test/test_creditcardclient_create_object_v1_request.py create mode 100644 test/test_creditcardclient_create_object_v1_response.py create mode 100644 test/test_creditcardclient_create_object_v1_response_m_payload.py create mode 100644 test/test_creditcardclient_delete_object_v1_response.py create mode 100644 test/test_creditcardclient_edit_object_v1_request.py create mode 100644 test/test_creditcardclient_edit_object_v1_response.py create mode 100644 test/test_creditcardclient_get_autocomplete_v2_response.py create mode 100644 test/test_creditcardclient_get_autocomplete_v2_response_m_payload.py create mode 100644 test/test_creditcardclient_get_list_v1_response.py create mode 100644 test/test_creditcardclient_get_list_v1_response_m_payload.py create mode 100644 test/test_creditcardclient_get_object_v2_response.py create mode 100644 test/test_creditcardclient_get_object_v2_response_m_payload.py create mode 100644 test/test_creditcardclient_list_element.py create mode 100644 test/test_creditcardclient_request.py create mode 100644 test/test_creditcardclient_request_compound.py create mode 100644 test/test_creditcardclient_response.py create mode 100644 test/test_creditcardclient_response_compound.py create mode 100644 test/test_creditcarddetail_request.py create mode 100644 test/test_creditcarddetail_response.py create mode 100644 test/test_creditcarddetail_response_compound.py create mode 100644 test/test_creditcardtype_autocomplete_element_response.py create mode 100644 test/test_creditcardtype_get_autocomplete_v2_response.py create mode 100644 test/test_creditcardtype_get_autocomplete_v2_response_m_payload.py create mode 100644 test/test_object_creditcardclient_api.py create mode 100644 test/test_object_creditcardtype_api.py diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 6d752152f..79c12dc9a 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -163,6 +163,30 @@ docs/CorsResponseCompound.md docs/CountryAutocompleteElementResponse.md docs/CountryGetAutocompleteV2Response.md docs/CountryGetAutocompleteV2ResponseMPayload.md +docs/CreditcardclientAutocompleteElementResponse.md +docs/CreditcardclientCreateObjectV1Request.md +docs/CreditcardclientCreateObjectV1Response.md +docs/CreditcardclientCreateObjectV1ResponseMPayload.md +docs/CreditcardclientDeleteObjectV1Response.md +docs/CreditcardclientEditObjectV1Request.md +docs/CreditcardclientEditObjectV1Response.md +docs/CreditcardclientGetAutocompleteV2Response.md +docs/CreditcardclientGetAutocompleteV2ResponseMPayload.md +docs/CreditcardclientGetListV1Response.md +docs/CreditcardclientGetListV1ResponseMPayload.md +docs/CreditcardclientGetObjectV2Response.md +docs/CreditcardclientGetObjectV2ResponseMPayload.md +docs/CreditcardclientListElement.md +docs/CreditcardclientRequest.md +docs/CreditcardclientRequestCompound.md +docs/CreditcardclientResponse.md +docs/CreditcardclientResponseCompound.md +docs/CreditcarddetailRequest.md +docs/CreditcarddetailResponse.md +docs/CreditcarddetailResponseCompound.md +docs/CreditcardtypeAutocompleteElementResponse.md +docs/CreditcardtypeGetAutocompleteV2Response.md +docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md docs/CustomAttachmentResponse.md docs/CustomAttachmentdocumenttypeResponse.md docs/CustomCommunicationListElementResponse.md @@ -994,6 +1018,8 @@ docs/ObjectCommunicationApi.md docs/ObjectCompanyApi.md docs/ObjectCorsApi.md docs/ObjectCountryApi.md +docs/ObjectCreditcardclientApi.md +docs/ObjectCreditcardtypeApi.md docs/ObjectDepartmentApi.md docs/ObjectDiscussionApi.md docs/ObjectDiscussionmembershipApi.md @@ -1399,6 +1425,8 @@ eZmaxApi/api/object_communication_api.py eZmaxApi/api/object_company_api.py eZmaxApi/api/object_cors_api.py eZmaxApi/api/object_country_api.py +eZmaxApi/api/object_creditcardclient_api.py +eZmaxApi/api/object_creditcardtype_api.py eZmaxApi/api/object_department_api.py eZmaxApi/api/object_discussion_api.py eZmaxApi/api/object_discussionmembership_api.py @@ -1637,6 +1665,30 @@ eZmaxApi/models/cors_response_compound.py eZmaxApi/models/country_autocomplete_element_response.py eZmaxApi/models/country_get_autocomplete_v2_response.py eZmaxApi/models/country_get_autocomplete_v2_response_m_payload.py +eZmaxApi/models/creditcardclient_autocomplete_element_response.py +eZmaxApi/models/creditcardclient_create_object_v1_request.py +eZmaxApi/models/creditcardclient_create_object_v1_response.py +eZmaxApi/models/creditcardclient_create_object_v1_response_m_payload.py +eZmaxApi/models/creditcardclient_delete_object_v1_response.py +eZmaxApi/models/creditcardclient_edit_object_v1_request.py +eZmaxApi/models/creditcardclient_edit_object_v1_response.py +eZmaxApi/models/creditcardclient_get_autocomplete_v2_response.py +eZmaxApi/models/creditcardclient_get_autocomplete_v2_response_m_payload.py +eZmaxApi/models/creditcardclient_get_list_v1_response.py +eZmaxApi/models/creditcardclient_get_list_v1_response_m_payload.py +eZmaxApi/models/creditcardclient_get_object_v2_response.py +eZmaxApi/models/creditcardclient_get_object_v2_response_m_payload.py +eZmaxApi/models/creditcardclient_list_element.py +eZmaxApi/models/creditcardclient_request.py +eZmaxApi/models/creditcardclient_request_compound.py +eZmaxApi/models/creditcardclient_response.py +eZmaxApi/models/creditcardclient_response_compound.py +eZmaxApi/models/creditcarddetail_request.py +eZmaxApi/models/creditcarddetail_response.py +eZmaxApi/models/creditcarddetail_response_compound.py +eZmaxApi/models/creditcardtype_autocomplete_element_response.py +eZmaxApi/models/creditcardtype_get_autocomplete_v2_response.py +eZmaxApi/models/creditcardtype_get_autocomplete_v2_response_m_payload.py eZmaxApi/models/custom_attachment_response.py eZmaxApi/models/custom_attachmentdocumenttype_response.py eZmaxApi/models/custom_communication_list_element_response.py @@ -2929,6 +2981,30 @@ test/test_cors_response_compound.py test/test_country_autocomplete_element_response.py test/test_country_get_autocomplete_v2_response.py test/test_country_get_autocomplete_v2_response_m_payload.py +test/test_creditcardclient_autocomplete_element_response.py +test/test_creditcardclient_create_object_v1_request.py +test/test_creditcardclient_create_object_v1_response.py +test/test_creditcardclient_create_object_v1_response_m_payload.py +test/test_creditcardclient_delete_object_v1_response.py +test/test_creditcardclient_edit_object_v1_request.py +test/test_creditcardclient_edit_object_v1_response.py +test/test_creditcardclient_get_autocomplete_v2_response.py +test/test_creditcardclient_get_autocomplete_v2_response_m_payload.py +test/test_creditcardclient_get_list_v1_response.py +test/test_creditcardclient_get_list_v1_response_m_payload.py +test/test_creditcardclient_get_object_v2_response.py +test/test_creditcardclient_get_object_v2_response_m_payload.py +test/test_creditcardclient_list_element.py +test/test_creditcardclient_request.py +test/test_creditcardclient_request_compound.py +test/test_creditcardclient_response.py +test/test_creditcardclient_response_compound.py +test/test_creditcarddetail_request.py +test/test_creditcarddetail_response.py +test/test_creditcarddetail_response_compound.py +test/test_creditcardtype_autocomplete_element_response.py +test/test_creditcardtype_get_autocomplete_v2_response.py +test/test_creditcardtype_get_autocomplete_v2_response_m_payload.py test/test_custom_attachment_response.py test/test_custom_attachmentdocumenttype_response.py test/test_custom_communication_list_element_response.py @@ -3760,6 +3836,8 @@ test/test_object_communication_api.py test/test_object_company_api.py test/test_object_cors_api.py test/test_object_country_api.py +test/test_object_creditcardclient_api.py +test/test_object_creditcardtype_api.py test/test_object_department_api.py test/test_object_discussion_api.py test/test_object_discussionmembership_api.py diff --git a/README.md b/README.md index ca23169db..017b18527 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,13 @@ Class | Method | HTTP request | Description *ObjectCorsApi* | [**cors_edit_object_v1**](docs/ObjectCorsApi.md#cors_edit_object_v1) | **PUT** /1/object/cors/{pkiCorsID} | Edit an existing Cors *ObjectCorsApi* | [**cors_get_object_v2**](docs/ObjectCorsApi.md#cors_get_object_v2) | **GET** /2/object/cors/{pkiCorsID} | Retrieve an existing Cors *ObjectCountryApi* | [**country_get_autocomplete_v2**](docs/ObjectCountryApi.md#country_get_autocomplete_v2) | **GET** /2/object/country/getAutocomplete/{sSelector} | Retrieve Countries and IDs +*ObjectCreditcardclientApi* | [**creditcardclient_create_object_v1**](docs/ObjectCreditcardclientApi.md#creditcardclient_create_object_v1) | **POST** /1/object/creditcardclient | Create a new Creditcardclient +*ObjectCreditcardclientApi* | [**creditcardclient_delete_object_v1**](docs/ObjectCreditcardclientApi.md#creditcardclient_delete_object_v1) | **DELETE** /1/object/creditcardclient/{pkiCreditcardclientID} | Delete an existing Creditcardclient +*ObjectCreditcardclientApi* | [**creditcardclient_edit_object_v1**](docs/ObjectCreditcardclientApi.md#creditcardclient_edit_object_v1) | **PUT** /1/object/creditcardclient/{pkiCreditcardclientID} | Edit an existing Creditcardclient +*ObjectCreditcardclientApi* | [**creditcardclient_get_autocomplete_v2**](docs/ObjectCreditcardclientApi.md#creditcardclient_get_autocomplete_v2) | **GET** /2/object/creditcardclient/getAutocomplete/{sSelector} | Retrieve Creditcardclients and IDs +*ObjectCreditcardclientApi* | [**creditcardclient_get_list_v1**](docs/ObjectCreditcardclientApi.md#creditcardclient_get_list_v1) | **GET** /1/object/creditcardclient/getList | Retrieve Creditcardclient list +*ObjectCreditcardclientApi* | [**creditcardclient_get_object_v2**](docs/ObjectCreditcardclientApi.md#creditcardclient_get_object_v2) | **GET** /2/object/creditcardclient/{pkiCreditcardclientID} | Retrieve an existing Creditcardclient +*ObjectCreditcardtypeApi* | [**creditcardtype_get_autocomplete_v2**](docs/ObjectCreditcardtypeApi.md#creditcardtype_get_autocomplete_v2) | **GET** /2/object/creditcardtype/getAutocomplete/{sSelector} | Retrieve Creditcardtypes and IDs *ObjectDepartmentApi* | [**department_get_autocomplete_v2**](docs/ObjectDepartmentApi.md#department_get_autocomplete_v2) | **GET** /2/object/department/getAutocomplete/{sSelector} | Retrieve Departments and IDs *ObjectDiscussionApi* | [**discussion_create_object_v1**](docs/ObjectDiscussionApi.md#discussion_create_object_v1) | **POST** /1/object/discussion | Create a new Discussion *ObjectDiscussionApi* | [**discussion_delete_object_v1**](docs/ObjectDiscussionApi.md#discussion_delete_object_v1) | **DELETE** /1/object/discussion/{pkiDiscussionID} | Delete an existing Discussion @@ -604,6 +611,30 @@ Class | Method | HTTP request | Description - [CountryAutocompleteElementResponse](docs/CountryAutocompleteElementResponse.md) - [CountryGetAutocompleteV2Response](docs/CountryGetAutocompleteV2Response.md) - [CountryGetAutocompleteV2ResponseMPayload](docs/CountryGetAutocompleteV2ResponseMPayload.md) + - [CreditcardclientAutocompleteElementResponse](docs/CreditcardclientAutocompleteElementResponse.md) + - [CreditcardclientCreateObjectV1Request](docs/CreditcardclientCreateObjectV1Request.md) + - [CreditcardclientCreateObjectV1Response](docs/CreditcardclientCreateObjectV1Response.md) + - [CreditcardclientCreateObjectV1ResponseMPayload](docs/CreditcardclientCreateObjectV1ResponseMPayload.md) + - [CreditcardclientDeleteObjectV1Response](docs/CreditcardclientDeleteObjectV1Response.md) + - [CreditcardclientEditObjectV1Request](docs/CreditcardclientEditObjectV1Request.md) + - [CreditcardclientEditObjectV1Response](docs/CreditcardclientEditObjectV1Response.md) + - [CreditcardclientGetAutocompleteV2Response](docs/CreditcardclientGetAutocompleteV2Response.md) + - [CreditcardclientGetAutocompleteV2ResponseMPayload](docs/CreditcardclientGetAutocompleteV2ResponseMPayload.md) + - [CreditcardclientGetListV1Response](docs/CreditcardclientGetListV1Response.md) + - [CreditcardclientGetListV1ResponseMPayload](docs/CreditcardclientGetListV1ResponseMPayload.md) + - [CreditcardclientGetObjectV2Response](docs/CreditcardclientGetObjectV2Response.md) + - [CreditcardclientGetObjectV2ResponseMPayload](docs/CreditcardclientGetObjectV2ResponseMPayload.md) + - [CreditcardclientListElement](docs/CreditcardclientListElement.md) + - [CreditcardclientRequest](docs/CreditcardclientRequest.md) + - [CreditcardclientRequestCompound](docs/CreditcardclientRequestCompound.md) + - [CreditcardclientResponse](docs/CreditcardclientResponse.md) + - [CreditcardclientResponseCompound](docs/CreditcardclientResponseCompound.md) + - [CreditcarddetailRequest](docs/CreditcarddetailRequest.md) + - [CreditcarddetailResponse](docs/CreditcarddetailResponse.md) + - [CreditcarddetailResponseCompound](docs/CreditcarddetailResponseCompound.md) + - [CreditcardtypeAutocompleteElementResponse](docs/CreditcardtypeAutocompleteElementResponse.md) + - [CreditcardtypeGetAutocompleteV2Response](docs/CreditcardtypeGetAutocompleteV2Response.md) + - [CreditcardtypeGetAutocompleteV2ResponseMPayload](docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md) - [CustomAttachmentResponse](docs/CustomAttachmentResponse.md) - [CustomAttachmentdocumenttypeResponse](docs/CustomAttachmentdocumenttypeResponse.md) - [CustomCommunicationListElementResponse](docs/CustomCommunicationListElementResponse.md) diff --git a/docs/CommonResponseObjDebugPayload.md b/docs/CommonResponseObjDebugPayload.md index 7ae394bab..46b2f9e9f 100644 --- a/docs/CommonResponseObjDebugPayload.md +++ b/docs/CommonResponseObjDebugPayload.md @@ -10,6 +10,7 @@ Name | Type | Description | Notes **i_version_max** | **int** | The maximum version of the function that can be called | **a_required_permission** | **List[int]** | An array of permissions required to access this function. If the value \"0\" is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them. | **b_version_deprecated** | **bool** | Wheter the current route is deprecated or not | +**dt_response_date** | **str** | Represent a Date Time. The timezone is the one configured in the User's profile. | ## Example diff --git a/docs/CommonResponseObjDebugPayloadGetList.md b/docs/CommonResponseObjDebugPayloadGetList.md index c00b7f592..afc0b3805 100644 --- a/docs/CommonResponseObjDebugPayloadGetList.md +++ b/docs/CommonResponseObjDebugPayloadGetList.md @@ -10,6 +10,7 @@ Name | Type | Description | Notes **i_version_max** | **int** | The maximum version of the function that can be called | **a_required_permission** | **List[int]** | An array of permissions required to access this function. If the value \"0\" is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them. | **b_version_deprecated** | **bool** | Wheter the current route is deprecated or not | +**dt_response_date** | **str** | Represent a Date Time. The timezone is the one configured in the User's profile. | **a_filter** | [**CommonResponseFilter**](CommonResponseFilter.md) | | **a_order_by** | **Dict[str, str]** | List of available values for *eOrderBy* | **i_row_max** | **int** | The maximum numbers of results to be returned. When the content-type is **application/json** there is an implicit default of 10 000. When it's **application/vnd.openxmlformats-officedocument.spreadsheetml.sheet** the is no implicit default so if you do not specify iRowMax, all records will be returned. | diff --git a/docs/CreditcardclientAutocompleteElementResponse.md b/docs/CreditcardclientAutocompleteElementResponse.md new file mode 100644 index 000000000..38383acd9 --- /dev/null +++ b/docs/CreditcardclientAutocompleteElementResponse.md @@ -0,0 +1,32 @@ +# CreditcardclientAutocompleteElementResponse + +A Creditcardclient AutocompleteElement Response + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | +**s_creditcardclient_description** | **str** | The description of the Creditcardclient | +**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | + +## Example + +```python +from eZmaxApi.models.creditcardclient_autocomplete_element_response import CreditcardclientAutocompleteElementResponse + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientAutocompleteElementResponse from a JSON string +creditcardclient_autocomplete_element_response_instance = CreditcardclientAutocompleteElementResponse.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientAutocompleteElementResponse.to_json()) + +# convert the object into a dict +creditcardclient_autocomplete_element_response_dict = creditcardclient_autocomplete_element_response_instance.to_dict() +# create an instance of CreditcardclientAutocompleteElementResponse from a dict +creditcardclient_autocomplete_element_response_form_dict = creditcardclient_autocomplete_element_response.from_dict(creditcardclient_autocomplete_element_response_dict) +``` +[[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/docs/CreditcardclientCreateObjectV1Request.md b/docs/CreditcardclientCreateObjectV1Request.md new file mode 100644 index 000000000..0f6af0953 --- /dev/null +++ b/docs/CreditcardclientCreateObjectV1Request.md @@ -0,0 +1,30 @@ +# CreditcardclientCreateObjectV1Request + +Request for POST /1/object/creditcardclient + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a_obj_creditcardclient** | [**List[CreditcardclientRequestCompound]**](CreditcardclientRequestCompound.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientCreateObjectV1Request from a JSON string +creditcardclient_create_object_v1_request_instance = CreditcardclientCreateObjectV1Request.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientCreateObjectV1Request.to_json()) + +# convert the object into a dict +creditcardclient_create_object_v1_request_dict = creditcardclient_create_object_v1_request_instance.to_dict() +# create an instance of CreditcardclientCreateObjectV1Request from a dict +creditcardclient_create_object_v1_request_form_dict = creditcardclient_create_object_v1_request.from_dict(creditcardclient_create_object_v1_request_dict) +``` +[[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/docs/CreditcardclientCreateObjectV1Response.md b/docs/CreditcardclientCreateObjectV1Response.md new file mode 100644 index 000000000..25bbc6872 --- /dev/null +++ b/docs/CreditcardclientCreateObjectV1Response.md @@ -0,0 +1,32 @@ +# CreditcardclientCreateObjectV1Response + +Response for POST /1/object/creditcardclient + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] +**m_payload** | [**CreditcardclientCreateObjectV1ResponseMPayload**](CreditcardclientCreateObjectV1ResponseMPayload.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientCreateObjectV1Response from a JSON string +creditcardclient_create_object_v1_response_instance = CreditcardclientCreateObjectV1Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientCreateObjectV1Response.to_json()) + +# convert the object into a dict +creditcardclient_create_object_v1_response_dict = creditcardclient_create_object_v1_response_instance.to_dict() +# create an instance of CreditcardclientCreateObjectV1Response from a dict +creditcardclient_create_object_v1_response_form_dict = creditcardclient_create_object_v1_response.from_dict(creditcardclient_create_object_v1_response_dict) +``` +[[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/docs/CreditcardclientCreateObjectV1ResponseMPayload.md b/docs/CreditcardclientCreateObjectV1ResponseMPayload.md new file mode 100644 index 000000000..6a3e16ba7 --- /dev/null +++ b/docs/CreditcardclientCreateObjectV1ResponseMPayload.md @@ -0,0 +1,30 @@ +# CreditcardclientCreateObjectV1ResponseMPayload + +Payload for POST /1/object/creditcardclient + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a_pki_creditcardclient_id** | **List[int]** | An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request. | + +## Example + +```python +from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a JSON string +creditcardclient_create_object_v1_response_m_payload_instance = CreditcardclientCreateObjectV1ResponseMPayload.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientCreateObjectV1ResponseMPayload.to_json()) + +# convert the object into a dict +creditcardclient_create_object_v1_response_m_payload_dict = creditcardclient_create_object_v1_response_m_payload_instance.to_dict() +# create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a dict +creditcardclient_create_object_v1_response_m_payload_form_dict = creditcardclient_create_object_v1_response_m_payload.from_dict(creditcardclient_create_object_v1_response_m_payload_dict) +``` +[[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/docs/CreditcardclientDeleteObjectV1Response.md b/docs/CreditcardclientDeleteObjectV1Response.md new file mode 100644 index 000000000..d790ad883 --- /dev/null +++ b/docs/CreditcardclientDeleteObjectV1Response.md @@ -0,0 +1,31 @@ +# CreditcardclientDeleteObjectV1Response + +Response for DELETE /1/object/creditcardclient/{pkiCreditcardclientID} + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] + +## Example + +```python +from eZmaxApi.models.creditcardclient_delete_object_v1_response import CreditcardclientDeleteObjectV1Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientDeleteObjectV1Response from a JSON string +creditcardclient_delete_object_v1_response_instance = CreditcardclientDeleteObjectV1Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientDeleteObjectV1Response.to_json()) + +# convert the object into a dict +creditcardclient_delete_object_v1_response_dict = creditcardclient_delete_object_v1_response_instance.to_dict() +# create an instance of CreditcardclientDeleteObjectV1Response from a dict +creditcardclient_delete_object_v1_response_form_dict = creditcardclient_delete_object_v1_response.from_dict(creditcardclient_delete_object_v1_response_dict) +``` +[[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/docs/CreditcardclientEditObjectV1Request.md b/docs/CreditcardclientEditObjectV1Request.md new file mode 100644 index 000000000..0681243bb --- /dev/null +++ b/docs/CreditcardclientEditObjectV1Request.md @@ -0,0 +1,30 @@ +# CreditcardclientEditObjectV1Request + +Request for PUT /1/object/creditcardclient/{pkiCreditcardclientID} + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_creditcardclient** | [**CreditcardclientRequestCompound**](CreditcardclientRequestCompound.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_edit_object_v1_request import CreditcardclientEditObjectV1Request + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientEditObjectV1Request from a JSON string +creditcardclient_edit_object_v1_request_instance = CreditcardclientEditObjectV1Request.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientEditObjectV1Request.to_json()) + +# convert the object into a dict +creditcardclient_edit_object_v1_request_dict = creditcardclient_edit_object_v1_request_instance.to_dict() +# create an instance of CreditcardclientEditObjectV1Request from a dict +creditcardclient_edit_object_v1_request_form_dict = creditcardclient_edit_object_v1_request.from_dict(creditcardclient_edit_object_v1_request_dict) +``` +[[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/docs/CreditcardclientEditObjectV1Response.md b/docs/CreditcardclientEditObjectV1Response.md new file mode 100644 index 000000000..d243efd19 --- /dev/null +++ b/docs/CreditcardclientEditObjectV1Response.md @@ -0,0 +1,31 @@ +# CreditcardclientEditObjectV1Response + +Response for PUT /1/object/creditcardclient/{pkiCreditcardclientID} + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] + +## Example + +```python +from eZmaxApi.models.creditcardclient_edit_object_v1_response import CreditcardclientEditObjectV1Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientEditObjectV1Response from a JSON string +creditcardclient_edit_object_v1_response_instance = CreditcardclientEditObjectV1Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientEditObjectV1Response.to_json()) + +# convert the object into a dict +creditcardclient_edit_object_v1_response_dict = creditcardclient_edit_object_v1_response_instance.to_dict() +# create an instance of CreditcardclientEditObjectV1Response from a dict +creditcardclient_edit_object_v1_response_form_dict = creditcardclient_edit_object_v1_response.from_dict(creditcardclient_edit_object_v1_response_dict) +``` +[[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/docs/CreditcardclientGetAutocompleteV2Response.md b/docs/CreditcardclientGetAutocompleteV2Response.md new file mode 100644 index 000000000..9e33a3d87 --- /dev/null +++ b/docs/CreditcardclientGetAutocompleteV2Response.md @@ -0,0 +1,32 @@ +# CreditcardclientGetAutocompleteV2Response + +Response for GET /2/object/creditcardclient/getAutocomplete + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] +**m_payload** | [**CreditcardclientGetAutocompleteV2ResponseMPayload**](CreditcardclientGetAutocompleteV2ResponseMPayload.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response import CreditcardclientGetAutocompleteV2Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientGetAutocompleteV2Response from a JSON string +creditcardclient_get_autocomplete_v2_response_instance = CreditcardclientGetAutocompleteV2Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientGetAutocompleteV2Response.to_json()) + +# convert the object into a dict +creditcardclient_get_autocomplete_v2_response_dict = creditcardclient_get_autocomplete_v2_response_instance.to_dict() +# create an instance of CreditcardclientGetAutocompleteV2Response from a dict +creditcardclient_get_autocomplete_v2_response_form_dict = creditcardclient_get_autocomplete_v2_response.from_dict(creditcardclient_get_autocomplete_v2_response_dict) +``` +[[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/docs/CreditcardclientGetAutocompleteV2ResponseMPayload.md b/docs/CreditcardclientGetAutocompleteV2ResponseMPayload.md new file mode 100644 index 000000000..f6c289a63 --- /dev/null +++ b/docs/CreditcardclientGetAutocompleteV2ResponseMPayload.md @@ -0,0 +1,30 @@ +# CreditcardclientGetAutocompleteV2ResponseMPayload + +Payload for POST /2/object/creditcardclient/getAutocomplete + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a_obj_creditcardclient** | [**List[CreditcardclientAutocompleteElementResponse]**](CreditcardclientAutocompleteElementResponse.md) | An array of Creditcardclient autocomplete element response. | + +## Example + +```python +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload import CreditcardclientGetAutocompleteV2ResponseMPayload + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientGetAutocompleteV2ResponseMPayload from a JSON string +creditcardclient_get_autocomplete_v2_response_m_payload_instance = CreditcardclientGetAutocompleteV2ResponseMPayload.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientGetAutocompleteV2ResponseMPayload.to_json()) + +# convert the object into a dict +creditcardclient_get_autocomplete_v2_response_m_payload_dict = creditcardclient_get_autocomplete_v2_response_m_payload_instance.to_dict() +# create an instance of CreditcardclientGetAutocompleteV2ResponseMPayload from a dict +creditcardclient_get_autocomplete_v2_response_m_payload_form_dict = creditcardclient_get_autocomplete_v2_response_m_payload.from_dict(creditcardclient_get_autocomplete_v2_response_m_payload_dict) +``` +[[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/docs/CreditcardclientGetListV1Response.md b/docs/CreditcardclientGetListV1Response.md new file mode 100644 index 000000000..8d466974c --- /dev/null +++ b/docs/CreditcardclientGetListV1Response.md @@ -0,0 +1,32 @@ +# CreditcardclientGetListV1Response + +Response for GET /1/object/creditcardclient/getList + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayloadGetList**](CommonResponseObjDebugPayloadGetList.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] +**m_payload** | [**CreditcardclientGetListV1ResponseMPayload**](CreditcardclientGetListV1ResponseMPayload.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_get_list_v1_response import CreditcardclientGetListV1Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientGetListV1Response from a JSON string +creditcardclient_get_list_v1_response_instance = CreditcardclientGetListV1Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientGetListV1Response.to_json()) + +# convert the object into a dict +creditcardclient_get_list_v1_response_dict = creditcardclient_get_list_v1_response_instance.to_dict() +# create an instance of CreditcardclientGetListV1Response from a dict +creditcardclient_get_list_v1_response_form_dict = creditcardclient_get_list_v1_response.from_dict(creditcardclient_get_list_v1_response_dict) +``` +[[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/docs/CreditcardclientGetListV1ResponseMPayload.md b/docs/CreditcardclientGetListV1ResponseMPayload.md new file mode 100644 index 000000000..33e56aece --- /dev/null +++ b/docs/CreditcardclientGetListV1ResponseMPayload.md @@ -0,0 +1,32 @@ +# CreditcardclientGetListV1ResponseMPayload + +Payload for GET /1/object/creditcardclient/getList + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**i_row_returned** | **int** | The number of rows returned | +**i_row_filtered** | **int** | The number of rows matching your filters (if any) or the total number of rows | +**a_obj_creditcardclient** | [**List[CreditcardclientListElement]**](CreditcardclientListElement.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload import CreditcardclientGetListV1ResponseMPayload + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientGetListV1ResponseMPayload from a JSON string +creditcardclient_get_list_v1_response_m_payload_instance = CreditcardclientGetListV1ResponseMPayload.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientGetListV1ResponseMPayload.to_json()) + +# convert the object into a dict +creditcardclient_get_list_v1_response_m_payload_dict = creditcardclient_get_list_v1_response_m_payload_instance.to_dict() +# create an instance of CreditcardclientGetListV1ResponseMPayload from a dict +creditcardclient_get_list_v1_response_m_payload_form_dict = creditcardclient_get_list_v1_response_m_payload.from_dict(creditcardclient_get_list_v1_response_m_payload_dict) +``` +[[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/docs/CreditcardclientGetObjectV2Response.md b/docs/CreditcardclientGetObjectV2Response.md new file mode 100644 index 000000000..cf0c25933 --- /dev/null +++ b/docs/CreditcardclientGetObjectV2Response.md @@ -0,0 +1,32 @@ +# CreditcardclientGetObjectV2Response + +Response for GET /2/object/creditcardclient/{pkiCreditcardclientID} + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] +**m_payload** | [**CreditcardclientGetObjectV2ResponseMPayload**](CreditcardclientGetObjectV2ResponseMPayload.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_get_object_v2_response import CreditcardclientGetObjectV2Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientGetObjectV2Response from a JSON string +creditcardclient_get_object_v2_response_instance = CreditcardclientGetObjectV2Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientGetObjectV2Response.to_json()) + +# convert the object into a dict +creditcardclient_get_object_v2_response_dict = creditcardclient_get_object_v2_response_instance.to_dict() +# create an instance of CreditcardclientGetObjectV2Response from a dict +creditcardclient_get_object_v2_response_form_dict = creditcardclient_get_object_v2_response.from_dict(creditcardclient_get_object_v2_response_dict) +``` +[[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/docs/CreditcardclientGetObjectV2ResponseMPayload.md b/docs/CreditcardclientGetObjectV2ResponseMPayload.md new file mode 100644 index 000000000..cec5abf5b --- /dev/null +++ b/docs/CreditcardclientGetObjectV2ResponseMPayload.md @@ -0,0 +1,30 @@ +# CreditcardclientGetObjectV2ResponseMPayload + +Payload for GET /2/object/creditcardclient/{pkiCreditcardclientID} + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_creditcardclient** | [**CreditcardclientResponseCompound**](CreditcardclientResponseCompound.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload import CreditcardclientGetObjectV2ResponseMPayload + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientGetObjectV2ResponseMPayload from a JSON string +creditcardclient_get_object_v2_response_m_payload_instance = CreditcardclientGetObjectV2ResponseMPayload.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientGetObjectV2ResponseMPayload.to_json()) + +# convert the object into a dict +creditcardclient_get_object_v2_response_m_payload_dict = creditcardclient_get_object_v2_response_m_payload_instance.to_dict() +# create an instance of CreditcardclientGetObjectV2ResponseMPayload from a dict +creditcardclient_get_object_v2_response_m_payload_form_dict = creditcardclient_get_object_v2_response_m_payload.from_dict(creditcardclient_get_object_v2_response_m_payload_dict) +``` +[[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/docs/CreditcardclientListElement.md b/docs/CreditcardclientListElement.md new file mode 100644 index 000000000..4a3f47ddb --- /dev/null +++ b/docs/CreditcardclientListElement.md @@ -0,0 +1,40 @@ +# CreditcardclientListElement + +A Creditcardclient List Element + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | +**fki_creditcarddetail_id** | **int** | The unique ID of the Creditcarddetail | +**b_creditcardclientrelation_isdefault** | **bool** | Whether if it's an relationisdefault | +**s_creditcardclient_description** | **str** | The description of the Creditcardclient | +**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | +**b_creditcardclient_allowedagencypayment** | **bool** | Whether if it's an allowedagencypayment | +**b_creditcardclient_allowedroyallepageprotection** | **bool** | Whether if it's an allowedroyallepageprotection | +**b_creditcardclient_allowedtranquillit** | **bool** | Whether if it's an allowedtranquillit | +**i_creditcarddetail_expirationmonth** | **int** | The expirationmonth of the Creditcarddetail | +**i_creditcarddetail_expirationyear** | **int** | The expirationyear of the Creditcarddetail | +**s_creditcarddetail_numbermasked** | **str** | The numbermasked of the Creditcarddetail | + +## Example + +```python +from eZmaxApi.models.creditcardclient_list_element import CreditcardclientListElement + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientListElement from a JSON string +creditcardclient_list_element_instance = CreditcardclientListElement.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientListElement.to_json()) + +# convert the object into a dict +creditcardclient_list_element_dict = creditcardclient_list_element_instance.to_dict() +# create an instance of CreditcardclientListElement from a dict +creditcardclient_list_element_form_dict = creditcardclient_list_element.from_dict(creditcardclient_list_element_dict) +``` +[[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/docs/CreditcardclientRequest.md b/docs/CreditcardclientRequest.md new file mode 100644 index 000000000..e49ab5d20 --- /dev/null +++ b/docs/CreditcardclientRequest.md @@ -0,0 +1,39 @@ +# CreditcardclientRequest + +A Creditcardclient Object + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | [optional] +**fks_creditcardtoken_id** | **str** | The creditcard token identifier | [optional] +**b_creditcardclientrelation_isdefault** | **bool** | Whether if it's an relationisdefault | +**s_creditcardclient_description** | **str** | The description of the Creditcardclient | +**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | +**b_creditcardclient_allowedagencypayment** | **bool** | Whether if it's an allowedagencypayment | +**b_creditcardclient_allowedroyallepageprotection** | **bool** | Whether if it's an allowedroyallepageprotection | +**b_creditcardclient_allowedtranquillit** | **bool** | Whether if it's an allowedtranquillit | +**obj_creditcarddetail** | [**CreditcarddetailRequest**](CreditcarddetailRequest.md) | | +**s_creditcardclient_cvv** | **str** | The creditcard card CVV | + +## Example + +```python +from eZmaxApi.models.creditcardclient_request import CreditcardclientRequest + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientRequest from a JSON string +creditcardclient_request_instance = CreditcardclientRequest.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientRequest.to_json()) + +# convert the object into a dict +creditcardclient_request_dict = creditcardclient_request_instance.to_dict() +# create an instance of CreditcardclientRequest from a dict +creditcardclient_request_form_dict = creditcardclient_request.from_dict(creditcardclient_request_dict) +``` +[[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/docs/CreditcardclientRequestCompound.md b/docs/CreditcardclientRequestCompound.md new file mode 100644 index 000000000..b6564426a --- /dev/null +++ b/docs/CreditcardclientRequestCompound.md @@ -0,0 +1,39 @@ +# CreditcardclientRequestCompound + +A Creditcardclient Object and children + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | [optional] +**fks_creditcardtoken_id** | **str** | The creditcard token identifier | [optional] +**b_creditcardclientrelation_isdefault** | **bool** | Whether if it's an relationisdefault | +**s_creditcardclient_description** | **str** | The description of the Creditcardclient | +**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | +**b_creditcardclient_allowedagencypayment** | **bool** | Whether if it's an allowedagencypayment | +**b_creditcardclient_allowedroyallepageprotection** | **bool** | Whether if it's an allowedroyallepageprotection | +**b_creditcardclient_allowedtranquillit** | **bool** | Whether if it's an allowedtranquillit | +**obj_creditcarddetail** | [**CreditcarddetailRequest**](CreditcarddetailRequest.md) | | +**s_creditcardclient_cvv** | **str** | The creditcard card CVV | + +## Example + +```python +from eZmaxApi.models.creditcardclient_request_compound import CreditcardclientRequestCompound + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientRequestCompound from a JSON string +creditcardclient_request_compound_instance = CreditcardclientRequestCompound.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientRequestCompound.to_json()) + +# convert the object into a dict +creditcardclient_request_compound_dict = creditcardclient_request_compound_instance.to_dict() +# create an instance of CreditcardclientRequestCompound from a dict +creditcardclient_request_compound_form_dict = creditcardclient_request_compound.from_dict(creditcardclient_request_compound_dict) +``` +[[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/docs/CreditcardclientResponse.md b/docs/CreditcardclientResponse.md new file mode 100644 index 000000000..cf78dfb62 --- /dev/null +++ b/docs/CreditcardclientResponse.md @@ -0,0 +1,38 @@ +# CreditcardclientResponse + +A Creditcardclient Object + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | +**fki_creditcarddetail_id** | **int** | The unique ID of the Creditcarddetail | +**b_creditcardclientrelation_isdefault** | **bool** | Whether if it's an relationisdefault | +**s_creditcardclient_description** | **str** | The description of the Creditcardclient | +**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | +**b_creditcardclient_allowedagencypayment** | **bool** | Whether if it's an allowedagencypayment | +**b_creditcardclient_allowedroyallepageprotection** | **bool** | Whether if it's an allowedroyallepageprotection | +**b_creditcardclient_allowedtranquillit** | **bool** | Whether if it's an allowedtranquillit | +**obj_creditcarddetail** | [**CreditcarddetailResponseCompound**](CreditcarddetailResponseCompound.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_response import CreditcardclientResponse + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientResponse from a JSON string +creditcardclient_response_instance = CreditcardclientResponse.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientResponse.to_json()) + +# convert the object into a dict +creditcardclient_response_dict = creditcardclient_response_instance.to_dict() +# create an instance of CreditcardclientResponse from a dict +creditcardclient_response_form_dict = creditcardclient_response.from_dict(creditcardclient_response_dict) +``` +[[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/docs/CreditcardclientResponseCompound.md b/docs/CreditcardclientResponseCompound.md new file mode 100644 index 000000000..13104f057 --- /dev/null +++ b/docs/CreditcardclientResponseCompound.md @@ -0,0 +1,38 @@ +# CreditcardclientResponseCompound + +A Creditcardclient Object + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcardclient_id** | **int** | The unique ID of the Creditcardclient | +**fki_creditcarddetail_id** | **int** | The unique ID of the Creditcarddetail | +**b_creditcardclientrelation_isdefault** | **bool** | Whether if it's an relationisdefault | +**s_creditcardclient_description** | **str** | The description of the Creditcardclient | +**b_creditcardclient_isactive** | **bool** | Whether the creditcardclient is active or not | +**b_creditcardclient_allowedagencypayment** | **bool** | Whether if it's an allowedagencypayment | +**b_creditcardclient_allowedroyallepageprotection** | **bool** | Whether if it's an allowedroyallepageprotection | +**b_creditcardclient_allowedtranquillit** | **bool** | Whether if it's an allowedtranquillit | +**obj_creditcarddetail** | [**CreditcarddetailResponseCompound**](CreditcarddetailResponseCompound.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardclient_response_compound import CreditcardclientResponseCompound + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardclientResponseCompound from a JSON string +creditcardclient_response_compound_instance = CreditcardclientResponseCompound.from_json(json) +# print the JSON string representation of the object +print(CreditcardclientResponseCompound.to_json()) + +# convert the object into a dict +creditcardclient_response_compound_dict = creditcardclient_response_compound_instance.to_dict() +# create an instance of CreditcardclientResponseCompound from a dict +creditcardclient_response_compound_form_dict = creditcardclient_response_compound.from_dict(creditcardclient_response_compound_dict) +``` +[[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/docs/CreditcarddetailRequest.md b/docs/CreditcarddetailRequest.md new file mode 100644 index 000000000..69abbf5e0 --- /dev/null +++ b/docs/CreditcarddetailRequest.md @@ -0,0 +1,34 @@ +# CreditcarddetailRequest + +A Creditcarddetail Object + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**i_creditcarddetail_expirationmonth** | **int** | The expirationmonth of the Creditcarddetail | +**i_creditcarddetail_expirationyear** | **int** | The expirationyear of the Creditcarddetail | +**s_creditcarddetail_civic** | **str** | The civic of the Creditcarddetail | [optional] +**s_creditcarddetail_street** | **str** | The street of the Creditcarddetail | [optional] +**s_creditcarddetail_zip** | **str** | The zip of the Creditcarddetail | [optional] + +## Example + +```python +from eZmaxApi.models.creditcarddetail_request import CreditcarddetailRequest + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcarddetailRequest from a JSON string +creditcarddetail_request_instance = CreditcarddetailRequest.from_json(json) +# print the JSON string representation of the object +print(CreditcarddetailRequest.to_json()) + +# convert the object into a dict +creditcarddetail_request_dict = creditcarddetail_request_instance.to_dict() +# create an instance of CreditcarddetailRequest from a dict +creditcarddetail_request_form_dict = creditcarddetail_request.from_dict(creditcarddetail_request_dict) +``` +[[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/docs/CreditcarddetailResponse.md b/docs/CreditcarddetailResponse.md new file mode 100644 index 000000000..83f56aaa2 --- /dev/null +++ b/docs/CreditcarddetailResponse.md @@ -0,0 +1,37 @@ +# CreditcarddetailResponse + +A Creditcarddetail Object + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcarddetail_id** | **int** | The unique ID of the Creditcarddetail | +**fki_creditcardtype_id** | **int** | The unique ID of the Creditcardtype | +**s_creditcarddetail_numbermasked** | **str** | The numbermasked of the Creditcarddetail | +**i_creditcarddetail_expirationmonth** | **int** | The expirationmonth of the Creditcarddetail | +**i_creditcarddetail_expirationyear** | **int** | The expirationyear of the Creditcarddetail | +**s_creditcarddetail_civic** | **str** | The civic of the Creditcarddetail | +**s_creditcarddetail_street** | **str** | The street of the Creditcarddetail | +**s_creditcarddetail_zip** | **str** | The zip of the Creditcarddetail | + +## Example + +```python +from eZmaxApi.models.creditcarddetail_response import CreditcarddetailResponse + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcarddetailResponse from a JSON string +creditcarddetail_response_instance = CreditcarddetailResponse.from_json(json) +# print the JSON string representation of the object +print(CreditcarddetailResponse.to_json()) + +# convert the object into a dict +creditcarddetail_response_dict = creditcarddetail_response_instance.to_dict() +# create an instance of CreditcarddetailResponse from a dict +creditcarddetail_response_form_dict = creditcarddetail_response.from_dict(creditcarddetail_response_dict) +``` +[[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/docs/CreditcarddetailResponseCompound.md b/docs/CreditcarddetailResponseCompound.md new file mode 100644 index 000000000..e0f79c42b --- /dev/null +++ b/docs/CreditcarddetailResponseCompound.md @@ -0,0 +1,37 @@ +# CreditcarddetailResponseCompound + +A Creditcarddetail Object + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**pki_creditcarddetail_id** | **int** | The unique ID of the Creditcarddetail | +**fki_creditcardtype_id** | **int** | The unique ID of the Creditcardtype | +**s_creditcarddetail_numbermasked** | **str** | The numbermasked of the Creditcarddetail | +**i_creditcarddetail_expirationmonth** | **int** | The expirationmonth of the Creditcarddetail | +**i_creditcarddetail_expirationyear** | **int** | The expirationyear of the Creditcarddetail | +**s_creditcarddetail_civic** | **str** | The civic of the Creditcarddetail | +**s_creditcarddetail_street** | **str** | The street of the Creditcarddetail | +**s_creditcarddetail_zip** | **str** | The zip of the Creditcarddetail | + +## Example + +```python +from eZmaxApi.models.creditcarddetail_response_compound import CreditcarddetailResponseCompound + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcarddetailResponseCompound from a JSON string +creditcarddetail_response_compound_instance = CreditcarddetailResponseCompound.from_json(json) +# print the JSON string representation of the object +print(CreditcarddetailResponseCompound.to_json()) + +# convert the object into a dict +creditcarddetail_response_compound_dict = creditcarddetail_response_compound_instance.to_dict() +# create an instance of CreditcarddetailResponseCompound from a dict +creditcarddetail_response_compound_form_dict = creditcarddetail_response_compound.from_dict(creditcarddetail_response_compound_dict) +``` +[[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/docs/CreditcardtypeAutocompleteElementResponse.md b/docs/CreditcardtypeAutocompleteElementResponse.md new file mode 100644 index 000000000..f0961b376 --- /dev/null +++ b/docs/CreditcardtypeAutocompleteElementResponse.md @@ -0,0 +1,32 @@ +# CreditcardtypeAutocompleteElementResponse + +Creditcardtype AutocompleteElement Response + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**s_creditcardtype_name** | **str** | The name of the Creditcardtype | +**pki_creditcardtype_id** | **int** | The unique ID of the Creditcardtype | +**e_creditcardtype_codename** | [**FieldECreditcardtypeCodename**](FieldECreditcardtypeCodename.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardtype_autocomplete_element_response import CreditcardtypeAutocompleteElementResponse + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardtypeAutocompleteElementResponse from a JSON string +creditcardtype_autocomplete_element_response_instance = CreditcardtypeAutocompleteElementResponse.from_json(json) +# print the JSON string representation of the object +print(CreditcardtypeAutocompleteElementResponse.to_json()) + +# convert the object into a dict +creditcardtype_autocomplete_element_response_dict = creditcardtype_autocomplete_element_response_instance.to_dict() +# create an instance of CreditcardtypeAutocompleteElementResponse from a dict +creditcardtype_autocomplete_element_response_form_dict = creditcardtype_autocomplete_element_response.from_dict(creditcardtype_autocomplete_element_response_dict) +``` +[[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/docs/CreditcardtypeGetAutocompleteV2Response.md b/docs/CreditcardtypeGetAutocompleteV2Response.md new file mode 100644 index 000000000..d06c90da6 --- /dev/null +++ b/docs/CreditcardtypeGetAutocompleteV2Response.md @@ -0,0 +1,32 @@ +# CreditcardtypeGetAutocompleteV2Response + +Response for GET /2/object/creditcardtype/getAutocomplete + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | +**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] +**m_payload** | [**CreditcardtypeGetAutocompleteV2ResponseMPayload**](CreditcardtypeGetAutocompleteV2ResponseMPayload.md) | | + +## Example + +```python +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response import CreditcardtypeGetAutocompleteV2Response + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardtypeGetAutocompleteV2Response from a JSON string +creditcardtype_get_autocomplete_v2_response_instance = CreditcardtypeGetAutocompleteV2Response.from_json(json) +# print the JSON string representation of the object +print(CreditcardtypeGetAutocompleteV2Response.to_json()) + +# convert the object into a dict +creditcardtype_get_autocomplete_v2_response_dict = creditcardtype_get_autocomplete_v2_response_instance.to_dict() +# create an instance of CreditcardtypeGetAutocompleteV2Response from a dict +creditcardtype_get_autocomplete_v2_response_form_dict = creditcardtype_get_autocomplete_v2_response.from_dict(creditcardtype_get_autocomplete_v2_response_dict) +``` +[[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/docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md b/docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md new file mode 100644 index 000000000..42b3b5883 --- /dev/null +++ b/docs/CreditcardtypeGetAutocompleteV2ResponseMPayload.md @@ -0,0 +1,30 @@ +# CreditcardtypeGetAutocompleteV2ResponseMPayload + +Payload for POST /2/object/creditcardtype/getAutocomplete + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**a_obj_creditcardtype** | [**List[CreditcardtypeAutocompleteElementResponse]**](CreditcardtypeAutocompleteElementResponse.md) | An array of Creditcardtype object containing the description, ID and active status about the element. | + +## Example + +```python +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload import CreditcardtypeGetAutocompleteV2ResponseMPayload + +# TODO update the JSON string below +json = "{}" +# create an instance of CreditcardtypeGetAutocompleteV2ResponseMPayload from a JSON string +creditcardtype_get_autocomplete_v2_response_m_payload_instance = CreditcardtypeGetAutocompleteV2ResponseMPayload.from_json(json) +# print the JSON string representation of the object +print(CreditcardtypeGetAutocompleteV2ResponseMPayload.to_json()) + +# convert the object into a dict +creditcardtype_get_autocomplete_v2_response_m_payload_dict = creditcardtype_get_autocomplete_v2_response_m_payload_instance.to_dict() +# create an instance of CreditcardtypeGetAutocompleteV2ResponseMPayload from a dict +creditcardtype_get_autocomplete_v2_response_m_payload_form_dict = creditcardtype_get_autocomplete_v2_response_m_payload.from_dict(creditcardtype_get_autocomplete_v2_response_m_payload_dict) +``` +[[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/docs/CustomEzsignfoldersignerassociationActionableElementResponse.md b/docs/CustomEzsignfoldersignerassociationActionableElementResponse.md index 1081893dc..51e5fde7f 100644 --- a/docs/CustomEzsignfoldersignerassociationActionableElementResponse.md +++ b/docs/CustomEzsignfoldersignerassociationActionableElementResponse.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes **b_ezsignfoldersignerassociation_delayedsend** | **bool** | If this flag is true the signatory is part of a delayed send. | **b_ezsignfoldersignerassociation_receivecopy** | **bool** | If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document. | **t_ezsignfoldersignerassociation_message** | **str** | A custom text message that will be added to the email sent. | +**b_ezsignfoldersignerassociation_allowsigninginperson** | **bool** | If the Ezsignfoldersignerassociation is allowed to sign in person or not | **obj_ezsignsignergroup** | [**EzsignsignergroupResponseCompound**](EzsignsignergroupResponseCompound.md) | | [optional] **obj_user** | [**EzsignfoldersignerassociationResponseCompoundUser**](EzsignfoldersignerassociationResponseCompoundUser.md) | | [optional] **obj_ezsignsigner** | [**EzsignsignerResponseCompound**](EzsignsignerResponseCompound.md) | | [optional] diff --git a/docs/EzsignfoldersignerassociationGetObjectV1ResponseMPayload.md b/docs/EzsignfoldersignerassociationGetObjectV1ResponseMPayload.md index 73a7393c9..3f87ee6a4 100644 --- a/docs/EzsignfoldersignerassociationGetObjectV1ResponseMPayload.md +++ b/docs/EzsignfoldersignerassociationGetObjectV1ResponseMPayload.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes **b_ezsignfoldersignerassociation_delayedsend** | **bool** | If this flag is true the signatory is part of a delayed send. | **b_ezsignfoldersignerassociation_receivecopy** | **bool** | If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document. | **t_ezsignfoldersignerassociation_message** | **str** | A custom text message that will be added to the email sent. | +**b_ezsignfoldersignerassociation_allowsigninginperson** | **bool** | If the Ezsignfoldersignerassociation is allowed to sign in person or not | **obj_ezsignsignergroup** | [**EzsignsignergroupResponseCompound**](EzsignsignergroupResponseCompound.md) | | [optional] **obj_user** | [**EzsignfoldersignerassociationResponseCompoundUser**](EzsignfoldersignerassociationResponseCompoundUser.md) | | [optional] **obj_ezsignsigner** | [**EzsignsignerResponseCompound**](EzsignsignerResponseCompound.md) | | [optional] diff --git a/docs/EzsignfoldersignerassociationResponse.md b/docs/EzsignfoldersignerassociationResponse.md index 2ae2fde53..ba09d927d 100644 --- a/docs/EzsignfoldersignerassociationResponse.md +++ b/docs/EzsignfoldersignerassociationResponse.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes **b_ezsignfoldersignerassociation_delayedsend** | **bool** | If this flag is true the signatory is part of a delayed send. | **b_ezsignfoldersignerassociation_receivecopy** | **bool** | If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document. | **t_ezsignfoldersignerassociation_message** | **str** | A custom text message that will be added to the email sent. | +**b_ezsignfoldersignerassociation_allowsigninginperson** | **bool** | If the Ezsignfoldersignerassociation is allowed to sign in person or not | ## Example diff --git a/docs/EzsignfoldersignerassociationResponseCompound.md b/docs/EzsignfoldersignerassociationResponseCompound.md index 5def2185d..72e496f9a 100644 --- a/docs/EzsignfoldersignerassociationResponseCompound.md +++ b/docs/EzsignfoldersignerassociationResponseCompound.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes **b_ezsignfoldersignerassociation_delayedsend** | **bool** | If this flag is true the signatory is part of a delayed send. | **b_ezsignfoldersignerassociation_receivecopy** | **bool** | If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document. | **t_ezsignfoldersignerassociation_message** | **str** | A custom text message that will be added to the email sent. | +**b_ezsignfoldersignerassociation_allowsigninginperson** | **bool** | If the Ezsignfoldersignerassociation is allowed to sign in person or not | **obj_ezsignsignergroup** | [**EzsignsignergroupResponseCompound**](EzsignsignergroupResponseCompound.md) | | [optional] **obj_user** | [**EzsignfoldersignerassociationResponseCompoundUser**](EzsignfoldersignerassociationResponseCompoundUser.md) | | [optional] **obj_ezsignsigner** | [**EzsignsignerResponseCompound**](EzsignsignerResponseCompound.md) | | [optional] diff --git a/docs/ObjectCreditcardclientApi.md b/docs/ObjectCreditcardclientApi.md new file mode 100644 index 000000000..d74261c3c --- /dev/null +++ b/docs/ObjectCreditcardclientApi.md @@ -0,0 +1,513 @@ +# eZmaxApi.ObjectCreditcardclientApi + +All URIs are relative to *https://prod.api.appcluster01.ca-central-1.ezmax.com/rest* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**creditcardclient_create_object_v1**](ObjectCreditcardclientApi.md#creditcardclient_create_object_v1) | **POST** /1/object/creditcardclient | Create a new Creditcardclient +[**creditcardclient_delete_object_v1**](ObjectCreditcardclientApi.md#creditcardclient_delete_object_v1) | **DELETE** /1/object/creditcardclient/{pkiCreditcardclientID} | Delete an existing Creditcardclient +[**creditcardclient_edit_object_v1**](ObjectCreditcardclientApi.md#creditcardclient_edit_object_v1) | **PUT** /1/object/creditcardclient/{pkiCreditcardclientID} | Edit an existing Creditcardclient +[**creditcardclient_get_autocomplete_v2**](ObjectCreditcardclientApi.md#creditcardclient_get_autocomplete_v2) | **GET** /2/object/creditcardclient/getAutocomplete/{sSelector} | Retrieve Creditcardclients and IDs +[**creditcardclient_get_list_v1**](ObjectCreditcardclientApi.md#creditcardclient_get_list_v1) | **GET** /1/object/creditcardclient/getList | Retrieve Creditcardclient list +[**creditcardclient_get_object_v2**](ObjectCreditcardclientApi.md#creditcardclient_get_object_v2) | **GET** /2/object/creditcardclient/{pkiCreditcardclientID} | Retrieve an existing Creditcardclient + + +# **creditcardclient_create_object_v1** +> CreditcardclientCreateObjectV1Response creditcardclient_create_object_v1(creditcardclient_create_object_v1_request) + +Create a new Creditcardclient + +The endpoint allows to create one or many elements at once. + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request +from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardclientApi(api_client) + creditcardclient_create_object_v1_request = eZmaxApi.CreditcardclientCreateObjectV1Request() # CreditcardclientCreateObjectV1Request | + + try: + # Create a new Creditcardclient + api_response = api_instance.creditcardclient_create_object_v1(creditcardclient_create_object_v1_request) + print("The response of ObjectCreditcardclientApi->creditcardclient_create_object_v1:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardclientApi->creditcardclient_create_object_v1: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **creditcardclient_create_object_v1_request** | [**CreditcardclientCreateObjectV1Request**](CreditcardclientCreateObjectV1Request.md)| | + +### Return type + +[**CreditcardclientCreateObjectV1Response**](CreditcardclientCreateObjectV1Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**201** | Successful response | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **creditcardclient_delete_object_v1** +> CreditcardclientDeleteObjectV1Response creditcardclient_delete_object_v1(pki_creditcardclient_id) + +Delete an existing Creditcardclient + + + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardclient_delete_object_v1_response import CreditcardclientDeleteObjectV1Response +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardclientApi(api_client) + pki_creditcardclient_id = 56 # int | The unique ID of the Creditcardclient + + try: + # Delete an existing Creditcardclient + api_response = api_instance.creditcardclient_delete_object_v1(pki_creditcardclient_id) + print("The response of ObjectCreditcardclientApi->creditcardclient_delete_object_v1:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardclientApi->creditcardclient_delete_object_v1: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **pki_creditcardclient_id** | **int**| The unique ID of the Creditcardclient | + +### Return type + +[**CreditcardclientDeleteObjectV1Response**](CreditcardclientDeleteObjectV1Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Successful response | - | +**404** | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **creditcardclient_edit_object_v1** +> CreditcardclientEditObjectV1Response creditcardclient_edit_object_v1(pki_creditcardclient_id, creditcardclient_edit_object_v1_request) + +Edit an existing Creditcardclient + + + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardclient_edit_object_v1_request import CreditcardclientEditObjectV1Request +from eZmaxApi.models.creditcardclient_edit_object_v1_response import CreditcardclientEditObjectV1Response +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardclientApi(api_client) + pki_creditcardclient_id = 56 # int | The unique ID of the Creditcardclient + creditcardclient_edit_object_v1_request = eZmaxApi.CreditcardclientEditObjectV1Request() # CreditcardclientEditObjectV1Request | + + try: + # Edit an existing Creditcardclient + api_response = api_instance.creditcardclient_edit_object_v1(pki_creditcardclient_id, creditcardclient_edit_object_v1_request) + print("The response of ObjectCreditcardclientApi->creditcardclient_edit_object_v1:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardclientApi->creditcardclient_edit_object_v1: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **pki_creditcardclient_id** | **int**| The unique ID of the Creditcardclient | + **creditcardclient_edit_object_v1_request** | [**CreditcardclientEditObjectV1Request**](CreditcardclientEditObjectV1Request.md)| | + +### Return type + +[**CreditcardclientEditObjectV1Response**](CreditcardclientEditObjectV1Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Successful response | - | +**404** | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - | +**422** | The request was syntactically valid but failed because of an interdependance condition. Look for detail about the error in the body | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **creditcardclient_get_autocomplete_v2** +> CreditcardclientGetAutocompleteV2Response creditcardclient_get_autocomplete_v2(s_selector, e_filter_active=e_filter_active, s_query=s_query, accept_language=accept_language) + +Retrieve Creditcardclients and IDs + +Get the list of Creditcardclient to be used in a dropdown or autocomplete control. + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response import CreditcardclientGetAutocompleteV2Response +from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardclientApi(api_client) + s_selector = 's_selector_example' # str | The type of Creditcardclients to return + e_filter_active = 'Active' # str | Specify which results we want to display. (optional) (default to 'Active') + s_query = 's_query_example' # str | Allow to filter the returned results (optional) + accept_language = eZmaxApi.HeaderAcceptLanguage() # HeaderAcceptLanguage | (optional) + + try: + # Retrieve Creditcardclients and IDs + api_response = api_instance.creditcardclient_get_autocomplete_v2(s_selector, e_filter_active=e_filter_active, s_query=s_query, accept_language=accept_language) + print("The response of ObjectCreditcardclientApi->creditcardclient_get_autocomplete_v2:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardclientApi->creditcardclient_get_autocomplete_v2: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **s_selector** | **str**| The type of Creditcardclients to return | + **e_filter_active** | **str**| Specify which results we want to display. | [optional] [default to 'Active'] + **s_query** | **str**| Allow to filter the returned results | [optional] + **accept_language** | [**HeaderAcceptLanguage**](.md)| | [optional] + +### Return type + +[**CreditcardclientGetAutocompleteV2Response**](CreditcardclientGetAutocompleteV2Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Successful response | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **creditcardclient_get_list_v1** +> CreditcardclientGetListV1Response creditcardclient_get_list_v1(e_order_by=e_order_by, i_row_max=i_row_max, i_row_offset=i_row_offset, accept_language=accept_language, s_filter=s_filter) + +Retrieve Creditcardclient list + + + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardclient_get_list_v1_response import CreditcardclientGetListV1Response +from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardclientApi(api_client) + e_order_by = 'e_order_by_example' # str | Specify how you want the results to be sorted (optional) + i_row_max = 56 # int | (optional) + i_row_offset = 0 # int | (optional) (default to 0) + accept_language = eZmaxApi.HeaderAcceptLanguage() # HeaderAcceptLanguage | (optional) + s_filter = 's_filter_example' # str | (optional) + + try: + # Retrieve Creditcardclient list + api_response = api_instance.creditcardclient_get_list_v1(e_order_by=e_order_by, i_row_max=i_row_max, i_row_offset=i_row_offset, accept_language=accept_language, s_filter=s_filter) + print("The response of ObjectCreditcardclientApi->creditcardclient_get_list_v1:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardclientApi->creditcardclient_get_list_v1: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **e_order_by** | **str**| Specify how you want the results to be sorted | [optional] + **i_row_max** | **int**| | [optional] + **i_row_offset** | **int**| | [optional] [default to 0] + **accept_language** | [**HeaderAcceptLanguage**](.md)| | [optional] + **s_filter** | **str**| | [optional] + +### Return type + +[**CreditcardclientGetListV1Response**](CreditcardclientGetListV1Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Successful response | - | +**406** | The URL is valid, but one of the Accept header is not defined or invalid. For example, you set the header \"Accept: application/json\" but the function can only return \"Content-type: image/png\" | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **creditcardclient_get_object_v2** +> CreditcardclientGetObjectV2Response creditcardclient_get_object_v2(pki_creditcardclient_id) + +Retrieve an existing Creditcardclient + + + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardclient_get_object_v2_response import CreditcardclientGetObjectV2Response +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardclientApi(api_client) + pki_creditcardclient_id = 56 # int | The unique ID of the Creditcardclient + + try: + # Retrieve an existing Creditcardclient + api_response = api_instance.creditcardclient_get_object_v2(pki_creditcardclient_id) + print("The response of ObjectCreditcardclientApi->creditcardclient_get_object_v2:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardclientApi->creditcardclient_get_object_v2: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **pki_creditcardclient_id** | **int**| The unique ID of the Creditcardclient | + +### Return type + +[**CreditcardclientGetObjectV2Response**](CreditcardclientGetObjectV2Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Successful response | - | +**404** | The request failed. The element on which you were trying to work does not exists. Look for detail about the error in the body | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + diff --git a/docs/ObjectCreditcardtypeApi.md b/docs/ObjectCreditcardtypeApi.md new file mode 100644 index 000000000..b91f1de2a --- /dev/null +++ b/docs/ObjectCreditcardtypeApi.md @@ -0,0 +1,95 @@ +# eZmaxApi.ObjectCreditcardtypeApi + +All URIs are relative to *https://prod.api.appcluster01.ca-central-1.ezmax.com/rest* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**creditcardtype_get_autocomplete_v2**](ObjectCreditcardtypeApi.md#creditcardtype_get_autocomplete_v2) | **GET** /2/object/creditcardtype/getAutocomplete/{sSelector} | Retrieve Creditcardtypes and IDs + + +# **creditcardtype_get_autocomplete_v2** +> CreditcardtypeGetAutocompleteV2Response creditcardtype_get_autocomplete_v2(s_selector, e_filter_active=e_filter_active, s_query=s_query, accept_language=accept_language) + +Retrieve Creditcardtypes and IDs + +Get the list of Creditcardtype to be used in a dropdown or autocomplete control. + +### Example + +* Api Key Authentication (Authorization): + +```python +import eZmaxApi +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response import CreditcardtypeGetAutocompleteV2Response +from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage +from eZmaxApi.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest +# See configuration.py for a list of all supported configuration parameters. +configuration = eZmaxApi.Configuration( + host = "https://prod.api.appcluster01.ca-central-1.ezmax.com/rest" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: Authorization +configuration.api_key['Authorization'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['Authorization'] = 'Bearer' + +# Enter a context with an instance of the API client +with eZmaxApi.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = eZmaxApi.ObjectCreditcardtypeApi(api_client) + s_selector = 's_selector_example' # str | The type of Creditcardtypes to return + e_filter_active = 'Active' # str | Specify which results we want to display. (optional) (default to 'Active') + s_query = 's_query_example' # str | Allow to filter the returned results (optional) + accept_language = eZmaxApi.HeaderAcceptLanguage() # HeaderAcceptLanguage | (optional) + + try: + # Retrieve Creditcardtypes and IDs + api_response = api_instance.creditcardtype_get_autocomplete_v2(s_selector, e_filter_active=e_filter_active, s_query=s_query, accept_language=accept_language) + print("The response of ObjectCreditcardtypeApi->creditcardtype_get_autocomplete_v2:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling ObjectCreditcardtypeApi->creditcardtype_get_autocomplete_v2: %s\n" % e) +``` + + + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **s_selector** | **str**| The type of Creditcardtypes to return | + **e_filter_active** | **str**| Specify which results we want to display. | [optional] [default to 'Active'] + **s_query** | **str**| Allow to filter the returned results | [optional] + **accept_language** | [**HeaderAcceptLanguage**](.md)| | [optional] + +### Return type + +[**CreditcardtypeGetAutocompleteV2Response**](CreditcardtypeGetAutocompleteV2Response.md) + +### Authorization + +[Authorization](../README.md#Authorization) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Successful response | - | + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + diff --git a/docs/ObjectEzsignfoldersignerassociationApi.md b/docs/ObjectEzsignfoldersignerassociationApi.md index be88637b7..e3899e02f 100644 --- a/docs/ObjectEzsignfoldersignerassociationApi.md +++ b/docs/ObjectEzsignfoldersignerassociationApi.md @@ -21,7 +21,7 @@ Method | HTTP request | Description Creates an Url to allow embedded signing -This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. +This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. There will be a list to retrieve informations after the signing happens in the embedded version. To do so, there is a list of parameter to add to your sReturnUrl. In example: https://www.example.com/sReturl?sParameter1&sParameter2. The sParameter1 et sParameter2 will be replace when we will redirect on the url. ### Example diff --git a/eZmaxApi/__init__.py b/eZmaxApi/__init__.py index 26b588ef0..6ef761000 100644 --- a/eZmaxApi/__init__.py +++ b/eZmaxApi/__init__.py @@ -36,6 +36,8 @@ from eZmaxApi.api.object_company_api import ObjectCompanyApi from eZmaxApi.api.object_cors_api import ObjectCorsApi from eZmaxApi.api.object_country_api import ObjectCountryApi +from eZmaxApi.api.object_creditcardclient_api import ObjectCreditcardclientApi +from eZmaxApi.api.object_creditcardtype_api import ObjectCreditcardtypeApi from eZmaxApi.api.object_department_api import ObjectDepartmentApi from eZmaxApi.api.object_discussion_api import ObjectDiscussionApi from eZmaxApi.api.object_discussionmembership_api import ObjectDiscussionmembershipApi @@ -282,6 +284,30 @@ from eZmaxApi.models.country_autocomplete_element_response import CountryAutocompleteElementResponse from eZmaxApi.models.country_get_autocomplete_v2_response import CountryGetAutocompleteV2Response from eZmaxApi.models.country_get_autocomplete_v2_response_m_payload import CountryGetAutocompleteV2ResponseMPayload +from eZmaxApi.models.creditcardclient_autocomplete_element_response import CreditcardclientAutocompleteElementResponse +from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request +from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response +from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload +from eZmaxApi.models.creditcardclient_delete_object_v1_response import CreditcardclientDeleteObjectV1Response +from eZmaxApi.models.creditcardclient_edit_object_v1_request import CreditcardclientEditObjectV1Request +from eZmaxApi.models.creditcardclient_edit_object_v1_response import CreditcardclientEditObjectV1Response +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response import CreditcardclientGetAutocompleteV2Response +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload import CreditcardclientGetAutocompleteV2ResponseMPayload +from eZmaxApi.models.creditcardclient_get_list_v1_response import CreditcardclientGetListV1Response +from eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload import CreditcardclientGetListV1ResponseMPayload +from eZmaxApi.models.creditcardclient_get_object_v2_response import CreditcardclientGetObjectV2Response +from eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload import CreditcardclientGetObjectV2ResponseMPayload +from eZmaxApi.models.creditcardclient_list_element import CreditcardclientListElement +from eZmaxApi.models.creditcardclient_request import CreditcardclientRequest +from eZmaxApi.models.creditcardclient_request_compound import CreditcardclientRequestCompound +from eZmaxApi.models.creditcardclient_response import CreditcardclientResponse +from eZmaxApi.models.creditcardclient_response_compound import CreditcardclientResponseCompound +from eZmaxApi.models.creditcarddetail_request import CreditcarddetailRequest +from eZmaxApi.models.creditcarddetail_response import CreditcarddetailResponse +from eZmaxApi.models.creditcarddetail_response_compound import CreditcarddetailResponseCompound +from eZmaxApi.models.creditcardtype_autocomplete_element_response import CreditcardtypeAutocompleteElementResponse +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response import CreditcardtypeGetAutocompleteV2Response +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload import CreditcardtypeGetAutocompleteV2ResponseMPayload from eZmaxApi.models.custom_attachment_response import CustomAttachmentResponse from eZmaxApi.models.custom_attachmentdocumenttype_response import CustomAttachmentdocumenttypeResponse from eZmaxApi.models.custom_communication_list_element_response import CustomCommunicationListElementResponse diff --git a/eZmaxApi/api/__init__.py b/eZmaxApi/api/__init__.py index b717514fe..5275ec725 100644 --- a/eZmaxApi/api/__init__.py +++ b/eZmaxApi/api/__init__.py @@ -19,6 +19,8 @@ from eZmaxApi.api.object_company_api import ObjectCompanyApi from eZmaxApi.api.object_cors_api import ObjectCorsApi from eZmaxApi.api.object_country_api import ObjectCountryApi +from eZmaxApi.api.object_creditcardclient_api import ObjectCreditcardclientApi +from eZmaxApi.api.object_creditcardtype_api import ObjectCreditcardtypeApi from eZmaxApi.api.object_department_api import ObjectDepartmentApi from eZmaxApi.api.object_discussion_api import ObjectDiscussionApi from eZmaxApi.api.object_discussionmembership_api import ObjectDiscussionmembershipApi diff --git a/eZmaxApi/api/object_creditcardclient_api.py b/eZmaxApi/api/object_creditcardclient_api.py new file mode 100644 index 000000000..0c8633a25 --- /dev/null +++ b/eZmaxApi/api/object_creditcardclient_api.py @@ -0,0 +1,1770 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + +import warnings +from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt +from typing import Any, Dict, List, Optional, Tuple, Union +from typing_extensions import Annotated + +from pydantic import Field, StrictStr, field_validator +from typing import Optional +from typing_extensions import Annotated +from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request +from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response +from eZmaxApi.models.creditcardclient_delete_object_v1_response import CreditcardclientDeleteObjectV1Response +from eZmaxApi.models.creditcardclient_edit_object_v1_request import CreditcardclientEditObjectV1Request +from eZmaxApi.models.creditcardclient_edit_object_v1_response import CreditcardclientEditObjectV1Response +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response import CreditcardclientGetAutocompleteV2Response +from eZmaxApi.models.creditcardclient_get_list_v1_response import CreditcardclientGetListV1Response +from eZmaxApi.models.creditcardclient_get_object_v2_response import CreditcardclientGetObjectV2Response +from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage + +from eZmaxApi.api_client import ApiClient, RequestSerialized +from eZmaxApi.api_response import ApiResponse +from eZmaxApi.rest import RESTResponseType + + +class ObjectCreditcardclientApi: + """NOTE: This class is auto generated by OpenAPI Generator + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + def __init__(self, api_client=None) -> None: + if api_client is None: + api_client = ApiClient.get_default() + self.api_client = api_client + + + @validate_call + def creditcardclient_create_object_v1( + self, + creditcardclient_create_object_v1_request: CreditcardclientCreateObjectV1Request, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardclientCreateObjectV1Response: + """Create a new Creditcardclient + + The endpoint allows to create one or many elements at once. + + :param creditcardclient_create_object_v1_request: (required) + :type creditcardclient_create_object_v1_request: CreditcardclientCreateObjectV1Request + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_create_object_v1_serialize( + creditcardclient_create_object_v1_request=creditcardclient_create_object_v1_request, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '201': "CreditcardclientCreateObjectV1Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardclient_create_object_v1_with_http_info( + self, + creditcardclient_create_object_v1_request: CreditcardclientCreateObjectV1Request, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardclientCreateObjectV1Response]: + """Create a new Creditcardclient + + The endpoint allows to create one or many elements at once. + + :param creditcardclient_create_object_v1_request: (required) + :type creditcardclient_create_object_v1_request: CreditcardclientCreateObjectV1Request + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_create_object_v1_serialize( + creditcardclient_create_object_v1_request=creditcardclient_create_object_v1_request, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '201': "CreditcardclientCreateObjectV1Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardclient_create_object_v1_without_preload_content( + self, + creditcardclient_create_object_v1_request: CreditcardclientCreateObjectV1Request, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Create a new Creditcardclient + + The endpoint allows to create one or many elements at once. + + :param creditcardclient_create_object_v1_request: (required) + :type creditcardclient_create_object_v1_request: CreditcardclientCreateObjectV1Request + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_create_object_v1_serialize( + creditcardclient_create_object_v1_request=creditcardclient_create_object_v1_request, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '201': "CreditcardclientCreateObjectV1Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardclient_create_object_v1_serialize( + self, + creditcardclient_create_object_v1_request, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + # process the header parameters + # process the form parameters + # process the body parameter + if creditcardclient_create_object_v1_request is not None: + _body_params = creditcardclient_create_object_v1_request + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + # set the HTTP header `Content-Type` + if _content_type: + _header_params['Content-Type'] = _content_type + else: + _default_content_type = ( + self.api_client.select_header_content_type( + [ + 'application/json' + ] + ) + ) + if _default_content_type is not None: + _header_params['Content-Type'] = _default_content_type + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='POST', + resource_path='/1/object/creditcardclient', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def creditcardclient_delete_object_v1( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardclientDeleteObjectV1Response: + """Delete an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_delete_object_v1_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientDeleteObjectV1Response", + '404': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardclient_delete_object_v1_with_http_info( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardclientDeleteObjectV1Response]: + """Delete an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_delete_object_v1_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientDeleteObjectV1Response", + '404': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardclient_delete_object_v1_without_preload_content( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Delete an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_delete_object_v1_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientDeleteObjectV1Response", + '404': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardclient_delete_object_v1_serialize( + self, + pki_creditcardclient_id, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if pki_creditcardclient_id is not None: + _path_params['pkiCreditcardclientID'] = pki_creditcardclient_id + # process the query parameters + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='DELETE', + resource_path='/1/object/creditcardclient/{pkiCreditcardclientID}', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def creditcardclient_edit_object_v1( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + creditcardclient_edit_object_v1_request: CreditcardclientEditObjectV1Request, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardclientEditObjectV1Response: + """Edit an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param creditcardclient_edit_object_v1_request: (required) + :type creditcardclient_edit_object_v1_request: CreditcardclientEditObjectV1Request + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_edit_object_v1_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + creditcardclient_edit_object_v1_request=creditcardclient_edit_object_v1_request, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientEditObjectV1Response", + '404': "CommonResponseError", + '422': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardclient_edit_object_v1_with_http_info( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + creditcardclient_edit_object_v1_request: CreditcardclientEditObjectV1Request, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardclientEditObjectV1Response]: + """Edit an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param creditcardclient_edit_object_v1_request: (required) + :type creditcardclient_edit_object_v1_request: CreditcardclientEditObjectV1Request + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_edit_object_v1_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + creditcardclient_edit_object_v1_request=creditcardclient_edit_object_v1_request, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientEditObjectV1Response", + '404': "CommonResponseError", + '422': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardclient_edit_object_v1_without_preload_content( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + creditcardclient_edit_object_v1_request: CreditcardclientEditObjectV1Request, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Edit an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param creditcardclient_edit_object_v1_request: (required) + :type creditcardclient_edit_object_v1_request: CreditcardclientEditObjectV1Request + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_edit_object_v1_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + creditcardclient_edit_object_v1_request=creditcardclient_edit_object_v1_request, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientEditObjectV1Response", + '404': "CommonResponseError", + '422': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardclient_edit_object_v1_serialize( + self, + pki_creditcardclient_id, + creditcardclient_edit_object_v1_request, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if pki_creditcardclient_id is not None: + _path_params['pkiCreditcardclientID'] = pki_creditcardclient_id + # process the query parameters + # process the header parameters + # process the form parameters + # process the body parameter + if creditcardclient_edit_object_v1_request is not None: + _body_params = creditcardclient_edit_object_v1_request + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + # set the HTTP header `Content-Type` + if _content_type: + _header_params['Content-Type'] = _content_type + else: + _default_content_type = ( + self.api_client.select_header_content_type( + [ + 'application/json' + ] + ) + ) + if _default_content_type is not None: + _header_params['Content-Type'] = _default_content_type + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='PUT', + resource_path='/1/object/creditcardclient/{pkiCreditcardclientID}', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def creditcardclient_get_autocomplete_v2( + self, + s_selector: Annotated[StrictStr, Field(description="The type of Creditcardclients to return")], + e_filter_active: Annotated[Optional[StrictStr], Field(description="Specify which results we want to display.")] = None, + s_query: Annotated[Optional[StrictStr], Field(description="Allow to filter the returned results")] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardclientGetAutocompleteV2Response: + """Retrieve Creditcardclients and IDs + + Get the list of Creditcardclient to be used in a dropdown or autocomplete control. + + :param s_selector: The type of Creditcardclients to return (required) + :type s_selector: str + :param e_filter_active: Specify which results we want to display. + :type e_filter_active: str + :param s_query: Allow to filter the returned results + :type s_query: str + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_autocomplete_v2_serialize( + s_selector=s_selector, + e_filter_active=e_filter_active, + s_query=s_query, + accept_language=accept_language, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetAutocompleteV2Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardclient_get_autocomplete_v2_with_http_info( + self, + s_selector: Annotated[StrictStr, Field(description="The type of Creditcardclients to return")], + e_filter_active: Annotated[Optional[StrictStr], Field(description="Specify which results we want to display.")] = None, + s_query: Annotated[Optional[StrictStr], Field(description="Allow to filter the returned results")] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardclientGetAutocompleteV2Response]: + """Retrieve Creditcardclients and IDs + + Get the list of Creditcardclient to be used in a dropdown or autocomplete control. + + :param s_selector: The type of Creditcardclients to return (required) + :type s_selector: str + :param e_filter_active: Specify which results we want to display. + :type e_filter_active: str + :param s_query: Allow to filter the returned results + :type s_query: str + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_autocomplete_v2_serialize( + s_selector=s_selector, + e_filter_active=e_filter_active, + s_query=s_query, + accept_language=accept_language, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetAutocompleteV2Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardclient_get_autocomplete_v2_without_preload_content( + self, + s_selector: Annotated[StrictStr, Field(description="The type of Creditcardclients to return")], + e_filter_active: Annotated[Optional[StrictStr], Field(description="Specify which results we want to display.")] = None, + s_query: Annotated[Optional[StrictStr], Field(description="Allow to filter the returned results")] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Retrieve Creditcardclients and IDs + + Get the list of Creditcardclient to be used in a dropdown or autocomplete control. + + :param s_selector: The type of Creditcardclients to return (required) + :type s_selector: str + :param e_filter_active: Specify which results we want to display. + :type e_filter_active: str + :param s_query: Allow to filter the returned results + :type s_query: str + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_autocomplete_v2_serialize( + s_selector=s_selector, + e_filter_active=e_filter_active, + s_query=s_query, + accept_language=accept_language, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetAutocompleteV2Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardclient_get_autocomplete_v2_serialize( + self, + s_selector, + e_filter_active, + s_query, + accept_language, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if s_selector is not None: + _path_params['sSelector'] = s_selector + # process the query parameters + if e_filter_active is not None: + + _query_params.append(('eFilterActive', e_filter_active)) + + if s_query is not None: + + _query_params.append(('sQuery', s_query)) + + # process the header parameters + if accept_language is not None: + _header_params['Accept-Language'] = accept_language + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/2/object/creditcardclient/getAutocomplete/{sSelector}', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def creditcardclient_get_list_v1( + self, + e_order_by: Annotated[Optional[StrictStr], Field(description="Specify how you want the results to be sorted")] = None, + i_row_max: Optional[Annotated[int, Field(le=10000, strict=True, ge=1)]] = None, + i_row_offset: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + s_filter: Optional[StrictStr] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardclientGetListV1Response: + """Retrieve Creditcardclient list + + + + :param e_order_by: Specify how you want the results to be sorted + :type e_order_by: str + :param i_row_max: + :type i_row_max: int + :param i_row_offset: + :type i_row_offset: int + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param s_filter: + :type s_filter: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_list_v1_serialize( + e_order_by=e_order_by, + i_row_max=i_row_max, + i_row_offset=i_row_offset, + accept_language=accept_language, + s_filter=s_filter, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetListV1Response", + '406': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardclient_get_list_v1_with_http_info( + self, + e_order_by: Annotated[Optional[StrictStr], Field(description="Specify how you want the results to be sorted")] = None, + i_row_max: Optional[Annotated[int, Field(le=10000, strict=True, ge=1)]] = None, + i_row_offset: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + s_filter: Optional[StrictStr] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardclientGetListV1Response]: + """Retrieve Creditcardclient list + + + + :param e_order_by: Specify how you want the results to be sorted + :type e_order_by: str + :param i_row_max: + :type i_row_max: int + :param i_row_offset: + :type i_row_offset: int + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param s_filter: + :type s_filter: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_list_v1_serialize( + e_order_by=e_order_by, + i_row_max=i_row_max, + i_row_offset=i_row_offset, + accept_language=accept_language, + s_filter=s_filter, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetListV1Response", + '406': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardclient_get_list_v1_without_preload_content( + self, + e_order_by: Annotated[Optional[StrictStr], Field(description="Specify how you want the results to be sorted")] = None, + i_row_max: Optional[Annotated[int, Field(le=10000, strict=True, ge=1)]] = None, + i_row_offset: Optional[Annotated[int, Field(strict=True, ge=0)]] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + s_filter: Optional[StrictStr] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Retrieve Creditcardclient list + + + + :param e_order_by: Specify how you want the results to be sorted + :type e_order_by: str + :param i_row_max: + :type i_row_max: int + :param i_row_offset: + :type i_row_offset: int + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param s_filter: + :type s_filter: str + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_list_v1_serialize( + e_order_by=e_order_by, + i_row_max=i_row_max, + i_row_offset=i_row_offset, + accept_language=accept_language, + s_filter=s_filter, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetListV1Response", + '406': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardclient_get_list_v1_serialize( + self, + e_order_by, + i_row_max, + i_row_offset, + accept_language, + s_filter, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + # process the query parameters + if e_order_by is not None: + + _query_params.append(('eOrderBy', e_order_by)) + + if i_row_max is not None: + + _query_params.append(('iRowMax', i_row_max)) + + if i_row_offset is not None: + + _query_params.append(('iRowOffset', i_row_offset)) + + if s_filter is not None: + + _query_params.append(('sFilter', s_filter)) + + # process the header parameters + if accept_language is not None: + _header_params['Accept-Language'] = accept_language + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json', + 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/1/object/creditcardclient/getList', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + + + + @validate_call + def creditcardclient_get_object_v2( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardclientGetObjectV2Response: + """Retrieve an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_object_v2_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetObjectV2Response", + '404': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardclient_get_object_v2_with_http_info( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardclientGetObjectV2Response]: + """Retrieve an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_object_v2_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetObjectV2Response", + '404': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardclient_get_object_v2_without_preload_content( + self, + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0, description="The unique ID of the Creditcardclient")], + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Retrieve an existing Creditcardclient + + + + :param pki_creditcardclient_id: The unique ID of the Creditcardclient (required) + :type pki_creditcardclient_id: int + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardclient_get_object_v2_serialize( + pki_creditcardclient_id=pki_creditcardclient_id, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardclientGetObjectV2Response", + '404': "CommonResponseError", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardclient_get_object_v2_serialize( + self, + pki_creditcardclient_id, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if pki_creditcardclient_id is not None: + _path_params['pkiCreditcardclientID'] = pki_creditcardclient_id + # process the query parameters + # process the header parameters + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/2/object/creditcardclient/{pkiCreditcardclientID}', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + diff --git a/eZmaxApi/api/object_creditcardtype_api.py b/eZmaxApi/api/object_creditcardtype_api.py new file mode 100644 index 000000000..a78665740 --- /dev/null +++ b/eZmaxApi/api/object_creditcardtype_api.py @@ -0,0 +1,348 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + +import warnings +from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt +from typing import Any, Dict, List, Optional, Tuple, Union +from typing_extensions import Annotated + +from pydantic import Field, StrictStr, field_validator +from typing import Optional +from typing_extensions import Annotated +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response import CreditcardtypeGetAutocompleteV2Response +from eZmaxApi.models.header_accept_language import HeaderAcceptLanguage + +from eZmaxApi.api_client import ApiClient, RequestSerialized +from eZmaxApi.api_response import ApiResponse +from eZmaxApi.rest import RESTResponseType + + +class ObjectCreditcardtypeApi: + """NOTE: This class is auto generated by OpenAPI Generator + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + def __init__(self, api_client=None) -> None: + if api_client is None: + api_client = ApiClient.get_default() + self.api_client = api_client + + + @validate_call + def creditcardtype_get_autocomplete_v2( + self, + s_selector: Annotated[StrictStr, Field(description="The type of Creditcardtypes to return")], + e_filter_active: Annotated[Optional[StrictStr], Field(description="Specify which results we want to display.")] = None, + s_query: Annotated[Optional[StrictStr], Field(description="Allow to filter the returned results")] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> CreditcardtypeGetAutocompleteV2Response: + """Retrieve Creditcardtypes and IDs + + Get the list of Creditcardtype to be used in a dropdown or autocomplete control. + + :param s_selector: The type of Creditcardtypes to return (required) + :type s_selector: str + :param e_filter_active: Specify which results we want to display. + :type e_filter_active: str + :param s_query: Allow to filter the returned results + :type s_query: str + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardtype_get_autocomplete_v2_serialize( + s_selector=s_selector, + e_filter_active=e_filter_active, + s_query=s_query, + accept_language=accept_language, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardtypeGetAutocompleteV2Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ).data + + + @validate_call + def creditcardtype_get_autocomplete_v2_with_http_info( + self, + s_selector: Annotated[StrictStr, Field(description="The type of Creditcardtypes to return")], + e_filter_active: Annotated[Optional[StrictStr], Field(description="Specify which results we want to display.")] = None, + s_query: Annotated[Optional[StrictStr], Field(description="Allow to filter the returned results")] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> ApiResponse[CreditcardtypeGetAutocompleteV2Response]: + """Retrieve Creditcardtypes and IDs + + Get the list of Creditcardtype to be used in a dropdown or autocomplete control. + + :param s_selector: The type of Creditcardtypes to return (required) + :type s_selector: str + :param e_filter_active: Specify which results we want to display. + :type e_filter_active: str + :param s_query: Allow to filter the returned results + :type s_query: str + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardtype_get_autocomplete_v2_serialize( + s_selector=s_selector, + e_filter_active=e_filter_active, + s_query=s_query, + accept_language=accept_language, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardtypeGetAutocompleteV2Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + response_data.read() + return self.api_client.response_deserialize( + response_data=response_data, + response_types_map=_response_types_map, + ) + + + @validate_call + def creditcardtype_get_autocomplete_v2_without_preload_content( + self, + s_selector: Annotated[StrictStr, Field(description="The type of Creditcardtypes to return")], + e_filter_active: Annotated[Optional[StrictStr], Field(description="Specify which results we want to display.")] = None, + s_query: Annotated[Optional[StrictStr], Field(description="Allow to filter the returned results")] = None, + accept_language: Optional[HeaderAcceptLanguage] = None, + _request_timeout: Union[ + None, + Annotated[StrictFloat, Field(gt=0)], + Tuple[ + Annotated[StrictFloat, Field(gt=0)], + Annotated[StrictFloat, Field(gt=0)] + ] + ] = None, + _request_auth: Optional[Dict[StrictStr, Any]] = None, + _content_type: Optional[StrictStr] = None, + _headers: Optional[Dict[StrictStr, Any]] = None, + _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, + ) -> RESTResponseType: + """Retrieve Creditcardtypes and IDs + + Get the list of Creditcardtype to be used in a dropdown or autocomplete control. + + :param s_selector: The type of Creditcardtypes to return (required) + :type s_selector: str + :param e_filter_active: Specify which results we want to display. + :type e_filter_active: str + :param s_query: Allow to filter the returned results + :type s_query: str + :param accept_language: + :type accept_language: HeaderAcceptLanguage + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :type _request_timeout: int, tuple(int, int), optional + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the + authentication in the spec for a single request. + :type _request_auth: dict, optional + :param _content_type: force content-type for the request. + :type _content_type: str, Optional + :param _headers: set to override the headers for a single + request; this effectively ignores the headers + in the spec for a single request. + :type _headers: dict, optional + :param _host_index: set to override the host_index for a single + request; this effectively ignores the host_index + in the spec for a single request. + :type _host_index: int, optional + :return: Returns the result object. + """ # noqa: E501 + + _param = self._creditcardtype_get_autocomplete_v2_serialize( + s_selector=s_selector, + e_filter_active=e_filter_active, + s_query=s_query, + accept_language=accept_language, + _request_auth=_request_auth, + _content_type=_content_type, + _headers=_headers, + _host_index=_host_index + ) + + _response_types_map: Dict[str, Optional[str]] = { + '200': "CreditcardtypeGetAutocompleteV2Response", + } + response_data = self.api_client.call_api( + *_param, + _request_timeout=_request_timeout + ) + return response_data.response + + + def _creditcardtype_get_autocomplete_v2_serialize( + self, + s_selector, + e_filter_active, + s_query, + accept_language, + _request_auth, + _content_type, + _headers, + _host_index, + ) -> RequestSerialized: + + _host = None + + _collection_formats: Dict[str, str] = { + } + + _path_params: Dict[str, str] = {} + _query_params: List[Tuple[str, str]] = [] + _header_params: Dict[str, Optional[str]] = _headers or {} + _form_params: List[Tuple[str, str]] = [] + _files: Dict[str, str] = {} + _body_params: Optional[bytes] = None + + # process the path parameters + if s_selector is not None: + _path_params['sSelector'] = s_selector + # process the query parameters + if e_filter_active is not None: + + _query_params.append(('eFilterActive', e_filter_active)) + + if s_query is not None: + + _query_params.append(('sQuery', s_query)) + + # process the header parameters + if accept_language is not None: + _header_params['Accept-Language'] = accept_language + # process the form parameters + # process the body parameter + + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + [ + 'application/json' + ] + ) + + + # authentication setting + _auth_settings: List[str] = [ + 'Authorization' + ] + + return self.api_client.param_serialize( + method='GET', + resource_path='/2/object/creditcardtype/getAutocomplete/{sSelector}', + path_params=_path_params, + query_params=_query_params, + header_params=_header_params, + body=_body_params, + post_params=_form_params, + files=_files, + auth_settings=_auth_settings, + collection_formats=_collection_formats, + _host=_host, + _request_auth=_request_auth + ) + + diff --git a/eZmaxApi/api/object_ezsignfoldersignerassociation_api.py b/eZmaxApi/api/object_ezsignfoldersignerassociation_api.py index 626bba375..fda335c93 100644 --- a/eZmaxApi/api/object_ezsignfoldersignerassociation_api.py +++ b/eZmaxApi/api/object_ezsignfoldersignerassociation_api.py @@ -74,7 +74,7 @@ def ezsignfoldersignerassociation_create_embedded_url_v1( ) -> EzsignfoldersignerassociationCreateEmbeddedUrlV1Response: """Creates an Url to allow embedded signing - This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. + This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. There will be a list to retrieve informations after the signing happens in the embedded version. To do so, there is a list of parameter to add to your sReturnUrl. In example: https://www.example.com/sReturl?sParameter1&sParameter2. The sParameter1 et sParameter2 will be replace when we will redirect on the url. :param pki_ezsignfoldersignerassociation_id: (required) :type pki_ezsignfoldersignerassociation_id: int @@ -147,7 +147,7 @@ def ezsignfoldersignerassociation_create_embedded_url_v1_with_http_info( ) -> ApiResponse[EzsignfoldersignerassociationCreateEmbeddedUrlV1Response]: """Creates an Url to allow embedded signing - This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. + This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. There will be a list to retrieve informations after the signing happens in the embedded version. To do so, there is a list of parameter to add to your sReturnUrl. In example: https://www.example.com/sReturl?sParameter1&sParameter2. The sParameter1 et sParameter2 will be replace when we will redirect on the url. :param pki_ezsignfoldersignerassociation_id: (required) :type pki_ezsignfoldersignerassociation_id: int @@ -220,7 +220,7 @@ def ezsignfoldersignerassociation_create_embedded_url_v1_without_preload_content ) -> RESTResponseType: """Creates an Url to allow embedded signing - This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. + This endpoint creates an Url that can be used in a browser or embedded in an I-Frame to allow signing. The signer Login type must be configured as Embedded. There will be a list to retrieve informations after the signing happens in the embedded version. To do so, there is a list of parameter to add to your sReturnUrl. In example: https://www.example.com/sReturl?sParameter1&sParameter2. The sParameter1 et sParameter2 will be replace when we will redirect on the url. :param pki_ezsignfoldersignerassociation_id: (required) :type pki_ezsignfoldersignerassociation_id: int diff --git a/eZmaxApi/models/__init__.py b/eZmaxApi/models/__init__.py index 177406bfa..57783794e 100644 --- a/eZmaxApi/models/__init__.py +++ b/eZmaxApi/models/__init__.py @@ -174,6 +174,30 @@ from eZmaxApi.models.country_autocomplete_element_response import CountryAutocompleteElementResponse from eZmaxApi.models.country_get_autocomplete_v2_response import CountryGetAutocompleteV2Response from eZmaxApi.models.country_get_autocomplete_v2_response_m_payload import CountryGetAutocompleteV2ResponseMPayload +from eZmaxApi.models.creditcardclient_autocomplete_element_response import CreditcardclientAutocompleteElementResponse +from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request +from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response +from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload +from eZmaxApi.models.creditcardclient_delete_object_v1_response import CreditcardclientDeleteObjectV1Response +from eZmaxApi.models.creditcardclient_edit_object_v1_request import CreditcardclientEditObjectV1Request +from eZmaxApi.models.creditcardclient_edit_object_v1_response import CreditcardclientEditObjectV1Response +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response import CreditcardclientGetAutocompleteV2Response +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload import CreditcardclientGetAutocompleteV2ResponseMPayload +from eZmaxApi.models.creditcardclient_get_list_v1_response import CreditcardclientGetListV1Response +from eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload import CreditcardclientGetListV1ResponseMPayload +from eZmaxApi.models.creditcardclient_get_object_v2_response import CreditcardclientGetObjectV2Response +from eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload import CreditcardclientGetObjectV2ResponseMPayload +from eZmaxApi.models.creditcardclient_list_element import CreditcardclientListElement +from eZmaxApi.models.creditcardclient_request import CreditcardclientRequest +from eZmaxApi.models.creditcardclient_request_compound import CreditcardclientRequestCompound +from eZmaxApi.models.creditcardclient_response import CreditcardclientResponse +from eZmaxApi.models.creditcardclient_response_compound import CreditcardclientResponseCompound +from eZmaxApi.models.creditcarddetail_request import CreditcarddetailRequest +from eZmaxApi.models.creditcarddetail_response import CreditcarddetailResponse +from eZmaxApi.models.creditcarddetail_response_compound import CreditcarddetailResponseCompound +from eZmaxApi.models.creditcardtype_autocomplete_element_response import CreditcardtypeAutocompleteElementResponse +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response import CreditcardtypeGetAutocompleteV2Response +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload import CreditcardtypeGetAutocompleteV2ResponseMPayload from eZmaxApi.models.custom_attachment_response import CustomAttachmentResponse from eZmaxApi.models.custom_attachmentdocumenttype_response import CustomAttachmentdocumenttypeResponse from eZmaxApi.models.custom_communication_list_element_response import CustomCommunicationListElementResponse diff --git a/eZmaxApi/models/activesession_response_compound_user.py b/eZmaxApi/models/activesession_response_compound_user.py index 9fd53a9fd..d2e56247f 100644 --- a/eZmaxApi/models/activesession_response_compound_user.py +++ b/eZmaxApi/models/activesession_response_compound_user.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_user_ezsignsendreminderfrequency import FieldEUserEzsignsendreminderfrequency @@ -31,16 +31,36 @@ class ActivesessionResponseCompoundUser(BaseModel): """ # noqa: E501 pki_user_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the User", alias="pkiUserID") fki_timezone_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the Timezone", alias="fkiTimezoneID") - s_avatar_url: Optional[StrictStr] = Field(default=None, description="The url of the picture used as avatar", alias="sAvatarUrl") + s_avatar_url: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The url of the picture used as avatar", alias="sAvatarUrl") s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") e_user_ezsignsendreminderfrequency: FieldEUserEzsignsendreminderfrequency = Field(alias="eUserEzsignsendreminderfrequency") i_user_interfacecolor: Annotated[int, Field(strict=True, ge=0)] = Field(description="The int32 representation of the interface color. For example, RGB color #39435B would be 3752795", alias="iUserInterfacecolor") b_user_interfacedark: StrictBool = Field(description="Whether to use a dark mode interface", alias="bUserInterfacedark") i_user_listresult: Annotated[int, Field(le=500, strict=True, ge=5)] = Field(description="The number of rows to return by default in lists", alias="iUserListresult") __properties: ClassVar[List[str]] = ["pkiUserID", "fkiTimezoneID", "sAvatarUrl", "sUserFirstname", "sUserLastname", "sEmailAddress", "eUserEzsignsendreminderfrequency", "iUserInterfacecolor", "bUserInterfacedark", "iUserListresult"] + @field_validator('s_avatar_url') + def s_avatar_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/branding_request.py b/eZmaxApi/models/branding_request.py index ea86f8bbd..12013add7 100644 --- a/eZmaxApi/models/branding_request.py +++ b/eZmaxApi/models/branding_request.py @@ -45,7 +45,7 @@ class BrandingRequest(BaseModel): i_branding_colorbackgroundsmallbox: Annotated[int, Field(le=16777215, strict=True, ge=0)] = Field(description="The color of the background of the small box. This is a RGB color converted into integer", alias="iBrandingColorbackgroundsmallbox") i_branding_interfacecolor: Optional[Annotated[int, Field(le=16777215, strict=True, ge=0)]] = Field(default=None, description="The color of the interface. This is a RGB color converted into integer", alias="iBrandingInterfacecolor") s_branding_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Branding This value will only be set if you wish to overwrite the default name. If you want to keep the default name, leave this property empty", alias="sBrandingName") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") b_branding_isactive: StrictBool = Field(description="Whether the Branding is active or not", alias="bBrandingIsactive") __properties: ClassVar[List[str]] = ["pkiBrandingID", "objBrandingDescription", "eBrandingLogo", "sBrandingBase64", "eBrandingLogointerface", "sBrandingLogointerfaceBase64", "iBrandingColortext", "iBrandingColortextlinkbox", "iBrandingColortextbutton", "iBrandingColorbackground", "iBrandingColorbackgroundbutton", "iBrandingColorbackgroundsmallbox", "iBrandingInterfacecolor", "sBrandingName", "sEmailAddress", "bBrandingIsactive"] @@ -59,6 +59,16 @@ def s_branding_name_validate_regular_expression(cls, value): raise ValueError(r"must validate the regular expression /^.{0,55}$/") return value + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/branding_request_compound.py b/eZmaxApi/models/branding_request_compound.py index 774c0dc59..2820a28f5 100644 --- a/eZmaxApi/models/branding_request_compound.py +++ b/eZmaxApi/models/branding_request_compound.py @@ -45,7 +45,7 @@ class BrandingRequestCompound(BaseModel): i_branding_colorbackgroundsmallbox: Annotated[int, Field(le=16777215, strict=True, ge=0)] = Field(description="The color of the background of the small box. This is a RGB color converted into integer", alias="iBrandingColorbackgroundsmallbox") i_branding_interfacecolor: Optional[Annotated[int, Field(le=16777215, strict=True, ge=0)]] = Field(default=None, description="The color of the interface. This is a RGB color converted into integer", alias="iBrandingInterfacecolor") s_branding_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Branding This value will only be set if you wish to overwrite the default name. If you want to keep the default name, leave this property empty", alias="sBrandingName") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") b_branding_isactive: StrictBool = Field(description="Whether the Branding is active or not", alias="bBrandingIsactive") __properties: ClassVar[List[str]] = ["pkiBrandingID", "objBrandingDescription", "eBrandingLogo", "sBrandingBase64", "eBrandingLogointerface", "sBrandingLogointerfaceBase64", "iBrandingColortext", "iBrandingColortextlinkbox", "iBrandingColortextbutton", "iBrandingColorbackground", "iBrandingColorbackgroundbutton", "iBrandingColorbackgroundsmallbox", "iBrandingInterfacecolor", "sBrandingName", "sEmailAddress", "bBrandingIsactive"] @@ -59,6 +59,16 @@ def s_branding_name_validate_regular_expression(cls, value): raise ValueError(r"must validate the regular expression /^.{0,55}$/") return value + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/branding_response.py b/eZmaxApi/models/branding_response.py index ddcb8463c..11b1b197e 100644 --- a/eZmaxApi/models/branding_response.py +++ b/eZmaxApi/models/branding_response.py @@ -36,7 +36,7 @@ class BrandingResponse(BaseModel): obj_branding_description: MultilingualBrandingDescription = Field(alias="objBrandingDescription") s_branding_description_x: StrictStr = Field(description="The Description of the Branding in the language of the requester", alias="sBrandingDescriptionX") s_branding_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Branding This value will only be set if you wish to overwrite the default name. If you want to keep the default name, leave this property empty", alias="sBrandingName") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") e_branding_logo: FieldEBrandingLogo = Field(alias="eBrandingLogo") e_branding_logointerface: Optional[FieldEBrandingLogointerface] = Field(default=None, alias="eBrandingLogointerface") i_branding_colortext: Annotated[int, Field(le=16777215, strict=True, ge=0)] = Field(description="The color of the text. This is a RGB color converted into integer", alias="iBrandingColortext") @@ -59,6 +59,16 @@ def s_branding_name_validate_regular_expression(cls, value): raise ValueError(r"must validate the regular expression /^.{0,55}$/") return value + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/branding_response_compound.py b/eZmaxApi/models/branding_response_compound.py index 7338cebca..70c46aca4 100644 --- a/eZmaxApi/models/branding_response_compound.py +++ b/eZmaxApi/models/branding_response_compound.py @@ -36,7 +36,7 @@ class BrandingResponseCompound(BaseModel): obj_branding_description: MultilingualBrandingDescription = Field(alias="objBrandingDescription") s_branding_description_x: StrictStr = Field(description="The Description of the Branding in the language of the requester", alias="sBrandingDescriptionX") s_branding_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Branding This value will only be set if you wish to overwrite the default name. If you want to keep the default name, leave this property empty", alias="sBrandingName") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") e_branding_logo: FieldEBrandingLogo = Field(alias="eBrandingLogo") e_branding_logointerface: Optional[FieldEBrandingLogointerface] = Field(default=None, alias="eBrandingLogointerface") i_branding_colortext: Annotated[int, Field(le=16777215, strict=True, ge=0)] = Field(description="The color of the text. This is a RGB color converted into integer", alias="iBrandingColortext") @@ -47,8 +47,8 @@ class BrandingResponseCompound(BaseModel): i_branding_colorbackgroundsmallbox: Annotated[int, Field(le=16777215, strict=True, ge=0)] = Field(description="The color of the background of the small box. This is a RGB color converted into integer", alias="iBrandingColorbackgroundsmallbox") i_branding_interfacecolor: Optional[Annotated[int, Field(le=16777215, strict=True, ge=0)]] = Field(default=None, description="The color of the interface. This is a RGB color converted into integer", alias="iBrandingInterfacecolor") b_branding_isactive: StrictBool = Field(description="Whether the Branding is active or not", alias="bBrandingIsactive") - s_branding_logourl: Optional[StrictStr] = Field(default=None, description="The url of the picture used as logo in the Branding", alias="sBrandingLogourl") - s_branding_logointerfaceurl: Optional[StrictStr] = Field(default=None, description="The url of the picture used as logo in the Branding", alias="sBrandingLogointerfaceurl") + s_branding_logourl: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The url of the picture used as logo in the Branding", alias="sBrandingLogourl") + s_branding_logointerfaceurl: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The url of the picture used as logo in the Branding", alias="sBrandingLogointerfaceurl") __properties: ClassVar[List[str]] = ["pkiBrandingID", "fkiEmailID", "objBrandingDescription", "sBrandingDescriptionX", "sBrandingName", "sEmailAddress", "eBrandingLogo", "eBrandingLogointerface", "iBrandingColortext", "iBrandingColortextlinkbox", "iBrandingColortextbutton", "iBrandingColorbackground", "iBrandingColorbackgroundbutton", "iBrandingColorbackgroundsmallbox", "iBrandingInterfacecolor", "bBrandingIsactive", "sBrandingLogourl", "sBrandingLogointerfaceurl"] @field_validator('s_branding_name') @@ -61,6 +61,36 @@ def s_branding_name_validate_regular_expression(cls, value): raise ValueError(r"must validate the regular expression /^.{0,55}$/") return value + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_branding_logourl') + def s_branding_logourl_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + + @field_validator('s_branding_logointerfaceurl') + def s_branding_logointerfaceurl_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/clonehistory_list_element.py b/eZmaxApi/models/clonehistory_list_element.py index 1c8ce51cc..638252b0d 100644 --- a/eZmaxApi/models/clonehistory_list_element.py +++ b/eZmaxApi/models/clonehistory_list_element.py @@ -61,15 +61,15 @@ def dt_clonehistory_lasthit_validate_regular_expression(cls, value): @field_validator('s_user_loginname_cloning') def s_user_loginname_cloning_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_loginname_cloned') def s_user_loginname_cloned_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/common_auditdetail.py b/eZmaxApi/models/common_auditdetail.py index 778cb4572..7977d50c0 100644 --- a/eZmaxApi/models/common_auditdetail.py +++ b/eZmaxApi/models/common_auditdetail.py @@ -40,8 +40,8 @@ class CommonAuditdetail(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/common_response_error_s_temporary_file_url.py b/eZmaxApi/models/common_response_error_s_temporary_file_url.py index 613377f4b..65f54c764 100644 --- a/eZmaxApi/models/common_response_error_s_temporary_file_url.py +++ b/eZmaxApi/models/common_response_error_s_temporary_file_url.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_error_code import FieldEErrorCode @@ -31,7 +31,7 @@ class CommonResponseErrorSTemporaryFileUrl(BaseModel): """ # noqa: E501 s_error_message: Annotated[str, Field(strict=True)] = Field(description="The message giving details about the error", alias="sErrorMessage") e_error_code: FieldEErrorCode = Field(alias="eErrorCode") - s_temporary_file_url: Optional[StrictStr] = Field(default=None, description="The Temporary File Url of the document that was uploaded. That url can be reused instead of uploading the file again.", alias="sTemporaryFileUrl") + s_temporary_file_url: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The Temporary File Url of the document that was uploaded. That url can be reused instead of uploading the file again.", alias="sTemporaryFileUrl") __properties: ClassVar[List[str]] = ["sErrorMessage", "eErrorCode", "sTemporaryFileUrl"] @field_validator('s_error_message') @@ -41,6 +41,16 @@ def s_error_message_validate_regular_expression(cls, value): raise ValueError(r"must validate the regular expression /^.{0,500}$/") return value + @field_validator('s_temporary_file_url') + def s_temporary_file_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/common_response_obj_debug_payload.py b/eZmaxApi/models/common_response_obj_debug_payload.py index f5bccc49c..9df76d88d 100644 --- a/eZmaxApi/models/common_response_obj_debug_payload.py +++ b/eZmaxApi/models/common_response_obj_debug_payload.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr from typing import Any, ClassVar, Dict, List from typing import Optional, Set from typing_extensions import Self @@ -31,7 +31,8 @@ class CommonResponseObjDebugPayload(BaseModel): i_version_max: StrictInt = Field(description="The maximum version of the function that can be called", alias="iVersionMax") a_required_permission: List[StrictInt] = Field(description="An array of permissions required to access this function. If the value \"0\" is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them.", alias="a_RequiredPermission") b_version_deprecated: StrictBool = Field(description="Wheter the current route is deprecated or not", alias="bVersionDeprecated") - __properties: ClassVar[List[str]] = ["iVersionMin", "iVersionMax", "a_RequiredPermission", "bVersionDeprecated"] + dt_response_date: StrictStr = Field(description="Represent a Date Time. The timezone is the one configured in the User's profile.", alias="dtResponseDate") + __properties: ClassVar[List[str]] = ["iVersionMin", "iVersionMax", "a_RequiredPermission", "bVersionDeprecated", "dtResponseDate"] model_config = ConfigDict( populate_by_name=True, @@ -87,7 +88,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "iVersionMin": obj.get("iVersionMin"), "iVersionMax": obj.get("iVersionMax"), "a_RequiredPermission": obj.get("a_RequiredPermission"), - "bVersionDeprecated": obj.get("bVersionDeprecated") + "bVersionDeprecated": obj.get("bVersionDeprecated"), + "dtResponseDate": obj.get("dtResponseDate") }) return _obj diff --git a/eZmaxApi/models/common_response_obj_debug_payload_get_list.py b/eZmaxApi/models/common_response_obj_debug_payload_get_list.py index bfb7426f0..d8ca6fde2 100644 --- a/eZmaxApi/models/common_response_obj_debug_payload_get_list.py +++ b/eZmaxApi/models/common_response_obj_debug_payload_get_list.py @@ -33,11 +33,12 @@ class CommonResponseObjDebugPayloadGetList(BaseModel): i_version_max: StrictInt = Field(description="The maximum version of the function that can be called", alias="iVersionMax") a_required_permission: List[StrictInt] = Field(description="An array of permissions required to access this function. If the value \"0\" is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them.", alias="a_RequiredPermission") b_version_deprecated: StrictBool = Field(description="Wheter the current route is deprecated or not", alias="bVersionDeprecated") + dt_response_date: StrictStr = Field(description="Represent a Date Time. The timezone is the one configured in the User's profile.", alias="dtResponseDate") a_filter: CommonResponseFilter = Field(alias="a_Filter") a_order_by: Dict[str, StrictStr] = Field(description="List of available values for *eOrderBy*", alias="a_OrderBy") i_row_max: Annotated[int, Field(le=10000, strict=True, ge=1)] = Field(description="The maximum numbers of results to be returned. When the content-type is **application/json** there is an implicit default of 10 000. When it's **application/vnd.openxmlformats-officedocument.spreadsheetml.sheet** the is no implicit default so if you do not specify iRowMax, all records will be returned.", alias="iRowMax") i_row_offset: Annotated[int, Field(strict=True, ge=0)] = Field(description="The starting element from where to start retrieving the results. For example if you started at iRowOffset=0 and asked for iRowMax=100, to get the next 100 results, you could specify iRowOffset=100&iRowMax=100,", alias="iRowOffset") - __properties: ClassVar[List[str]] = ["iVersionMin", "iVersionMax", "a_RequiredPermission", "bVersionDeprecated", "a_Filter", "a_OrderBy", "iRowMax", "iRowOffset"] + __properties: ClassVar[List[str]] = ["iVersionMin", "iVersionMax", "a_RequiredPermission", "bVersionDeprecated", "dtResponseDate", "a_Filter", "a_OrderBy", "iRowMax", "iRowOffset"] model_config = ConfigDict( populate_by_name=True, @@ -97,6 +98,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "iVersionMax": obj.get("iVersionMax"), "a_RequiredPermission": obj.get("a_RequiredPermission"), "bVersionDeprecated": obj.get("bVersionDeprecated"), + "dtResponseDate": obj.get("dtResponseDate"), "a_Filter": CommonResponseFilter.from_dict(obj["a_Filter"]) if obj.get("a_Filter") is not None else None, "a_OrderBy": obj.get("a_OrderBy"), "iRowMax": obj.get("iRowMax"), diff --git a/eZmaxApi/models/communicationexternalrecipient_request.py b/eZmaxApi/models/communicationexternalrecipient_request.py index ae51401cc..a4da1fa82 100644 --- a/eZmaxApi/models/communicationexternalrecipient_request.py +++ b/eZmaxApi/models/communicationexternalrecipient_request.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr, field_validator +from pydantic import BaseModel, ConfigDict, Field, StrictInt, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_communicationexternalrecipient_type import FieldECommunicationexternalrecipientType @@ -30,12 +30,22 @@ class CommunicationexternalrecipientRequest(BaseModel): A Communicationexternalrecipient Object """ # noqa: E501 pki_communicationexternalrecipient_id: Optional[StrictInt] = Field(default=None, description="The unique ID of the Communicationexternalrecipient", alias="pkiCommunicationexternalrecipientID") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_phone_e164: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="A phone number in E.164 Format", alias="sPhoneE164") e_communicationexternalrecipient_type: Optional[FieldECommunicationexternalrecipientType] = Field(default=None, alias="eCommunicationexternalrecipientType") s_communicationexternalrecipient_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Communicationexternalrecipient", alias="sCommunicationexternalrecipientName") __properties: ClassVar[List[str]] = ["pkiCommunicationexternalrecipientID", "sEmailAddress", "sPhoneE164", "eCommunicationexternalrecipientType", "sCommunicationexternalrecipientName"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_phone_e164') def s_phone_e164_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/communicationexternalrecipient_request_compound.py b/eZmaxApi/models/communicationexternalrecipient_request_compound.py index dedd8cb71..578dda8d6 100644 --- a/eZmaxApi/models/communicationexternalrecipient_request_compound.py +++ b/eZmaxApi/models/communicationexternalrecipient_request_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr, field_validator +from pydantic import BaseModel, ConfigDict, Field, StrictInt, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_communicationexternalrecipient_type import FieldECommunicationexternalrecipientType @@ -30,12 +30,22 @@ class CommunicationexternalrecipientRequestCompound(BaseModel): A Communicationexternalrecipient Object and children """ # noqa: E501 pki_communicationexternalrecipient_id: Optional[StrictInt] = Field(default=None, description="The unique ID of the Communicationexternalrecipient", alias="pkiCommunicationexternalrecipientID") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_phone_e164: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="A phone number in E.164 Format", alias="sPhoneE164") e_communicationexternalrecipient_type: Optional[FieldECommunicationexternalrecipientType] = Field(default=None, alias="eCommunicationexternalrecipientType") s_communicationexternalrecipient_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Communicationexternalrecipient", alias="sCommunicationexternalrecipientName") __properties: ClassVar[List[str]] = ["pkiCommunicationexternalrecipientID", "sEmailAddress", "sPhoneE164", "eCommunicationexternalrecipientType", "sCommunicationexternalrecipientName"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_phone_e164') def s_phone_e164_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/cors_request.py b/eZmaxApi/models/cors_request.py index c3b87aa30..c2212a462 100644 --- a/eZmaxApi/models/cors_request.py +++ b/eZmaxApi/models/cors_request.py @@ -36,8 +36,8 @@ class CorsRequest(BaseModel): @field_validator('s_cors_entryurl') def s_cors_entryurl_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/cors_request_compound.py b/eZmaxApi/models/cors_request_compound.py index 82308440a..5cce83125 100644 --- a/eZmaxApi/models/cors_request_compound.py +++ b/eZmaxApi/models/cors_request_compound.py @@ -36,8 +36,8 @@ class CorsRequestCompound(BaseModel): @field_validator('s_cors_entryurl') def s_cors_entryurl_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/cors_response.py b/eZmaxApi/models/cors_response.py index 1dacb6a1f..f9ce0acd2 100644 --- a/eZmaxApi/models/cors_response.py +++ b/eZmaxApi/models/cors_response.py @@ -36,8 +36,8 @@ class CorsResponse(BaseModel): @field_validator('s_cors_entryurl') def s_cors_entryurl_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/cors_response_compound.py b/eZmaxApi/models/cors_response_compound.py index 3f6a54eff..ad688a1d7 100644 --- a/eZmaxApi/models/cors_response_compound.py +++ b/eZmaxApi/models/cors_response_compound.py @@ -36,8 +36,8 @@ class CorsResponseCompound(BaseModel): @field_validator('s_cors_entryurl') def s_cors_entryurl_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/creditcardclient_autocomplete_element_response.py b/eZmaxApi/models/creditcardclient_autocomplete_element_response.py new file mode 100644 index 000000000..68d351df7 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_autocomplete_element_response.py @@ -0,0 +1,100 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientAutocompleteElementResponse(BaseModel): + """ + A Creditcardclient AutocompleteElement Response + """ # noqa: E501 + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardclient", alias="pkiCreditcardclientID") + s_creditcardclient_description: Annotated[str, Field(strict=True)] = Field(description="The description of the Creditcardclient", alias="sCreditcardclientDescription") + b_creditcardclient_isactive: StrictBool = Field(description="Whether the creditcardclient is active or not", alias="bCreditcardclientIsactive") + __properties: ClassVar[List[str]] = ["pkiCreditcardclientID", "sCreditcardclientDescription", "bCreditcardclientIsactive"] + + @field_validator('s_creditcardclient_description') + def s_creditcardclient_description_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientAutocompleteElementResponse from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientAutocompleteElementResponse from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcardclientID": obj.get("pkiCreditcardclientID"), + "sCreditcardclientDescription": obj.get("sCreditcardclientDescription"), + "bCreditcardclientIsactive": obj.get("bCreditcardclientIsactive") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_create_object_v1_request.py b/eZmaxApi/models/creditcardclient_create_object_v1_request.py new file mode 100644 index 000000000..626061c93 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_create_object_v1_request.py @@ -0,0 +1,97 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from eZmaxApi.models.creditcardclient_request_compound import CreditcardclientRequestCompound +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientCreateObjectV1Request(BaseModel): + """ + Request for POST /1/object/creditcardclient + """ # noqa: E501 + a_obj_creditcardclient: Annotated[List[CreditcardclientRequestCompound], Field(min_length=1)] = Field(alias="a_objCreditcardclient") + __properties: ClassVar[List[str]] = ["a_objCreditcardclient"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientCreateObjectV1Request from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of each item in a_obj_creditcardclient (list) + _items = [] + if self.a_obj_creditcardclient: + for _item in self.a_obj_creditcardclient: + if _item: + _items.append(_item.to_dict()) + _dict['a_objCreditcardclient'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientCreateObjectV1Request from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "a_objCreditcardclient": [CreditcardclientRequestCompound.from_dict(_item) for _item in obj["a_objCreditcardclient"]] if obj.get("a_objCreditcardclient") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_create_object_v1_response.py b/eZmaxApi/models/creditcardclient_create_object_v1_response.py new file mode 100644 index 000000000..80ce92851 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_create_object_v1_response.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload import CommonResponseObjDebugPayload +from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientCreateObjectV1Response(BaseModel): + """ + Response for POST /1/object/creditcardclient + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayload = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + m_payload: CreditcardclientCreateObjectV1ResponseMPayload = Field(alias="mPayload") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug", "mPayload"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientCreateObjectV1Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + # override the default output from pydantic by calling `to_dict()` of m_payload + if self.m_payload: + _dict['mPayload'] = self.m_payload.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientCreateObjectV1Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayload.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None, + "mPayload": CreditcardclientCreateObjectV1ResponseMPayload.from_dict(obj["mPayload"]) if obj.get("mPayload") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_create_object_v1_response_m_payload.py b/eZmaxApi/models/creditcardclient_create_object_v1_response_m_payload.py new file mode 100644 index 000000000..7d7a363a5 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_create_object_v1_response_m_payload.py @@ -0,0 +1,89 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientCreateObjectV1ResponseMPayload(BaseModel): + """ + Payload for POST /1/object/creditcardclient + """ # noqa: E501 + a_pki_creditcardclient_id: List[Annotated[int, Field(le=65535, strict=True, ge=0)]] = Field(description="An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request.", alias="a_pkiCreditcardclientID") + __properties: ClassVar[List[str]] = ["a_pkiCreditcardclientID"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientCreateObjectV1ResponseMPayload from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "a_pkiCreditcardclientID": obj.get("a_pkiCreditcardclientID") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_delete_object_v1_response.py b/eZmaxApi/models/creditcardclient_delete_object_v1_response.py new file mode 100644 index 000000000..fc14f4dbb --- /dev/null +++ b/eZmaxApi/models/creditcardclient_delete_object_v1_response.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload import CommonResponseObjDebugPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientDeleteObjectV1Response(BaseModel): + """ + Response for DELETE /1/object/creditcardclient/{pkiCreditcardclientID} + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayload = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientDeleteObjectV1Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientDeleteObjectV1Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayload.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_edit_object_v1_request.py b/eZmaxApi/models/creditcardclient_edit_object_v1_request.py new file mode 100644 index 000000000..5f2391d0d --- /dev/null +++ b/eZmaxApi/models/creditcardclient_edit_object_v1_request.py @@ -0,0 +1,92 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from eZmaxApi.models.creditcardclient_request_compound import CreditcardclientRequestCompound +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientEditObjectV1Request(BaseModel): + """ + Request for PUT /1/object/creditcardclient/{pkiCreditcardclientID} + """ # noqa: E501 + obj_creditcardclient: CreditcardclientRequestCompound = Field(alias="objCreditcardclient") + __properties: ClassVar[List[str]] = ["objCreditcardclient"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientEditObjectV1Request from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_creditcardclient + if self.obj_creditcardclient: + _dict['objCreditcardclient'] = self.obj_creditcardclient.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientEditObjectV1Request from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objCreditcardclient": CreditcardclientRequestCompound.from_dict(obj["objCreditcardclient"]) if obj.get("objCreditcardclient") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_edit_object_v1_response.py b/eZmaxApi/models/creditcardclient_edit_object_v1_response.py new file mode 100644 index 000000000..2cc60e3d7 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_edit_object_v1_response.py @@ -0,0 +1,98 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload import CommonResponseObjDebugPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientEditObjectV1Response(BaseModel): + """ + Response for PUT /1/object/creditcardclient/{pkiCreditcardclientID} + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayload = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientEditObjectV1Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientEditObjectV1Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayload.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_get_autocomplete_v2_response.py b/eZmaxApi/models/creditcardclient_get_autocomplete_v2_response.py new file mode 100644 index 000000000..235ff46ca --- /dev/null +++ b/eZmaxApi/models/creditcardclient_get_autocomplete_v2_response.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload import CommonResponseObjDebugPayload +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload import CreditcardclientGetAutocompleteV2ResponseMPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientGetAutocompleteV2Response(BaseModel): + """ + Response for GET /2/object/creditcardclient/getAutocomplete + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayload = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + m_payload: CreditcardclientGetAutocompleteV2ResponseMPayload = Field(alias="mPayload") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug", "mPayload"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientGetAutocompleteV2Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + # override the default output from pydantic by calling `to_dict()` of m_payload + if self.m_payload: + _dict['mPayload'] = self.m_payload.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientGetAutocompleteV2Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayload.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None, + "mPayload": CreditcardclientGetAutocompleteV2ResponseMPayload.from_dict(obj["mPayload"]) if obj.get("mPayload") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_get_autocomplete_v2_response_m_payload.py b/eZmaxApi/models/creditcardclient_get_autocomplete_v2_response_m_payload.py new file mode 100644 index 000000000..5982063df --- /dev/null +++ b/eZmaxApi/models/creditcardclient_get_autocomplete_v2_response_m_payload.py @@ -0,0 +1,96 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from eZmaxApi.models.creditcardclient_autocomplete_element_response import CreditcardclientAutocompleteElementResponse +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientGetAutocompleteV2ResponseMPayload(BaseModel): + """ + Payload for POST /2/object/creditcardclient/getAutocomplete + """ # noqa: E501 + a_obj_creditcardclient: List[CreditcardclientAutocompleteElementResponse] = Field(description="An array of Creditcardclient autocomplete element response.", alias="a_objCreditcardclient") + __properties: ClassVar[List[str]] = ["a_objCreditcardclient"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientGetAutocompleteV2ResponseMPayload from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of each item in a_obj_creditcardclient (list) + _items = [] + if self.a_obj_creditcardclient: + for _item in self.a_obj_creditcardclient: + if _item: + _items.append(_item.to_dict()) + _dict['a_objCreditcardclient'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientGetAutocompleteV2ResponseMPayload from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "a_objCreditcardclient": [CreditcardclientAutocompleteElementResponse.from_dict(_item) for _item in obj["a_objCreditcardclient"]] if obj.get("a_objCreditcardclient") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_get_list_v1_response.py b/eZmaxApi/models/creditcardclient_get_list_v1_response.py new file mode 100644 index 000000000..d0919f312 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_get_list_v1_response.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload_get_list import CommonResponseObjDebugPayloadGetList +from eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload import CreditcardclientGetListV1ResponseMPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientGetListV1Response(BaseModel): + """ + Response for GET /1/object/creditcardclient/getList + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayloadGetList = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + m_payload: CreditcardclientGetListV1ResponseMPayload = Field(alias="mPayload") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug", "mPayload"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientGetListV1Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + # override the default output from pydantic by calling `to_dict()` of m_payload + if self.m_payload: + _dict['mPayload'] = self.m_payload.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientGetListV1Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayloadGetList.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None, + "mPayload": CreditcardclientGetListV1ResponseMPayload.from_dict(obj["mPayload"]) if obj.get("mPayload") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_get_list_v1_response_m_payload.py b/eZmaxApi/models/creditcardclient_get_list_v1_response_m_payload.py new file mode 100644 index 000000000..713c90ee0 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_get_list_v1_response_m_payload.py @@ -0,0 +1,100 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictInt +from typing import Any, ClassVar, Dict, List +from eZmaxApi.models.creditcardclient_list_element import CreditcardclientListElement +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientGetListV1ResponseMPayload(BaseModel): + """ + Payload for GET /1/object/creditcardclient/getList + """ # noqa: E501 + i_row_returned: StrictInt = Field(description="The number of rows returned", alias="iRowReturned") + i_row_filtered: StrictInt = Field(description="The number of rows matching your filters (if any) or the total number of rows", alias="iRowFiltered") + a_obj_creditcardclient: List[CreditcardclientListElement] = Field(alias="a_objCreditcardclient") + __properties: ClassVar[List[str]] = ["iRowReturned", "iRowFiltered", "a_objCreditcardclient"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientGetListV1ResponseMPayload from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of each item in a_obj_creditcardclient (list) + _items = [] + if self.a_obj_creditcardclient: + for _item in self.a_obj_creditcardclient: + if _item: + _items.append(_item.to_dict()) + _dict['a_objCreditcardclient'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientGetListV1ResponseMPayload from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "iRowReturned": obj.get("iRowReturned"), + "iRowFiltered": obj.get("iRowFiltered"), + "a_objCreditcardclient": [CreditcardclientListElement.from_dict(_item) for _item in obj["a_objCreditcardclient"]] if obj.get("a_objCreditcardclient") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_get_object_v2_response.py b/eZmaxApi/models/creditcardclient_get_object_v2_response.py new file mode 100644 index 000000000..fa61f79e6 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_get_object_v2_response.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload import CommonResponseObjDebugPayload +from eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload import CreditcardclientGetObjectV2ResponseMPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientGetObjectV2Response(BaseModel): + """ + Response for GET /2/object/creditcardclient/{pkiCreditcardclientID} + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayload = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + m_payload: CreditcardclientGetObjectV2ResponseMPayload = Field(alias="mPayload") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug", "mPayload"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientGetObjectV2Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + # override the default output from pydantic by calling `to_dict()` of m_payload + if self.m_payload: + _dict['mPayload'] = self.m_payload.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientGetObjectV2Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayload.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None, + "mPayload": CreditcardclientGetObjectV2ResponseMPayload.from_dict(obj["mPayload"]) if obj.get("mPayload") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_get_object_v2_response_m_payload.py b/eZmaxApi/models/creditcardclient_get_object_v2_response_m_payload.py new file mode 100644 index 000000000..3e3ff1ab3 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_get_object_v2_response_m_payload.py @@ -0,0 +1,92 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from eZmaxApi.models.creditcardclient_response_compound import CreditcardclientResponseCompound +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientGetObjectV2ResponseMPayload(BaseModel): + """ + Payload for GET /2/object/creditcardclient/{pkiCreditcardclientID} + """ # noqa: E501 + obj_creditcardclient: CreditcardclientResponseCompound = Field(alias="objCreditcardclient") + __properties: ClassVar[List[str]] = ["objCreditcardclient"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientGetObjectV2ResponseMPayload from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_creditcardclient + if self.obj_creditcardclient: + _dict['objCreditcardclient'] = self.obj_creditcardclient.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientGetObjectV2ResponseMPayload from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objCreditcardclient": CreditcardclientResponseCompound.from_dict(obj["objCreditcardclient"]) if obj.get("objCreditcardclient") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_list_element.py b/eZmaxApi/models/creditcardclient_list_element.py new file mode 100644 index 000000000..8ff432a54 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_list_element.py @@ -0,0 +1,123 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientListElement(BaseModel): + """ + A Creditcardclient List Element + """ # noqa: E501 + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardclient", alias="pkiCreditcardclientID") + fki_creditcarddetail_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcarddetail", alias="fkiCreditcarddetailID") + b_creditcardclientrelation_isdefault: StrictBool = Field(description="Whether if it's an relationisdefault", alias="bCreditcardclientrelationIsdefault") + s_creditcardclient_description: Annotated[str, Field(strict=True)] = Field(description="The description of the Creditcardclient", alias="sCreditcardclientDescription") + b_creditcardclient_isactive: StrictBool = Field(description="Whether the creditcardclient is active or not", alias="bCreditcardclientIsactive") + b_creditcardclient_allowedagencypayment: StrictBool = Field(description="Whether if it's an allowedagencypayment", alias="bCreditcardclientAllowedagencypayment") + b_creditcardclient_allowedroyallepageprotection: StrictBool = Field(description="Whether if it's an allowedroyallepageprotection", alias="bCreditcardclientAllowedroyallepageprotection") + b_creditcardclient_allowedtranquillit: StrictBool = Field(description="Whether if it's an allowedtranquillit", alias="bCreditcardclientAllowedtranquillit") + i_creditcarddetail_expirationmonth: Annotated[int, Field(le=12, strict=True, ge=0)] = Field(description="The expirationmonth of the Creditcarddetail", alias="iCreditcarddetailExpirationmonth") + i_creditcarddetail_expirationyear: Annotated[int, Field(le=2200, strict=True, ge=0)] = Field(description="The expirationyear of the Creditcarddetail", alias="iCreditcarddetailExpirationyear") + s_creditcarddetail_numbermasked: Annotated[str, Field(strict=True)] = Field(description="The numbermasked of the Creditcarddetail", alias="sCreditcarddetailNumbermasked") + __properties: ClassVar[List[str]] = ["pkiCreditcardclientID", "fkiCreditcarddetailID", "bCreditcardclientrelationIsdefault", "sCreditcardclientDescription", "bCreditcardclientIsactive", "bCreditcardclientAllowedagencypayment", "bCreditcardclientAllowedroyallepageprotection", "bCreditcardclientAllowedtranquillit", "iCreditcarddetailExpirationmonth", "iCreditcarddetailExpirationyear", "sCreditcarddetailNumbermasked"] + + @field_validator('s_creditcardclient_description') + def s_creditcardclient_description_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + @field_validator('s_creditcarddetail_numbermasked') + def s_creditcarddetail_numbermasked_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientListElement from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientListElement from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcardclientID": obj.get("pkiCreditcardclientID"), + "fkiCreditcarddetailID": obj.get("fkiCreditcarddetailID"), + "bCreditcardclientrelationIsdefault": obj.get("bCreditcardclientrelationIsdefault"), + "sCreditcardclientDescription": obj.get("sCreditcardclientDescription"), + "bCreditcardclientIsactive": obj.get("bCreditcardclientIsactive"), + "bCreditcardclientAllowedagencypayment": obj.get("bCreditcardclientAllowedagencypayment"), + "bCreditcardclientAllowedroyallepageprotection": obj.get("bCreditcardclientAllowedroyallepageprotection"), + "bCreditcardclientAllowedtranquillit": obj.get("bCreditcardclientAllowedtranquillit"), + "iCreditcarddetailExpirationmonth": obj.get("iCreditcarddetailExpirationmonth"), + "iCreditcarddetailExpirationyear": obj.get("iCreditcarddetailExpirationyear"), + "sCreditcarddetailNumbermasked": obj.get("sCreditcarddetailNumbermasked") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_request.py b/eZmaxApi/models/creditcardclient_request.py new file mode 100644 index 000000000..c4acf15cc --- /dev/null +++ b/eZmaxApi/models/creditcardclient_request.py @@ -0,0 +1,135 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from typing import Any, ClassVar, Dict, List, Optional +from typing_extensions import Annotated +from eZmaxApi.models.creditcarddetail_request import CreditcarddetailRequest +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientRequest(BaseModel): + """ + A Creditcardclient Object + """ # noqa: E501 + pki_creditcardclient_id: Optional[Annotated[int, Field(le=65535, strict=True, ge=0)]] = Field(default=None, description="The unique ID of the Creditcardclient", alias="pkiCreditcardclientID") + fks_creditcardtoken_id: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The creditcard token identifier", alias="fksCreditcardtokenID") + b_creditcardclientrelation_isdefault: StrictBool = Field(description="Whether if it's an relationisdefault", alias="bCreditcardclientrelationIsdefault") + s_creditcardclient_description: Annotated[str, Field(strict=True)] = Field(description="The description of the Creditcardclient", alias="sCreditcardclientDescription") + b_creditcardclient_isactive: StrictBool = Field(description="Whether the creditcardclient is active or not", alias="bCreditcardclientIsactive") + b_creditcardclient_allowedagencypayment: StrictBool = Field(description="Whether if it's an allowedagencypayment", alias="bCreditcardclientAllowedagencypayment") + b_creditcardclient_allowedroyallepageprotection: StrictBool = Field(description="Whether if it's an allowedroyallepageprotection", alias="bCreditcardclientAllowedroyallepageprotection") + b_creditcardclient_allowedtranquillit: StrictBool = Field(description="Whether if it's an allowedtranquillit", alias="bCreditcardclientAllowedtranquillit") + obj_creditcarddetail: CreditcarddetailRequest = Field(alias="objCreditcarddetail") + s_creditcardclient_cvv: Annotated[str, Field(strict=True)] = Field(description="The creditcard card CVV", alias="sCreditcardclientCVV") + __properties: ClassVar[List[str]] = ["pkiCreditcardclientID", "fksCreditcardtokenID", "bCreditcardclientrelationIsdefault", "sCreditcardclientDescription", "bCreditcardclientIsactive", "bCreditcardclientAllowedagencypayment", "bCreditcardclientAllowedroyallepageprotection", "bCreditcardclientAllowedtranquillit", "objCreditcarddetail", "sCreditcardclientCVV"] + + @field_validator('fks_creditcardtoken_id') + def fks_creditcardtoken_id_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}?$", value): + raise ValueError(r"must validate the regular expression /^\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}?$/") + return value + + @field_validator('s_creditcardclient_description') + def s_creditcardclient_description_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + @field_validator('s_creditcardclient_cvv') + def s_creditcardclient_cvv_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[0-9]{3,4}$", value): + raise ValueError(r"must validate the regular expression /^[0-9]{3,4}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientRequest from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_creditcarddetail + if self.obj_creditcarddetail: + _dict['objCreditcarddetail'] = self.obj_creditcarddetail.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientRequest from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcardclientID": obj.get("pkiCreditcardclientID"), + "fksCreditcardtokenID": obj.get("fksCreditcardtokenID"), + "bCreditcardclientrelationIsdefault": obj.get("bCreditcardclientrelationIsdefault"), + "sCreditcardclientDescription": obj.get("sCreditcardclientDescription"), + "bCreditcardclientIsactive": obj.get("bCreditcardclientIsactive"), + "bCreditcardclientAllowedagencypayment": obj.get("bCreditcardclientAllowedagencypayment"), + "bCreditcardclientAllowedroyallepageprotection": obj.get("bCreditcardclientAllowedroyallepageprotection"), + "bCreditcardclientAllowedtranquillit": obj.get("bCreditcardclientAllowedtranquillit"), + "objCreditcarddetail": CreditcarddetailRequest.from_dict(obj["objCreditcarddetail"]) if obj.get("objCreditcarddetail") is not None else None, + "sCreditcardclientCVV": obj.get("sCreditcardclientCVV") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_request_compound.py b/eZmaxApi/models/creditcardclient_request_compound.py new file mode 100644 index 000000000..f95914116 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_request_compound.py @@ -0,0 +1,135 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from typing import Any, ClassVar, Dict, List, Optional +from typing_extensions import Annotated +from eZmaxApi.models.creditcarddetail_request import CreditcarddetailRequest +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientRequestCompound(BaseModel): + """ + A Creditcardclient Object and children + """ # noqa: E501 + pki_creditcardclient_id: Optional[Annotated[int, Field(le=65535, strict=True, ge=0)]] = Field(default=None, description="The unique ID of the Creditcardclient", alias="pkiCreditcardclientID") + fks_creditcardtoken_id: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The creditcard token identifier", alias="fksCreditcardtokenID") + b_creditcardclientrelation_isdefault: StrictBool = Field(description="Whether if it's an relationisdefault", alias="bCreditcardclientrelationIsdefault") + s_creditcardclient_description: Annotated[str, Field(strict=True)] = Field(description="The description of the Creditcardclient", alias="sCreditcardclientDescription") + b_creditcardclient_isactive: StrictBool = Field(description="Whether the creditcardclient is active or not", alias="bCreditcardclientIsactive") + b_creditcardclient_allowedagencypayment: StrictBool = Field(description="Whether if it's an allowedagencypayment", alias="bCreditcardclientAllowedagencypayment") + b_creditcardclient_allowedroyallepageprotection: StrictBool = Field(description="Whether if it's an allowedroyallepageprotection", alias="bCreditcardclientAllowedroyallepageprotection") + b_creditcardclient_allowedtranquillit: StrictBool = Field(description="Whether if it's an allowedtranquillit", alias="bCreditcardclientAllowedtranquillit") + obj_creditcarddetail: CreditcarddetailRequest = Field(alias="objCreditcarddetail") + s_creditcardclient_cvv: Annotated[str, Field(strict=True)] = Field(description="The creditcard card CVV", alias="sCreditcardclientCVV") + __properties: ClassVar[List[str]] = ["pkiCreditcardclientID", "fksCreditcardtokenID", "bCreditcardclientrelationIsdefault", "sCreditcardclientDescription", "bCreditcardclientIsactive", "bCreditcardclientAllowedagencypayment", "bCreditcardclientAllowedroyallepageprotection", "bCreditcardclientAllowedtranquillit", "objCreditcarddetail", "sCreditcardclientCVV"] + + @field_validator('fks_creditcardtoken_id') + def fks_creditcardtoken_id_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}?$", value): + raise ValueError(r"must validate the regular expression /^\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}?$/") + return value + + @field_validator('s_creditcardclient_description') + def s_creditcardclient_description_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + @field_validator('s_creditcardclient_cvv') + def s_creditcardclient_cvv_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[0-9]{3,4}$", value): + raise ValueError(r"must validate the regular expression /^[0-9]{3,4}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientRequestCompound from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_creditcarddetail + if self.obj_creditcarddetail: + _dict['objCreditcarddetail'] = self.obj_creditcarddetail.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientRequestCompound from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcardclientID": obj.get("pkiCreditcardclientID"), + "fksCreditcardtokenID": obj.get("fksCreditcardtokenID"), + "bCreditcardclientrelationIsdefault": obj.get("bCreditcardclientrelationIsdefault"), + "sCreditcardclientDescription": obj.get("sCreditcardclientDescription"), + "bCreditcardclientIsactive": obj.get("bCreditcardclientIsactive"), + "bCreditcardclientAllowedagencypayment": obj.get("bCreditcardclientAllowedagencypayment"), + "bCreditcardclientAllowedroyallepageprotection": obj.get("bCreditcardclientAllowedroyallepageprotection"), + "bCreditcardclientAllowedtranquillit": obj.get("bCreditcardclientAllowedtranquillit"), + "objCreditcarddetail": CreditcarddetailRequest.from_dict(obj["objCreditcarddetail"]) if obj.get("objCreditcarddetail") is not None else None, + "sCreditcardclientCVV": obj.get("sCreditcardclientCVV") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_response.py b/eZmaxApi/models/creditcardclient_response.py new file mode 100644 index 000000000..d9d6919d0 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_response.py @@ -0,0 +1,116 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from eZmaxApi.models.creditcarddetail_response_compound import CreditcarddetailResponseCompound +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientResponse(BaseModel): + """ + A Creditcardclient Object + """ # noqa: E501 + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardclient", alias="pkiCreditcardclientID") + fki_creditcarddetail_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcarddetail", alias="fkiCreditcarddetailID") + b_creditcardclientrelation_isdefault: StrictBool = Field(description="Whether if it's an relationisdefault", alias="bCreditcardclientrelationIsdefault") + s_creditcardclient_description: Annotated[str, Field(strict=True)] = Field(description="The description of the Creditcardclient", alias="sCreditcardclientDescription") + b_creditcardclient_isactive: StrictBool = Field(description="Whether the creditcardclient is active or not", alias="bCreditcardclientIsactive") + b_creditcardclient_allowedagencypayment: StrictBool = Field(description="Whether if it's an allowedagencypayment", alias="bCreditcardclientAllowedagencypayment") + b_creditcardclient_allowedroyallepageprotection: StrictBool = Field(description="Whether if it's an allowedroyallepageprotection", alias="bCreditcardclientAllowedroyallepageprotection") + b_creditcardclient_allowedtranquillit: StrictBool = Field(description="Whether if it's an allowedtranquillit", alias="bCreditcardclientAllowedtranquillit") + obj_creditcarddetail: CreditcarddetailResponseCompound = Field(alias="objCreditcarddetail") + __properties: ClassVar[List[str]] = ["pkiCreditcardclientID", "fkiCreditcarddetailID", "bCreditcardclientrelationIsdefault", "sCreditcardclientDescription", "bCreditcardclientIsactive", "bCreditcardclientAllowedagencypayment", "bCreditcardclientAllowedroyallepageprotection", "bCreditcardclientAllowedtranquillit", "objCreditcarddetail"] + + @field_validator('s_creditcardclient_description') + def s_creditcardclient_description_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientResponse from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_creditcarddetail + if self.obj_creditcarddetail: + _dict['objCreditcarddetail'] = self.obj_creditcarddetail.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientResponse from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcardclientID": obj.get("pkiCreditcardclientID"), + "fkiCreditcarddetailID": obj.get("fkiCreditcarddetailID"), + "bCreditcardclientrelationIsdefault": obj.get("bCreditcardclientrelationIsdefault"), + "sCreditcardclientDescription": obj.get("sCreditcardclientDescription"), + "bCreditcardclientIsactive": obj.get("bCreditcardclientIsactive"), + "bCreditcardclientAllowedagencypayment": obj.get("bCreditcardclientAllowedagencypayment"), + "bCreditcardclientAllowedroyallepageprotection": obj.get("bCreditcardclientAllowedroyallepageprotection"), + "bCreditcardclientAllowedtranquillit": obj.get("bCreditcardclientAllowedtranquillit"), + "objCreditcarddetail": CreditcarddetailResponseCompound.from_dict(obj["objCreditcarddetail"]) if obj.get("objCreditcarddetail") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardclient_response_compound.py b/eZmaxApi/models/creditcardclient_response_compound.py new file mode 100644 index 000000000..958bb5af8 --- /dev/null +++ b/eZmaxApi/models/creditcardclient_response_compound.py @@ -0,0 +1,116 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from eZmaxApi.models.creditcarddetail_response_compound import CreditcarddetailResponseCompound +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardclientResponseCompound(BaseModel): + """ + A Creditcardclient Object + """ # noqa: E501 + pki_creditcardclient_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardclient", alias="pkiCreditcardclientID") + fki_creditcarddetail_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcarddetail", alias="fkiCreditcarddetailID") + b_creditcardclientrelation_isdefault: StrictBool = Field(description="Whether if it's an relationisdefault", alias="bCreditcardclientrelationIsdefault") + s_creditcardclient_description: Annotated[str, Field(strict=True)] = Field(description="The description of the Creditcardclient", alias="sCreditcardclientDescription") + b_creditcardclient_isactive: StrictBool = Field(description="Whether the creditcardclient is active or not", alias="bCreditcardclientIsactive") + b_creditcardclient_allowedagencypayment: StrictBool = Field(description="Whether if it's an allowedagencypayment", alias="bCreditcardclientAllowedagencypayment") + b_creditcardclient_allowedroyallepageprotection: StrictBool = Field(description="Whether if it's an allowedroyallepageprotection", alias="bCreditcardclientAllowedroyallepageprotection") + b_creditcardclient_allowedtranquillit: StrictBool = Field(description="Whether if it's an allowedtranquillit", alias="bCreditcardclientAllowedtranquillit") + obj_creditcarddetail: CreditcarddetailResponseCompound = Field(alias="objCreditcarddetail") + __properties: ClassVar[List[str]] = ["pkiCreditcardclientID", "fkiCreditcarddetailID", "bCreditcardclientrelationIsdefault", "sCreditcardclientDescription", "bCreditcardclientIsactive", "bCreditcardclientAllowedagencypayment", "bCreditcardclientAllowedroyallepageprotection", "bCreditcardclientAllowedtranquillit", "objCreditcarddetail"] + + @field_validator('s_creditcardclient_description') + def s_creditcardclient_description_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardclientResponseCompound from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_creditcarddetail + if self.obj_creditcarddetail: + _dict['objCreditcarddetail'] = self.obj_creditcarddetail.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardclientResponseCompound from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcardclientID": obj.get("pkiCreditcardclientID"), + "fkiCreditcarddetailID": obj.get("fkiCreditcarddetailID"), + "bCreditcardclientrelationIsdefault": obj.get("bCreditcardclientrelationIsdefault"), + "sCreditcardclientDescription": obj.get("sCreditcardclientDescription"), + "bCreditcardclientIsactive": obj.get("bCreditcardclientIsactive"), + "bCreditcardclientAllowedagencypayment": obj.get("bCreditcardclientAllowedagencypayment"), + "bCreditcardclientAllowedroyallepageprotection": obj.get("bCreditcardclientAllowedroyallepageprotection"), + "bCreditcardclientAllowedtranquillit": obj.get("bCreditcardclientAllowedtranquillit"), + "objCreditcarddetail": CreditcarddetailResponseCompound.from_dict(obj["objCreditcarddetail"]) if obj.get("objCreditcarddetail") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcarddetail_request.py b/eZmaxApi/models/creditcarddetail_request.py new file mode 100644 index 000000000..bf284b52c --- /dev/null +++ b/eZmaxApi/models/creditcarddetail_request.py @@ -0,0 +1,127 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, field_validator +from typing import Any, ClassVar, Dict, List, Optional +from typing_extensions import Annotated +from typing import Optional, Set +from typing_extensions import Self + +class CreditcarddetailRequest(BaseModel): + """ + A Creditcarddetail Object + """ # noqa: E501 + i_creditcarddetail_expirationmonth: Annotated[int, Field(le=12, strict=True, ge=0)] = Field(description="The expirationmonth of the Creditcarddetail", alias="iCreditcarddetailExpirationmonth") + i_creditcarddetail_expirationyear: Annotated[int, Field(le=2200, strict=True, ge=0)] = Field(description="The expirationyear of the Creditcarddetail", alias="iCreditcarddetailExpirationyear") + s_creditcarddetail_civic: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The civic of the Creditcarddetail", alias="sCreditcarddetailCivic") + s_creditcarddetail_street: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The street of the Creditcarddetail", alias="sCreditcarddetailStreet") + s_creditcarddetail_zip: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The zip of the Creditcarddetail", alias="sCreditcarddetailZip") + __properties: ClassVar[List[str]] = ["iCreditcarddetailExpirationmonth", "iCreditcarddetailExpirationyear", "sCreditcarddetailCivic", "sCreditcarddetailStreet", "sCreditcarddetailZip"] + + @field_validator('s_creditcarddetail_civic') + def s_creditcarddetail_civic_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^.{0,8}$", value): + raise ValueError(r"must validate the regular expression /^.{0,8}$/") + return value + + @field_validator('s_creditcarddetail_street') + def s_creditcarddetail_street_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^.{0,40}$", value): + raise ValueError(r"must validate the regular expression /^.{0,40}$/") + return value + + @field_validator('s_creditcarddetail_zip') + def s_creditcarddetail_zip_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^.{0,10}$", value): + raise ValueError(r"must validate the regular expression /^.{0,10}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcarddetailRequest from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcarddetailRequest from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "iCreditcarddetailExpirationmonth": obj.get("iCreditcarddetailExpirationmonth"), + "iCreditcarddetailExpirationyear": obj.get("iCreditcarddetailExpirationyear"), + "sCreditcarddetailCivic": obj.get("sCreditcarddetailCivic"), + "sCreditcarddetailStreet": obj.get("sCreditcarddetailStreet"), + "sCreditcarddetailZip": obj.get("sCreditcarddetailZip") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcarddetail_response.py b/eZmaxApi/models/creditcarddetail_response.py new file mode 100644 index 000000000..af34ca9be --- /dev/null +++ b/eZmaxApi/models/creditcarddetail_response.py @@ -0,0 +1,131 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from typing import Optional, Set +from typing_extensions import Self + +class CreditcarddetailResponse(BaseModel): + """ + A Creditcarddetail Object + """ # noqa: E501 + pki_creditcarddetail_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcarddetail", alias="pkiCreditcarddetailID") + fki_creditcardtype_id: Annotated[int, Field(le=255, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardtype", alias="fkiCreditcardtypeID") + s_creditcarddetail_numbermasked: Annotated[str, Field(strict=True)] = Field(description="The numbermasked of the Creditcarddetail", alias="sCreditcarddetailNumbermasked") + i_creditcarddetail_expirationmonth: Annotated[int, Field(le=12, strict=True, ge=0)] = Field(description="The expirationmonth of the Creditcarddetail", alias="iCreditcarddetailExpirationmonth") + i_creditcarddetail_expirationyear: Annotated[int, Field(le=2200, strict=True, ge=0)] = Field(description="The expirationyear of the Creditcarddetail", alias="iCreditcarddetailExpirationyear") + s_creditcarddetail_civic: Annotated[str, Field(strict=True)] = Field(description="The civic of the Creditcarddetail", alias="sCreditcarddetailCivic") + s_creditcarddetail_street: Annotated[str, Field(strict=True)] = Field(description="The street of the Creditcarddetail", alias="sCreditcarddetailStreet") + s_creditcarddetail_zip: Annotated[str, Field(strict=True)] = Field(description="The zip of the Creditcarddetail", alias="sCreditcarddetailZip") + __properties: ClassVar[List[str]] = ["pkiCreditcarddetailID", "fkiCreditcardtypeID", "sCreditcarddetailNumbermasked", "iCreditcarddetailExpirationmonth", "iCreditcarddetailExpirationyear", "sCreditcarddetailCivic", "sCreditcarddetailStreet", "sCreditcarddetailZip"] + + @field_validator('s_creditcarddetail_numbermasked') + def s_creditcarddetail_numbermasked_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + @field_validator('s_creditcarddetail_civic') + def s_creditcarddetail_civic_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,8}$", value): + raise ValueError(r"must validate the regular expression /^.{0,8}$/") + return value + + @field_validator('s_creditcarddetail_street') + def s_creditcarddetail_street_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,40}$", value): + raise ValueError(r"must validate the regular expression /^.{0,40}$/") + return value + + @field_validator('s_creditcarddetail_zip') + def s_creditcarddetail_zip_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,10}$", value): + raise ValueError(r"must validate the regular expression /^.{0,10}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcarddetailResponse from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcarddetailResponse from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcarddetailID": obj.get("pkiCreditcarddetailID"), + "fkiCreditcardtypeID": obj.get("fkiCreditcardtypeID"), + "sCreditcarddetailNumbermasked": obj.get("sCreditcarddetailNumbermasked"), + "iCreditcarddetailExpirationmonth": obj.get("iCreditcarddetailExpirationmonth"), + "iCreditcarddetailExpirationyear": obj.get("iCreditcarddetailExpirationyear"), + "sCreditcarddetailCivic": obj.get("sCreditcarddetailCivic"), + "sCreditcarddetailStreet": obj.get("sCreditcarddetailStreet"), + "sCreditcarddetailZip": obj.get("sCreditcarddetailZip") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcarddetail_response_compound.py b/eZmaxApi/models/creditcarddetail_response_compound.py new file mode 100644 index 000000000..a0dd829c4 --- /dev/null +++ b/eZmaxApi/models/creditcarddetail_response_compound.py @@ -0,0 +1,131 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from typing import Optional, Set +from typing_extensions import Self + +class CreditcarddetailResponseCompound(BaseModel): + """ + A Creditcarddetail Object + """ # noqa: E501 + pki_creditcarddetail_id: Annotated[int, Field(le=65535, strict=True, ge=0)] = Field(description="The unique ID of the Creditcarddetail", alias="pkiCreditcarddetailID") + fki_creditcardtype_id: Annotated[int, Field(le=255, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardtype", alias="fkiCreditcardtypeID") + s_creditcarddetail_numbermasked: Annotated[str, Field(strict=True)] = Field(description="The numbermasked of the Creditcarddetail", alias="sCreditcarddetailNumbermasked") + i_creditcarddetail_expirationmonth: Annotated[int, Field(le=12, strict=True, ge=0)] = Field(description="The expirationmonth of the Creditcarddetail", alias="iCreditcarddetailExpirationmonth") + i_creditcarddetail_expirationyear: Annotated[int, Field(le=2200, strict=True, ge=0)] = Field(description="The expirationyear of the Creditcarddetail", alias="iCreditcarddetailExpirationyear") + s_creditcarddetail_civic: Annotated[str, Field(strict=True)] = Field(description="The civic of the Creditcarddetail", alias="sCreditcarddetailCivic") + s_creditcarddetail_street: Annotated[str, Field(strict=True)] = Field(description="The street of the Creditcarddetail", alias="sCreditcarddetailStreet") + s_creditcarddetail_zip: Annotated[str, Field(strict=True)] = Field(description="The zip of the Creditcarddetail", alias="sCreditcarddetailZip") + __properties: ClassVar[List[str]] = ["pkiCreditcarddetailID", "fkiCreditcardtypeID", "sCreditcarddetailNumbermasked", "iCreditcarddetailExpirationmonth", "iCreditcarddetailExpirationyear", "sCreditcarddetailCivic", "sCreditcarddetailStreet", "sCreditcarddetailZip"] + + @field_validator('s_creditcarddetail_numbermasked') + def s_creditcarddetail_numbermasked_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,50}$", value): + raise ValueError(r"must validate the regular expression /^.{0,50}$/") + return value + + @field_validator('s_creditcarddetail_civic') + def s_creditcarddetail_civic_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,8}$", value): + raise ValueError(r"must validate the regular expression /^.{0,8}$/") + return value + + @field_validator('s_creditcarddetail_street') + def s_creditcarddetail_street_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,40}$", value): + raise ValueError(r"must validate the regular expression /^.{0,40}$/") + return value + + @field_validator('s_creditcarddetail_zip') + def s_creditcarddetail_zip_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{0,10}$", value): + raise ValueError(r"must validate the regular expression /^.{0,10}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcarddetailResponseCompound from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcarddetailResponseCompound from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "pkiCreditcarddetailID": obj.get("pkiCreditcarddetailID"), + "fkiCreditcardtypeID": obj.get("fkiCreditcardtypeID"), + "sCreditcarddetailNumbermasked": obj.get("sCreditcarddetailNumbermasked"), + "iCreditcarddetailExpirationmonth": obj.get("iCreditcarddetailExpirationmonth"), + "iCreditcarddetailExpirationyear": obj.get("iCreditcarddetailExpirationyear"), + "sCreditcarddetailCivic": obj.get("sCreditcarddetailCivic"), + "sCreditcarddetailStreet": obj.get("sCreditcarddetailStreet"), + "sCreditcarddetailZip": obj.get("sCreditcarddetailZip") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardtype_autocomplete_element_response.py b/eZmaxApi/models/creditcardtype_autocomplete_element_response.py new file mode 100644 index 000000000..889541763 --- /dev/null +++ b/eZmaxApi/models/creditcardtype_autocomplete_element_response.py @@ -0,0 +1,101 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, field_validator +from typing import Any, ClassVar, Dict, List +from typing_extensions import Annotated +from eZmaxApi.models.field_e_creditcardtype_codename import FieldECreditcardtypeCodename +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardtypeAutocompleteElementResponse(BaseModel): + """ + Creditcardtype AutocompleteElement Response + """ # noqa: E501 + s_creditcardtype_name: Annotated[str, Field(strict=True)] = Field(description="The name of the Creditcardtype", alias="sCreditcardtypeName") + pki_creditcardtype_id: Annotated[int, Field(le=255, strict=True, ge=0)] = Field(description="The unique ID of the Creditcardtype", alias="pkiCreditcardtypeID") + e_creditcardtype_codename: FieldECreditcardtypeCodename = Field(alias="eCreditcardtypeCodename") + __properties: ClassVar[List[str]] = ["sCreditcardtypeName", "pkiCreditcardtypeID", "eCreditcardtypeCodename"] + + @field_validator('s_creditcardtype_name') + def s_creditcardtype_name_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^.{1,30}$", value): + raise ValueError(r"must validate the regular expression /^.{1,30}$/") + return value + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardtypeAutocompleteElementResponse from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardtypeAutocompleteElementResponse from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "sCreditcardtypeName": obj.get("sCreditcardtypeName"), + "pkiCreditcardtypeID": obj.get("pkiCreditcardtypeID"), + "eCreditcardtypeCodename": obj.get("eCreditcardtypeCodename") + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardtype_get_autocomplete_v2_response.py b/eZmaxApi/models/creditcardtype_get_autocomplete_v2_response.py new file mode 100644 index 000000000..cb0de766d --- /dev/null +++ b/eZmaxApi/models/creditcardtype_get_autocomplete_v2_response.py @@ -0,0 +1,104 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List, Optional +from eZmaxApi.models.common_response_obj_debug import CommonResponseObjDebug +from eZmaxApi.models.common_response_obj_debug_payload import CommonResponseObjDebugPayload +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload import CreditcardtypeGetAutocompleteV2ResponseMPayload +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardtypeGetAutocompleteV2Response(BaseModel): + """ + Response for GET /2/object/creditcardtype/getAutocomplete + """ # noqa: E501 + obj_debug_payload: CommonResponseObjDebugPayload = Field(alias="objDebugPayload") + obj_debug: Optional[CommonResponseObjDebug] = Field(default=None, alias="objDebug") + m_payload: CreditcardtypeGetAutocompleteV2ResponseMPayload = Field(alias="mPayload") + __properties: ClassVar[List[str]] = ["objDebugPayload", "objDebug", "mPayload"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardtypeGetAutocompleteV2Response from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of obj_debug_payload + if self.obj_debug_payload: + _dict['objDebugPayload'] = self.obj_debug_payload.to_dict() + # override the default output from pydantic by calling `to_dict()` of obj_debug + if self.obj_debug: + _dict['objDebug'] = self.obj_debug.to_dict() + # override the default output from pydantic by calling `to_dict()` of m_payload + if self.m_payload: + _dict['mPayload'] = self.m_payload.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardtypeGetAutocompleteV2Response from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "objDebugPayload": CommonResponseObjDebugPayload.from_dict(obj["objDebugPayload"]) if obj.get("objDebugPayload") is not None else None, + "objDebug": CommonResponseObjDebug.from_dict(obj["objDebug"]) if obj.get("objDebug") is not None else None, + "mPayload": CreditcardtypeGetAutocompleteV2ResponseMPayload.from_dict(obj["mPayload"]) if obj.get("mPayload") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/creditcardtype_get_autocomplete_v2_response_m_payload.py b/eZmaxApi/models/creditcardtype_get_autocomplete_v2_response_m_payload.py new file mode 100644 index 000000000..8899e51ba --- /dev/null +++ b/eZmaxApi/models/creditcardtype_get_autocomplete_v2_response_m_payload.py @@ -0,0 +1,96 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field +from typing import Any, ClassVar, Dict, List +from eZmaxApi.models.creditcardtype_autocomplete_element_response import CreditcardtypeAutocompleteElementResponse +from typing import Optional, Set +from typing_extensions import Self + +class CreditcardtypeGetAutocompleteV2ResponseMPayload(BaseModel): + """ + Payload for POST /2/object/creditcardtype/getAutocomplete + """ # noqa: E501 + a_obj_creditcardtype: List[CreditcardtypeAutocompleteElementResponse] = Field(description="An array of Creditcardtype object containing the description, ID and active status about the element.", alias="a_objCreditcardtype") + __properties: ClassVar[List[str]] = ["a_objCreditcardtype"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of CreditcardtypeGetAutocompleteV2ResponseMPayload from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + # override the default output from pydantic by calling `to_dict()` of each item in a_obj_creditcardtype (list) + _items = [] + if self.a_obj_creditcardtype: + for _item in self.a_obj_creditcardtype: + if _item: + _items.append(_item.to_dict()) + _dict['a_objCreditcardtype'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of CreditcardtypeGetAutocompleteV2ResponseMPayload from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "a_objCreditcardtype": [CreditcardtypeAutocompleteElementResponse.from_dict(_item) for _item in obj["a_objCreditcardtype"]] if obj.get("a_objCreditcardtype") is not None else None + }) + return _obj + + diff --git a/eZmaxApi/models/custom_ezsignfoldersignerassociation_actionable_element_response.py b/eZmaxApi/models/custom_ezsignfoldersignerassociation_actionable_element_response.py index b4b8705b8..945675e08 100644 --- a/eZmaxApi/models/custom_ezsignfoldersignerassociation_actionable_element_response.py +++ b/eZmaxApi/models/custom_ezsignfoldersignerassociation_actionable_element_response.py @@ -36,12 +36,13 @@ class CustomEzsignfoldersignerassociationActionableElementResponse(BaseModel): b_ezsignfoldersignerassociation_delayedsend: StrictBool = Field(description="If this flag is true the signatory is part of a delayed send.", alias="bEzsignfoldersignerassociationDelayedsend") b_ezsignfoldersignerassociation_receivecopy: StrictBool = Field(description="If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.", alias="bEzsignfoldersignerassociationReceivecopy") t_ezsignfoldersignerassociation_message: StrictStr = Field(description="A custom text message that will be added to the email sent.", alias="tEzsignfoldersignerassociationMessage") + b_ezsignfoldersignerassociation_allowsigninginperson: StrictBool = Field(description="If the Ezsignfoldersignerassociation is allowed to sign in person or not", alias="bEzsignfoldersignerassociationAllowsigninginperson") obj_ezsignsignergroup: Optional[EzsignsignergroupResponseCompound] = Field(default=None, alias="objEzsignsignergroup") obj_user: Optional[EzsignfoldersignerassociationResponseCompoundUser] = Field(default=None, alias="objUser") obj_ezsignsigner: Optional[EzsignsignerResponseCompound] = Field(default=None, alias="objEzsignsigner") b_ezsignfoldersignerassociation_hasactionableelements_current: StrictBool = Field(description="Indicates if the Ezsignfoldersignerassociation has actionable elements in the current step", alias="bEzsignfoldersignerassociationHasactionableelementsCurrent") b_ezsignfoldersignerassociation_hasactionableelements_future: StrictBool = Field(description="Indicates if the Ezsignfoldersignerassociation has actionable elements in a future step", alias="bEzsignfoldersignerassociationHasactionableelementsFuture") - __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "objEzsignsignergroup", "objUser", "objEzsignsigner", "bEzsignfoldersignerassociationHasactionableelementsCurrent", "bEzsignfoldersignerassociationHasactionableelementsFuture"] + __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "bEzsignfoldersignerassociationAllowsigninginperson", "objEzsignsignergroup", "objUser", "objEzsignsigner", "bEzsignfoldersignerassociationHasactionableelementsCurrent", "bEzsignfoldersignerassociationHasactionableelementsFuture"] model_config = ConfigDict( populate_by_name=True, @@ -108,6 +109,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "bEzsignfoldersignerassociationDelayedsend": obj.get("bEzsignfoldersignerassociationDelayedsend"), "bEzsignfoldersignerassociationReceivecopy": obj.get("bEzsignfoldersignerassociationReceivecopy"), "tEzsignfoldersignerassociationMessage": obj.get("tEzsignfoldersignerassociationMessage"), + "bEzsignfoldersignerassociationAllowsigninginperson": obj.get("bEzsignfoldersignerassociationAllowsigninginperson"), "objEzsignsignergroup": EzsignsignergroupResponseCompound.from_dict(obj["objEzsignsignergroup"]) if obj.get("objEzsignsignergroup") is not None else None, "objUser": EzsignfoldersignerassociationResponseCompoundUser.from_dict(obj["objUser"]) if obj.get("objUser") is not None else None, "objEzsignsigner": EzsignsignerResponseCompound.from_dict(obj["objEzsignsigner"]) if obj.get("objEzsignsigner") is not None else None, diff --git a/eZmaxApi/models/custom_user_response.py b/eZmaxApi/models/custom_user_response.py index dfa3b90b2..c6edf7ffb 100644 --- a/eZmaxApi/models/custom_user_response.py +++ b/eZmaxApi/models/custom_user_response.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -31,9 +31,16 @@ class CustomUserResponse(BaseModel): pki_user_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the User", alias="pkiUserID") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") __properties: ClassVar[List[str]] = ["pkiUserID", "sUserLastname", "sUserFirstname", "sEmailAddress"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/custom_webhook_response.py b/eZmaxApi/models/custom_webhook_response.py index e0d9e47d0..7d8363adb 100644 --- a/eZmaxApi/models/custom_webhook_response.py +++ b/eZmaxApi/models/custom_webhook_response.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.common_audit import CommonAudit @@ -40,7 +40,7 @@ class CustomWebhookResponse(BaseModel): e_webhook_module: FieldEWebhookModule = Field(alias="eWebhookModule") e_webhook_ezsignevent: Optional[FieldEWebhookEzsignevent] = Field(default=None, alias="eWebhookEzsignevent") e_webhook_managementevent: Optional[FieldEWebhookManagementevent] = Field(default=None, alias="eWebhookManagementevent") - s_webhook_url: StrictStr = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") + s_webhook_url: Annotated[str, Field(strict=True)] = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") s_webhook_emailfailed: StrictStr = Field(description="The email that will receive the Webhook in case all attempts fail", alias="sWebhookEmailfailed") s_webhook_apikey: Optional[StrictStr] = Field(default=None, description="The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey.", alias="sWebhookApikey") s_webhook_secret: Optional[StrictStr] = Field(default=None, description="The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey.", alias="sWebhookSecret") @@ -54,6 +54,13 @@ class CustomWebhookResponse(BaseModel): b_webhook_test: StrictBool = Field(description="Wheter the webhook received is a manual test or a real event", alias="bWebhookTest") __properties: ClassVar[List[str]] = ["pkiWebhookID", "sWebhookDescription", "fkiEzsignfoldertypeID", "sEzsignfoldertypeNameX", "eWebhookModule", "eWebhookEzsignevent", "eWebhookManagementevent", "sWebhookUrl", "sWebhookEmailfailed", "sWebhookApikey", "sWebhookSecret", "bWebhookIsactive", "bWebhookIssigned", "bWebhookSkipsslvalidation", "objAudit", "sWebhookEvent", "a_objWebhookheader", "pksCustomerCode", "bWebhookTest"] + @field_validator('s_webhook_url') + def s_webhook_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/email_request.py b/eZmaxApi/models/email_request.py index 90c18f538..d83343926 100644 --- a/eZmaxApi/models/email_request.py +++ b/eZmaxApi/models/email_request.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from typing import Optional, Set @@ -30,9 +30,16 @@ class EmailRequest(BaseModel): """ # noqa: E501 pki_email_id: Optional[Annotated[int, Field(le=16777215, strict=True, ge=1)]] = Field(default=None, description="The unique ID of the Email", alias="pkiEmailID") fki_emailtype_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the Emailtype. Valid values: |Value|Description| |-|-| |1|Office| |2|Home|", alias="fkiEmailtypeID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") __properties: ClassVar[List[str]] = ["pkiEmailID", "fkiEmailtypeID", "sEmailAddress"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/email_request_compound.py b/eZmaxApi/models/email_request_compound.py index 5ff412f41..bd39b4c44 100644 --- a/eZmaxApi/models/email_request_compound.py +++ b/eZmaxApi/models/email_request_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from typing import Optional, Set @@ -30,9 +30,16 @@ class EmailRequestCompound(BaseModel): """ # noqa: E501 pki_email_id: Optional[Annotated[int, Field(le=16777215, strict=True, ge=1)]] = Field(default=None, description="The unique ID of the Email", alias="pkiEmailID") fki_emailtype_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the Emailtype. Valid values: |Value|Description| |-|-| |1|Office| |2|Home|", alias="fkiEmailtypeID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") __properties: ClassVar[List[str]] = ["pkiEmailID", "fkiEmailtypeID", "sEmailAddress"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/email_response.py b/eZmaxApi/models/email_response.py index 99e39c68f..58aaa9033 100644 --- a/eZmaxApi/models/email_response.py +++ b/eZmaxApi/models/email_response.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -30,9 +30,16 @@ class EmailResponse(BaseModel): """ # noqa: E501 pki_email_id: Annotated[int, Field(le=16777215, strict=True, ge=1)] = Field(description="The unique ID of the Email", alias="pkiEmailID") fki_emailtype_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the Emailtype. Valid values: |Value|Description| |-|-| |1|Office| |2|Home|", alias="fkiEmailtypeID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") __properties: ClassVar[List[str]] = ["pkiEmailID", "fkiEmailtypeID", "sEmailAddress"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/email_response_compound.py b/eZmaxApi/models/email_response_compound.py index 80ff13183..551e9153a 100644 --- a/eZmaxApi/models/email_response_compound.py +++ b/eZmaxApi/models/email_response_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -30,9 +30,16 @@ class EmailResponseCompound(BaseModel): """ # noqa: E501 pki_email_id: Annotated[int, Field(le=16777215, strict=True, ge=1)] = Field(description="The unique ID of the Email", alias="pkiEmailID") fki_emailtype_id: Annotated[int, Field(strict=True, ge=0)] = Field(description="The unique ID of the Emailtype. Valid values: |Value|Description| |-|-| |1|Office| |2|Home|", alias="fkiEmailtypeID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") __properties: ClassVar[List[str]] = ["pkiEmailID", "fkiEmailtypeID", "sEmailAddress"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsigndocument_get_object_v1_response_m_payload.py b/eZmaxApi/models/ezsigndocument_get_object_v1_response_m_payload.py index 8ee8dffc6..f6494c7e3 100644 --- a/eZmaxApi/models/ezsigndocument_get_object_v1_response_m_payload.py +++ b/eZmaxApi/models/ezsigndocument_get_object_v1_response_m_payload.py @@ -69,8 +69,8 @@ def s_ezsigndocument_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsigndocument_request.py b/eZmaxApi/models/ezsigndocument_request.py index 004d90752..2a254fbd3 100644 --- a/eZmaxApi/models/ezsigndocument_request.py +++ b/eZmaxApi/models/ezsigndocument_request.py @@ -78,8 +78,8 @@ def s_ezsigndocument_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsigndocument_request_compound.py b/eZmaxApi/models/ezsigndocument_request_compound.py index fde179ab7..e346c5166 100644 --- a/eZmaxApi/models/ezsigndocument_request_compound.py +++ b/eZmaxApi/models/ezsigndocument_request_compound.py @@ -78,8 +78,8 @@ def s_ezsigndocument_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsigndocument_response.py b/eZmaxApi/models/ezsigndocument_response.py index d7afccbbd..fbb9def27 100644 --- a/eZmaxApi/models/ezsigndocument_response.py +++ b/eZmaxApi/models/ezsigndocument_response.py @@ -61,8 +61,8 @@ def s_ezsigndocument_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsigndocument_response_compound.py b/eZmaxApi/models/ezsigndocument_response_compound.py index fca538da7..12b2785c1 100644 --- a/eZmaxApi/models/ezsigndocument_response_compound.py +++ b/eZmaxApi/models/ezsigndocument_response_compound.py @@ -69,8 +69,8 @@ def s_ezsigndocument_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfolder_get_object_v1_response_m_payload.py b/eZmaxApi/models/ezsignfolder_get_object_v1_response_m_payload.py index 09656fad7..6bfd631be 100644 --- a/eZmaxApi/models/ezsignfolder_get_object_v1_response_m_payload.py +++ b/eZmaxApi/models/ezsignfolder_get_object_v1_response_m_payload.py @@ -64,8 +64,8 @@ def s_ezsignfolder_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfolder_request.py b/eZmaxApi/models/ezsignfolder_request.py index 08b77fe41..3b43bea6a 100644 --- a/eZmaxApi/models/ezsignfolder_request.py +++ b/eZmaxApi/models/ezsignfolder_request.py @@ -44,8 +44,8 @@ def s_ezsignfolder_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfolder_request_compound.py b/eZmaxApi/models/ezsignfolder_request_compound.py index aa3197ef6..260e96022 100644 --- a/eZmaxApi/models/ezsignfolder_request_compound.py +++ b/eZmaxApi/models/ezsignfolder_request_compound.py @@ -44,8 +44,8 @@ def s_ezsignfolder_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfolder_response.py b/eZmaxApi/models/ezsignfolder_response.py index 055610acb..e7c57f80e 100644 --- a/eZmaxApi/models/ezsignfolder_response.py +++ b/eZmaxApi/models/ezsignfolder_response.py @@ -64,8 +64,8 @@ def s_ezsignfolder_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfolder_response_compound.py b/eZmaxApi/models/ezsignfolder_response_compound.py index 9bbd4fbf0..408ae3726 100644 --- a/eZmaxApi/models/ezsignfolder_response_compound.py +++ b/eZmaxApi/models/ezsignfolder_response_compound.py @@ -64,8 +64,8 @@ def s_ezsignfolder_externalid_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,64}$", value): - raise ValueError(r"must validate the regular expression /^.{0,64}$/") + if not re.match(r"^.{0,128}$", value): + raise ValueError(r"must validate the regular expression /^.{0,128}$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfoldersignerassociation_create_embedded_url_v1_request.py b/eZmaxApi/models/ezsignfoldersignerassociation_create_embedded_url_v1_request.py index e581301d4..dc48ec4e2 100644 --- a/eZmaxApi/models/ezsignfoldersignerassociation_create_embedded_url_v1_request.py +++ b/eZmaxApi/models/ezsignfoldersignerassociation_create_embedded_url_v1_request.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from typing import Optional, Set @@ -29,7 +29,7 @@ class EzsignfoldersignerassociationCreateEmbeddedUrlV1Request(BaseModel): Request for POST /1/object/ezsignfoldersignerassociation/createEmbeddedUrl """ # noqa: E501 s_return_url: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The return Url to redirect after the signing is completed", alias="sReturnUrl") - s_iframedomain: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="Domain protection for the iFrame", alias="sIframedomain") + s_iframedomain: Optional[StrictStr] = Field(default=None, description="Domain protection for the iFrame", alias="sIframedomain") b_is_iframe: Optional[StrictBool] = Field(default=None, description="Whether the url would be in an iFrame or not", alias="bIsIframe") __properties: ClassVar[List[str]] = ["sReturnUrl", "sIframedomain", "bIsIframe"] @@ -39,18 +39,8 @@ def s_return_url_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") - return value - - @field_validator('s_iframedomain') - def s_iframedomain_validate_regular_expression(cls, value): - """Validates the regular expression""" - if value is None: - return value - - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/ezsignfoldersignerassociation_get_object_v1_response_m_payload.py b/eZmaxApi/models/ezsignfoldersignerassociation_get_object_v1_response_m_payload.py index c30f0e1f2..132cabfe0 100644 --- a/eZmaxApi/models/ezsignfoldersignerassociation_get_object_v1_response_m_payload.py +++ b/eZmaxApi/models/ezsignfoldersignerassociation_get_object_v1_response_m_payload.py @@ -36,10 +36,11 @@ class EzsignfoldersignerassociationGetObjectV1ResponseMPayload(BaseModel): b_ezsignfoldersignerassociation_delayedsend: StrictBool = Field(description="If this flag is true the signatory is part of a delayed send.", alias="bEzsignfoldersignerassociationDelayedsend") b_ezsignfoldersignerassociation_receivecopy: StrictBool = Field(description="If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.", alias="bEzsignfoldersignerassociationReceivecopy") t_ezsignfoldersignerassociation_message: StrictStr = Field(description="A custom text message that will be added to the email sent.", alias="tEzsignfoldersignerassociationMessage") + b_ezsignfoldersignerassociation_allowsigninginperson: StrictBool = Field(description="If the Ezsignfoldersignerassociation is allowed to sign in person or not", alias="bEzsignfoldersignerassociationAllowsigninginperson") obj_ezsignsignergroup: Optional[EzsignsignergroupResponseCompound] = Field(default=None, alias="objEzsignsignergroup") obj_user: Optional[EzsignfoldersignerassociationResponseCompoundUser] = Field(default=None, alias="objUser") obj_ezsignsigner: Optional[EzsignsignerResponseCompound] = Field(default=None, alias="objEzsignsigner") - __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "objEzsignsignergroup", "objUser", "objEzsignsigner"] + __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "bEzsignfoldersignerassociationAllowsigninginperson", "objEzsignsignergroup", "objUser", "objEzsignsigner"] model_config = ConfigDict( populate_by_name=True, @@ -106,6 +107,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "bEzsignfoldersignerassociationDelayedsend": obj.get("bEzsignfoldersignerassociationDelayedsend"), "bEzsignfoldersignerassociationReceivecopy": obj.get("bEzsignfoldersignerassociationReceivecopy"), "tEzsignfoldersignerassociationMessage": obj.get("tEzsignfoldersignerassociationMessage"), + "bEzsignfoldersignerassociationAllowsigninginperson": obj.get("bEzsignfoldersignerassociationAllowsigninginperson"), "objEzsignsignergroup": EzsignsignergroupResponseCompound.from_dict(obj["objEzsignsignergroup"]) if obj.get("objEzsignsignergroup") is not None else None, "objUser": EzsignfoldersignerassociationResponseCompoundUser.from_dict(obj["objUser"]) if obj.get("objUser") is not None else None, "objEzsignsigner": EzsignsignerResponseCompound.from_dict(obj["objEzsignsigner"]) if obj.get("objEzsignsigner") is not None else None diff --git a/eZmaxApi/models/ezsignfoldersignerassociation_response.py b/eZmaxApi/models/ezsignfoldersignerassociation_response.py index 3ade5e3f2..a9d817168 100644 --- a/eZmaxApi/models/ezsignfoldersignerassociation_response.py +++ b/eZmaxApi/models/ezsignfoldersignerassociation_response.py @@ -33,7 +33,8 @@ class EzsignfoldersignerassociationResponse(BaseModel): b_ezsignfoldersignerassociation_delayedsend: StrictBool = Field(description="If this flag is true the signatory is part of a delayed send.", alias="bEzsignfoldersignerassociationDelayedsend") b_ezsignfoldersignerassociation_receivecopy: StrictBool = Field(description="If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.", alias="bEzsignfoldersignerassociationReceivecopy") t_ezsignfoldersignerassociation_message: StrictStr = Field(description="A custom text message that will be added to the email sent.", alias="tEzsignfoldersignerassociationMessage") - __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage"] + b_ezsignfoldersignerassociation_allowsigninginperson: StrictBool = Field(description="If the Ezsignfoldersignerassociation is allowed to sign in person or not", alias="bEzsignfoldersignerassociationAllowsigninginperson") + __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "bEzsignfoldersignerassociationAllowsigninginperson"] model_config = ConfigDict( populate_by_name=True, @@ -90,7 +91,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "fkiEzsignfolderID": obj.get("fkiEzsignfolderID"), "bEzsignfoldersignerassociationDelayedsend": obj.get("bEzsignfoldersignerassociationDelayedsend"), "bEzsignfoldersignerassociationReceivecopy": obj.get("bEzsignfoldersignerassociationReceivecopy"), - "tEzsignfoldersignerassociationMessage": obj.get("tEzsignfoldersignerassociationMessage") + "tEzsignfoldersignerassociationMessage": obj.get("tEzsignfoldersignerassociationMessage"), + "bEzsignfoldersignerassociationAllowsigninginperson": obj.get("bEzsignfoldersignerassociationAllowsigninginperson") }) return _obj diff --git a/eZmaxApi/models/ezsignfoldersignerassociation_response_compound.py b/eZmaxApi/models/ezsignfoldersignerassociation_response_compound.py index 8ecb1e2f5..1ad187b0e 100644 --- a/eZmaxApi/models/ezsignfoldersignerassociation_response_compound.py +++ b/eZmaxApi/models/ezsignfoldersignerassociation_response_compound.py @@ -36,10 +36,11 @@ class EzsignfoldersignerassociationResponseCompound(BaseModel): b_ezsignfoldersignerassociation_delayedsend: StrictBool = Field(description="If this flag is true the signatory is part of a delayed send.", alias="bEzsignfoldersignerassociationDelayedsend") b_ezsignfoldersignerassociation_receivecopy: StrictBool = Field(description="If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document.", alias="bEzsignfoldersignerassociationReceivecopy") t_ezsignfoldersignerassociation_message: StrictStr = Field(description="A custom text message that will be added to the email sent.", alias="tEzsignfoldersignerassociationMessage") + b_ezsignfoldersignerassociation_allowsigninginperson: StrictBool = Field(description="If the Ezsignfoldersignerassociation is allowed to sign in person or not", alias="bEzsignfoldersignerassociationAllowsigninginperson") obj_ezsignsignergroup: Optional[EzsignsignergroupResponseCompound] = Field(default=None, alias="objEzsignsignergroup") obj_user: Optional[EzsignfoldersignerassociationResponseCompoundUser] = Field(default=None, alias="objUser") obj_ezsignsigner: Optional[EzsignsignerResponseCompound] = Field(default=None, alias="objEzsignsigner") - __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "objEzsignsignergroup", "objUser", "objEzsignsigner"] + __properties: ClassVar[List[str]] = ["pkiEzsignfoldersignerassociationID", "fkiEzsignfolderID", "bEzsignfoldersignerassociationDelayedsend", "bEzsignfoldersignerassociationReceivecopy", "tEzsignfoldersignerassociationMessage", "bEzsignfoldersignerassociationAllowsigninginperson", "objEzsignsignergroup", "objUser", "objEzsignsigner"] model_config = ConfigDict( populate_by_name=True, @@ -106,6 +107,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "bEzsignfoldersignerassociationDelayedsend": obj.get("bEzsignfoldersignerassociationDelayedsend"), "bEzsignfoldersignerassociationReceivecopy": obj.get("bEzsignfoldersignerassociationReceivecopy"), "tEzsignfoldersignerassociationMessage": obj.get("tEzsignfoldersignerassociationMessage"), + "bEzsignfoldersignerassociationAllowsigninginperson": obj.get("bEzsignfoldersignerassociationAllowsigninginperson"), "objEzsignsignergroup": EzsignsignergroupResponseCompound.from_dict(obj["objEzsignsignergroup"]) if obj.get("objEzsignsignergroup") is not None else None, "objUser": EzsignfoldersignerassociationResponseCompoundUser.from_dict(obj["objUser"]) if obj.get("objUser") is not None else None, "objEzsignsigner": EzsignsignerResponseCompound.from_dict(obj["objEzsignsigner"]) if obj.get("objEzsignsigner") is not None else None diff --git a/eZmaxApi/models/ezsignfoldersignerassociation_response_compound_user.py b/eZmaxApi/models/ezsignfoldersignerassociation_response_compound_user.py index b2b389ace..e06d4008b 100644 --- a/eZmaxApi/models/ezsignfoldersignerassociation_response_compound_user.py +++ b/eZmaxApi/models/ezsignfoldersignerassociation_response_compound_user.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -32,9 +32,16 @@ class EzsignfoldersignerassociationResponseCompoundUser(BaseModel): fki_language_id: Annotated[int, Field(le=2, strict=True, ge=1)] = Field(description="The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English|", alias="fkiLanguageID") s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") __properties: ClassVar[List[str]] = ["pkiUserID", "fkiLanguageID", "sUserFirstname", "sUserLastname", "sEmailAddress"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignfoldertype_request.py b/eZmaxApi/models/ezsignfoldertype_request.py index 8aa49ffdb..236741bec 100644 --- a/eZmaxApi/models/ezsignfoldertype_request.py +++ b/eZmaxApi/models/ezsignfoldertype_request.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_ezsignfoldertype_completion import FieldEEzsignfoldertypeCompletion @@ -40,8 +40,8 @@ class EzsignfoldertypeRequest(BaseModel): fki_usergroup_id: Optional[Annotated[int, Field(le=255, strict=True, ge=0)]] = Field(default=None, description="The unique ID of the Usergroup", alias="fkiUsergroupID") fki_usergroup_id_restricted: Optional[Annotated[int, Field(le=255, strict=True, ge=0)]] = Field(default=None, description="The unique ID of the Usergroup", alias="fkiUsergroupIDRestricted") fki_ezsigntsarequirement_id: Optional[Annotated[int, Field(le=3, strict=True, ge=1)]] = Field(default=None, description="The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|", alias="fkiEzsigntsarequirementID") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") e_ezsignfoldertype_sendreminderfrequency: Optional[FieldEEzsignfoldertypeSendreminderfrequency] = Field(default=None, alias="eEzsignfoldertypeSendreminderfrequency") i_ezsignfoldertype_archivaldays: Annotated[int, Field(le=180, strict=True, ge=0)] = Field(description="The number of days before the archival of Ezsignfolders created using this Ezsignfoldertype", alias="iEzsignfoldertypeArchivaldays") @@ -76,6 +76,26 @@ class EzsignfoldertypeRequest(BaseModel): b_ezsignfoldertype_isactive: StrictBool = Field(description="Whether the Ezsignfoldertype is active or not", alias="bEzsignfoldertypeIsactive") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiUsergroupID", "fkiUsergroupIDRestricted", "fkiEzsigntsarequirementID", "sEmailAddressSigned", "sEmailAddressSummary", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignfoldertype_request_compound.py b/eZmaxApi/models/ezsignfoldertype_request_compound.py index ace3b2d98..09661be78 100644 --- a/eZmaxApi/models/ezsignfoldertype_request_compound.py +++ b/eZmaxApi/models/ezsignfoldertype_request_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_ezsignfoldertype_completion import FieldEEzsignfoldertypeCompletion @@ -40,8 +40,8 @@ class EzsignfoldertypeRequestCompound(BaseModel): fki_usergroup_id: Optional[Annotated[int, Field(le=255, strict=True, ge=0)]] = Field(default=None, description="The unique ID of the Usergroup", alias="fkiUsergroupID") fki_usergroup_id_restricted: Optional[Annotated[int, Field(le=255, strict=True, ge=0)]] = Field(default=None, description="The unique ID of the Usergroup", alias="fkiUsergroupIDRestricted") fki_ezsigntsarequirement_id: Optional[Annotated[int, Field(le=3, strict=True, ge=1)]] = Field(default=None, description="The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: |Value|Description| |-|-| |1|No. TSA Timestamping will requested. This will make all signatures a lot faster since no round-trip to the TSA server will be required. Timestamping will be made using eZsign server's time.| |2|Best effort. Timestamping from a Time Stamping Authority will be requested but is not mandatory. In the very improbable case it cannot be completed, the timestamping will be made using eZsign server's time. **Additional fee applies**| |3|Mandatory. Timestamping from a Time Stamping Authority will be requested and is mandatory. In the very improbable case it cannot be completed, the signature will fail and the user will be asked to retry. **Additional fee applies**|", alias="fkiEzsigntsarequirementID") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") e_ezsignfoldertype_sendreminderfrequency: Optional[FieldEEzsignfoldertypeSendreminderfrequency] = Field(default=None, alias="eEzsignfoldertypeSendreminderfrequency") i_ezsignfoldertype_archivaldays: Annotated[int, Field(le=180, strict=True, ge=0)] = Field(description="The number of days before the archival of Ezsignfolders created using this Ezsignfoldertype", alias="iEzsignfoldertypeArchivaldays") @@ -78,6 +78,26 @@ class EzsignfoldertypeRequestCompound(BaseModel): a_fki_user_id_summary: Optional[List[Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUserIDSummary") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiUsergroupID", "fkiUsergroupIDRestricted", "fkiEzsigntsarequirementID", "sEmailAddressSigned", "sEmailAddressSummary", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive", "a_fkiUserIDSigned", "a_fkiUserIDSummary"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignfoldertype_request_compound_v2.py b/eZmaxApi/models/ezsignfoldertype_request_compound_v2.py index cd259c6ae..c494d914c 100644 --- a/eZmaxApi/models/ezsignfoldertype_request_compound_v2.py +++ b/eZmaxApi/models/ezsignfoldertype_request_compound_v2.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_ezsignfoldertype_completion import FieldEEzsignfoldertypeCompletion @@ -42,8 +42,8 @@ class EzsignfoldertypeRequestCompoundV2(BaseModel): a_fki_usergroup_id_all: Optional[List[Annotated[int, Field(le=255, strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUsergroupIDAll") a_fki_usergroup_id_restricted: Optional[List[Annotated[int, Field(le=255, strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUsergroupIDRestricted") a_fki_usergroup_id_template: Optional[List[Annotated[int, Field(le=255, strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUsergroupIDTemplate") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") e_ezsignfoldertype_sendreminderfrequency: Optional[FieldEEzsignfoldertypeSendreminderfrequency] = Field(default=None, alias="eEzsignfoldertypeSendreminderfrequency") i_ezsignfoldertype_archivaldays: Annotated[int, Field(le=180, strict=True, ge=0)] = Field(description="The number of days before the archival of Ezsignfolders created using this Ezsignfoldertype", alias="iEzsignfoldertypeArchivaldays") @@ -80,6 +80,26 @@ class EzsignfoldertypeRequestCompoundV2(BaseModel): a_fki_user_id_summary: Optional[List[Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUserIDSummary") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiEzsigntsarequirementID", "a_fkiUserlogintypeID", "a_fkiUsergroupIDAll", "a_fkiUsergroupIDRestricted", "a_fkiUsergroupIDTemplate", "sEmailAddressSigned", "sEmailAddressSummary", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive", "a_fkiUserIDSigned", "a_fkiUserIDSummary"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignfoldertype_request_v2.py b/eZmaxApi/models/ezsignfoldertype_request_v2.py index 68be5d7e3..46cfb6fa9 100644 --- a/eZmaxApi/models/ezsignfoldertype_request_v2.py +++ b/eZmaxApi/models/ezsignfoldertype_request_v2.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_ezsignfoldertype_completion import FieldEEzsignfoldertypeCompletion @@ -42,8 +42,8 @@ class EzsignfoldertypeRequestV2(BaseModel): a_fki_usergroup_id_all: Optional[List[Annotated[int, Field(le=255, strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUsergroupIDAll") a_fki_usergroup_id_restricted: Optional[List[Annotated[int, Field(le=255, strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUsergroupIDRestricted") a_fki_usergroup_id_template: Optional[List[Annotated[int, Field(le=255, strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUsergroupIDTemplate") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") e_ezsignfoldertype_sendreminderfrequency: Optional[FieldEEzsignfoldertypeSendreminderfrequency] = Field(default=None, alias="eEzsignfoldertypeSendreminderfrequency") i_ezsignfoldertype_archivaldays: Annotated[int, Field(le=180, strict=True, ge=0)] = Field(description="The number of days before the archival of Ezsignfolders created using this Ezsignfoldertype", alias="iEzsignfoldertypeArchivaldays") @@ -78,6 +78,26 @@ class EzsignfoldertypeRequestV2(BaseModel): b_ezsignfoldertype_isactive: StrictBool = Field(description="Whether the Ezsignfoldertype is active or not", alias="bEzsignfoldertypeIsactive") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiEzsigntsarequirementID", "a_fkiUserlogintypeID", "a_fkiUsergroupIDAll", "a_fkiUsergroupIDRestricted", "a_fkiUsergroupIDTemplate", "sEmailAddressSigned", "sEmailAddressSummary", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignfoldertype_response.py b/eZmaxApi/models/ezsignfoldertype_response.py index e4ab3fec6..3b4feb180 100644 --- a/eZmaxApi/models/ezsignfoldertype_response.py +++ b/eZmaxApi/models/ezsignfoldertype_response.py @@ -44,8 +44,8 @@ class EzsignfoldertypeResponse(BaseModel): s_branding_description_x: StrictStr = Field(description="The Description of the Branding in the language of the requester", alias="sBrandingDescriptionX") s_billingentityinternal_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Billingentityinternal in the language of the requester", alias="sBillingentityinternalDescriptionX") s_ezsigntsarequirement_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Ezsigntsarequirement in the language of the requester", alias="sEzsigntsarequirementDescriptionX") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") s_usergroup_name_x: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameX") s_usergroup_name_x_restricted: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameXRestricted") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") @@ -83,6 +83,26 @@ class EzsignfoldertypeResponse(BaseModel): a_obj_userlogintype: List[UserlogintypeResponse] = Field(alias="a_objUserlogintype") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiUsergroupID", "fkiUsergroupIDRestricted", "fkiEzsigntsarequirementID", "sBrandingDescriptionX", "sBillingentityinternalDescriptionX", "sEzsigntsarequirementDescriptionX", "sEmailAddressSigned", "sEmailAddressSummary", "sUsergroupNameX", "sUsergroupNameXRestricted", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive", "a_objUserlogintype"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_usergroup_name_x') def s_usergroup_name_x_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/ezsignfoldertype_response_compound.py b/eZmaxApi/models/ezsignfoldertype_response_compound.py index 6c37c9ced..4aec619a0 100644 --- a/eZmaxApi/models/ezsignfoldertype_response_compound.py +++ b/eZmaxApi/models/ezsignfoldertype_response_compound.py @@ -44,8 +44,8 @@ class EzsignfoldertypeResponseCompound(BaseModel): s_branding_description_x: StrictStr = Field(description="The Description of the Branding in the language of the requester", alias="sBrandingDescriptionX") s_billingentityinternal_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Billingentityinternal in the language of the requester", alias="sBillingentityinternalDescriptionX") s_ezsigntsarequirement_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Ezsigntsarequirement in the language of the requester", alias="sEzsigntsarequirementDescriptionX") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") s_usergroup_name_x: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameX") s_usergroup_name_x_restricted: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameXRestricted") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") @@ -85,6 +85,26 @@ class EzsignfoldertypeResponseCompound(BaseModel): a_fki_user_id_summary: Optional[List[Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUserIDSummary") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiUsergroupID", "fkiUsergroupIDRestricted", "fkiEzsigntsarequirementID", "sBrandingDescriptionX", "sBillingentityinternalDescriptionX", "sEzsigntsarequirementDescriptionX", "sEmailAddressSigned", "sEmailAddressSummary", "sUsergroupNameX", "sUsergroupNameXRestricted", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive", "a_objUserlogintype", "a_fkiUserIDSigned", "a_fkiUserIDSummary"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_usergroup_name_x') def s_usergroup_name_x_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/ezsignfoldertype_response_compound_v3.py b/eZmaxApi/models/ezsignfoldertype_response_compound_v3.py index ac3eed17c..da3e617c3 100644 --- a/eZmaxApi/models/ezsignfoldertype_response_compound_v3.py +++ b/eZmaxApi/models/ezsignfoldertype_response_compound_v3.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_ezsignfoldertype_completion import FieldEEzsignfoldertypeCompletion @@ -43,8 +43,8 @@ class EzsignfoldertypeResponseCompoundV3(BaseModel): s_branding_description_x: StrictStr = Field(description="The Description of the Branding in the language of the requester", alias="sBrandingDescriptionX") s_billingentityinternal_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Billingentityinternal in the language of the requester", alias="sBillingentityinternalDescriptionX") s_ezsigntsarequirement_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Ezsigntsarequirement in the language of the requester", alias="sEzsigntsarequirementDescriptionX") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") e_ezsignfoldertype_sendreminderfrequency: Optional[FieldEEzsignfoldertypeSendreminderfrequency] = Field(default=None, alias="eEzsignfoldertypeSendreminderfrequency") i_ezsignfoldertype_archivaldays: Annotated[int, Field(le=180, strict=True, ge=0)] = Field(description="The number of days before the archival of Ezsignfolders created using this Ezsignfoldertype", alias="iEzsignfoldertypeArchivaldays") @@ -85,6 +85,26 @@ class EzsignfoldertypeResponseCompoundV3(BaseModel): a_fki_user_id_summary: Optional[List[Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, alias="a_fkiUserIDSummary") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiEzsigntsarequirementID", "sBrandingDescriptionX", "sBillingentityinternalDescriptionX", "sEzsigntsarequirementDescriptionX", "sEmailAddressSigned", "sEmailAddressSummary", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive", "a_objUserlogintype", "a_objUsergroupAll", "a_objUsergroupRestricted", "a_objUsergroupTemplate", "a_fkiUserIDSigned", "a_fkiUserIDSummary"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignfoldertype_response_v3.py b/eZmaxApi/models/ezsignfoldertype_response_v3.py index 539766f14..ccd36948b 100644 --- a/eZmaxApi/models/ezsignfoldertype_response_v3.py +++ b/eZmaxApi/models/ezsignfoldertype_response_v3.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_ezsignfoldertype_completion import FieldEEzsignfoldertypeCompletion @@ -43,8 +43,8 @@ class EzsignfoldertypeResponseV3(BaseModel): s_branding_description_x: StrictStr = Field(description="The Description of the Branding in the language of the requester", alias="sBrandingDescriptionX") s_billingentityinternal_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Billingentityinternal in the language of the requester", alias="sBillingentityinternalDescriptionX") s_ezsigntsarequirement_description_x: Optional[StrictStr] = Field(default=None, description="The description of the Ezsigntsarequirement in the language of the requester", alias="sEzsigntsarequirementDescriptionX") - s_email_address_signed: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") - s_email_address_summary: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") + s_email_address_signed: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSigned") + s_email_address_summary: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddressSummary") e_ezsignfoldertype_privacylevel: FieldEEzsignfoldertypePrivacylevel = Field(alias="eEzsignfoldertypePrivacylevel") e_ezsignfoldertype_sendreminderfrequency: Optional[FieldEEzsignfoldertypeSendreminderfrequency] = Field(default=None, alias="eEzsignfoldertypeSendreminderfrequency") i_ezsignfoldertype_archivaldays: Annotated[int, Field(le=180, strict=True, ge=0)] = Field(description="The number of days before the archival of Ezsignfolders created using this Ezsignfoldertype", alias="iEzsignfoldertypeArchivaldays") @@ -83,6 +83,26 @@ class EzsignfoldertypeResponseV3(BaseModel): a_obj_usergroup_template: Optional[List[UsergroupResponse]] = Field(default=None, alias="a_objUsergroupTemplate") __properties: ClassVar[List[str]] = ["pkiEzsignfoldertypeID", "objEzsignfoldertypeName", "fkiBrandingID", "fkiBillingentityinternalID", "fkiEzsigntsarequirementID", "sBrandingDescriptionX", "sBillingentityinternalDescriptionX", "sEzsigntsarequirementDescriptionX", "sEmailAddressSigned", "sEmailAddressSummary", "eEzsignfoldertypePrivacylevel", "eEzsignfoldertypeSendreminderfrequency", "iEzsignfoldertypeArchivaldays", "eEzsignfoldertypeDisposal", "eEzsignfoldertypeCompletion", "iEzsignfoldertypeDisposaldays", "iEzsignfoldertypeDeadlinedays", "bEzsignfoldertypeDelegate", "bEzsignfoldertypeDiscussion", "bEzsignfoldertypeReassignezsignsigner", "bEzsignfoldertypeReassignuser", "bEzsignfoldertypeSendsignedtoezsignsigner", "bEzsignfoldertypeSendsignedtouser", "bEzsignfoldertypeSendattachmentezsignsigner", "bEzsignfoldertypeSendproofezsignsigner", "bEzsignfoldertypeSendattachmentuser", "bEzsignfoldertypeSendproofuser", "bEzsignfoldertypeSendproofemail", "bEzsignfoldertypeAllowdownloadattachmentezsignsigner", "bEzsignfoldertypeAllowdownloadproofezsignsigner", "bEzsignfoldertypeSendproofreceivealldocument", "bEzsignfoldertypeSendsignedtodocumentowner", "bEzsignfoldertypeSendsignedtofolderowner", "bEzsignfoldertypeSendsignedtofullgroup", "bEzsignfoldertypeSendsignedtolimitedgroup", "bEzsignfoldertypeSendsignedtocolleague", "bEzsignfoldertypeSendsummarytodocumentowner", "bEzsignfoldertypeSendsummarytofolderowner", "bEzsignfoldertypeSendsummarytofullgroup", "bEzsignfoldertypeSendsummarytolimitedgroup", "bEzsignfoldertypeSendsummarytocolleague", "bEzsignfoldertypeIsactive", "a_objUserlogintype", "a_objUsergroupAll", "a_objUsergroupRestricted", "a_objUsergroupTemplate"] + @field_validator('s_email_address_signed') + def s_email_address_signed_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + + @field_validator('s_email_address_summary') + def s_email_address_summary_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/ezsignsigner_request_compound_contact.py b/eZmaxApi/models/ezsignsigner_request_compound_contact.py index b76191c6e..87d7ecf4b 100644 --- a/eZmaxApi/models/ezsignsigner_request_compound_contact.py +++ b/eZmaxApi/models/ezsignsigner_request_compound_contact.py @@ -31,7 +31,7 @@ class EzsignsignerRequestCompoundContact(BaseModel): s_contact_firstname: StrictStr = Field(description="The First name of the contact", alias="sContactFirstname") s_contact_lastname: StrictStr = Field(description="The Last name of the contact", alias="sContactLastname") fki_language_id: Annotated[int, Field(le=2, strict=True, ge=1)] = Field(description="The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English|", alias="fkiLanguageID") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_phone_e164: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="A phone number in E.164 Format", alias="sPhoneE164") s_phone_extension: Optional[StrictStr] = Field(default=None, description="The extension of the phone number. The extension is the \"123\" section in this sample phone number: (514) 990-1516 x123. It can also be used with international phone numbers", alias="sPhoneExtension") s_phone_e164_cell: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="A phone number in E.164 Format", alias="sPhoneE164Cell") @@ -39,6 +39,16 @@ class EzsignsignerRequestCompoundContact(BaseModel): s_phone_number_cell: Optional[StrictStr] = Field(default=None, alias="sPhoneNumberCell") __properties: ClassVar[List[str]] = ["sContactFirstname", "sContactLastname", "fkiLanguageID", "sEmailAddress", "sPhoneE164", "sPhoneExtension", "sPhoneE164Cell", "sPhoneNumber", "sPhoneNumberCell"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_phone_e164') def s_phone_e164_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/ezsignsigner_response_compound_contact.py b/eZmaxApi/models/ezsignsigner_response_compound_contact.py index 9447985df..f37dd6077 100644 --- a/eZmaxApi/models/ezsignsigner_response_compound_contact.py +++ b/eZmaxApi/models/ezsignsigner_response_compound_contact.py @@ -32,12 +32,22 @@ class EzsignsignerResponseCompoundContact(BaseModel): s_contact_firstname: StrictStr = Field(description="The First name of the contact", alias="sContactFirstname") s_contact_lastname: StrictStr = Field(description="The Last name of the contact", alias="sContactLastname") fki_language_id: Annotated[int, Field(le=2, strict=True, ge=1)] = Field(description="The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English|", alias="fkiLanguageID") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_phone_e164: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="A phone number in E.164 Format", alias="sPhoneE164") s_phone_extension: Optional[StrictStr] = Field(default=None, description="The extension of the phone number. The extension is the \"123\" section in this sample phone number: (514) 990-1516 x123. It can also be used with international phone numbers", alias="sPhoneExtension") s_phone_e164_cell: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="A phone number in E.164 Format", alias="sPhoneE164Cell") __properties: ClassVar[List[str]] = ["pkiContactID", "sContactFirstname", "sContactLastname", "fkiLanguageID", "sEmailAddress", "sPhoneE164", "sPhoneExtension", "sPhoneE164Cell"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_phone_e164') def s_phone_e164_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/scim_email.py b/eZmaxApi/models/scim_email.py index a2c375cb1..31439cffd 100644 --- a/eZmaxApi/models/scim_email.py +++ b/eZmaxApi/models/scim_email.py @@ -18,8 +18,9 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, field_validator from typing import Any, ClassVar, Dict, List, Optional +from typing_extensions import Annotated from typing import Optional, Set from typing_extensions import Self @@ -27,10 +28,20 @@ class ScimEmail(BaseModel): """ ScimEmail """ # noqa: E501 - value: Optional[StrictStr] = Field(default=None, description="The email address.") + value: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.") primary: Optional[StrictBool] = None __properties: ClassVar[List[str]] = ["value", "primary"] + @field_validator('value') + def value_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/sessionhistory_list_element.py b/eZmaxApi/models/sessionhistory_list_element.py index 3d4faff52..e27a4a1b8 100644 --- a/eZmaxApi/models/sessionhistory_list_element.py +++ b/eZmaxApi/models/sessionhistory_list_element.py @@ -78,8 +78,8 @@ def s_user_loginname_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/signature_response.py b/eZmaxApi/models/signature_response.py index 939e1ed1d..8fe944d94 100644 --- a/eZmaxApi/models/signature_response.py +++ b/eZmaxApi/models/signature_response.py @@ -35,8 +35,8 @@ class SignatureResponse(BaseModel): @field_validator('s_signature_url') def s_signature_url_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/signature_response_compound.py b/eZmaxApi/models/signature_response_compound.py index a15620a1c..48760fc91 100644 --- a/eZmaxApi/models/signature_response_compound.py +++ b/eZmaxApi/models/signature_response_compound.py @@ -35,8 +35,8 @@ class SignatureResponseCompound(BaseModel): @field_validator('s_signature_url') def s_signature_url_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^.{0,2048}$", value): - raise ValueError(r"must validate the regular expression /^.{0,2048}$/") + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") return value model_config = ConfigDict( diff --git a/eZmaxApi/models/user_create_ezsignuser_v1_request.py b/eZmaxApi/models/user_create_ezsignuser_v1_request.py index bc84fbd8d..1e6908fc9 100644 --- a/eZmaxApi/models/user_create_ezsignuser_v1_request.py +++ b/eZmaxApi/models/user_create_ezsignuser_v1_request.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from typing import Optional, Set @@ -31,13 +31,20 @@ class UserCreateEzsignuserV1Request(BaseModel): fki_language_id: Annotated[int, Field(le=2, strict=True, ge=1)] = Field(description="The unique ID of the Language. Valid values: |Value|Description| |-|-| |1|French| |2|English|", alias="fkiLanguageID") s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_phone_region: StrictStr = Field(description="The region of the phone number. (For a North America Number only) The region is the \"514\" section in this sample phone number: (514) 990-1516 x123", alias="sPhoneRegion") s_phone_exchange: StrictStr = Field(description="The exchange of the phone number. (For a North America Number only) The exchange is the \"990\" section in this sample phone number: (514) 990-1516 x123", alias="sPhoneExchange") s_phone_number: StrictStr = Field(description="The number of the phone number. (For a North America Number only) The number is the \"1516\" section in this sample phone number: (514) 990-1516 x123", alias="sPhoneNumber") s_phone_extension: Optional[StrictStr] = Field(default=None, description="The extension of the phone number. The extension is the \"123\" section in this sample phone number: (514) 990-1516 x123. It can also be used with international phone numbers", alias="sPhoneExtension") __properties: ClassVar[List[str]] = ["fkiLanguageID", "sUserFirstname", "sUserLastname", "sEmailAddress", "sPhoneRegion", "sPhoneExchange", "sPhoneNumber", "sPhoneExtension"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/user_list_element.py b/eZmaxApi/models/user_list_element.py index 78089dba2..bf10c82ff 100644 --- a/eZmaxApi/models/user_list_element.py +++ b/eZmaxApi/models/user_list_element.py @@ -40,15 +40,15 @@ class UserListElement(BaseModel): e_user_origin: FieldEUserOrigin = Field(alias="eUserOrigin") e_user_ezsignaccess: FieldEUserEzsignaccess = Field(alias="eUserEzsignaccess") dt_user_ezsignprepaidexpiration: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The eZsign prepaid expiration date", alias="dtUserEzsignprepaidexpiration") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_user_jobtitle: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The job title of the user", alias="sUserJobtitle") __properties: ClassVar[List[str]] = ["pkiUserID", "sUserFirstname", "sUserLastname", "sUserLoginname", "bUserIsactive", "eUserType", "eUserOrigin", "eUserEzsignaccess", "dtUserEzsignprepaidexpiration", "sEmailAddress", "sUserJobtitle"] @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('dt_user_ezsignprepaidexpiration') @@ -61,6 +61,13 @@ def dt_user_ezsignprepaidexpiration_validate_regular_expression(cls, value): raise ValueError(r"must validate the regular expression /^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$/") return value + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_user_jobtitle') def s_user_jobtitle_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/user_request.py b/eZmaxApi/models/user_request.py index 994800d72..8f98d3321 100644 --- a/eZmaxApi/models/user_request.py +++ b/eZmaxApi/models/user_request.py @@ -66,8 +66,8 @@ class UserRequest(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_jobtitle') diff --git a/eZmaxApi/models/user_request_compound.py b/eZmaxApi/models/user_request_compound.py index 224b189bc..edcf0a59e 100644 --- a/eZmaxApi/models/user_request_compound.py +++ b/eZmaxApi/models/user_request_compound.py @@ -66,8 +66,8 @@ class UserRequestCompound(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_jobtitle') diff --git a/eZmaxApi/models/user_request_compound_v2.py b/eZmaxApi/models/user_request_compound_v2.py index 4e0129d85..54f2224d7 100644 --- a/eZmaxApi/models/user_request_compound_v2.py +++ b/eZmaxApi/models/user_request_compound_v2.py @@ -66,8 +66,8 @@ class UserRequestCompoundV2(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_jobtitle') diff --git a/eZmaxApi/models/user_request_v2.py b/eZmaxApi/models/user_request_v2.py index 612951258..6c8c3824c 100644 --- a/eZmaxApi/models/user_request_v2.py +++ b/eZmaxApi/models/user_request_v2.py @@ -66,8 +66,8 @@ class UserRequestV2(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_jobtitle') diff --git a/eZmaxApi/models/user_response.py b/eZmaxApi/models/user_response.py index fd3ca03d8..c63069cef 100644 --- a/eZmaxApi/models/user_response.py +++ b/eZmaxApi/models/user_response.py @@ -78,8 +78,8 @@ class UserResponse(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_jobtitle') diff --git a/eZmaxApi/models/user_response_compound.py b/eZmaxApi/models/user_response_compound.py index 8e2f620d4..1ddaec23e 100644 --- a/eZmaxApi/models/user_response_compound.py +++ b/eZmaxApi/models/user_response_compound.py @@ -78,8 +78,8 @@ class UserResponseCompound(BaseModel): @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") return value @field_validator('s_user_jobtitle') diff --git a/eZmaxApi/models/usergroupdelegation_response.py b/eZmaxApi/models/usergroupdelegation_response.py index e5f19edb1..534e61011 100644 --- a/eZmaxApi/models/usergroupdelegation_response.py +++ b/eZmaxApi/models/usergroupdelegation_response.py @@ -34,15 +34,25 @@ class UsergroupdelegationResponse(BaseModel): s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") s_user_loginname: Annotated[str, Field(strict=True)] = Field(description="The login name of the User.", alias="sUserLoginname") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_usergroup_name_x: Annotated[str, Field(strict=True)] = Field(description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameX") __properties: ClassVar[List[str]] = ["pkiUsergroupdelegationID", "fkiUsergroupID", "fkiUserID", "sUserFirstname", "sUserLastname", "sUserLoginname", "sEmailAddress", "sUsergroupNameX"] @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") return value @field_validator('s_usergroup_name_x') diff --git a/eZmaxApi/models/usergroupdelegation_response_compound.py b/eZmaxApi/models/usergroupdelegation_response_compound.py index fed5cbec6..65abd39ea 100644 --- a/eZmaxApi/models/usergroupdelegation_response_compound.py +++ b/eZmaxApi/models/usergroupdelegation_response_compound.py @@ -34,15 +34,25 @@ class UsergroupdelegationResponseCompound(BaseModel): s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") s_user_loginname: Annotated[str, Field(strict=True)] = Field(description="The login name of the User.", alias="sUserLoginname") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_usergroup_name_x: Annotated[str, Field(strict=True)] = Field(description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameX") __properties: ClassVar[List[str]] = ["pkiUsergroupdelegationID", "fkiUsergroupID", "fkiUserID", "sUserFirstname", "sUserLastname", "sUserLoginname", "sEmailAddress", "sUsergroupNameX"] @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") return value @field_validator('s_usergroup_name_x') diff --git a/eZmaxApi/models/usergroupexternalmembership_response.py b/eZmaxApi/models/usergroupexternalmembership_response.py index 82be52e1d..cf32a8e72 100644 --- a/eZmaxApi/models/usergroupexternalmembership_response.py +++ b/eZmaxApi/models/usergroupexternalmembership_response.py @@ -34,15 +34,22 @@ class UsergroupexternalmembershipResponse(BaseModel): s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") s_user_loginname: Annotated[str, Field(strict=True)] = Field(description="The login name of the User.", alias="sUserLoginname") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_usergroupexternal_name: Annotated[str, Field(strict=True)] = Field(description="The name of the Usergroupexternal", alias="sUsergroupexternalName") __properties: ClassVar[List[str]] = ["pkiUsergroupexternalmembershipID", "fkiUsergroupexternalID", "fkiUserID", "sUserFirstname", "sUserLastname", "sUserLoginname", "sEmailAddress", "sUsergroupexternalName"] @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") return value @field_validator('s_usergroupexternal_name') diff --git a/eZmaxApi/models/usergroupexternalmembership_response_compound.py b/eZmaxApi/models/usergroupexternalmembership_response_compound.py index 30ff83afa..3b2e99fe5 100644 --- a/eZmaxApi/models/usergroupexternalmembership_response_compound.py +++ b/eZmaxApi/models/usergroupexternalmembership_response_compound.py @@ -34,15 +34,22 @@ class UsergroupexternalmembershipResponseCompound(BaseModel): s_user_firstname: StrictStr = Field(description="The first name of the user", alias="sUserFirstname") s_user_lastname: StrictStr = Field(description="The last name of the user", alias="sUserLastname") s_user_loginname: Annotated[str, Field(strict=True)] = Field(description="The login name of the User.", alias="sUserLoginname") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_usergroupexternal_name: Annotated[str, Field(strict=True)] = Field(description="The name of the Usergroupexternal", alias="sUsergroupexternalName") __properties: ClassVar[List[str]] = ["pkiUsergroupexternalmembershipID", "fkiUsergroupexternalID", "fkiUserID", "sUserFirstname", "sUserLastname", "sUserLoginname", "sEmailAddress", "sUsergroupexternalName"] @field_validator('s_user_loginname') def s_user_loginname_validate_regular_expression(cls, value): """Validates the regular expression""" - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") return value @field_validator('s_usergroupexternal_name') diff --git a/eZmaxApi/models/usergroupmembership_response.py b/eZmaxApi/models/usergroupmembership_response.py index cbdc94ee5..6590c0d8b 100644 --- a/eZmaxApi/models/usergroupmembership_response.py +++ b/eZmaxApi/models/usergroupmembership_response.py @@ -35,7 +35,7 @@ class UsergroupmembershipResponse(BaseModel): s_user_firstname: Optional[StrictStr] = Field(default=None, description="The first name of the user", alias="sUserFirstname") s_user_lastname: Optional[StrictStr] = Field(default=None, description="The last name of the user", alias="sUserLastname") s_user_loginname: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The login name of the User.", alias="sUserLoginname") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_usergroup_name_x: Annotated[str, Field(strict=True)] = Field(description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameX") s_usergroupexternal_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Usergroupexternal", alias="sUsergroupexternalName") __properties: ClassVar[List[str]] = ["pkiUsergroupmembershipID", "fkiUsergroupID", "fkiUserID", "fkiUsergroupexternalID", "sUserFirstname", "sUserLastname", "sUserLoginname", "sEmailAddress", "sUsergroupNameX", "sUsergroupexternalName"] @@ -46,8 +46,18 @@ def s_user_loginname_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") return value @field_validator('s_usergroup_name_x') diff --git a/eZmaxApi/models/usergroupmembership_response_compound.py b/eZmaxApi/models/usergroupmembership_response_compound.py index dae59665a..416f826e4 100644 --- a/eZmaxApi/models/usergroupmembership_response_compound.py +++ b/eZmaxApi/models/usergroupmembership_response_compound.py @@ -35,7 +35,7 @@ class UsergroupmembershipResponseCompound(BaseModel): s_user_firstname: Optional[StrictStr] = Field(default=None, description="The first name of the user", alias="sUserFirstname") s_user_lastname: Optional[StrictStr] = Field(default=None, description="The last name of the user", alias="sUserLastname") s_user_loginname: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The login name of the User.", alias="sUserLoginname") - s_email_address: Optional[StrictStr] = Field(default=None, description="The email address.", alias="sEmailAddress") + s_email_address: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The email address.", alias="sEmailAddress") s_usergroup_name_x: Annotated[str, Field(strict=True)] = Field(description="The Name of the Usergroup in the language of the requester", alias="sUsergroupNameX") s_usergroupexternal_name: Optional[Annotated[str, Field(strict=True)]] = Field(default=None, description="The name of the Usergroupexternal", alias="sUsergroupexternalName") __properties: ClassVar[List[str]] = ["pkiUsergroupmembershipID", "fkiUsergroupID", "fkiUserID", "fkiUsergroupexternalID", "sUserFirstname", "sUserLastname", "sUserLoginname", "sEmailAddress", "sUsergroupNameX", "sUsergroupexternalName"] @@ -46,8 +46,18 @@ def s_user_loginname_validate_regular_expression(cls, value): if value is None: return value - if not re.match(r"^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$", value): - raise ValueError(r"must validate the regular expression /^(?:([\w\.-]+@[\w\.-]+\.\w{2,20})|([a-zA-Z0-9]){1,32})$/") + if not re.match(r"^(?:([\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$", value): + raise ValueError(r"must validate the regular expression /^(?:([\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20})|([a-zA-Z0-9]){1,32})$/") + return value + + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if value is None: + return value + + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") return value @field_validator('s_usergroup_name_x') diff --git a/eZmaxApi/models/userstaged_list_element.py b/eZmaxApi/models/userstaged_list_element.py index d5e882e40..4450c5c62 100644 --- a/eZmaxApi/models/userstaged_list_element.py +++ b/eZmaxApi/models/userstaged_list_element.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -29,12 +29,19 @@ class UserstagedListElement(BaseModel): A Userstaged List Element """ # noqa: E501 pki_userstaged_id: Annotated[int, Field(le=65535, strict=True, ge=1)] = Field(description="The unique ID of the Userstaged", alias="pkiUserstagedID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_userstaged_firstname: Annotated[str, Field(strict=True)] = Field(description="The firstname of the Userstaged", alias="sUserstagedFirstname") s_userstaged_lastname: Annotated[str, Field(strict=True)] = Field(description="The lastname of the Userstaged", alias="sUserstagedLastname") s_userstaged_externalid: Annotated[str, Field(strict=True)] = Field(description="The externalid of the Userstaged", alias="sUserstagedExternalid") __properties: ClassVar[List[str]] = ["pkiUserstagedID", "sEmailAddress", "sUserstagedFirstname", "sUserstagedLastname", "sUserstagedExternalid"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_userstaged_firstname') def s_userstaged_firstname_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/userstaged_response.py b/eZmaxApi/models/userstaged_response.py index d87557760..ddfce7026 100644 --- a/eZmaxApi/models/userstaged_response.py +++ b/eZmaxApi/models/userstaged_response.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -30,12 +30,19 @@ class UserstagedResponse(BaseModel): """ # noqa: E501 pki_userstaged_id: Annotated[int, Field(le=65535, strict=True, ge=1)] = Field(description="The unique ID of the Userstaged", alias="pkiUserstagedID") fki_email_id: Annotated[int, Field(le=16777215, strict=True, ge=1)] = Field(description="The unique ID of the Email", alias="fkiEmailID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_userstaged_firstname: Annotated[str, Field(strict=True)] = Field(description="The firstname of the Userstaged", alias="sUserstagedFirstname") s_userstaged_lastname: Annotated[str, Field(strict=True)] = Field(description="The lastname of the Userstaged", alias="sUserstagedLastname") s_userstaged_externalid: Annotated[str, Field(strict=True)] = Field(description="The externalid of the Userstaged", alias="sUserstagedExternalid") __properties: ClassVar[List[str]] = ["pkiUserstagedID", "fkiEmailID", "sEmailAddress", "sUserstagedFirstname", "sUserstagedLastname", "sUserstagedExternalid"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_userstaged_firstname') def s_userstaged_firstname_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/userstaged_response_compound.py b/eZmaxApi/models/userstaged_response_compound.py index e4cc014ac..d7da295d0 100644 --- a/eZmaxApi/models/userstaged_response_compound.py +++ b/eZmaxApi/models/userstaged_response_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator +from pydantic import BaseModel, ConfigDict, Field, field_validator from typing import Any, ClassVar, Dict, List from typing_extensions import Annotated from typing import Optional, Set @@ -30,12 +30,19 @@ class UserstagedResponseCompound(BaseModel): """ # noqa: E501 pki_userstaged_id: Annotated[int, Field(le=65535, strict=True, ge=1)] = Field(description="The unique ID of the Userstaged", alias="pkiUserstagedID") fki_email_id: Annotated[int, Field(le=16777215, strict=True, ge=1)] = Field(description="The unique ID of the Email", alias="fkiEmailID") - s_email_address: StrictStr = Field(description="The email address.", alias="sEmailAddress") + s_email_address: Annotated[str, Field(strict=True)] = Field(description="The email address.", alias="sEmailAddress") s_userstaged_firstname: Annotated[str, Field(strict=True)] = Field(description="The firstname of the Userstaged", alias="sUserstagedFirstname") s_userstaged_lastname: Annotated[str, Field(strict=True)] = Field(description="The lastname of the Userstaged", alias="sUserstagedLastname") s_userstaged_externalid: Annotated[str, Field(strict=True)] = Field(description="The externalid of the Userstaged", alias="sUserstagedExternalid") __properties: ClassVar[List[str]] = ["pkiUserstagedID", "fkiEmailID", "sEmailAddress", "sUserstagedFirstname", "sUserstagedLastname", "sUserstagedExternalid"] + @field_validator('s_email_address') + def s_email_address_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^[\w.%+\-!#$%&\'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$", value): + raise ValueError(r"must validate the regular expression /^[\w.%+\-!#$%&'*+\/=?^`{|}~]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,20}$/") + return value + @field_validator('s_userstaged_firstname') def s_userstaged_firstname_validate_regular_expression(cls, value): """Validates the regular expression""" diff --git a/eZmaxApi/models/webhook_list_element.py b/eZmaxApi/models/webhook_list_element.py index b151a6228..239f8a3f0 100644 --- a/eZmaxApi/models/webhook_list_element.py +++ b/eZmaxApi/models/webhook_list_element.py @@ -18,8 +18,9 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional +from typing_extensions import Annotated from eZmaxApi.models.field_e_webhook_ezsignevent import FieldEWebhookEzsignevent from eZmaxApi.models.field_e_webhook_managementevent import FieldEWebhookManagementevent from eZmaxApi.models.field_e_webhook_module import FieldEWebhookModule @@ -32,7 +33,7 @@ class WebhookListElement(BaseModel): """ # noqa: E501 pki_webhook_id: StrictInt = Field(description="The unique ID of the Webhook", alias="pkiWebhookID") s_webhook_description: StrictStr = Field(description="The description of the Webhook", alias="sWebhookDescription") - s_webhook_url: StrictStr = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") + s_webhook_url: Annotated[str, Field(strict=True)] = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") s_webhook_event: StrictStr = Field(description="The concatenated string to describe the Webhook event", alias="sWebhookEvent") s_webhook_emailfailed: StrictStr = Field(description="The email that will receive the Webhook in case all attempts fail", alias="sWebhookEmailfailed") e_webhook_module: FieldEWebhookModule = Field(alias="eWebhookModule") @@ -42,6 +43,13 @@ class WebhookListElement(BaseModel): b_webhook_issigned: StrictBool = Field(description="Whether the requests will be signed or not", alias="bWebhookIssigned") __properties: ClassVar[List[str]] = ["pkiWebhookID", "sWebhookDescription", "sWebhookUrl", "sWebhookEvent", "sWebhookEmailfailed", "eWebhookModule", "eWebhookEzsignevent", "eWebhookManagementevent", "bWebhookIsactive", "bWebhookIssigned"] + @field_validator('s_webhook_url') + def s_webhook_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/webhook_request.py b/eZmaxApi/models/webhook_request.py index 737e359ee..a143f27e5 100644 --- a/eZmaxApi/models/webhook_request.py +++ b/eZmaxApi/models/webhook_request.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_webhook_ezsignevent import FieldEWebhookEzsignevent @@ -37,13 +37,20 @@ class WebhookRequest(BaseModel): e_webhook_module: FieldEWebhookModule = Field(alias="eWebhookModule") e_webhook_ezsignevent: Optional[FieldEWebhookEzsignevent] = Field(default=None, alias="eWebhookEzsignevent") e_webhook_managementevent: Optional[FieldEWebhookManagementevent] = Field(default=None, alias="eWebhookManagementevent") - s_webhook_url: StrictStr = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") + s_webhook_url: Annotated[str, Field(strict=True)] = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") s_webhook_emailfailed: StrictStr = Field(description="The email that will receive the Webhook in case all attempts fail", alias="sWebhookEmailfailed") b_webhook_isactive: StrictBool = Field(description="Whether the Webhook is active or not", alias="bWebhookIsactive") b_webhook_issigned: Optional[StrictBool] = Field(default=None, description="Whether the requests will be signed or not", alias="bWebhookIssigned") b_webhook_skipsslvalidation: StrictBool = Field(description="Wheter the server's SSL certificate should be validated or not. Not recommended to skip for production use", alias="bWebhookSkipsslvalidation") __properties: ClassVar[List[str]] = ["pkiWebhookID", "fkiEzsignfoldertypeID", "sWebhookDescription", "eWebhookModule", "eWebhookEzsignevent", "eWebhookManagementevent", "sWebhookUrl", "sWebhookEmailfailed", "bWebhookIsactive", "bWebhookIssigned", "bWebhookSkipsslvalidation"] + @field_validator('s_webhook_url') + def s_webhook_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/webhook_request_compound.py b/eZmaxApi/models/webhook_request_compound.py index 87ed22a70..7f00dfd33 100644 --- a/eZmaxApi/models/webhook_request_compound.py +++ b/eZmaxApi/models/webhook_request_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.field_e_webhook_ezsignevent import FieldEWebhookEzsignevent @@ -38,7 +38,7 @@ class WebhookRequestCompound(BaseModel): e_webhook_module: FieldEWebhookModule = Field(alias="eWebhookModule") e_webhook_ezsignevent: Optional[FieldEWebhookEzsignevent] = Field(default=None, alias="eWebhookEzsignevent") e_webhook_managementevent: Optional[FieldEWebhookManagementevent] = Field(default=None, alias="eWebhookManagementevent") - s_webhook_url: StrictStr = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") + s_webhook_url: Annotated[str, Field(strict=True)] = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") s_webhook_emailfailed: StrictStr = Field(description="The email that will receive the Webhook in case all attempts fail", alias="sWebhookEmailfailed") b_webhook_isactive: StrictBool = Field(description="Whether the Webhook is active or not", alias="bWebhookIsactive") b_webhook_issigned: Optional[StrictBool] = Field(default=None, description="Whether the requests will be signed or not", alias="bWebhookIssigned") @@ -46,6 +46,13 @@ class WebhookRequestCompound(BaseModel): a_obj_webhookheader: Optional[List[WebhookheaderRequestCompound]] = Field(default=None, alias="a_objWebhookheader") __properties: ClassVar[List[str]] = ["pkiWebhookID", "fkiEzsignfoldertypeID", "sWebhookDescription", "eWebhookModule", "eWebhookEzsignevent", "eWebhookManagementevent", "sWebhookUrl", "sWebhookEmailfailed", "bWebhookIsactive", "bWebhookIssigned", "bWebhookSkipsslvalidation", "a_objWebhookheader"] + @field_validator('s_webhook_url') + def s_webhook_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/webhook_response.py b/eZmaxApi/models/webhook_response.py index fbcbe54e9..70e8c2393 100644 --- a/eZmaxApi/models/webhook_response.py +++ b/eZmaxApi/models/webhook_response.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.common_audit import CommonAudit @@ -39,7 +39,7 @@ class WebhookResponse(BaseModel): e_webhook_module: FieldEWebhookModule = Field(alias="eWebhookModule") e_webhook_ezsignevent: Optional[FieldEWebhookEzsignevent] = Field(default=None, alias="eWebhookEzsignevent") e_webhook_managementevent: Optional[FieldEWebhookManagementevent] = Field(default=None, alias="eWebhookManagementevent") - s_webhook_url: StrictStr = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") + s_webhook_url: Annotated[str, Field(strict=True)] = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") s_webhook_emailfailed: StrictStr = Field(description="The email that will receive the Webhook in case all attempts fail", alias="sWebhookEmailfailed") s_webhook_apikey: Optional[StrictStr] = Field(default=None, description="The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey.", alias="sWebhookApikey") s_webhook_secret: Optional[StrictStr] = Field(default=None, description="The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey.", alias="sWebhookSecret") @@ -49,6 +49,13 @@ class WebhookResponse(BaseModel): obj_audit: CommonAudit = Field(alias="objAudit") __properties: ClassVar[List[str]] = ["pkiWebhookID", "sWebhookDescription", "fkiEzsignfoldertypeID", "sEzsignfoldertypeNameX", "eWebhookModule", "eWebhookEzsignevent", "eWebhookManagementevent", "sWebhookUrl", "sWebhookEmailfailed", "sWebhookApikey", "sWebhookSecret", "bWebhookIsactive", "bWebhookIssigned", "bWebhookSkipsslvalidation", "objAudit"] + @field_validator('s_webhook_url') + def s_webhook_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/eZmaxApi/models/webhook_response_compound.py b/eZmaxApi/models/webhook_response_compound.py index cf0ed7369..85ac0c03f 100644 --- a/eZmaxApi/models/webhook_response_compound.py +++ b/eZmaxApi/models/webhook_response_compound.py @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr, field_validator from typing import Any, ClassVar, Dict, List, Optional from typing_extensions import Annotated from eZmaxApi.models.common_audit import CommonAudit @@ -40,7 +40,7 @@ class WebhookResponseCompound(BaseModel): e_webhook_module: FieldEWebhookModule = Field(alias="eWebhookModule") e_webhook_ezsignevent: Optional[FieldEWebhookEzsignevent] = Field(default=None, alias="eWebhookEzsignevent") e_webhook_managementevent: Optional[FieldEWebhookManagementevent] = Field(default=None, alias="eWebhookManagementevent") - s_webhook_url: StrictStr = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") + s_webhook_url: Annotated[str, Field(strict=True)] = Field(description="The URL of the Webhook callback", alias="sWebhookUrl") s_webhook_emailfailed: StrictStr = Field(description="The email that will receive the Webhook in case all attempts fail", alias="sWebhookEmailfailed") s_webhook_apikey: Optional[StrictStr] = Field(default=None, description="The Apikey for the Webhook. This will be hidden if we are not creating or regenerating the Apikey.", alias="sWebhookApikey") s_webhook_secret: Optional[StrictStr] = Field(default=None, description="The Secret for the Webhook. This will be hidden if we are not creating or regenerating the Apikey.", alias="sWebhookSecret") @@ -52,6 +52,13 @@ class WebhookResponseCompound(BaseModel): a_obj_webhookheader: Optional[List[WebhookheaderResponseCompound]] = Field(default=None, alias="a_objWebhookheader") __properties: ClassVar[List[str]] = ["pkiWebhookID", "sWebhookDescription", "fkiEzsignfoldertypeID", "sEzsignfoldertypeNameX", "eWebhookModule", "eWebhookEzsignevent", "eWebhookManagementevent", "sWebhookUrl", "sWebhookEmailfailed", "sWebhookApikey", "sWebhookSecret", "bWebhookIsactive", "bWebhookIssigned", "bWebhookSkipsslvalidation", "objAudit", "sWebhookEvent", "a_objWebhookheader"] + @field_validator('s_webhook_url') + def s_webhook_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^(https|http):\/\/[^\s\/$.?#].[^\s]*$", value): + raise ValueError(r"must validate the regular expression /^(https|http):\/\/[^\s\/$.?#].[^\s]*$/") + return value + model_config = ConfigDict( populate_by_name=True, validate_assignment=True, diff --git a/test/test_activesession_get_current_v1_response.py b/test/test_activesession_get_current_v1_response.py index f44824e78..34818d829 100644 --- a/test/test_activesession_get_current_v1_response.py +++ b/test/test_activesession_get_current_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ActivesessionGetCurrentV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.activesession_get_current_v1_response_m_payload.activesession-getCurrent-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> ActivesessionGetCurrentV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.activesession_get_current_v1_response_m_payload.activesession-getCurrent-v1-Response-mPayload(), ) """ diff --git a/test/test_apikey_create_object_v2_response.py b/test/test_apikey_create_object_v2_response.py index f535da29c..1772d9c69 100644 --- a/test/test_apikey_create_object_v2_response.py +++ b/test/test_apikey_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_create_object_v2_response_m_payload.apikey-createObject-v2-Response-mPayload( a_obj_apikey = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> ApikeyCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_create_object_v2_response_m_payload.apikey-createObject-v2-Response-mPayload( a_obj_apikey = [ eZmaxApi.models.apikey_response_compound.apikey-ResponseCompound() diff --git a/test/test_apikey_edit_object_v1_response.py b/test/test_apikey_edit_object_v1_response.py index 2e3f6e342..17e10b229 100644 --- a/test/test_apikey_edit_object_v1_response.py +++ b/test/test_apikey_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> ApikeyEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_apikey_edit_permissions_v1_response.py b/test/test_apikey_edit_permissions_v1_response.py index 26ff0d544..df1da0ea5 100644 --- a/test/test_apikey_edit_permissions_v1_response.py +++ b/test/test_apikey_edit_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyEditPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_edit_permissions_v1_response_m_payload.apikey-editPermissions-v1-Response-mPayload( a_pki_permission_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> ApikeyEditPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_edit_permissions_v1_response_m_payload.apikey-editPermissions-v1-Response-mPayload( a_pki_permission_id = [ 31 diff --git a/test/test_apikey_get_cors_v1_response.py b/test/test_apikey_get_cors_v1_response.py index 100bedf0d..4f559bd10 100644 --- a/test/test_apikey_get_cors_v1_response.py +++ b/test/test_apikey_get_cors_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyGetCorsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_get_cors_v1_response_m_payload.apikey-getCors-v1-Response-mPayload( a_obj_cors = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> ApikeyGetCorsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_get_cors_v1_response_m_payload.apikey-getCors-v1-Response-mPayload( a_obj_cors = [ eZmaxApi.models.cors_response_compound.cors-ResponseCompound() diff --git a/test/test_apikey_get_object_v2_response.py b/test/test_apikey_get_object_v2_response.py index 15474450e..dc3384edf 100644 --- a/test/test_apikey_get_object_v2_response.py +++ b/test/test_apikey_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_get_object_v2_response_m_payload.apikey-getObject-v2-Response-mPayload( obj_apikey = eZmaxApi.models.apikey_response_compound.apikey-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> ApikeyGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_get_object_v2_response_m_payload.apikey-getObject-v2-Response-mPayload( obj_apikey = eZmaxApi.models.apikey_response_compound.apikey-ResponseCompound(), ), ) diff --git a/test/test_apikey_get_permissions_v1_response.py b/test/test_apikey_get_permissions_v1_response.py index 2ca381764..8841e4bd8 100644 --- a/test/test_apikey_get_permissions_v1_response.py +++ b/test/test_apikey_get_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyGetPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_get_permissions_v1_response_m_payload.apikey-getPermissions-v1-Response-mPayload( a_obj_modulegroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> ApikeyGetPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_get_permissions_v1_response_m_payload.apikey-getPermissions-v1-Response-mPayload( a_obj_modulegroup = [ eZmaxApi.models.modulegroup_response_compound.modulegroup-ResponseCompound() diff --git a/test/test_apikey_get_subnets_v1_response.py b/test/test_apikey_get_subnets_v1_response.py index 286e217ed..228f6de47 100644 --- a/test/test_apikey_get_subnets_v1_response.py +++ b/test/test_apikey_get_subnets_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyGetSubnetsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_get_subnets_v1_response_m_payload.apikey-getSubnets-v1-Response-mPayload( a_obj_subnet = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> ApikeyGetSubnetsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_get_subnets_v1_response_m_payload.apikey-getSubnets-v1-Response-mPayload( a_obj_subnet = [ eZmaxApi.models.subnet_response_compound.subnet-ResponseCompound() diff --git a/test/test_apikey_regenerate_v1_response.py b/test/test_apikey_regenerate_v1_response.py index 2b8b79463..8caf77a72 100644 --- a/test/test_apikey_regenerate_v1_response.py +++ b/test/test_apikey_regenerate_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ApikeyRegenerateV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.apikey_regenerate_v1_response_m_payload.apikey-regenerate-v1-Response-mPayload( obj_apikey = eZmaxApi.models.apikey_response_compound.apikey-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> ApikeyRegenerateV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.apikey_regenerate_v1_response_m_payload.apikey-regenerate-v1-Response-mPayload( obj_apikey = eZmaxApi.models.apikey_response_compound.apikey-ResponseCompound(), ), ) diff --git a/test/test_attachment_get_attachmentlogs_v1_response.py b/test/test_attachment_get_attachmentlogs_v1_response.py index 8754a05fb..930fdfb31 100644 --- a/test/test_attachment_get_attachmentlogs_v1_response.py +++ b/test/test_attachment_get_attachmentlogs_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> AttachmentGetAttachmentlogsV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.attachment_get_attachmentlogs_v1_response_m_payload.attachment-getAttachmentlogs-v1-Response-mPayload( a_obj_attachmentlog = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> AttachmentGetAttachmentlogsV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.attachment_get_attachmentlogs_v1_response_m_payload.attachment-getAttachmentlogs-v1-Response-mPayload( a_obj_attachmentlog = [ eZmaxApi.models.attachmentlog_response_compound.attachmentlog-ResponseCompound() diff --git a/test/test_attachment_get_download_url_v1_response.py b/test/test_attachment_get_download_url_v1_response.py index 98650fc44..b24efc90f 100644 --- a/test/test_attachment_get_download_url_v1_response.py +++ b/test/test_attachment_get_download_url_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> AttachmentGetDownloadUrlV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = {"sDownloadUrl":"http://www.example.com/document.pdf"} ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> AttachmentGetDownloadUrlV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = {"sDownloadUrl":"http://www.example.com/document.pdf"}, ) """ diff --git a/test/test_billingentityexternal_get_autocomplete_v2_response.py b/test/test_billingentityexternal_get_autocomplete_v2_response.py index 5b66d1e6a..5a2e5dc69 100644 --- a/test/test_billingentityexternal_get_autocomplete_v2_response.py +++ b/test/test_billingentityexternal_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BillingentityexternalGetAutocomplet a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.billingentityexternal_get_autocomplete_v2_response_m_payload.billingentityexternal-getAutocomplete-v2-Response-mPayload( a_obj_billingentityexternal = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> BillingentityexternalGetAutocomplet a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.billingentityexternal_get_autocomplete_v2_response_m_payload.billingentityexternal-getAutocomplete-v2-Response-mPayload( a_obj_billingentityexternal = [ eZmaxApi.models.billingentityexternal_autocomplete_element_response.billingentityexternal-AutocompleteElement-Response( diff --git a/test/test_billingentityinternal_create_object_v1_response.py b/test/test_billingentityinternal_create_object_v1_response.py index 8312e0fa0..09b49fd43 100644 --- a/test/test_billingentityinternal_create_object_v1_response.py +++ b/test/test_billingentityinternal_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BillingentityinternalCreateObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.billingentityinternal_create_object_v1_response_m_payload.billingentityinternal-createObject-v1-Response-mPayload( a_pki_billingentityinternal_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> BillingentityinternalCreateObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.billingentityinternal_create_object_v1_response_m_payload.billingentityinternal-createObject-v1-Response-mPayload( a_pki_billingentityinternal_id = [ 1 diff --git a/test/test_billingentityinternal_edit_object_v1_response.py b/test/test_billingentityinternal_edit_object_v1_response.py index 791926693..4f3a33583 100644 --- a/test/test_billingentityinternal_edit_object_v1_response.py +++ b/test/test_billingentityinternal_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BillingentityinternalEditObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> BillingentityinternalEditObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_billingentityinternal_get_autocomplete_v2_response.py b/test/test_billingentityinternal_get_autocomplete_v2_response.py index 3da6b51ea..7b85e90c6 100644 --- a/test/test_billingentityinternal_get_autocomplete_v2_response.py +++ b/test/test_billingentityinternal_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BillingentityinternalGetAutocomplet a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.billingentityinternal_get_autocomplete_v2_response_m_payload.billingentityinternal-getAutocomplete-v2-Response-mPayload( a_obj_billingentityinternal = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> BillingentityinternalGetAutocomplet a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.billingentityinternal_get_autocomplete_v2_response_m_payload.billingentityinternal-getAutocomplete-v2-Response-mPayload( a_obj_billingentityinternal = [ eZmaxApi.models.billingentityinternal_autocomplete_element_response.billingentityinternal-AutocompleteElement-Response( diff --git a/test/test_billingentityinternal_get_object_v2_response.py b/test/test_billingentityinternal_get_object_v2_response.py index b599a2cb3..603a60d3f 100644 --- a/test/test_billingentityinternal_get_object_v2_response.py +++ b/test/test_billingentityinternal_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BillingentityinternalGetObjectV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.billingentityinternal_get_object_v2_response_m_payload.billingentityinternal-getObject-v2-Response-mPayload( obj_billingentityinternal = eZmaxApi.models.billingentityinternal_response_compound.billingentityinternal-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> BillingentityinternalGetObjectV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.billingentityinternal_get_object_v2_response_m_payload.billingentityinternal-getObject-v2-Response-mPayload( obj_billingentityinternal = eZmaxApi.models.billingentityinternal_response_compound.billingentityinternal-ResponseCompound(), ), ) diff --git a/test/test_branding_create_object_v1_response.py b/test/test_branding_create_object_v1_response.py index 1a4d2393a..d1679fbf7 100644 --- a/test/test_branding_create_object_v1_response.py +++ b/test/test_branding_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BrandingCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.branding_create_object_v1_response_m_payload.branding-createObject-v1-Response-mPayload( a_pki_branding_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> BrandingCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.branding_create_object_v1_response_m_payload.branding-createObject-v1-Response-mPayload( a_pki_branding_id = [ 78 diff --git a/test/test_branding_edit_object_v1_response.py b/test/test_branding_edit_object_v1_response.py index 145ee3602..e4a4458bc 100644 --- a/test/test_branding_edit_object_v1_response.py +++ b/test/test_branding_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BrandingEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> BrandingEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_branding_get_autocomplete_v2_response.py b/test/test_branding_get_autocomplete_v2_response.py index c80647079..58f1f1026 100644 --- a/test/test_branding_get_autocomplete_v2_response.py +++ b/test/test_branding_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BrandingGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.branding_get_autocomplete_v2_response_m_payload.branding-getAutocomplete-v2-Response-mPayload( a_obj_branding = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> BrandingGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.branding_get_autocomplete_v2_response_m_payload.branding-getAutocomplete-v2-Response-mPayload( a_obj_branding = [ eZmaxApi.models.branding_autocomplete_element_response.branding-AutocompleteElement-Response( diff --git a/test/test_branding_get_object_v2_response.py b/test/test_branding_get_object_v2_response.py index d703fcb11..ecbff5337 100644 --- a/test/test_branding_get_object_v2_response.py +++ b/test/test_branding_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> BrandingGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.branding_get_object_v2_response_m_payload.branding-getObject-v2-Response-mPayload( obj_branding = eZmaxApi.models.branding_response_compound.branding-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> BrandingGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.branding_get_object_v2_response_m_payload.branding-getObject-v2-Response-mPayload( obj_branding = eZmaxApi.models.branding_response_compound.branding-ResponseCompound(), ), ) diff --git a/test/test_common_get_report_v1_response.py b/test/test_common_get_report_v1_response.py index d92a850dc..a2e59ee4e 100644 --- a/test/test_common_get_report_v1_response.py +++ b/test/test_common_get_report_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CommonGetReportV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.common_get_report_v1_response_m_payload.Common-getReport-v1-Response-mPayload( obj_reportgroup = eZmaxApi.models.common_reportgroup.Common-Reportgroup( @@ -114,7 +115,8 @@ def make_instance(self, include_optional) -> CommonGetReportV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.common_get_report_v1_response_m_payload.Common-getReport-v1-Response-mPayload( obj_reportgroup = eZmaxApi.models.common_reportgroup.Common-Reportgroup( a_obj_report = [ diff --git a/test/test_common_response.py b/test/test_common_response.py index d109a9972..d0850c69b 100644 --- a/test/test_common_response.py +++ b/test/test_common_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CommonResponse: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> CommonResponse: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_common_response_obj_debug_payload.py b/test/test_common_response_obj_debug_payload.py index 0a374f03c..d586816c9 100644 --- a/test/test_common_response_obj_debug_payload.py +++ b/test/test_common_response_obj_debug_payload.py @@ -41,7 +41,8 @@ def make_instance(self, include_optional) -> CommonResponseObjDebugPayload: a_required_permission = [ 117 ], - b_version_deprecated = False + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59' ) else: return CommonResponseObjDebugPayload( @@ -51,6 +52,7 @@ def make_instance(self, include_optional) -> CommonResponseObjDebugPayload: 117 ], b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ) """ diff --git a/test/test_common_response_obj_debug_payload_get_list.py b/test/test_common_response_obj_debug_payload_get_list.py index e9a41767c..f177942ee 100644 --- a/test/test_common_response_obj_debug_payload_get_list.py +++ b/test/test_common_response_obj_debug_payload_get_list.py @@ -42,6 +42,7 @@ def make_instance(self, include_optional) -> CommonResponseObjDebugPayloadGetLis 117 ], b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', a_filter = eZmaxApi.models.common_response_filter.Common-Response-Filter( a_auto_type = { 'key' : '' @@ -68,6 +69,7 @@ def make_instance(self, include_optional) -> CommonResponseObjDebugPayloadGetLis 117 ], b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', a_filter = eZmaxApi.models.common_response_filter.Common-Response-Filter( a_auto_type = { 'key' : '' diff --git a/test/test_communication_send_v1_response.py b/test/test_communication_send_v1_response.py index 208b46bbe..50b7a1c92 100644 --- a/test/test_communication_send_v1_response.py +++ b/test/test_communication_send_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CommunicationSendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.communication_create_object_v1_response_m_payload.communication-createObject-v1-Response-mPayload( a_pki_communication_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> CommunicationSendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.communication_create_object_v1_response_m_payload.communication-createObject-v1-Response-mPayload( a_pki_communication_id = [ 1 diff --git a/test/test_company_get_autocomplete_v2_response.py b/test/test_company_get_autocomplete_v2_response.py index 826ec7ff2..c6b9d416d 100644 --- a/test/test_company_get_autocomplete_v2_response.py +++ b/test/test_company_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CompanyGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.company_get_autocomplete_v2_response_m_payload.company-getAutocomplete-v2-Response-mPayload( a_obj_company = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> CompanyGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.company_get_autocomplete_v2_response_m_payload.company-getAutocomplete-v2-Response-mPayload( a_obj_company = [ eZmaxApi.models.company_autocomplete_element_response.company-AutocompleteElement-Response( diff --git a/test/test_cors_create_object_v1_response.py b/test/test_cors_create_object_v1_response.py index 88c5af44e..f2d148542 100644 --- a/test/test_cors_create_object_v1_response.py +++ b/test/test_cors_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CorsCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.cors_create_object_v1_response_m_payload.cors-createObject-v1-Response-mPayload( a_pki_cors_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> CorsCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.cors_create_object_v1_response_m_payload.cors-createObject-v1-Response-mPayload( a_pki_cors_id = [ 228 diff --git a/test/test_cors_delete_object_v1_response.py b/test/test_cors_delete_object_v1_response.py index c97039929..340e7e44d 100644 --- a/test/test_cors_delete_object_v1_response.py +++ b/test/test_cors_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CorsDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> CorsDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_cors_edit_object_v1_response.py b/test/test_cors_edit_object_v1_response.py index 9fdcedbdf..aebe965e7 100644 --- a/test/test_cors_edit_object_v1_response.py +++ b/test/test_cors_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CorsEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> CorsEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_cors_get_object_v2_response.py b/test/test_cors_get_object_v2_response.py index 845d38d45..b9c10f58e 100644 --- a/test/test_cors_get_object_v2_response.py +++ b/test/test_cors_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CorsGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.cors_get_object_v2_response_m_payload.cors-getObject-v2-Response-mPayload( obj_cors = eZmaxApi.models.cors_response_compound.cors-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> CorsGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.cors_get_object_v2_response_m_payload.cors-getObject-v2-Response-mPayload( obj_cors = eZmaxApi.models.cors_response_compound.cors-ResponseCompound(), ), ) diff --git a/test/test_country_get_autocomplete_v2_response.py b/test/test_country_get_autocomplete_v2_response.py index 4d26545e3..e7ed0babf 100644 --- a/test/test_country_get_autocomplete_v2_response.py +++ b/test/test_country_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> CountryGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.country_get_autocomplete_v2_response_m_payload.country-getAutocomplete-v2-Response-mPayload( a_obj_country = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> CountryGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.country_get_autocomplete_v2_response_m_payload.country-getAutocomplete-v2-Response-mPayload( a_obj_country = [ eZmaxApi.models.country_autocomplete_element_response.country-AutocompleteElement-Response( diff --git a/test/test_creditcardclient_autocomplete_element_response.py b/test/test_creditcardclient_autocomplete_element_response.py new file mode 100644 index 000000000..a94658a69 --- /dev/null +++ b/test/test_creditcardclient_autocomplete_element_response.py @@ -0,0 +1,57 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_autocomplete_element_response import CreditcardclientAutocompleteElementResponse + +class TestCreditcardclientAutocompleteElementResponse(unittest.TestCase): + """CreditcardclientAutocompleteElementResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientAutocompleteElementResponse: + """Test CreditcardclientAutocompleteElementResponse + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientAutocompleteElementResponse` + """ + model = CreditcardclientAutocompleteElementResponse() + if include_optional: + return CreditcardclientAutocompleteElementResponse( + pki_creditcardclient_id = 114, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True + ) + else: + return CreditcardclientAutocompleteElementResponse( + pki_creditcardclient_id = 114, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + ) + """ + + def testCreditcardclientAutocompleteElementResponse(self): + """Test CreditcardclientAutocompleteElementResponse""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_create_object_v1_request.py b/test/test_creditcardclient_create_object_v1_request.py new file mode 100644 index 000000000..72ff5d137 --- /dev/null +++ b/test/test_creditcardclient_create_object_v1_request.py @@ -0,0 +1,57 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_create_object_v1_request import CreditcardclientCreateObjectV1Request + +class TestCreditcardclientCreateObjectV1Request(unittest.TestCase): + """CreditcardclientCreateObjectV1Request unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientCreateObjectV1Request: + """Test CreditcardclientCreateObjectV1Request + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientCreateObjectV1Request` + """ + model = CreditcardclientCreateObjectV1Request() + if include_optional: + return CreditcardclientCreateObjectV1Request( + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_request_compound.creditcardclient-RequestCompound() + ] + ) + else: + return CreditcardclientCreateObjectV1Request( + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_request_compound.creditcardclient-RequestCompound() + ], + ) + """ + + def testCreditcardclientCreateObjectV1Request(self): + """Test CreditcardclientCreateObjectV1Request""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_create_object_v1_response.py b/test/test_creditcardclient_create_object_v1_response.py new file mode 100644 index 000000000..3761f76b3 --- /dev/null +++ b/test/test_creditcardclient_create_object_v1_response.py @@ -0,0 +1,76 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_create_object_v1_response import CreditcardclientCreateObjectV1Response + +class TestCreditcardclientCreateObjectV1Response(unittest.TestCase): + """CreditcardclientCreateObjectV1Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientCreateObjectV1Response: + """Test CreditcardclientCreateObjectV1Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientCreateObjectV1Response` + """ + model = CreditcardclientCreateObjectV1Response() + if include_optional: + return CreditcardclientCreateObjectV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, + m_payload = eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload.creditcardclient-createObject-v1-Response-mPayload( + a_pki_creditcardclient_id = [ + 114 + ], ) + ) + else: + return CreditcardclientCreateObjectV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + m_payload = eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload.creditcardclient-createObject-v1-Response-mPayload( + a_pki_creditcardclient_id = [ + 114 + ], ), + ) + """ + + def testCreditcardclientCreateObjectV1Response(self): + """Test CreditcardclientCreateObjectV1Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_create_object_v1_response_m_payload.py b/test/test_creditcardclient_create_object_v1_response_m_payload.py new file mode 100644 index 000000000..b3bcecb00 --- /dev/null +++ b/test/test_creditcardclient_create_object_v1_response_m_payload.py @@ -0,0 +1,57 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_create_object_v1_response_m_payload import CreditcardclientCreateObjectV1ResponseMPayload + +class TestCreditcardclientCreateObjectV1ResponseMPayload(unittest.TestCase): + """CreditcardclientCreateObjectV1ResponseMPayload unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientCreateObjectV1ResponseMPayload: + """Test CreditcardclientCreateObjectV1ResponseMPayload + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientCreateObjectV1ResponseMPayload` + """ + model = CreditcardclientCreateObjectV1ResponseMPayload() + if include_optional: + return CreditcardclientCreateObjectV1ResponseMPayload( + a_pki_creditcardclient_id = [ + 114 + ] + ) + else: + return CreditcardclientCreateObjectV1ResponseMPayload( + a_pki_creditcardclient_id = [ + 114 + ], + ) + """ + + def testCreditcardclientCreateObjectV1ResponseMPayload(self): + """Test CreditcardclientCreateObjectV1ResponseMPayload""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_delete_object_v1_response.py b/test/test_creditcardclient_delete_object_v1_response.py new file mode 100644 index 000000000..163384fb1 --- /dev/null +++ b/test/test_creditcardclient_delete_object_v1_response.py @@ -0,0 +1,68 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_delete_object_v1_response import CreditcardclientDeleteObjectV1Response + +class TestCreditcardclientDeleteObjectV1Response(unittest.TestCase): + """CreditcardclientDeleteObjectV1Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientDeleteObjectV1Response: + """Test CreditcardclientDeleteObjectV1Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientDeleteObjectV1Response` + """ + model = CreditcardclientDeleteObjectV1Response() + if include_optional: + return CreditcardclientDeleteObjectV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} + ) + else: + return CreditcardclientDeleteObjectV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + ) + """ + + def testCreditcardclientDeleteObjectV1Response(self): + """Test CreditcardclientDeleteObjectV1Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_edit_object_v1_request.py b/test/test_creditcardclient_edit_object_v1_request.py new file mode 100644 index 000000000..0f635ae09 --- /dev/null +++ b/test/test_creditcardclient_edit_object_v1_request.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_edit_object_v1_request import CreditcardclientEditObjectV1Request + +class TestCreditcardclientEditObjectV1Request(unittest.TestCase): + """CreditcardclientEditObjectV1Request unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientEditObjectV1Request: + """Test CreditcardclientEditObjectV1Request + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientEditObjectV1Request` + """ + model = CreditcardclientEditObjectV1Request() + if include_optional: + return CreditcardclientEditObjectV1Request( + obj_creditcardclient = eZmaxApi.models.creditcardclient_request_compound.creditcardclient-RequestCompound() + ) + else: + return CreditcardclientEditObjectV1Request( + obj_creditcardclient = eZmaxApi.models.creditcardclient_request_compound.creditcardclient-RequestCompound(), + ) + """ + + def testCreditcardclientEditObjectV1Request(self): + """Test CreditcardclientEditObjectV1Request""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_edit_object_v1_response.py b/test/test_creditcardclient_edit_object_v1_response.py new file mode 100644 index 000000000..deb2700ba --- /dev/null +++ b/test/test_creditcardclient_edit_object_v1_response.py @@ -0,0 +1,68 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_edit_object_v1_response import CreditcardclientEditObjectV1Response + +class TestCreditcardclientEditObjectV1Response(unittest.TestCase): + """CreditcardclientEditObjectV1Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientEditObjectV1Response: + """Test CreditcardclientEditObjectV1Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientEditObjectV1Response` + """ + model = CreditcardclientEditObjectV1Response() + if include_optional: + return CreditcardclientEditObjectV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} + ) + else: + return CreditcardclientEditObjectV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + ) + """ + + def testCreditcardclientEditObjectV1Response(self): + """Test CreditcardclientEditObjectV1Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_get_autocomplete_v2_response.py b/test/test_creditcardclient_get_autocomplete_v2_response.py new file mode 100644 index 000000000..8b6f8af2e --- /dev/null +++ b/test/test_creditcardclient_get_autocomplete_v2_response.py @@ -0,0 +1,82 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response import CreditcardclientGetAutocompleteV2Response + +class TestCreditcardclientGetAutocompleteV2Response(unittest.TestCase): + """CreditcardclientGetAutocompleteV2Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientGetAutocompleteV2Response: + """Test CreditcardclientGetAutocompleteV2Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientGetAutocompleteV2Response` + """ + model = CreditcardclientGetAutocompleteV2Response() + if include_optional: + return CreditcardclientGetAutocompleteV2Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, + m_payload = eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload.creditcardclient-getAutocomplete-v2-Response-mPayload( + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_autocomplete_element_response.creditcardclient-AutocompleteElement-Response( + pki_creditcardclient_id = 114, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, ) + ], ) + ) + else: + return CreditcardclientGetAutocompleteV2Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + m_payload = eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload.creditcardclient-getAutocomplete-v2-Response-mPayload( + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_autocomplete_element_response.creditcardclient-AutocompleteElement-Response( + pki_creditcardclient_id = 114, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, ) + ], ), + ) + """ + + def testCreditcardclientGetAutocompleteV2Response(self): + """Test CreditcardclientGetAutocompleteV2Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_get_autocomplete_v2_response_m_payload.py b/test/test_creditcardclient_get_autocomplete_v2_response_m_payload.py new file mode 100644 index 000000000..ad4c1d34f --- /dev/null +++ b/test/test_creditcardclient_get_autocomplete_v2_response_m_payload.py @@ -0,0 +1,63 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_get_autocomplete_v2_response_m_payload import CreditcardclientGetAutocompleteV2ResponseMPayload + +class TestCreditcardclientGetAutocompleteV2ResponseMPayload(unittest.TestCase): + """CreditcardclientGetAutocompleteV2ResponseMPayload unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientGetAutocompleteV2ResponseMPayload: + """Test CreditcardclientGetAutocompleteV2ResponseMPayload + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientGetAutocompleteV2ResponseMPayload` + """ + model = CreditcardclientGetAutocompleteV2ResponseMPayload() + if include_optional: + return CreditcardclientGetAutocompleteV2ResponseMPayload( + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_autocomplete_element_response.creditcardclient-AutocompleteElement-Response( + pki_creditcardclient_id = 114, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, ) + ] + ) + else: + return CreditcardclientGetAutocompleteV2ResponseMPayload( + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_autocomplete_element_response.creditcardclient-AutocompleteElement-Response( + pki_creditcardclient_id = 114, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, ) + ], + ) + """ + + def testCreditcardclientGetAutocompleteV2ResponseMPayload(self): + """Test CreditcardclientGetAutocompleteV2ResponseMPayload""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_get_list_v1_response.py b/test/test_creditcardclient_get_list_v1_response.py new file mode 100644 index 000000000..64543cf0a --- /dev/null +++ b/test/test_creditcardclient_get_list_v1_response.py @@ -0,0 +1,56 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_get_list_v1_response import CreditcardclientGetListV1Response + +class TestCreditcardclientGetListV1Response(unittest.TestCase): + """CreditcardclientGetListV1Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientGetListV1Response: + """Test CreditcardclientGetListV1Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientGetListV1Response` + """ + model = CreditcardclientGetListV1Response() + if include_optional: + return CreditcardclientGetListV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload_get_list.Common-Response-objDebugPayload_getList(), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, + m_payload = eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload.creditcardclient-getList-v1-Response-mPayload() + ) + else: + return CreditcardclientGetListV1Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload_get_list.Common-Response-objDebugPayload_getList(), + m_payload = eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload.creditcardclient-getList-v1-Response-mPayload(), + ) + """ + + def testCreditcardclientGetListV1Response(self): + """Test CreditcardclientGetListV1Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_get_list_v1_response_m_payload.py b/test/test_creditcardclient_get_list_v1_response_m_payload.py new file mode 100644 index 000000000..ace264c04 --- /dev/null +++ b/test/test_creditcardclient_get_list_v1_response_m_payload.py @@ -0,0 +1,83 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_get_list_v1_response_m_payload import CreditcardclientGetListV1ResponseMPayload + +class TestCreditcardclientGetListV1ResponseMPayload(unittest.TestCase): + """CreditcardclientGetListV1ResponseMPayload unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientGetListV1ResponseMPayload: + """Test CreditcardclientGetListV1ResponseMPayload + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientGetListV1ResponseMPayload` + """ + model = CreditcardclientGetListV1ResponseMPayload() + if include_optional: + return CreditcardclientGetListV1ResponseMPayload( + i_row_returned = 100, + i_row_filtered = 533, + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_list_element.creditcardclient-ListElement( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', ) + ] + ) + else: + return CreditcardclientGetListV1ResponseMPayload( + i_row_returned = 100, + i_row_filtered = 533, + a_obj_creditcardclient = [ + eZmaxApi.models.creditcardclient_list_element.creditcardclient-ListElement( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', ) + ], + ) + """ + + def testCreditcardclientGetListV1ResponseMPayload(self): + """Test CreditcardclientGetListV1ResponseMPayload""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_get_object_v2_response.py b/test/test_creditcardclient_get_object_v2_response.py new file mode 100644 index 000000000..77545844b --- /dev/null +++ b/test/test_creditcardclient_get_object_v2_response.py @@ -0,0 +1,72 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_get_object_v2_response import CreditcardclientGetObjectV2Response + +class TestCreditcardclientGetObjectV2Response(unittest.TestCase): + """CreditcardclientGetObjectV2Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientGetObjectV2Response: + """Test CreditcardclientGetObjectV2Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientGetObjectV2Response` + """ + model = CreditcardclientGetObjectV2Response() + if include_optional: + return CreditcardclientGetObjectV2Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, + m_payload = eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload.creditcardclient-getObject-v2-Response-mPayload( + obj_creditcardclient = eZmaxApi.models.creditcardclient_response_compound.creditcardclient-ResponseCompound(), ) + ) + else: + return CreditcardclientGetObjectV2Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + m_payload = eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload.creditcardclient-getObject-v2-Response-mPayload( + obj_creditcardclient = eZmaxApi.models.creditcardclient_response_compound.creditcardclient-ResponseCompound(), ), + ) + """ + + def testCreditcardclientGetObjectV2Response(self): + """Test CreditcardclientGetObjectV2Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_get_object_v2_response_m_payload.py b/test/test_creditcardclient_get_object_v2_response_m_payload.py new file mode 100644 index 000000000..36b8595d6 --- /dev/null +++ b/test/test_creditcardclient_get_object_v2_response_m_payload.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_get_object_v2_response_m_payload import CreditcardclientGetObjectV2ResponseMPayload + +class TestCreditcardclientGetObjectV2ResponseMPayload(unittest.TestCase): + """CreditcardclientGetObjectV2ResponseMPayload unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientGetObjectV2ResponseMPayload: + """Test CreditcardclientGetObjectV2ResponseMPayload + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientGetObjectV2ResponseMPayload` + """ + model = CreditcardclientGetObjectV2ResponseMPayload() + if include_optional: + return CreditcardclientGetObjectV2ResponseMPayload( + obj_creditcardclient = eZmaxApi.models.creditcardclient_response_compound.creditcardclient-ResponseCompound() + ) + else: + return CreditcardclientGetObjectV2ResponseMPayload( + obj_creditcardclient = eZmaxApi.models.creditcardclient_response_compound.creditcardclient-ResponseCompound(), + ) + """ + + def testCreditcardclientGetObjectV2ResponseMPayload(self): + """Test CreditcardclientGetObjectV2ResponseMPayload""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_list_element.py b/test/test_creditcardclient_list_element.py new file mode 100644 index 000000000..cc9e44269 --- /dev/null +++ b/test/test_creditcardclient_list_element.py @@ -0,0 +1,73 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_list_element import CreditcardclientListElement + +class TestCreditcardclientListElement(unittest.TestCase): + """CreditcardclientListElement unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientListElement: + """Test CreditcardclientListElement + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientListElement` + """ + model = CreditcardclientListElement() + if include_optional: + return CreditcardclientListElement( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242' + ) + else: + return CreditcardclientListElement( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', + ) + """ + + def testCreditcardclientListElement(self): + """Test CreditcardclientListElement""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_request.py b/test/test_creditcardclient_request.py new file mode 100644 index 000000000..6206da58d --- /dev/null +++ b/test/test_creditcardclient_request.py @@ -0,0 +1,79 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_request import CreditcardclientRequest + +class TestCreditcardclientRequest(unittest.TestCase): + """CreditcardclientRequest unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientRequest: + """Test CreditcardclientRequest + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientRequest` + """ + model = CreditcardclientRequest() + if include_optional: + return CreditcardclientRequest( + pki_creditcardclient_id = 114, + fks_creditcardtoken_id = '6B29FC40-CA47-1067-B31D-00DD010662DA', + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_request.creditcarddetail-Request( + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6', ), + s_creditcardclient_cvv = '4807' + ) + else: + return CreditcardclientRequest( + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_request.creditcarddetail-Request( + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6', ), + s_creditcardclient_cvv = '4807', + ) + """ + + def testCreditcardclientRequest(self): + """Test CreditcardclientRequest""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_request_compound.py b/test/test_creditcardclient_request_compound.py new file mode 100644 index 000000000..cc5cf386d --- /dev/null +++ b/test/test_creditcardclient_request_compound.py @@ -0,0 +1,79 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_request_compound import CreditcardclientRequestCompound + +class TestCreditcardclientRequestCompound(unittest.TestCase): + """CreditcardclientRequestCompound unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientRequestCompound: + """Test CreditcardclientRequestCompound + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientRequestCompound` + """ + model = CreditcardclientRequestCompound() + if include_optional: + return CreditcardclientRequestCompound( + pki_creditcardclient_id = 114, + fks_creditcardtoken_id = '6B29FC40-CA47-1067-B31D-00DD010662DA', + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_request.creditcarddetail-Request( + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6', ), + s_creditcardclient_cvv = '4807' + ) + else: + return CreditcardclientRequestCompound( + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_request.creditcarddetail-Request( + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6', ), + s_creditcardclient_cvv = '4807', + ) + """ + + def testCreditcardclientRequestCompound(self): + """Test CreditcardclientRequestCompound""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_response.py b/test/test_creditcardclient_response.py new file mode 100644 index 000000000..20ee23a9f --- /dev/null +++ b/test/test_creditcardclient_response.py @@ -0,0 +1,69 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_response import CreditcardclientResponse + +class TestCreditcardclientResponse(unittest.TestCase): + """CreditcardclientResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientResponse: + """Test CreditcardclientResponse + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientResponse` + """ + model = CreditcardclientResponse() + if include_optional: + return CreditcardclientResponse( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_response_compound.creditcarddetail-ResponseCompound() + ) + else: + return CreditcardclientResponse( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_response_compound.creditcarddetail-ResponseCompound(), + ) + """ + + def testCreditcardclientResponse(self): + """Test CreditcardclientResponse""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardclient_response_compound.py b/test/test_creditcardclient_response_compound.py new file mode 100644 index 000000000..dfe08397b --- /dev/null +++ b/test/test_creditcardclient_response_compound.py @@ -0,0 +1,69 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardclient_response_compound import CreditcardclientResponseCompound + +class TestCreditcardclientResponseCompound(unittest.TestCase): + """CreditcardclientResponseCompound unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardclientResponseCompound: + """Test CreditcardclientResponseCompound + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardclientResponseCompound` + """ + model = CreditcardclientResponseCompound() + if include_optional: + return CreditcardclientResponseCompound( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_response_compound.creditcarddetail-ResponseCompound() + ) + else: + return CreditcardclientResponseCompound( + pki_creditcardclient_id = 114, + fki_creditcarddetail_id = 53, + b_creditcardclientrelation_isdefault = True, + s_creditcardclient_description = 'Visa', + b_creditcardclient_isactive = True, + b_creditcardclient_allowedagencypayment = True, + b_creditcardclient_allowedroyallepageprotection = True, + b_creditcardclient_allowedtranquillit = True, + obj_creditcarddetail = eZmaxApi.models.creditcarddetail_response_compound.creditcarddetail-ResponseCompound(), + ) + """ + + def testCreditcardclientResponseCompound(self): + """Test CreditcardclientResponseCompound""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcarddetail_request.py b/test/test_creditcarddetail_request.py new file mode 100644 index 000000000..1d61cd498 --- /dev/null +++ b/test/test_creditcarddetail_request.py @@ -0,0 +1,58 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcarddetail_request import CreditcarddetailRequest + +class TestCreditcarddetailRequest(unittest.TestCase): + """CreditcarddetailRequest unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcarddetailRequest: + """Test CreditcarddetailRequest + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcarddetailRequest` + """ + model = CreditcarddetailRequest() + if include_optional: + return CreditcarddetailRequest( + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6' + ) + else: + return CreditcarddetailRequest( + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + ) + """ + + def testCreditcarddetailRequest(self): + """Test CreditcarddetailRequest""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcarddetail_response.py b/test/test_creditcarddetail_response.py new file mode 100644 index 000000000..9a6561f7a --- /dev/null +++ b/test/test_creditcarddetail_response.py @@ -0,0 +1,67 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcarddetail_response import CreditcarddetailResponse + +class TestCreditcarddetailResponse(unittest.TestCase): + """CreditcarddetailResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcarddetailResponse: + """Test CreditcarddetailResponse + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcarddetailResponse` + """ + model = CreditcarddetailResponse() + if include_optional: + return CreditcarddetailResponse( + pki_creditcarddetail_id = 53, + fki_creditcardtype_id = 2, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6' + ) + else: + return CreditcarddetailResponse( + pki_creditcarddetail_id = 53, + fki_creditcardtype_id = 2, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6', + ) + """ + + def testCreditcarddetailResponse(self): + """Test CreditcarddetailResponse""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcarddetail_response_compound.py b/test/test_creditcarddetail_response_compound.py new file mode 100644 index 000000000..c85ee9100 --- /dev/null +++ b/test/test_creditcarddetail_response_compound.py @@ -0,0 +1,67 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcarddetail_response_compound import CreditcarddetailResponseCompound + +class TestCreditcarddetailResponseCompound(unittest.TestCase): + """CreditcarddetailResponseCompound unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcarddetailResponseCompound: + """Test CreditcarddetailResponseCompound + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcarddetailResponseCompound` + """ + model = CreditcarddetailResponseCompound() + if include_optional: + return CreditcarddetailResponseCompound( + pki_creditcarddetail_id = 53, + fki_creditcardtype_id = 2, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6' + ) + else: + return CreditcarddetailResponseCompound( + pki_creditcarddetail_id = 53, + fki_creditcardtype_id = 2, + s_creditcarddetail_numbermasked = 'XXXX XXXX XXXX 4242', + i_creditcarddetail_expirationmonth = 10, + i_creditcarddetail_expirationyear = 2024, + s_creditcarddetail_civic = '2500', + s_creditcarddetail_street = 'Daniel-Johnson Blvd.', + s_creditcarddetail_zip = 'H7T 2P6', + ) + """ + + def testCreditcarddetailResponseCompound(self): + """Test CreditcarddetailResponseCompound""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardtype_autocomplete_element_response.py b/test/test_creditcardtype_autocomplete_element_response.py new file mode 100644 index 000000000..bf5d36d4a --- /dev/null +++ b/test/test_creditcardtype_autocomplete_element_response.py @@ -0,0 +1,57 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardtype_autocomplete_element_response import CreditcardtypeAutocompleteElementResponse + +class TestCreditcardtypeAutocompleteElementResponse(unittest.TestCase): + """CreditcardtypeAutocompleteElementResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardtypeAutocompleteElementResponse: + """Test CreditcardtypeAutocompleteElementResponse + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardtypeAutocompleteElementResponse` + """ + model = CreditcardtypeAutocompleteElementResponse() + if include_optional: + return CreditcardtypeAutocompleteElementResponse( + s_creditcardtype_name = 'Visa', + pki_creditcardtype_id = 2, + e_creditcardtype_codename = 'visa' + ) + else: + return CreditcardtypeAutocompleteElementResponse( + s_creditcardtype_name = 'Visa', + pki_creditcardtype_id = 2, + e_creditcardtype_codename = 'visa', + ) + """ + + def testCreditcardtypeAutocompleteElementResponse(self): + """Test CreditcardtypeAutocompleteElementResponse""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardtype_get_autocomplete_v2_response.py b/test/test_creditcardtype_get_autocomplete_v2_response.py new file mode 100644 index 000000000..f4699af72 --- /dev/null +++ b/test/test_creditcardtype_get_autocomplete_v2_response.py @@ -0,0 +1,82 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response import CreditcardtypeGetAutocompleteV2Response + +class TestCreditcardtypeGetAutocompleteV2Response(unittest.TestCase): + """CreditcardtypeGetAutocompleteV2Response unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardtypeGetAutocompleteV2Response: + """Test CreditcardtypeGetAutocompleteV2Response + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardtypeGetAutocompleteV2Response` + """ + model = CreditcardtypeGetAutocompleteV2Response() + if include_optional: + return CreditcardtypeGetAutocompleteV2Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, + m_payload = eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload.creditcardtype-getAutocomplete-v2-Response-mPayload( + a_obj_creditcardtype = [ + eZmaxApi.models.creditcardtype_autocomplete_element_response.creditcardtype-AutocompleteElement-Response( + s_creditcardtype_name = 'Visa', + pki_creditcardtype_id = 2, + e_creditcardtype_codename = 'visa', ) + ], ) + ) + else: + return CreditcardtypeGetAutocompleteV2Response( + obj_debug_payload = eZmaxApi.models.common_response_obj_debug_payload.Common-Response-objDebugPayload( + i_version_min = 1, + i_version_max = 2, + a_required_permission = [ + 117 + ], + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), + m_payload = eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload.creditcardtype-getAutocomplete-v2-Response-mPayload( + a_obj_creditcardtype = [ + eZmaxApi.models.creditcardtype_autocomplete_element_response.creditcardtype-AutocompleteElement-Response( + s_creditcardtype_name = 'Visa', + pki_creditcardtype_id = 2, + e_creditcardtype_codename = 'visa', ) + ], ), + ) + """ + + def testCreditcardtypeGetAutocompleteV2Response(self): + """Test CreditcardtypeGetAutocompleteV2Response""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_creditcardtype_get_autocomplete_v2_response_m_payload.py b/test/test_creditcardtype_get_autocomplete_v2_response_m_payload.py new file mode 100644 index 000000000..fb29e20b0 --- /dev/null +++ b/test/test_creditcardtype_get_autocomplete_v2_response_m_payload.py @@ -0,0 +1,63 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.models.creditcardtype_get_autocomplete_v2_response_m_payload import CreditcardtypeGetAutocompleteV2ResponseMPayload + +class TestCreditcardtypeGetAutocompleteV2ResponseMPayload(unittest.TestCase): + """CreditcardtypeGetAutocompleteV2ResponseMPayload unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CreditcardtypeGetAutocompleteV2ResponseMPayload: + """Test CreditcardtypeGetAutocompleteV2ResponseMPayload + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CreditcardtypeGetAutocompleteV2ResponseMPayload` + """ + model = CreditcardtypeGetAutocompleteV2ResponseMPayload() + if include_optional: + return CreditcardtypeGetAutocompleteV2ResponseMPayload( + a_obj_creditcardtype = [ + eZmaxApi.models.creditcardtype_autocomplete_element_response.creditcardtype-AutocompleteElement-Response( + s_creditcardtype_name = 'Visa', + pki_creditcardtype_id = 2, + e_creditcardtype_codename = 'visa', ) + ] + ) + else: + return CreditcardtypeGetAutocompleteV2ResponseMPayload( + a_obj_creditcardtype = [ + eZmaxApi.models.creditcardtype_autocomplete_element_response.creditcardtype-AutocompleteElement-Response( + s_creditcardtype_name = 'Visa', + pki_creditcardtype_id = 2, + e_creditcardtype_codename = 'visa', ) + ], + ) + """ + + def testCreditcardtypeGetAutocompleteV2ResponseMPayload(self): + """Test CreditcardtypeGetAutocompleteV2ResponseMPayload""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_custom_ezsignfoldersignerassociation_actionable_element_response.py b/test/test_custom_ezsignfoldersignerassociation_actionable_element_response.py index e2cb76eeb..9764e517a 100644 --- a/test/test_custom_ezsignfoldersignerassociation_actionable_element_response.py +++ b/test/test_custom_ezsignfoldersignerassociation_actionable_element_response.py @@ -49,6 +49,7 @@ def make_instance(self, include_optional) -> CustomEzsignfoldersignerassociation Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, obj_ezsignsignergroup = eZmaxApi.models.ezsignsignergroup_response_compound.ezsignsignergroup-ResponseCompound(), obj_user = eZmaxApi.models.ezsignfoldersignerassociation_response_compound_user.ezsignfoldersignerassociation-ResponseCompound-User( pki_user_id = 70, @@ -75,6 +76,7 @@ def make_instance(self, include_optional) -> CustomEzsignfoldersignerassociation Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, b_ezsignfoldersignerassociation_hasactionableelements_current = True, b_ezsignfoldersignerassociation_hasactionableelements_future = True, ) diff --git a/test/test_department_get_autocomplete_v2_response.py b/test/test_department_get_autocomplete_v2_response.py index 9f46d8d9c..5e86d5b6c 100644 --- a/test/test_department_get_autocomplete_v2_response.py +++ b/test/test_department_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DepartmentGetAutocompleteV2Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.department_get_autocomplete_v2_response_m_payload.department-getAutocomplete-v2-Response-mPayload( a_obj_department = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> DepartmentGetAutocompleteV2Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.department_get_autocomplete_v2_response_m_payload.department-getAutocomplete-v2-Response-mPayload( a_obj_department = [ eZmaxApi.models.department_autocomplete_element_response.department-AutocompleteElement-Response( diff --git a/test/test_discussion_create_object_v1_response.py b/test/test_discussion_create_object_v1_response.py index 011bcbdac..945a0d430 100644 --- a/test/test_discussion_create_object_v1_response.py +++ b/test/test_discussion_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.discussion_create_object_v1_response_m_payload.discussion-createObject-v1-Response-mPayload( a_pki_discussion_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> DiscussionCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.discussion_create_object_v1_response_m_payload.discussion-createObject-v1-Response-mPayload( a_pki_discussion_id = [ 125 diff --git a/test/test_discussion_delete_object_v1_response.py b/test/test_discussion_delete_object_v1_response.py index 8c5b405b1..eac684662 100644 --- a/test/test_discussion_delete_object_v1_response.py +++ b/test/test_discussion_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> DiscussionDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_discussion_get_object_v2_response.py b/test/test_discussion_get_object_v2_response.py index 6364b8403..758aaea95 100644 --- a/test/test_discussion_get_object_v2_response.py +++ b/test/test_discussion_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.discussion_get_object_v2_response_m_payload.discussion-getObject-v2-Response-mPayload( obj_discussion = eZmaxApi.models.discussion_response_compound.discussion-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> DiscussionGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.discussion_get_object_v2_response_m_payload.discussion-getObject-v2-Response-mPayload( obj_discussion = eZmaxApi.models.discussion_response_compound.discussion-ResponseCompound(), ), ) diff --git a/test/test_discussion_patch_object_v1_response.py b/test/test_discussion_patch_object_v1_response.py index 9aeae2225..d2114d707 100644 --- a/test/test_discussion_patch_object_v1_response.py +++ b/test/test_discussion_patch_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionPatchObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> DiscussionPatchObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_discussion_update_discussionreadstatus_v1_response.py b/test/test_discussion_update_discussionreadstatus_v1_response.py index e9e371511..eb0458ad0 100644 --- a/test/test_discussion_update_discussionreadstatus_v1_response.py +++ b/test/test_discussion_update_discussionreadstatus_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionUpdateDiscussionreadstatu a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> DiscussionUpdateDiscussionreadstatu a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_discussionmembership_create_object_v1_response.py b/test/test_discussionmembership_create_object_v1_response.py index 9d127f1a7..f0adb2b9a 100644 --- a/test/test_discussionmembership_create_object_v1_response.py +++ b/test/test_discussionmembership_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionmembershipCreateObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.discussionmembership_create_object_v1_response_m_payload.discussionmembership-createObject-v1-Response-mPayload( a_pki_discussionmembership_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> DiscussionmembershipCreateObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.discussionmembership_create_object_v1_response_m_payload.discussionmembership-createObject-v1-Response-mPayload( a_pki_discussionmembership_id = [ 165 diff --git a/test/test_discussionmembership_delete_object_v1_response.py b/test/test_discussionmembership_delete_object_v1_response.py index f40e870a4..b141f9708 100644 --- a/test/test_discussionmembership_delete_object_v1_response.py +++ b/test/test_discussionmembership_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionmembershipDeleteObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> DiscussionmembershipDeleteObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_discussionmessage_create_object_v1_response.py b/test/test_discussionmessage_create_object_v1_response.py index cffeaba31..11b6267ef 100644 --- a/test/test_discussionmessage_create_object_v1_response.py +++ b/test/test_discussionmessage_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionmessageCreateObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.discussionmessage_create_object_v1_response_m_payload.discussionmessage-createObject-v1-Response-mPayload( a_pki_discussionmessage_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> DiscussionmessageCreateObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.discussionmessage_create_object_v1_response_m_payload.discussionmessage-createObject-v1-Response-mPayload( a_pki_discussionmessage_id = [ 123 diff --git a/test/test_discussionmessage_delete_object_v1_response.py b/test/test_discussionmessage_delete_object_v1_response.py index 8017586ee..21ce130d3 100644 --- a/test/test_discussionmessage_delete_object_v1_response.py +++ b/test/test_discussionmessage_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionmessageDeleteObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> DiscussionmessageDeleteObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_discussionmessage_patch_object_v1_response.py b/test/test_discussionmessage_patch_object_v1_response.py index ac93eb943..81f71d450 100644 --- a/test/test_discussionmessage_patch_object_v1_response.py +++ b/test/test_discussionmessage_patch_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> DiscussionmessagePatchObjectV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> DiscussionmessagePatchObjectV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_emailtype_get_autocomplete_v2_response.py b/test/test_emailtype_get_autocomplete_v2_response.py index f13344618..598d900ee 100644 --- a/test/test_emailtype_get_autocomplete_v2_response.py +++ b/test/test_emailtype_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EmailtypeGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.emailtype_get_autocomplete_v2_response_m_payload.emailtype-getAutocomplete-v2-Response-mPayload( a_obj_emailtype = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EmailtypeGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.emailtype_get_autocomplete_v2_response_m_payload.emailtype-getAutocomplete-v2-Response-mPayload( a_obj_emailtype = [ eZmaxApi.models.emailtype_autocomplete_element_response.emailtype-AutocompleteElement-Response( diff --git a/test/test_ezmaxinvoicing_get_autocomplete_v2_response.py b/test/test_ezmaxinvoicing_get_autocomplete_v2_response.py index f3ead5949..700135449 100644 --- a/test/test_ezmaxinvoicing_get_autocomplete_v2_response.py +++ b/test/test_ezmaxinvoicing_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzmaxinvoicingGetAutocompleteV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezmaxinvoicing_get_autocomplete_v2_response_m_payload.ezmaxinvoicing-getAutocomplete-v2-Response-mPayload( a_obj_ezmaxinvoicing = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzmaxinvoicingGetAutocompleteV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezmaxinvoicing_get_autocomplete_v2_response_m_payload.ezmaxinvoicing-getAutocomplete-v2-Response-mPayload( a_obj_ezmaxinvoicing = [ eZmaxApi.models.ezmaxinvoicing_autocomplete_element_response.ezmaxinvoicing-AutocompleteElement-Response( diff --git a/test/test_ezmaxinvoicing_get_object_v2_response.py b/test/test_ezmaxinvoicing_get_object_v2_response.py index e7ea8888a..48f45d38d 100644 --- a/test/test_ezmaxinvoicing_get_object_v2_response.py +++ b/test/test_ezmaxinvoicing_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzmaxinvoicingGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezmaxinvoicing_get_object_v2_response_m_payload.ezmaxinvoicing-getObject-v2-Response-mPayload( obj_ezmaxinvoicing = eZmaxApi.models.ezmaxinvoicing_response_compound.ezmaxinvoicing-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzmaxinvoicingGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezmaxinvoicing_get_object_v2_response_m_payload.ezmaxinvoicing-getObject-v2-Response-mPayload( obj_ezmaxinvoicing = eZmaxApi.models.ezmaxinvoicing_response_compound.ezmaxinvoicing-ResponseCompound(), ), ) diff --git a/test/test_ezmaxinvoicing_get_provisional_v1_response.py b/test/test_ezmaxinvoicing_get_provisional_v1_response.py index 12693b57a..bff71b4de 100644 --- a/test/test_ezmaxinvoicing_get_provisional_v1_response.py +++ b/test/test_ezmaxinvoicing_get_provisional_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzmaxinvoicingGetProvisionalV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezmaxinvoicing_get_provisional_v1_response_m_payload.ezmaxinvoicing-getProvisional-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> EzmaxinvoicingGetProvisionalV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezmaxinvoicing_get_provisional_v1_response_m_payload.ezmaxinvoicing-getProvisional-v1-Response-mPayload(), ) """ diff --git a/test/test_ezmaxproduct_get_autocomplete_v2_response.py b/test/test_ezmaxproduct_get_autocomplete_v2_response.py index 388063339..e3c28ec2b 100644 --- a/test/test_ezmaxproduct_get_autocomplete_v2_response.py +++ b/test/test_ezmaxproduct_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzmaxproductGetAutocompleteV2Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezmaxproduct_get_autocomplete_v2_response_m_payload.ezmaxproduct-getAutocomplete-v2-Response-mPayload( a_obj_ezmaxproduct = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzmaxproductGetAutocompleteV2Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezmaxproduct_get_autocomplete_v2_response_m_payload.ezmaxproduct-getAutocomplete-v2-Response-mPayload( a_obj_ezmaxproduct = [ eZmaxApi.models.ezmaxproduct_autocomplete_element_response.ezmaxproduct-AutocompleteElement-Response( diff --git a/test/test_ezsign_suggest_signers_v1_response.py b/test/test_ezsign_suggest_signers_v1_response.py index a20d9b626..99d611e18 100644 --- a/test/test_ezsign_suggest_signers_v1_response.py +++ b/test/test_ezsign_suggest_signers_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignSuggestSignersV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsign_suggest_signers_v1_response_m_payload.ezsign-suggestSigners-v1-Response-mPayload( a_obj_ezsignfoldersignerassociation = [ @@ -71,7 +72,8 @@ def make_instance(self, include_optional) -> EzsignSuggestSignersV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsign_suggest_signers_v1_response_m_payload.ezsign-suggestSigners-v1-Response-mPayload( a_obj_ezsignfoldersignerassociation = [ eZmaxApi.models.ezsignfoldersignerassociation_response_compound.ezsignfoldersignerassociation-ResponseCompound() diff --git a/test/test_ezsign_suggest_templates_v1_response.py b/test/test_ezsign_suggest_templates_v1_response.py index 1e77f8d04..ac78fb03e 100644 --- a/test/test_ezsign_suggest_templates_v1_response.py +++ b/test/test_ezsign_suggest_templates_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignSuggestTemplatesV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsign_suggest_templates_v1_response_m_payload.ezsign-suggestTemplates-v1-Response-mPayload( a_obj_ezsigntemplate = [ @@ -63,7 +64,8 @@ def make_instance(self, include_optional) -> EzsignSuggestTemplatesV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsign_suggest_templates_v1_response_m_payload.ezsign-suggestTemplates-v1-Response-mPayload( a_obj_ezsigntemplate = [ eZmaxApi.models.ezsigntemplate_response_compound.ezsigntemplate-ResponseCompound() diff --git a/test/test_ezsignbulksend_create_ezsignbulksendtransmission_v1_response.py b/test/test_ezsignbulksend_create_ezsignbulksendtransmission_v1_response.py index 550c5e063..a3a2b283f 100644 --- a/test/test_ezsignbulksend_create_ezsignbulksendtransmission_v1_response.py +++ b/test/test_ezsignbulksend_create_ezsignbulksendtransmission_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendCreateEzsignbulksendt a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksend_create_ezsignbulksendtransmission_v1_response_m_payload.ezsignbulksend-createEzsignbulksendtransmission-v1-Response-mPayload( obj_ezsignbulksendtransmission = eZmaxApi.models.ezsignbulksendtransmission_response.ezsignbulksendtransmission-Response( @@ -76,7 +77,8 @@ def make_instance(self, include_optional) -> EzsignbulksendCreateEzsignbulksendt a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksend_create_ezsignbulksendtransmission_v1_response_m_payload.ezsignbulksend-createEzsignbulksendtransmission-v1-Response-mPayload( obj_ezsignbulksendtransmission = eZmaxApi.models.ezsignbulksendtransmission_response.ezsignbulksendtransmission-Response( pki_ezsignbulksendtransmission_id = 21, diff --git a/test/test_ezsignbulksend_create_object_v1_response.py b/test/test_ezsignbulksend_create_object_v1_response.py index a2bbf95e0..c7cab9ffd 100644 --- a/test/test_ezsignbulksend_create_object_v1_response.py +++ b/test/test_ezsignbulksend_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendCreateObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksend_create_object_v1_response_m_payload.ezsignbulksend-createObject-v1-Response-mPayload( a_pki_ezsignbulksend_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignbulksendCreateObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksend_create_object_v1_response_m_payload.ezsignbulksend-createObject-v1-Response-mPayload( a_pki_ezsignbulksend_id = [ 8 diff --git a/test/test_ezsignbulksend_delete_object_v1_response.py b/test/test_ezsignbulksend_delete_object_v1_response.py index 8e6e6936d..b54480880 100644 --- a/test/test_ezsignbulksend_delete_object_v1_response.py +++ b/test/test_ezsignbulksend_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendDeleteObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignbulksendDeleteObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignbulksend_edit_object_v1_response.py b/test/test_ezsignbulksend_edit_object_v1_response.py index 4c5e38d34..c3fd32d37 100644 --- a/test/test_ezsignbulksend_edit_object_v1_response.py +++ b/test/test_ezsignbulksend_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignbulksendEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignbulksend_get_ezsignbulksendtransmissions_v1_response.py b/test/test_ezsignbulksend_get_ezsignbulksendtransmissions_v1_response.py index 8f1252964..5ccc977ab 100644 --- a/test/test_ezsignbulksend_get_ezsignbulksendtransmissions_v1_response.py +++ b/test/test_ezsignbulksend_get_ezsignbulksendtransmissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetEzsignbulksendtran a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksend_get_ezsignbulksendtransmissions_v1_response_m_payload.ezsignbulksend-getEzsignbulksendtransmissions-v1-Response-mPayload( a_obj_ezsignbulksendtransmission = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetEzsignbulksendtran a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksend_get_ezsignbulksendtransmissions_v1_response_m_payload.ezsignbulksend-getEzsignbulksendtransmissions-v1-Response-mPayload( a_obj_ezsignbulksendtransmission = [ eZmaxApi.models.ezsignbulksendtransmission_response_compound.ezsignbulksendtransmission-ResponseCompound() diff --git a/test/test_ezsignbulksend_get_ezsignsignatures_automatic_v1_response.py b/test/test_ezsignbulksend_get_ezsignsignatures_automatic_v1_response.py index 54cf52983..ec605ab98 100644 --- a/test/test_ezsignbulksend_get_ezsignsignatures_automatic_v1_response.py +++ b/test/test_ezsignbulksend_get_ezsignsignatures_automatic_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetEzsignsignaturesAu a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksend_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignbulksend-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ @@ -73,7 +74,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetEzsignsignaturesAu a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksend_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignbulksend-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ 'Name' diff --git a/test/test_ezsignbulksend_get_forms_data_v1_response.py b/test/test_ezsignbulksend_get_forms_data_v1_response.py index 5ffa8babf..bf1d414a4 100644 --- a/test/test_ezsignbulksend_get_forms_data_v1_response.py +++ b/test/test_ezsignbulksend_get_forms_data_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetFormsDataV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksend_get_forms_data_v1_response_m_payload.ezsignbulksend-getFormsData-v1-Response-mPayload( a_obj_forms_data_folder = [ @@ -82,7 +83,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetFormsDataV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksend_get_forms_data_v1_response_m_payload.ezsignbulksend-getFormsData-v1-Response-mPayload( a_obj_forms_data_folder = [ eZmaxApi.models.custom_forms_data_folder_response.Custom-FormsDataFolder-Response( diff --git a/test/test_ezsignbulksend_get_object_v2_response.py b/test/test_ezsignbulksend_get_object_v2_response.py index ff24b8813..8c291bf0b 100644 --- a/test/test_ezsignbulksend_get_object_v2_response.py +++ b/test/test_ezsignbulksend_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksend_get_object_v2_response_m_payload.ezsignbulksend-getObject-v2-Response-mPayload( obj_ezsignbulksend = eZmaxApi.models.ezsignbulksend_response_compound.ezsignbulksend-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignbulksendGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksend_get_object_v2_response_m_payload.ezsignbulksend-getObject-v2-Response-mPayload( obj_ezsignbulksend = eZmaxApi.models.ezsignbulksend_response_compound.ezsignbulksend-ResponseCompound(), ), ) diff --git a/test/test_ezsignbulksend_reorder_v1_response.py b/test/test_ezsignbulksend_reorder_v1_response.py index cdaccc5ea..a300779d9 100644 --- a/test/test_ezsignbulksend_reorder_v1_response.py +++ b/test/test_ezsignbulksend_reorder_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendReorderV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignbulksendReorderV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignbulksenddocumentmapping_create_object_v1_response.py b/test/test_ezsignbulksenddocumentmapping_create_object_v1_response.py index 7c4b89499..67fc0755b 100644 --- a/test/test_ezsignbulksenddocumentmapping_create_object_v1_response.py +++ b/test/test_ezsignbulksenddocumentmapping_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksenddocumentmappingCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksenddocumentmapping_create_object_v1_response_m_payload.ezsignbulksenddocumentmapping-createObject-v1-Response-mPayload( a_pki_ezsignbulksenddocumentmapping_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignbulksenddocumentmappingCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksenddocumentmapping_create_object_v1_response_m_payload.ezsignbulksenddocumentmapping-createObject-v1-Response-mPayload( a_pki_ezsignbulksenddocumentmapping_id = [ 48 diff --git a/test/test_ezsignbulksenddocumentmapping_delete_object_v1_response.py b/test/test_ezsignbulksenddocumentmapping_delete_object_v1_response.py index 9eb70f375..11ac2f806 100644 --- a/test/test_ezsignbulksenddocumentmapping_delete_object_v1_response.py +++ b/test/test_ezsignbulksenddocumentmapping_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksenddocumentmappingDelete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignbulksenddocumentmappingDelete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignbulksenddocumentmapping_get_object_v2_response.py b/test/test_ezsignbulksenddocumentmapping_get_object_v2_response.py index 490aea81d..f1e45d370 100644 --- a/test/test_ezsignbulksenddocumentmapping_get_object_v2_response.py +++ b/test/test_ezsignbulksenddocumentmapping_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksenddocumentmappingGetObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksenddocumentmapping_get_object_v2_response_m_payload.ezsignbulksenddocumentmapping-getObject-v2-Response-mPayload( obj_ezsignbulksenddocumentmapping = eZmaxApi.models.ezsignbulksenddocumentmapping_response_compound.ezsignbulksenddocumentmapping-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignbulksenddocumentmappingGetObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksenddocumentmapping_get_object_v2_response_m_payload.ezsignbulksenddocumentmapping-getObject-v2-Response-mPayload( obj_ezsignbulksenddocumentmapping = eZmaxApi.models.ezsignbulksenddocumentmapping_response_compound.ezsignbulksenddocumentmapping-ResponseCompound(), ), ) diff --git a/test/test_ezsignbulksendsignermapping_create_object_v1_response.py b/test/test_ezsignbulksendsignermapping_create_object_v1_response.py index 592e0527a..4f125e4e3 100644 --- a/test/test_ezsignbulksendsignermapping_create_object_v1_response.py +++ b/test/test_ezsignbulksendsignermapping_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendsignermappingCreateOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksendsignermapping_create_object_v1_response_m_payload.ezsignbulksendsignermapping-createObject-v1-Response-mPayload( a_pki_ezsignbulksendsignermapping_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignbulksendsignermappingCreateOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksendsignermapping_create_object_v1_response_m_payload.ezsignbulksendsignermapping-createObject-v1-Response-mPayload( a_pki_ezsignbulksendsignermapping_id = [ 57 diff --git a/test/test_ezsignbulksendsignermapping_delete_object_v1_response.py b/test/test_ezsignbulksendsignermapping_delete_object_v1_response.py index 87abf03c0..7ba760ca1 100644 --- a/test/test_ezsignbulksendsignermapping_delete_object_v1_response.py +++ b/test/test_ezsignbulksendsignermapping_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendsignermappingDeleteOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignbulksendsignermappingDeleteOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignbulksendsignermapping_get_object_v2_response.py b/test/test_ezsignbulksendsignermapping_get_object_v2_response.py index 31ad92cc4..e95d48038 100644 --- a/test/test_ezsignbulksendsignermapping_get_object_v2_response.py +++ b/test/test_ezsignbulksendsignermapping_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendsignermappingGetObjec a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksendsignermapping_get_object_v2_response_m_payload.ezsignbulksendsignermapping-getObject-v2-Response-mPayload( obj_ezsignbulksendsignermapping = eZmaxApi.models.ezsignbulksendsignermapping_response_compound.ezsignbulksendsignermapping-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignbulksendsignermappingGetObjec a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksendsignermapping_get_object_v2_response_m_payload.ezsignbulksendsignermapping-getObject-v2-Response-mPayload( obj_ezsignbulksendsignermapping = eZmaxApi.models.ezsignbulksendsignermapping_response_compound.ezsignbulksendsignermapping-ResponseCompound(), ), ) diff --git a/test/test_ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1_response.py b/test/test_ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1_response.py index 8006f2874..f0c36b07f 100644 --- a/test/test_ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1_response.py +++ b/test/test_ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendtransmissionGetEzsign a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignbulksendtransmission-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ @@ -73,7 +74,8 @@ def make_instance(self, include_optional) -> EzsignbulksendtransmissionGetEzsign a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksendtransmission_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignbulksendtransmission-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ 'Name' diff --git a/test/test_ezsignbulksendtransmission_get_forms_data_v1_response.py b/test/test_ezsignbulksendtransmission_get_forms_data_v1_response.py index 9d5f20a5c..afab03fa4 100644 --- a/test/test_ezsignbulksendtransmission_get_forms_data_v1_response.py +++ b/test/test_ezsignbulksendtransmission_get_forms_data_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendtransmissionGetFormsD a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksendtransmission_get_forms_data_v1_response_m_payload.ezsignbulksendtransmission-getFormsData-v1-Response-mPayload( a_obj_forms_data_folder = [ @@ -82,7 +83,8 @@ def make_instance(self, include_optional) -> EzsignbulksendtransmissionGetFormsD a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksendtransmission_get_forms_data_v1_response_m_payload.ezsignbulksendtransmission-getFormsData-v1-Response-mPayload( a_obj_forms_data_folder = [ eZmaxApi.models.custom_forms_data_folder_response.Custom-FormsDataFolder-Response( diff --git a/test/test_ezsignbulksendtransmission_get_object_v2_response.py b/test/test_ezsignbulksendtransmission_get_object_v2_response.py index 128498c34..9eb6c31f8 100644 --- a/test/test_ezsignbulksendtransmission_get_object_v2_response.py +++ b/test/test_ezsignbulksendtransmission_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignbulksendtransmissionGetObject a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignbulksendtransmission_get_object_v2_response_m_payload.ezsignbulksendtransmission-getObject-v2-Response-mPayload( obj_ezsignbulksendtransmission = eZmaxApi.models.ezsignbulksendtransmission_response_compound.ezsignbulksendtransmission-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignbulksendtransmissionGetObject a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignbulksendtransmission_get_object_v2_response_m_payload.ezsignbulksendtransmission-getObject-v2-Response-mPayload( obj_ezsignbulksendtransmission = eZmaxApi.models.ezsignbulksendtransmission_response_compound.ezsignbulksendtransmission-ResponseCompound(), ), ) diff --git a/test/test_ezsigndiscussion_create_object_v1_response.py b/test/test_ezsigndiscussion_create_object_v1_response.py index 037da95e1..7a4c67c85 100644 --- a/test/test_ezsigndiscussion_create_object_v1_response.py +++ b/test/test_ezsigndiscussion_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndiscussionCreateObjectV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndiscussion_create_object_v1_response_m_payload.ezsigndiscussion-createObject-v1-Response-mPayload( a_pki_ezsigndiscussion_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndiscussionCreateObjectV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndiscussion_create_object_v1_response_m_payload.ezsigndiscussion-createObject-v1-Response-mPayload( a_pki_ezsigndiscussion_id = [ 194 diff --git a/test/test_ezsigndiscussion_delete_object_v1_response.py b/test/test_ezsigndiscussion_delete_object_v1_response.py index fd6d6c1f4..a7b338a4e 100644 --- a/test/test_ezsigndiscussion_delete_object_v1_response.py +++ b/test/test_ezsigndiscussion_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndiscussionDeleteObjectV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndiscussionDeleteObjectV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndiscussion_get_object_v2_response.py b/test/test_ezsigndiscussion_get_object_v2_response.py index 25fb87798..01c937272 100644 --- a/test/test_ezsigndiscussion_get_object_v2_response.py +++ b/test/test_ezsigndiscussion_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndiscussionGetObjectV2Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndiscussion_get_object_v2_response_m_payload.ezsigndiscussion-getObject-v2-Response-mPayload( obj_ezsigndiscussion = eZmaxApi.models.ezsigndiscussion_response_compound.ezsigndiscussion-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigndiscussionGetObjectV2Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndiscussion_get_object_v2_response_m_payload.ezsigndiscussion-getObject-v2-Response-mPayload( obj_ezsigndiscussion = eZmaxApi.models.ezsigndiscussion_response_compound.ezsigndiscussion-ResponseCompound(), ), ) diff --git a/test/test_ezsigndocument_apply_ezsigntemplate_v1_response.py b/test/test_ezsigndocument_apply_ezsigntemplate_v1_response.py index 6a46a207c..0915a5bb7 100644 --- a/test/test_ezsigndocument_apply_ezsigntemplate_v1_response.py +++ b/test/test_ezsigndocument_apply_ezsigntemplate_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentApplyEzsigntemplateV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentApplyEzsigntemplateV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_apply_ezsigntemplate_v2_response.py b/test/test_ezsigndocument_apply_ezsigntemplate_v2_response.py index f22d80aae..6931802f5 100644 --- a/test/test_ezsigndocument_apply_ezsigntemplate_v2_response.py +++ b/test/test_ezsigndocument_apply_ezsigntemplate_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentApplyEzsigntemplateV2 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, a_obj_warning = [ eZmaxApi.models.common_response_warning.Common-Response-Warning( @@ -58,7 +59,8 @@ def make_instance(self, include_optional) -> EzsigndocumentApplyEzsigntemplateV2 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_apply_ezsigntemplateglobal_v1_response.py b/test/test_ezsigndocument_apply_ezsigntemplateglobal_v1_response.py index 960385ac7..a09320608 100644 --- a/test/test_ezsigndocument_apply_ezsigntemplateglobal_v1_response.py +++ b/test/test_ezsigndocument_apply_ezsigntemplateglobal_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentApplyEzsigntemplategl a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, a_obj_warning = [ eZmaxApi.models.common_response_warning.Common-Response-Warning( @@ -58,7 +59,8 @@ def make_instance(self, include_optional) -> EzsigndocumentApplyEzsigntemplategl a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_create_ezsignelements_positioned_by_word_v1_response.py b/test/test_ezsigndocument_create_ezsignelements_positioned_by_word_v1_response.py index e2b7b74a7..0cf18a199 100644 --- a/test/test_ezsigndocument_create_ezsignelements_positioned_by_word_v1_response.py +++ b/test/test_ezsigndocument_create_ezsignelements_positioned_by_word_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentCreateEzsignelementsP a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_create_ezsignelements_positioned_by_word_v1_response_m_payload.ezsigndocument-createEzsignelementsPositionedByWord-v1-Response-mPayload( a_pki_ezsignsignature_id = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzsigndocumentCreateEzsignelementsP a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_create_ezsignelements_positioned_by_word_v1_response_m_payload.ezsigndocument-createEzsignelementsPositionedByWord-v1-Response-mPayload( a_pki_ezsignsignature_id = [ 49 diff --git a/test/test_ezsigndocument_create_object_v1_response.py b/test/test_ezsigndocument_create_object_v1_response.py index 5a2e2559c..1bc683304 100644 --- a/test/test_ezsigndocument_create_object_v1_response.py +++ b/test/test_ezsigndocument_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentCreateObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_create_object_v1_response_m_payload.ezsigndocument-createObject-v1-Response-mPayload( a_pki_ezsigndocument_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentCreateObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_create_object_v1_response_m_payload.ezsigndocument-createObject-v1-Response-mPayload( a_pki_ezsigndocument_id = [ 97 diff --git a/test/test_ezsigndocument_create_object_v2_response.py b/test/test_ezsigndocument_create_object_v2_response.py index 75df5a6de..57970699d 100644 --- a/test/test_ezsigndocument_create_object_v2_response.py +++ b/test/test_ezsigndocument_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentCreateObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_create_object_v2_response_m_payload.ezsigndocument-createObject-v2-Response-mPayload( a_pki_ezsigndocument_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentCreateObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_create_object_v2_response_m_payload.ezsigndocument-createObject-v2-Response-mPayload( a_pki_ezsigndocument_id = [ 97 diff --git a/test/test_ezsigndocument_decline_to_sign_v1_response.py b/test/test_ezsigndocument_decline_to_sign_v1_response.py index 46111ca28..3e216ea56 100644 --- a/test/test_ezsigndocument_decline_to_sign_v1_response.py +++ b/test/test_ezsigndocument_decline_to_sign_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentDeclineToSignV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentDeclineToSignV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_delete_object_v1_response.py b/test/test_ezsigndocument_delete_object_v1_response.py index 905d6809e..77c0adb31 100644 --- a/test/test_ezsigndocument_delete_object_v1_response.py +++ b/test/test_ezsigndocument_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentDeleteObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentDeleteObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_edit_ezsignformfieldgroups_v1_response.py b/test/test_ezsigndocument_edit_ezsignformfieldgroups_v1_response.py index 3a55baebc..d459ef2ef 100644 --- a/test/test_ezsigndocument_edit_ezsignformfieldgroups_v1_response.py +++ b/test/test_ezsigndocument_edit_ezsignformfieldgroups_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentEditEzsignformfieldgr a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload.ezsigndocument-editEzsignformfieldgroups-v1-Response-mPayload( a_pki_ezsignformfieldgroup_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentEditEzsignformfieldgr a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_edit_ezsignformfieldgroups_v1_response_m_payload.ezsigndocument-editEzsignformfieldgroups-v1-Response-mPayload( a_pki_ezsignformfieldgroup_id = [ 26 diff --git a/test/test_ezsigndocument_edit_ezsignsignatures_v1_response.py b/test/test_ezsigndocument_edit_ezsignsignatures_v1_response.py index b0a2474e9..df5eb7ce6 100644 --- a/test/test_ezsigndocument_edit_ezsignsignatures_v1_response.py +++ b/test/test_ezsigndocument_edit_ezsignsignatures_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentEditEzsignsignaturesV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_edit_ezsignsignatures_v1_response_m_payload.ezsigndocument-editEzsignsignatures-v1-Response-mPayload( a_pki_ezsignsignature_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentEditEzsignsignaturesV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_edit_ezsignsignatures_v1_response_m_payload.ezsigndocument-editEzsignsignatures-v1-Response-mPayload( a_pki_ezsignsignature_id = [ 49 diff --git a/test/test_ezsigndocument_end_prematurely_v1_response.py b/test/test_ezsigndocument_end_prematurely_v1_response.py index 8c5a6c435..66596b4f5 100644 --- a/test/test_ezsigndocument_end_prematurely_v1_response.py +++ b/test/test_ezsigndocument_end_prematurely_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentEndPrematurelyV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentEndPrematurelyV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_flatten_v1_response.py b/test/test_ezsigndocument_flatten_v1_response.py index 5db41368b..49271070b 100644 --- a/test/test_ezsigndocument_flatten_v1_response.py +++ b/test/test_ezsigndocument_flatten_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentFlattenV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentFlattenV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_get_actionable_elements_v1_response.py b/test/test_ezsigndocument_get_actionable_elements_v1_response.py index 2e956fb82..dcace35ce 100644 --- a/test/test_ezsigndocument_get_actionable_elements_v1_response.py +++ b/test/test_ezsigndocument_get_actionable_elements_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetActionableElements a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_actionable_elements_v1_response_m_payload.ezsigndocument-getActionableElements-v1-Response-mPayload( a_obj_ezsignsignature = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetActionableElements a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_actionable_elements_v1_response_m_payload.ezsigndocument-getActionableElements-v1-Response-mPayload( a_obj_ezsignsignature = [ eZmaxApi.models.ezsignsignature_response_compound.ezsignsignature-ResponseCompound() diff --git a/test/test_ezsigndocument_get_attachments_v1_response.py b/test/test_ezsigndocument_get_attachments_v1_response.py index 4ac82a9ce..100716d3d 100644 --- a/test/test_ezsigndocument_get_attachments_v1_response.py +++ b/test/test_ezsigndocument_get_attachments_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetAttachmentsV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_attachments_v1_response_m_payload.ezsigndocument-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetAttachmentsV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_attachments_v1_response_m_payload.ezsigndocument-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ eZmaxApi.models.custom_attachmentdocumenttype_response.Custom-Attachmentdocumenttype-Response( diff --git a/test/test_ezsigndocument_get_completed_elements_v1_response.py b/test/test_ezsigndocument_get_completed_elements_v1_response.py index 9b133adfc..7400952a8 100644 --- a/test/test_ezsigndocument_get_completed_elements_v1_response.py +++ b/test/test_ezsigndocument_get_completed_elements_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetCompletedElementsV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_completed_elements_v1_response_m_payload.ezsigndocument-getCompletedElements-v1-Response-mPayload( a_obj_ezsignsignature = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetCompletedElementsV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_completed_elements_v1_response_m_payload.ezsigndocument-getCompletedElements-v1-Response-mPayload( a_obj_ezsignsignature = [ eZmaxApi.models.ezsignsignature_response_compound.ezsignsignature-ResponseCompound() diff --git a/test/test_ezsigndocument_get_download_url_v1_response.py b/test/test_ezsigndocument_get_download_url_v1_response.py index 98ce32d77..b2b440b6a 100644 --- a/test/test_ezsigndocument_get_download_url_v1_response.py +++ b/test/test_ezsigndocument_get_download_url_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetDownloadUrlV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = {"sDownloadUrl":"http://www.example.com/document.pdf"} ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetDownloadUrlV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = {"sDownloadUrl":"http://www.example.com/document.pdf"}, ) """ diff --git a/test/test_ezsigndocument_get_ezsignannotations_v1_response.py b/test/test_ezsigndocument_get_ezsignannotations_v1_response.py index e3b054dbc..1130ace09 100644 --- a/test/test_ezsigndocument_get_ezsignannotations_v1_response.py +++ b/test/test_ezsigndocument_get_ezsignannotations_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignannotationsV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_ezsignannotations_v1_response_m_payload.ezsigndocument-getEzsignannotations-v1-Response-mPayload( a_obj_ezsignannotation = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignannotationsV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_ezsignannotations_v1_response_m_payload.ezsigndocument-getEzsignannotations-v1-Response-mPayload( a_obj_ezsignannotation = [ eZmaxApi.models.ezsignannotation_response_compound.ezsignannotation-ResponseCompound() diff --git a/test/test_ezsigndocument_get_ezsigndiscussions_v1_response.py b/test/test_ezsigndocument_get_ezsigndiscussions_v1_response.py index 9e7c13925..76868b588 100644 --- a/test/test_ezsigndocument_get_ezsigndiscussions_v1_response.py +++ b/test/test_ezsigndocument_get_ezsigndiscussions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsigndiscussionsV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_ezsigndiscussions_v1_response_m_payload.ezsigndocument-getEzsigndiscussions-v1-Response-mPayload( a_obj_ezsigndiscussion = [ @@ -64,7 +65,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsigndiscussionsV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_ezsigndiscussions_v1_response_m_payload.ezsigndocument-getEzsigndiscussions-v1-Response-mPayload( a_obj_ezsigndiscussion = [ eZmaxApi.models.ezsigndiscussion_response.ezsigndiscussion-Response( diff --git a/test/test_ezsigndocument_get_ezsignformfieldgroups_v1_response.py b/test/test_ezsigndocument_get_ezsignformfieldgroups_v1_response.py index 8c0ceeccc..e4c55899a 100644 --- a/test/test_ezsigndocument_get_ezsignformfieldgroups_v1_response.py +++ b/test/test_ezsigndocument_get_ezsignformfieldgroups_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignformfieldgro a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_ezsignformfieldgroups_v1_response_m_payload.ezsigndocument-getEzsignformfieldgroups-v1-Response-mPayload( a_obj_ezsignformfieldgroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignformfieldgro a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_ezsignformfieldgroups_v1_response_m_payload.ezsigndocument-getEzsignformfieldgroups-v1-Response-mPayload( a_obj_ezsignformfieldgroup = [ eZmaxApi.models.ezsignformfieldgroup_response_compound.ezsignformfieldgroup-ResponseCompound() diff --git a/test/test_ezsigndocument_get_ezsignpages_v1_response.py b/test/test_ezsigndocument_get_ezsignpages_v1_response.py index e42a3876d..e2c60463e 100644 --- a/test/test_ezsigndocument_get_ezsignpages_v1_response.py +++ b/test/test_ezsigndocument_get_ezsignpages_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignpagesV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_ezsignpages_v1_response_m_payload.ezsigndocument-getEzsignpages-v1-Response-mPayload( a_obj_ezsignpage = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignpagesV1Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_ezsignpages_v1_response_m_payload.ezsigndocument-getEzsignpages-v1-Response-mPayload( a_obj_ezsignpage = [ eZmaxApi.models.ezsignpage_response_compound.ezsignpage-ResponseCompound() diff --git a/test/test_ezsigndocument_get_ezsignsignatures_automatic_v1_response.py b/test/test_ezsigndocument_get_ezsignsignatures_automatic_v1_response.py index b8d60586d..587aed46c 100644 --- a/test/test_ezsigndocument_get_ezsignsignatures_automatic_v1_response.py +++ b/test/test_ezsigndocument_get_ezsignsignatures_automatic_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignsignaturesAu a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_ezsignsignatures_automatic_v1_response_m_payload.ezsigndocument-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ @@ -73,7 +74,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignsignaturesAu a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_ezsignsignatures_automatic_v1_response_m_payload.ezsigndocument-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ 'Name' diff --git a/test/test_ezsigndocument_get_ezsignsignatures_v1_response.py b/test/test_ezsigndocument_get_ezsignsignatures_v1_response.py index 4d414ad9c..7a9c7caaa 100644 --- a/test/test_ezsigndocument_get_ezsignsignatures_v1_response.py +++ b/test/test_ezsigndocument_get_ezsignsignatures_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignsignaturesV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_ezsignsignatures_v1_response_m_payload.ezsigndocument-getEzsignsignatures-v1-Response-mPayload( a_obj_ezsignsignature = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetEzsignsignaturesV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_ezsignsignatures_v1_response_m_payload.ezsigndocument-getEzsignsignatures-v1-Response-mPayload( a_obj_ezsignsignature = [ eZmaxApi.models.ezsignsignature_response_compound.ezsignsignature-ResponseCompound() diff --git a/test/test_ezsigndocument_get_form_data_v1_response.py b/test/test_ezsigndocument_get_form_data_v1_response.py index bace7f33f..18e346f62 100644 --- a/test/test_ezsigndocument_get_form_data_v1_response.py +++ b/test/test_ezsigndocument_get_form_data_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetFormDataV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_form_data_v1_response_m_payload.ezsigndocument-getFormData-v1-Response-mPayload( obj_form_data_document = eZmaxApi.models.custom_form_data_document_response.Custom-FormDataDocument-Response( @@ -75,7 +76,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetFormDataV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_form_data_v1_response_m_payload.ezsigndocument-getFormData-v1-Response-mPayload( obj_form_data_document = eZmaxApi.models.custom_form_data_document_response.Custom-FormDataDocument-Response( pki_ezsigndocument_id = 97, diff --git a/test/test_ezsigndocument_get_object_v1_response.py b/test/test_ezsigndocument_get_object_v1_response.py index 339f7c667..8247e5f40 100644 --- a/test/test_ezsigndocument_get_object_v1_response.py +++ b/test/test_ezsigndocument_get_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_object_v1_response_m_payload.ezsigndocument-getObject-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_object_v1_response_m_payload.ezsigndocument-getObject-v1-Response-mPayload(), ) """ diff --git a/test/test_ezsigndocument_get_object_v2_response.py b/test/test_ezsigndocument_get_object_v2_response.py index fe8ba3594..b3d606cd8 100644 --- a/test/test_ezsigndocument_get_object_v2_response.py +++ b/test/test_ezsigndocument_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_object_v2_response_m_payload.ezsigndocument-getObject-v2-Response-mPayload( obj_ezsigndocument = eZmaxApi.models.ezsigndocument_response_compound.ezsigndocument-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_object_v2_response_m_payload.ezsigndocument-getObject-v2-Response-mPayload( obj_ezsigndocument = eZmaxApi.models.ezsigndocument_response_compound.ezsigndocument-ResponseCompound(), ), ) diff --git a/test/test_ezsigndocument_get_temporary_proof_v1_response.py b/test/test_ezsigndocument_get_temporary_proof_v1_response.py index 78eac4e42..4c2df3633 100644 --- a/test/test_ezsigndocument_get_temporary_proof_v1_response.py +++ b/test/test_ezsigndocument_get_temporary_proof_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetTemporaryProofV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigndocument_get_temporary_proof_v1_response_m_payload.ezsigndocument-getTemporaryProof-v1-Response-mPayload( a_obj_ezsigndocumentlog = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetTemporaryProofV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigndocument_get_temporary_proof_v1_response_m_payload.ezsigndocument-getTemporaryProof-v1-Response-mPayload( a_obj_ezsigndocumentlog = [ eZmaxApi.models.ezsigndocumentlog_response_compound.ezsigndocumentlog-ResponseCompound() diff --git a/test/test_ezsigndocument_get_words_positions_v1_response.py b/test/test_ezsigndocument_get_words_positions_v1_response.py index 89ec72cbc..2762958b7 100644 --- a/test/test_ezsigndocument_get_words_positions_v1_response.py +++ b/test/test_ezsigndocument_get_words_positions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetWordsPositionsV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = [ eZmaxApi.models.custom_word_position_word_response.Custom-WordPositionWord-Response( @@ -63,7 +64,8 @@ def make_instance(self, include_optional) -> EzsigndocumentGetWordsPositionsV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = [ eZmaxApi.models.custom_word_position_word_response.Custom-WordPositionWord-Response( s_word = '', diff --git a/test/test_ezsigndocument_patch_object_v1_response.py b/test/test_ezsigndocument_patch_object_v1_response.py index aa8574acf..c218a1ce1 100644 --- a/test/test_ezsigndocument_patch_object_v1_response.py +++ b/test/test_ezsigndocument_patch_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentPatchObjectV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentPatchObjectV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_submit_ezsignform_v1_response.py b/test/test_ezsigndocument_submit_ezsignform_v1_response.py index 52b5d8d85..95dab7e45 100644 --- a/test/test_ezsigndocument_submit_ezsignform_v1_response.py +++ b/test/test_ezsigndocument_submit_ezsignform_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentSubmitEzsignformV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentSubmitEzsignformV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigndocument_unsend_v1_response.py b/test/test_ezsigndocument_unsend_v1_response.py index 278594f3a..457a7d470 100644 --- a/test/test_ezsigndocument_unsend_v1_response.py +++ b/test/test_ezsigndocument_unsend_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigndocumentUnsendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigndocumentUnsendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_archive_v1_response.py b/test/test_ezsignfolder_archive_v1_response.py index 82c7f7028..85c6bd09f 100644 --- a/test/test_ezsignfolder_archive_v1_response.py +++ b/test/test_ezsignfolder_archive_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderArchiveV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderArchiveV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_create_object_v1_response.py b/test/test_ezsignfolder_create_object_v1_response.py index 6440dda1b..e388065d0 100644 --- a/test/test_ezsignfolder_create_object_v1_response.py +++ b/test/test_ezsignfolder_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_create_object_v1_response_m_payload.ezsignfolder-createObject-v1-Response-mPayload( a_pki_ezsignfolder_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfolderCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_create_object_v1_response_m_payload.ezsignfolder-createObject-v1-Response-mPayload( a_pki_ezsignfolder_id = [ 33 diff --git a/test/test_ezsignfolder_create_object_v2_response.py b/test/test_ezsignfolder_create_object_v2_response.py index 9514dba19..aba4ad38b 100644 --- a/test/test_ezsignfolder_create_object_v2_response.py +++ b/test/test_ezsignfolder_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_create_object_v2_response_m_payload.ezsignfolder-createObject-v2-Response-mPayload( a_pki_ezsignfolder_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfolderCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_create_object_v2_response_m_payload.ezsignfolder-createObject-v2-Response-mPayload( a_pki_ezsignfolder_id = [ 33 diff --git a/test/test_ezsignfolder_delete_object_v1_response.py b/test/test_ezsignfolder_delete_object_v1_response.py index 316a0514e..ccd6997de 100644 --- a/test/test_ezsignfolder_delete_object_v1_response.py +++ b/test/test_ezsignfolder_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_dispose_ezsignfolders_v1_response.py b/test/test_ezsignfolder_dispose_ezsignfolders_v1_response.py index 5396c5d5b..b804cc78e 100644 --- a/test/test_ezsignfolder_dispose_ezsignfolders_v1_response.py +++ b/test/test_ezsignfolder_dispose_ezsignfolders_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderDisposeEzsignfoldersV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderDisposeEzsignfoldersV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_dispose_v1_response.py b/test/test_ezsignfolder_dispose_v1_response.py index d99e63f4c..c07685df1 100644 --- a/test/test_ezsignfolder_dispose_v1_response.py +++ b/test/test_ezsignfolder_dispose_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderDisposeV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderDisposeV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_edit_object_v1_response.py b/test/test_ezsignfolder_edit_object_v1_response.py index e8c28ab3e..6c9a53d92 100644 --- a/test/test_ezsignfolder_edit_object_v1_response.py +++ b/test/test_ezsignfolder_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_end_prematurely_v1_response.py b/test/test_ezsignfolder_end_prematurely_v1_response.py index ad14d35a0..196d282b5 100644 --- a/test/test_ezsignfolder_end_prematurely_v1_response.py +++ b/test/test_ezsignfolder_end_prematurely_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderEndPrematurelyV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderEndPrematurelyV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_get_actionable_elements_v1_response.py b/test/test_ezsignfolder_get_actionable_elements_v1_response.py index 44ad30118..58cacdd18 100644 --- a/test/test_ezsignfolder_get_actionable_elements_v1_response.py +++ b/test/test_ezsignfolder_get_actionable_elements_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetActionableElementsV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_actionable_elements_v1_response_m_payload.ezsignfolder-getActionableElements-v1-Response-mPayload( a_obj_ezsignsignature = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetActionableElementsV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_actionable_elements_v1_response_m_payload.ezsignfolder-getActionableElements-v1-Response-mPayload( a_obj_ezsignsignature = [ eZmaxApi.models.ezsignsignature_response_compound.ezsignsignature-ResponseCompound() diff --git a/test/test_ezsignfolder_get_attachment_count_v1_response.py b/test/test_ezsignfolder_get_attachment_count_v1_response.py index 0e9fd6065..d78a9451c 100644 --- a/test/test_ezsignfolder_get_attachment_count_v1_response.py +++ b/test/test_ezsignfolder_get_attachment_count_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetAttachmentCountV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_attachment_count_v1_response_m_payload.ezsignfolder-getAttachmentCount-v1-Response-mPayload( i_attachment_count = 4, ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetAttachmentCountV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_attachment_count_v1_response_m_payload.ezsignfolder-getAttachmentCount-v1-Response-mPayload( i_attachment_count = 4, ), ) diff --git a/test/test_ezsignfolder_get_attachments_v1_response.py b/test/test_ezsignfolder_get_attachments_v1_response.py index 734a6c7fb..090b897c4 100644 --- a/test/test_ezsignfolder_get_attachments_v1_response.py +++ b/test/test_ezsignfolder_get_attachments_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetAttachmentsV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_attachments_v1_response_m_payload.ezsignfolder-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetAttachmentsV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_attachments_v1_response_m_payload.ezsignfolder-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ eZmaxApi.models.custom_attachmentdocumenttype_response.Custom-Attachmentdocumenttype-Response( diff --git a/test/test_ezsignfolder_get_communication_count_v1_response.py b/test/test_ezsignfolder_get_communication_count_v1_response.py index 8f061135b..be79c697e 100644 --- a/test/test_ezsignfolder_get_communication_count_v1_response.py +++ b/test/test_ezsignfolder_get_communication_count_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetCommunicationCountV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_communication_count_v1_response_m_payload.ezsignfolder-getCommunicationCount-v1-Response-mPayload( i_communication_count = 8, ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetCommunicationCountV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_communication_count_v1_response_m_payload.ezsignfolder-getCommunicationCount-v1-Response-mPayload( i_communication_count = 8, ), ) diff --git a/test/test_ezsignfolder_get_communicationrecipients_v1_response.py b/test/test_ezsignfolder_get_communicationrecipients_v1_response.py index a43c608fd..89be30007 100644 --- a/test/test_ezsignfolder_get_communicationrecipients_v1_response.py +++ b/test/test_ezsignfolder_get_communicationrecipients_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetCommunicationrecipie a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_communicationrecipients_v1_response_m_payload.ezsignfolder-getCommunicationrecipients-v1-Response-mPayload( a_obj_communicationrecipientsgroup = [ @@ -84,7 +85,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetCommunicationrecipie a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_communicationrecipients_v1_response_m_payload.ezsignfolder-getCommunicationrecipients-v1-Response-mPayload( a_obj_communicationrecipientsgroup = [ eZmaxApi.models.custom_communicationrecipientsgroup_response.Custom-Communicationrecipientsgroup-Response( diff --git a/test/test_ezsignfolder_get_communicationsenders_v1_response.py b/test/test_ezsignfolder_get_communicationsenders_v1_response.py index 3998b8cb2..db146d5cf 100644 --- a/test/test_ezsignfolder_get_communicationsenders_v1_response.py +++ b/test/test_ezsignfolder_get_communicationsenders_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetCommunicationsenders a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_communicationsenders_v1_response_m_payload.ezsignfolder-getCommunicationsenders-v1-Response-mPayload( a_obj_communicationsenders = [ @@ -70,7 +71,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetCommunicationsenders a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_communicationsenders_v1_response_m_payload.ezsignfolder-getCommunicationsenders-v1-Response-mPayload( a_obj_communicationsenders = [ eZmaxApi.models.custom_communicationsender_response.Custom-Communicationsender-Response( diff --git a/test/test_ezsignfolder_get_ezsigndocuments_v1_response.py b/test/test_ezsignfolder_get_ezsigndocuments_v1_response.py index d411dd5a1..17a9d800a 100644 --- a/test/test_ezsignfolder_get_ezsigndocuments_v1_response.py +++ b/test/test_ezsignfolder_get_ezsigndocuments_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetEzsigndocumentsV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_ezsigndocuments_v1_response_m_payload.ezsignfolder-getEzsigndocuments-v1-Response-mPayload( a_obj_ezsigndocument = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetEzsigndocumentsV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_ezsigndocuments_v1_response_m_payload.ezsignfolder-getEzsigndocuments-v1-Response-mPayload( a_obj_ezsigndocument = [ eZmaxApi.models.ezsigndocument_response_compound.ezsigndocument-ResponseCompound() diff --git a/test/test_ezsignfolder_get_ezsignfoldersignerassociations_v1_response.py b/test/test_ezsignfolder_get_ezsignfoldersignerassociations_v1_response.py index 6801760de..bc04bb871 100644 --- a/test/test_ezsignfolder_get_ezsignfoldersignerassociations_v1_response.py +++ b/test/test_ezsignfolder_get_ezsignfoldersignerassociations_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetEzsignfoldersigneras a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_ezsignfoldersignerassociations_v1_response_m_payload.ezsignfolder-getEzsignfoldersignerassociations-v1-Response-mPayload( a_obj_ezsignfoldersignerassociation = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetEzsignfoldersigneras a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_ezsignfoldersignerassociations_v1_response_m_payload.ezsignfolder-getEzsignfoldersignerassociations-v1-Response-mPayload( a_obj_ezsignfoldersignerassociation = [ eZmaxApi.models.custom_ezsignfoldersignerassociation_actionable_element_response.Custom-EzsignfoldersignerassociationActionableElement-Response() diff --git a/test/test_ezsignfolder_get_ezsignsignatures_automatic_v1_response.py b/test/test_ezsignfolder_get_ezsignsignatures_automatic_v1_response.py index b4f5430cd..005fdc06c 100644 --- a/test/test_ezsignfolder_get_ezsignsignatures_automatic_v1_response.py +++ b/test/test_ezsignfolder_get_ezsignsignatures_automatic_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetEzsignsignaturesAuto a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignfolder-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ @@ -73,7 +74,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetEzsignsignaturesAuto a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignfolder-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ 'Name' diff --git a/test/test_ezsignfolder_get_forms_data_v1_response.py b/test/test_ezsignfolder_get_forms_data_v1_response.py index 2d91fc74f..f0cfcc037 100644 --- a/test/test_ezsignfolder_get_forms_data_v1_response.py +++ b/test/test_ezsignfolder_get_forms_data_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetFormsDataV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_forms_data_v1_response_m_payload.ezsignfolder-getFormsData-v1-Response-mPayload( obj_forms_data_folder = eZmaxApi.models.custom_forms_data_folder_response.Custom-FormsDataFolder-Response( @@ -80,7 +81,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetFormsDataV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_forms_data_v1_response_m_payload.ezsignfolder-getFormsData-v1-Response-mPayload( obj_forms_data_folder = eZmaxApi.models.custom_forms_data_folder_response.Custom-FormsDataFolder-Response( pki_ezsignfolder_id = 33, diff --git a/test/test_ezsignfolder_get_object_v1_response.py b/test/test_ezsignfolder_get_object_v1_response.py index 622784a6f..5d8530db3 100644 --- a/test/test_ezsignfolder_get_object_v1_response.py +++ b/test/test_ezsignfolder_get_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_object_v1_response_m_payload.ezsignfolder-getObject-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_object_v1_response_m_payload.ezsignfolder-getObject-v1-Response-mPayload(), ) """ diff --git a/test/test_ezsignfolder_get_object_v2_response.py b/test/test_ezsignfolder_get_object_v2_response.py index 1541b4aa3..e45bb6bde 100644 --- a/test/test_ezsignfolder_get_object_v2_response.py +++ b/test/test_ezsignfolder_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_get_object_v2_response_m_payload.ezsignfolder-getObject-v2-Response-mPayload( obj_ezsignfolder = eZmaxApi.models.ezsignfolder_response_compound.ezsignfolder-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfolderGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_get_object_v2_response_m_payload.ezsignfolder-getObject-v2-Response-mPayload( obj_ezsignfolder = eZmaxApi.models.ezsignfolder_response_compound.ezsignfolder-ResponseCompound(), ), ) diff --git a/test/test_ezsignfolder_import_ezsignfoldersignerassociations_v1_response.py b/test/test_ezsignfolder_import_ezsignfoldersignerassociations_v1_response.py index 7d1a0c7bb..587c63291 100644 --- a/test/test_ezsignfolder_import_ezsignfoldersignerassociations_v1_response.py +++ b/test/test_ezsignfolder_import_ezsignfoldersignerassociations_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderImportEzsignfoldersigne a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_import_ezsignfoldersignerassociations_v1_response_m_payload.ezsignfolder-importEzsignfoldersignerassociations-v1-Response-mPayload( a_pki_ezsignfoldersignerassociation_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfolderImportEzsignfoldersigne a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_import_ezsignfoldersignerassociations_v1_response_m_payload.ezsignfolder-importEzsignfoldersignerassociations-v1-Response-mPayload( a_pki_ezsignfoldersignerassociation_id = [ 20 diff --git a/test/test_ezsignfolder_import_ezsigntemplatepackage_v1_response.py b/test/test_ezsignfolder_import_ezsigntemplatepackage_v1_response.py index c77ecaf89..856562c94 100644 --- a/test/test_ezsignfolder_import_ezsigntemplatepackage_v1_response.py +++ b/test/test_ezsignfolder_import_ezsigntemplatepackage_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderImportEzsigntemplatepac a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfolder_import_ezsigntemplatepackage_v1_response_m_payload.ezsignfolder-importEzsigntemplatepackage-v1-Response-mPayload( a_obj_ezsigndocument = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfolderImportEzsigntemplatepac a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfolder_import_ezsigntemplatepackage_v1_response_m_payload.ezsignfolder-importEzsigntemplatepackage-v1-Response-mPayload( a_obj_ezsigndocument = [ eZmaxApi.models.ezsigndocument_response_compound.ezsigndocument-ResponseCompound() diff --git a/test/test_ezsignfolder_reorder_v1_response.py b/test/test_ezsignfolder_reorder_v1_response.py index dfd7fa925..01c2ce870 100644 --- a/test/test_ezsignfolder_reorder_v1_response.py +++ b/test/test_ezsignfolder_reorder_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderReorderV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderReorderV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_send_v1_response.py b/test/test_ezsignfolder_send_v1_response.py index f63fe0cf3..9472939c9 100644 --- a/test/test_ezsignfolder_send_v1_response.py +++ b/test/test_ezsignfolder_send_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderSendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderSendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_send_v3_response.py b/test/test_ezsignfolder_send_v3_response.py index 9654bfd22..bf107f1b2 100644 --- a/test/test_ezsignfolder_send_v3_response.py +++ b/test/test_ezsignfolder_send_v3_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderSendV3Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderSendV3Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfolder_unsend_v1_response.py b/test/test_ezsignfolder_unsend_v1_response.py index 6628ac1a3..ea20dc6eb 100644 --- a/test/test_ezsignfolder_unsend_v1_response.py +++ b/test/test_ezsignfolder_unsend_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfolderUnsendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfolderUnsendV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldersignerassociation_create_embedded_url_v1_response.py b/test/test_ezsignfoldersignerassociation_create_embedded_url_v1_response.py index 47e80bebd..853ab01dc 100644 --- a/test/test_ezsignfoldersignerassociation_create_embedded_url_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_create_embedded_url_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldersignerassociation_create_embedded_url_v1_response_m_payload.ezsignfoldersignerassociation-createEmbeddedUrl-v1-Response-mPayload( s_embedded_url = '', ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldersignerassociation_create_embedded_url_v1_response_m_payload.ezsignfoldersignerassociation-createEmbeddedUrl-v1-Response-mPayload( s_embedded_url = '', ), ) diff --git a/test/test_ezsignfoldersignerassociation_create_object_v1_response.py b/test/test_ezsignfoldersignerassociation_create_object_v1_response.py index 4a608b005..49743b1ab 100644 --- a/test/test_ezsignfoldersignerassociation_create_object_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldersignerassociation_create_object_v1_response_m_payload.ezsignfoldersignerassociation-createObject-v1-Response-mPayload( a_pki_ezsignfoldersignerassociation_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldersignerassociation_create_object_v1_response_m_payload.ezsignfoldersignerassociation-createObject-v1-Response-mPayload( a_pki_ezsignfoldersignerassociation_id = [ 20 diff --git a/test/test_ezsignfoldersignerassociation_create_object_v2_response.py b/test/test_ezsignfoldersignerassociation_create_object_v2_response.py index 7ca1ba46c..1a56c78c5 100644 --- a/test/test_ezsignfoldersignerassociation_create_object_v2_response.py +++ b/test/test_ezsignfoldersignerassociation_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldersignerassociation_create_object_v2_response_m_payload.ezsignfoldersignerassociation-createObject-v2-Response-mPayload( a_pki_ezsignfoldersignerassociation_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationCreate a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldersignerassociation_create_object_v2_response_m_payload.ezsignfoldersignerassociation-createObject-v2-Response-mPayload( a_pki_ezsignfoldersignerassociation_id = [ 20 diff --git a/test/test_ezsignfoldersignerassociation_delete_object_v1_response.py b/test/test_ezsignfoldersignerassociation_delete_object_v1_response.py index ef6e931a3..76151fe84 100644 --- a/test/test_ezsignfoldersignerassociation_delete_object_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationDelete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationDelete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldersignerassociation_edit_object_v1_response.py b/test/test_ezsignfoldersignerassociation_edit_object_v1_response.py index 7ab3b1e27..391c744ae 100644 --- a/test/test_ezsignfoldersignerassociation_edit_object_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationEditOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationEditOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldersignerassociation_force_disconnect_v1_response.py b/test/test_ezsignfoldersignerassociation_force_disconnect_v1_response.py index 390c6b0ca..b865dffc8 100644 --- a/test/test_ezsignfoldersignerassociation_force_disconnect_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_force_disconnect_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationForceD a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationForceD a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldersignerassociation_get_in_person_login_url_v1_response.py b/test/test_ezsignfoldersignerassociation_get_in_person_login_url_v1_response.py index c0457a0a3..0c650c218 100644 --- a/test/test_ezsignfoldersignerassociation_get_in_person_login_url_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_get_in_person_login_url_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetInP a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload.ezsignfoldersignerassociation-getInPersonLoginUrl-v1-Response-mPayload( s_login_url = '', ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetInP a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload.ezsignfoldersignerassociation-getInPersonLoginUrl-v1-Response-mPayload( s_login_url = '', ), ) diff --git a/test/test_ezsignfoldersignerassociation_get_object_v1_response.py b/test/test_ezsignfoldersignerassociation_get_object_v1_response.py index ff8509c23..9edbb8bf9 100644 --- a/test/test_ezsignfoldersignerassociation_get_object_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_get_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldersignerassociation_get_object_v1_response_m_payload.ezsignfoldersignerassociation-getObject-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldersignerassociation_get_object_v1_response_m_payload.ezsignfoldersignerassociation-getObject-v1-Response-mPayload(), ) """ diff --git a/test/test_ezsignfoldersignerassociation_get_object_v1_response_m_payload.py b/test/test_ezsignfoldersignerassociation_get_object_v1_response_m_payload.py index 367203e3a..287843753 100644 --- a/test/test_ezsignfoldersignerassociation_get_object_v1_response_m_payload.py +++ b/test/test_ezsignfoldersignerassociation_get_object_v1_response_m_payload.py @@ -49,6 +49,7 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetObj Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, obj_ezsignsignergroup = eZmaxApi.models.ezsignsignergroup_response_compound.ezsignsignergroup-ResponseCompound(), obj_user = eZmaxApi.models.ezsignfoldersignerassociation_response_compound_user.ezsignfoldersignerassociation-ResponseCompound-User( pki_user_id = 70, @@ -73,6 +74,7 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetObj Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, ) """ diff --git a/test/test_ezsignfoldersignerassociation_get_object_v2_response.py b/test/test_ezsignfoldersignerassociation_get_object_v2_response.py index 89207b978..f4bbe6758 100644 --- a/test/test_ezsignfoldersignerassociation_get_object_v2_response.py +++ b/test/test_ezsignfoldersignerassociation_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldersignerassociation_get_object_v2_response_m_payload.ezsignfoldersignerassociation-getObject-v2-Response-mPayload( obj_ezsignfoldersignerassociation = eZmaxApi.models.ezsignfoldersignerassociation_response_compound.ezsignfoldersignerassociation-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationGetObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldersignerassociation_get_object_v2_response_m_payload.ezsignfoldersignerassociation-getObject-v2-Response-mPayload( obj_ezsignfoldersignerassociation = eZmaxApi.models.ezsignfoldersignerassociation_response_compound.ezsignfoldersignerassociation-ResponseCompound(), ), ) diff --git a/test/test_ezsignfoldersignerassociation_patch_object_v1_response.py b/test/test_ezsignfoldersignerassociation_patch_object_v1_response.py index 11a2fe963..f13283bdb 100644 --- a/test/test_ezsignfoldersignerassociation_patch_object_v1_response.py +++ b/test/test_ezsignfoldersignerassociation_patch_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationPatchO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationPatchO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldersignerassociation_response.py b/test/test_ezsignfoldersignerassociation_response.py index a9498c0ae..136a61540 100644 --- a/test/test_ezsignfoldersignerassociation_response.py +++ b/test/test_ezsignfoldersignerassociation_response.py @@ -48,7 +48,8 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationRespon Best Regards. -Mary' +Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True ) else: return EzsignfoldersignerassociationResponse( @@ -65,6 +66,7 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationRespon Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, ) """ diff --git a/test/test_ezsignfoldersignerassociation_response_compound.py b/test/test_ezsignfoldersignerassociation_response_compound.py index e0e8574c2..59cdcc439 100644 --- a/test/test_ezsignfoldersignerassociation_response_compound.py +++ b/test/test_ezsignfoldersignerassociation_response_compound.py @@ -49,6 +49,7 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationRespon Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, obj_ezsignsignergroup = eZmaxApi.models.ezsignsignergroup_response_compound.ezsignsignergroup-ResponseCompound(), obj_user = eZmaxApi.models.ezsignfoldersignerassociation_response_compound_user.ezsignfoldersignerassociation-ResponseCompound-User( pki_user_id = 70, @@ -73,6 +74,7 @@ def make_instance(self, include_optional) -> EzsignfoldersignerassociationRespon Best Regards. Mary', + b_ezsignfoldersignerassociation_allowsigninginperson = True, ) """ diff --git a/test/test_ezsignfoldertype_create_object_v2_response.py b/test/test_ezsignfoldertype_create_object_v2_response.py index c7dbc88d0..a377020cf 100644 --- a/test/test_ezsignfoldertype_create_object_v2_response.py +++ b/test/test_ezsignfoldertype_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeCreateObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldertype_create_object_v2_response_m_payload.ezsignfoldertype-createObject-v2-Response-mPayload( a_pki_ezsignfoldertype_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeCreateObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldertype_create_object_v2_response_m_payload.ezsignfoldertype-createObject-v2-Response-mPayload( a_pki_ezsignfoldertype_id = [ 5 diff --git a/test/test_ezsignfoldertype_edit_object_v1_response.py b/test/test_ezsignfoldertype_edit_object_v1_response.py index 328f3d2b1..611feb9a1 100644 --- a/test/test_ezsignfoldertype_edit_object_v1_response.py +++ b/test/test_ezsignfoldertype_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeEditObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeEditObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldertype_edit_object_v2_response.py b/test/test_ezsignfoldertype_edit_object_v2_response.py index e15c512d3..2657273bf 100644 --- a/test/test_ezsignfoldertype_edit_object_v2_response.py +++ b/test/test_ezsignfoldertype_edit_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeEditObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeEditObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignfoldertype_get_autocomplete_v2_response.py b/test/test_ezsignfoldertype_get_autocomplete_v2_response.py index 3b9b08830..333eabbf5 100644 --- a/test/test_ezsignfoldertype_get_autocomplete_v2_response.py +++ b/test/test_ezsignfoldertype_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeGetAutocompleteV2Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldertype_get_autocomplete_v2_response_m_payload.ezsignfoldertype-getAutocomplete-v2-Response-mPayload( a_obj_ezsignfoldertype = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeGetAutocompleteV2Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldertype_get_autocomplete_v2_response_m_payload.ezsignfoldertype-getAutocomplete-v2-Response-mPayload( a_obj_ezsignfoldertype = [ eZmaxApi.models.ezsignfoldertype_autocomplete_element_response.ezsignfoldertype-AutocompleteElement-Response( diff --git a/test/test_ezsignfoldertype_get_object_v2_response.py b/test/test_ezsignfoldertype_get_object_v2_response.py index 6c0c179e3..c21a9bf90 100644 --- a/test/test_ezsignfoldertype_get_object_v2_response.py +++ b/test/test_ezsignfoldertype_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeGetObjectV2Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldertype_get_object_v2_response_m_payload.ezsignfoldertype-getObject-v2-Response-mPayload( obj_ezsignfoldertype = eZmaxApi.models.ezsignfoldertype_response_compound.ezsignfoldertype-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeGetObjectV2Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldertype_get_object_v2_response_m_payload.ezsignfoldertype-getObject-v2-Response-mPayload( obj_ezsignfoldertype = eZmaxApi.models.ezsignfoldertype_response_compound.ezsignfoldertype-ResponseCompound(), ), ) diff --git a/test/test_ezsignfoldertype_get_object_v3_response.py b/test/test_ezsignfoldertype_get_object_v3_response.py index 9ae76ad67..e65fcdc9f 100644 --- a/test/test_ezsignfoldertype_get_object_v3_response.py +++ b/test/test_ezsignfoldertype_get_object_v3_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeGetObjectV3Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignfoldertype_get_object_v3_response_m_payload.ezsignfoldertype-getObject-v3-Response-mPayload( obj_ezsignfoldertype = eZmaxApi.models.ezsignfoldertype_response_compound_v3.ezsignfoldertype-ResponseCompoundV3(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignfoldertypeGetObjectV3Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignfoldertype_get_object_v3_response_m_payload.ezsignfoldertype-getObject-v3-Response-mPayload( obj_ezsignfoldertype = eZmaxApi.models.ezsignfoldertype_response_compound_v3.ezsignfoldertype-ResponseCompoundV3(), ), ) diff --git a/test/test_ezsignformfieldgroup_create_object_v1_response.py b/test/test_ezsignformfieldgroup_create_object_v1_response.py index 5d9d1c39c..2d132cde6 100644 --- a/test/test_ezsignformfieldgroup_create_object_v1_response.py +++ b/test/test_ezsignformfieldgroup_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupCreateObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignformfieldgroup_create_object_v1_response_m_payload.ezsignformfieldgroup-createObject-v1-Response-mPayload( a_pki_ezsignformfieldgroup_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupCreateObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignformfieldgroup_create_object_v1_response_m_payload.ezsignformfieldgroup-createObject-v1-Response-mPayload( a_pki_ezsignformfieldgroup_id = [ 26 diff --git a/test/test_ezsignformfieldgroup_delete_object_v1_response.py b/test/test_ezsignformfieldgroup_delete_object_v1_response.py index 63828dfca..905f9db6b 100644 --- a/test/test_ezsignformfieldgroup_delete_object_v1_response.py +++ b/test/test_ezsignformfieldgroup_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupDeleteObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupDeleteObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignformfieldgroup_edit_object_v1_response.py b/test/test_ezsignformfieldgroup_edit_object_v1_response.py index 619c87a7d..84361082d 100644 --- a/test/test_ezsignformfieldgroup_edit_object_v1_response.py +++ b/test/test_ezsignformfieldgroup_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupEditObjectV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupEditObjectV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignformfieldgroup_get_object_v2_response.py b/test/test_ezsignformfieldgroup_get_object_v2_response.py index e4b5bdab7..71a86b709 100644 --- a/test/test_ezsignformfieldgroup_get_object_v2_response.py +++ b/test/test_ezsignformfieldgroup_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupGetObjectV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignformfieldgroup_get_object_v2_response_m_payload.ezsignformfieldgroup-getObject-v2-Response-mPayload( obj_ezsignformfieldgroup = eZmaxApi.models.ezsignformfieldgroup_response_compound.ezsignformfieldgroup-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignformfieldgroupGetObjectV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignformfieldgroup_get_object_v2_response_m_payload.ezsignformfieldgroup-getObject-v2-Response-mPayload( obj_ezsignformfieldgroup = eZmaxApi.models.ezsignformfieldgroup_response_compound.ezsignformfieldgroup-ResponseCompound(), ), ) diff --git a/test/test_ezsignpage_consult_v1_response.py b/test/test_ezsignpage_consult_v1_response.py index cf77b52fc..44e8314ee 100644 --- a/test/test_ezsignpage_consult_v1_response.py +++ b/test/test_ezsignpage_consult_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignpageConsultV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignpageConsultV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignature_create_object_v1_response.py b/test/test_ezsignsignature_create_object_v1_response.py index 9f2857d30..b76e9c879 100644 --- a/test/test_ezsignsignature_create_object_v1_response.py +++ b/test/test_ezsignsignature_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureCreateObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignature_create_object_v1_response_m_payload.ezsignsignature-createObject-v1-Response-mPayload( a_pki_ezsignsignature_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsignatureCreateObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignature_create_object_v1_response_m_payload.ezsignsignature-createObject-v1-Response-mPayload( a_pki_ezsignsignature_id = [ 49 diff --git a/test/test_ezsignsignature_create_object_v2_response.py b/test/test_ezsignsignature_create_object_v2_response.py index b63142652..96d24d22a 100644 --- a/test/test_ezsignsignature_create_object_v2_response.py +++ b/test/test_ezsignsignature_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureCreateObjectV2Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignature_create_object_v2_response_m_payload.ezsignsignature-createObject-v2-Response-mPayload( a_pki_ezsignsignature_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsignatureCreateObjectV2Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignature_create_object_v2_response_m_payload.ezsignsignature-createObject-v2-Response-mPayload( a_pki_ezsignsignature_id = [ 49 diff --git a/test/test_ezsignsignature_delete_object_v1_response.py b/test/test_ezsignsignature_delete_object_v1_response.py index 90d80c108..b5bf7bd4e 100644 --- a/test/test_ezsignsignature_delete_object_v1_response.py +++ b/test/test_ezsignsignature_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureDeleteObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsignatureDeleteObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignature_edit_object_v1_response.py b/test/test_ezsignsignature_edit_object_v1_response.py index 7ede546a5..e777c7010 100644 --- a/test/test_ezsignsignature_edit_object_v1_response.py +++ b/test/test_ezsignsignature_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureEditObjectV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsignatureEditObjectV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignature_get_ezsignsignatureattachment_v1_response.py b/test/test_ezsignsignature_get_ezsignsignatureattachment_v1_response.py index 6bb652426..5a698f164 100644 --- a/test/test_ezsignsignature_get_ezsignsignatureattachment_v1_response.py +++ b/test/test_ezsignsignature_get_ezsignsignatureattachment_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureGetEzsignsignatureat a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignature_get_ezsignsignatureattachment_v1_response_m_payload.ezsignsignature-getEzsignsignatureattachment-v1-Response-mPayload( a_obj_ezsignsignatureattachment = [ @@ -62,7 +63,8 @@ def make_instance(self, include_optional) -> EzsignsignatureGetEzsignsignatureat a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignature_get_ezsignsignatureattachment_v1_response_m_payload.ezsignsignature-getEzsignsignatureattachment-v1-Response-mPayload( a_obj_ezsignsignatureattachment = [ eZmaxApi.models.ezsignsignatureattachment_response.ezsignsignatureattachment-Response( diff --git a/test/test_ezsignsignature_get_ezsignsignatures_automatic_v1_response.py b/test/test_ezsignsignature_get_ezsignsignatures_automatic_v1_response.py index de7acfcea..41a6917e7 100644 --- a/test/test_ezsignsignature_get_ezsignsignatures_automatic_v1_response.py +++ b/test/test_ezsignsignature_get_ezsignsignatures_automatic_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureGetEzsignsignaturesA a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignature_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignsignature-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ @@ -73,7 +74,8 @@ def make_instance(self, include_optional) -> EzsignsignatureGetEzsignsignaturesA a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignature_get_ezsignsignatures_automatic_v1_response_m_payload.ezsignsignature-getEzsignsignaturesAutomatic-v1-Response-mPayload( a_e_ezsignsignature_type = [ 'Name' diff --git a/test/test_ezsignsignature_get_object_v2_response.py b/test/test_ezsignsignature_get_object_v2_response.py index 1fd912c89..efe082773 100644 --- a/test/test_ezsignsignature_get_object_v2_response.py +++ b/test/test_ezsignsignature_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignature_get_object_v2_response_m_payload.ezsignsignature-getObject-v2-Response-mPayload( obj_ezsignsignature = eZmaxApi.models.ezsignsignature_response_compound.ezsignsignature-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignsignatureGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignature_get_object_v2_response_m_payload.ezsignsignature-getObject-v2-Response-mPayload( obj_ezsignsignature = eZmaxApi.models.ezsignsignature_response_compound.ezsignsignature-ResponseCompound(), ), ) diff --git a/test/test_ezsignsignature_sign_v1_response.py b/test/test_ezsignsignature_sign_v1_response.py index 7f2c0ada1..542783c7b 100644 --- a/test/test_ezsignsignature_sign_v1_response.py +++ b/test/test_ezsignsignature_sign_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignatureSignV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsignatureSignV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignergroup_create_object_v1_response.py b/test/test_ezsignsignergroup_create_object_v1_response.py index a67995b0c..680471efe 100644 --- a/test/test_ezsignsignergroup_create_object_v1_response.py +++ b/test/test_ezsignsignergroup_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupCreateObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignergroup_create_object_v1_response_m_payload.ezsignsignergroup-createObject-v1-Response-mPayload( a_pki_ezsignsignergroup_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupCreateObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignergroup_create_object_v1_response_m_payload.ezsignsignergroup-createObject-v1-Response-mPayload( a_pki_ezsignsignergroup_id = [ 27 diff --git a/test/test_ezsignsignergroup_delete_object_v1_response.py b/test/test_ezsignsignergroup_delete_object_v1_response.py index e8bd1b164..ec29e4b92 100644 --- a/test/test_ezsignsignergroup_delete_object_v1_response.py +++ b/test/test_ezsignsignergroup_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupDeleteObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupDeleteObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignergroup_edit_ezsignsignergroupmemberships_v1_response.py b/test/test_ezsignsignergroup_edit_ezsignsignergroupmemberships_v1_response.py index e20bb62f4..534f6998e 100644 --- a/test/test_ezsignsignergroup_edit_ezsignsignergroupmemberships_v1_response.py +++ b/test/test_ezsignsignergroup_edit_ezsignsignergroupmemberships_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupEditEzsignsignergr a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignergroup_edit_ezsignsignergroupmemberships_v1_response_m_payload.ezsignsignergroup-editEzsignsignergroupmemberships-v1-Response-mPayload( a_pki_ezsignsignergroupmembership_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupEditEzsignsignergr a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignergroup_edit_ezsignsignergroupmemberships_v1_response_m_payload.ezsignsignergroup-editEzsignsignergroupmemberships-v1-Response-mPayload( a_pki_ezsignsignergroupmembership_id = [ 153 diff --git a/test/test_ezsignsignergroup_edit_object_v1_response.py b/test/test_ezsignsignergroup_edit_object_v1_response.py index bfdf42524..27517b76a 100644 --- a/test/test_ezsignsignergroup_edit_object_v1_response.py +++ b/test/test_ezsignsignergroup_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupEditObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupEditObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignergroup_get_ezsignsignergroupmemberships_v1_response.py b/test/test_ezsignsignergroup_get_ezsignsignergroupmemberships_v1_response.py index 5049ebeac..df8811cc3 100644 --- a/test/test_ezsignsignergroup_get_ezsignsignergroupmemberships_v1_response.py +++ b/test/test_ezsignsignergroup_get_ezsignsignergroupmemberships_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupGetEzsignsignergro a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignergroup_get_ezsignsignergroupmemberships_v1_response_m_payload.ezsignsignergroup-getEzsignsignergroupmemberships-v1-Response-mPayload( a_obj_ezsignsignergroupmembership = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupGetEzsignsignergro a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignergroup_get_ezsignsignergroupmemberships_v1_response_m_payload.ezsignsignergroup-getEzsignsignergroupmemberships-v1-Response-mPayload( a_obj_ezsignsignergroupmembership = [ eZmaxApi.models.ezsignsignergroupmembership_response_compound.ezsignsignergroupmembership-ResponseCompound() diff --git a/test/test_ezsignsignergroup_get_object_v2_response.py b/test/test_ezsignsignergroup_get_object_v2_response.py index 2ccf47d1c..d7b56a358 100644 --- a/test/test_ezsignsignergroup_get_object_v2_response.py +++ b/test/test_ezsignsignergroup_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupGetObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignergroup_get_object_v2_response_m_payload.ezsignsignergroup-getObject-v2-Response-mPayload( obj_ezsignsignergroup = eZmaxApi.models.ezsignsignergroup_response_compound.ezsignsignergroup-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupGetObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignergroup_get_object_v2_response_m_payload.ezsignsignergroup-getObject-v2-Response-mPayload( obj_ezsignsignergroup = eZmaxApi.models.ezsignsignergroup_response_compound.ezsignsignergroup-ResponseCompound(), ), ) diff --git a/test/test_ezsignsignergroupmembership_create_object_v1_response.py b/test/test_ezsignsignergroupmembership_create_object_v1_response.py index b00b0a673..7ca50298c 100644 --- a/test/test_ezsignsignergroupmembership_create_object_v1_response.py +++ b/test/test_ezsignsignergroupmembership_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupmembershipCreateOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignergroupmembership_create_object_v1_response_m_payload.ezsignsignergroupmembership-createObject-v1-Response-mPayload( a_pki_ezsignsignergroupmembership_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupmembershipCreateOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignergroupmembership_create_object_v1_response_m_payload.ezsignsignergroupmembership-createObject-v1-Response-mPayload( a_pki_ezsignsignergroupmembership_id = [ 153 diff --git a/test/test_ezsignsignergroupmembership_delete_object_v1_response.py b/test/test_ezsignsignergroupmembership_delete_object_v1_response.py index 1c3ed03ca..d38cbadc5 100644 --- a/test/test_ezsignsignergroupmembership_delete_object_v1_response.py +++ b/test/test_ezsignsignergroupmembership_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupmembershipDeleteOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupmembershipDeleteOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsignergroupmembership_get_object_v2_response.py b/test/test_ezsignsignergroupmembership_get_object_v2_response.py index facd3273d..fc646faf2 100644 --- a/test/test_ezsignsignergroupmembership_get_object_v2_response.py +++ b/test/test_ezsignsignergroupmembership_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupmembershipGetObjec a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsignergroupmembership_get_object_v2_response_m_payload.ezsignsignergroupmembership-getObject-v2-Response-mPayload( obj_ezsignsignergroupmembership = eZmaxApi.models.ezsignsignergroupmembership_response_compound.ezsignsignergroupmembership-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignsignergroupmembershipGetObjec a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsignergroupmembership_get_object_v2_response_m_payload.ezsignsignergroupmembership-getObject-v2-Response-mPayload( obj_ezsignsignergroupmembership = eZmaxApi.models.ezsignsignergroupmembership_response_compound.ezsignsignergroupmembership-ResponseCompound(), ), ) diff --git a/test/test_ezsignsigningreason_create_object_v1_response.py b/test/test_ezsignsigningreason_create_object_v1_response.py index f686719e4..b846e2db7 100644 --- a/test/test_ezsignsigningreason_create_object_v1_response.py +++ b/test/test_ezsignsigningreason_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonCreateObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsigningreason_create_object_v1_response_m_payload.ezsignsigningreason-createObject-v1-Response-mPayload( a_pki_ezsignsigningreason_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonCreateObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsigningreason_create_object_v1_response_m_payload.ezsignsigningreason-createObject-v1-Response-mPayload( a_pki_ezsignsigningreason_id = [ 194 diff --git a/test/test_ezsignsigningreason_edit_object_v1_response.py b/test/test_ezsignsigningreason_edit_object_v1_response.py index 7e4c94421..1af44484c 100644 --- a/test/test_ezsignsigningreason_edit_object_v1_response.py +++ b/test/test_ezsignsigningreason_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsignsigningreason_get_autocomplete_v2_response.py b/test/test_ezsignsigningreason_get_autocomplete_v2_response.py index 0a5d71c78..6d220d0cf 100644 --- a/test/test_ezsignsigningreason_get_autocomplete_v2_response.py +++ b/test/test_ezsignsigningreason_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonGetAutocompleteV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsigningreason_get_autocomplete_v2_response_m_payload.ezsignsigningreason-getAutocomplete-v2-Response-mPayload( a_obj_ezsignsigningreason = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonGetAutocompleteV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsigningreason_get_autocomplete_v2_response_m_payload.ezsignsigningreason-getAutocomplete-v2-Response-mPayload( a_obj_ezsignsigningreason = [ eZmaxApi.models.ezsignsigningreason_autocomplete_element_response.ezsignsigningreason-AutocompleteElement-Response( diff --git a/test/test_ezsignsigningreason_get_object_v2_response.py b/test/test_ezsignsigningreason_get_object_v2_response.py index bf93c7b64..49b28aa70 100644 --- a/test/test_ezsignsigningreason_get_object_v2_response.py +++ b/test/test_ezsignsigningreason_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsignsigningreason_get_object_v2_response_m_payload.ezsignsigningreason-getObject-v2-Response-mPayload( obj_ezsignsigningreason = eZmaxApi.models.ezsignsigningreason_response_compound.ezsignsigningreason-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsignsigningreasonGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsignsigningreason_get_object_v2_response_m_payload.ezsignsigningreason-getObject-v2-Response-mPayload( obj_ezsignsigningreason = eZmaxApi.models.ezsignsigningreason_response_compound.ezsignsigningreason-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplate_copy_v1_response.py b/test/test_ezsigntemplate_copy_v1_response.py index 11b656679..c6385ee58 100644 --- a/test/test_ezsigntemplate_copy_v1_response.py +++ b/test/test_ezsigntemplate_copy_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateCopyV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplate_copy_v1_response_m_payload.ezsigntemplate-copy-v1-Response-mPayload( a_pki_ezsigntemplate_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplateCopyV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplate_copy_v1_response_m_payload.ezsigntemplate-copy-v1-Response-mPayload( a_pki_ezsigntemplate_id = [ 36 diff --git a/test/test_ezsigntemplate_create_object_v1_response.py b/test/test_ezsigntemplate_create_object_v1_response.py index 7e7ce164f..058ecf221 100644 --- a/test/test_ezsigntemplate_create_object_v1_response.py +++ b/test/test_ezsigntemplate_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateCreateObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplate_create_object_v1_response_m_payload.ezsigntemplate-createObject-v1-Response-mPayload( a_pki_ezsigntemplate_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplateCreateObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplate_create_object_v1_response_m_payload.ezsigntemplate-createObject-v1-Response-mPayload( a_pki_ezsigntemplate_id = [ 36 diff --git a/test/test_ezsigntemplate_create_object_v2_response.py b/test/test_ezsigntemplate_create_object_v2_response.py index f06eacb55..a74fba4c2 100644 --- a/test/test_ezsigntemplate_create_object_v2_response.py +++ b/test/test_ezsigntemplate_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateCreateObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplate_create_object_v2_response_m_payload.ezsigntemplate-createObject-v2-Response-mPayload( a_pki_ezsigntemplate_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplateCreateObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplate_create_object_v2_response_m_payload.ezsigntemplate-createObject-v2-Response-mPayload( a_pki_ezsigntemplate_id = [ 36 diff --git a/test/test_ezsigntemplate_delete_object_v1_response.py b/test/test_ezsigntemplate_delete_object_v1_response.py index f0bc37987..5580063ac 100644 --- a/test/test_ezsigntemplate_delete_object_v1_response.py +++ b/test/test_ezsigntemplate_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateDeleteObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplateDeleteObjectV1Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplate_edit_object_v1_response.py b/test/test_ezsigntemplate_edit_object_v1_response.py index 11e376262..72099cad3 100644 --- a/test/test_ezsigntemplate_edit_object_v1_response.py +++ b/test/test_ezsigntemplate_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplateEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplate_edit_object_v2_response.py b/test/test_ezsigntemplate_edit_object_v2_response.py index 135fdd18e..06e9673c6 100644 --- a/test/test_ezsigntemplate_edit_object_v2_response.py +++ b/test/test_ezsigntemplate_edit_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateEditObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplateEditObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplate_get_autocomplete_v2_response.py b/test/test_ezsigntemplate_get_autocomplete_v2_response.py index d4553aa51..b5382b520 100644 --- a/test/test_ezsigntemplate_get_autocomplete_v2_response.py +++ b/test/test_ezsigntemplate_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateGetAutocompleteV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplate_get_autocomplete_v2_response_m_payload.ezsigntemplate-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntemplate = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> EzsigntemplateGetAutocompleteV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplate_get_autocomplete_v2_response_m_payload.ezsigntemplate-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntemplate = [ eZmaxApi.models.ezsigntemplate_autocomplete_element_response.ezsigntemplate-AutocompleteElement-Response( diff --git a/test/test_ezsigntemplate_get_object_v1_response.py b/test/test_ezsigntemplate_get_object_v1_response.py index 96600fd6f..e87a57d2a 100644 --- a/test/test_ezsigntemplate_get_object_v1_response.py +++ b/test/test_ezsigntemplate_get_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateGetObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplate_get_object_v1_response_m_payload.ezsigntemplate-getObject-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> EzsigntemplateGetObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplate_get_object_v1_response_m_payload.ezsigntemplate-getObject-v1-Response-mPayload(), ) """ diff --git a/test/test_ezsigntemplate_get_object_v2_response.py b/test/test_ezsigntemplate_get_object_v2_response.py index 71aaf783b..dd1e199c4 100644 --- a/test/test_ezsigntemplate_get_object_v2_response.py +++ b/test/test_ezsigntemplate_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplate_get_object_v2_response_m_payload.ezsigntemplate-getObject-v2-Response-mPayload( obj_ezsigntemplate = eZmaxApi.models.ezsigntemplate_response_compound.ezsigntemplate-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplateGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplate_get_object_v2_response_m_payload.ezsigntemplate-getObject-v2-Response-mPayload( obj_ezsigntemplate = eZmaxApi.models.ezsigntemplate_response_compound.ezsigntemplate-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatedocument_create_object_v1_response.py b/test/test_ezsigntemplatedocument_create_object_v1_response.py index 5c7d9560f..66263d7f6 100644 --- a/test/test_ezsigntemplatedocument_create_object_v1_response.py +++ b/test/test_ezsigntemplatedocument_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentCreateObjectV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_create_object_v1_response_m_payload.ezsigntemplatedocument-createObject-v1-Response-mPayload( a_pki_ezsigntemplatedocument_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentCreateObjectV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_create_object_v1_response_m_payload.ezsigntemplatedocument-createObject-v1-Response-mPayload( a_pki_ezsigntemplatedocument_id = [ 133 diff --git a/test/test_ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_response.py b/test/test_ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_response.py index 0a39251ef..3a9269a99 100644 --- a/test/test_ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_response.py +++ b/test/test_ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentEditEzsigntem a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_response_m_payload.ezsigntemplatedocument-editEzsigntemplateformfieldgroups-v1-Response-mPayload( a_pki_ezsigntemplateformfieldgroup_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentEditEzsigntem a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_edit_ezsigntemplateformfieldgroups_v1_response_m_payload.ezsigntemplatedocument-editEzsigntemplateformfieldgroups-v1-Response-mPayload( a_pki_ezsigntemplateformfieldgroup_id = [ 64 diff --git a/test/test_ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1_response.py b/test/test_ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1_response.py index 4502de5e0..7cff2f9f1 100644 --- a/test/test_ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1_response.py +++ b/test/test_ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentEditEzsigntem a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1_response_m_payload.ezsigntemplatedocument-editEzsigntemplatesignatures-v1-Response-mPayload( a_pki_ezsigntemplatesignature_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentEditEzsigntem a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_edit_ezsigntemplatesignatures_v1_response_m_payload.ezsigntemplatedocument-editEzsigntemplatesignatures-v1-Response-mPayload( a_pki_ezsigntemplatesignature_id = [ 99 diff --git a/test/test_ezsigntemplatedocument_edit_object_v1_response.py b/test/test_ezsigntemplatedocument_edit_object_v1_response.py index 67ac40b3b..e3c7c617c 100644 --- a/test/test_ezsigntemplatedocument_edit_object_v1_response.py +++ b/test/test_ezsigntemplatedocument_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentEditObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, a_obj_warning = [ eZmaxApi.models.common_response_warning.Common-Response-Warning( @@ -58,7 +59,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentEditObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatedocument_flatten_v1_response.py b/test/test_ezsigntemplatedocument_flatten_v1_response.py index 80fcd1c19..14c73f877 100644 --- a/test/test_ezsigntemplatedocument_flatten_v1_response.py +++ b/test/test_ezsigntemplatedocument_flatten_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentFlattenV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentFlattenV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1_response.py b/test/test_ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1_response.py index 5daa07666..9287df153 100644 --- a/test/test_ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1_response.py +++ b/test/test_ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1_response_m_payload.ezsigntemplatedocument-getEzsigntemplatedocumentpages-v1-Response-mPayload( a_obj_ezsigntemplatedocumentpage = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_get_ezsigntemplatedocumentpages_v1_response_m_payload.ezsigntemplatedocument-getEzsigntemplatedocumentpages-v1-Response-mPayload( a_obj_ezsigntemplatedocumentpage = [ eZmaxApi.models.ezsigntemplatedocumentpage_response_compound.ezsigntemplatedocumentpage-ResponseCompound() diff --git a/test/test_ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1_response.py b/test/test_ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1_response.py index 1b0c3af42..4a1e238de 100644 --- a/test/test_ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1_response.py +++ b/test/test_ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1_response_m_payload.ezsigntemplatedocument-getEzsigntemplateformfieldgroups-v1-Response-mPayload( a_obj_ezsigntemplateformfieldgroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_get_ezsigntemplateformfieldgroups_v1_response_m_payload.ezsigntemplatedocument-getEzsigntemplateformfieldgroups-v1-Response-mPayload( a_obj_ezsigntemplateformfieldgroup = [ eZmaxApi.models.ezsigntemplateformfieldgroup_response_compound.ezsigntemplateformfieldgroup-ResponseCompound() diff --git a/test/test_ezsigntemplatedocument_get_ezsigntemplatesignatures_v1_response.py b/test/test_ezsigntemplatedocument_get_ezsigntemplatesignatures_v1_response.py index 1db3b3bb8..0444e12fe 100644 --- a/test/test_ezsigntemplatedocument_get_ezsigntemplatesignatures_v1_response.py +++ b/test/test_ezsigntemplatedocument_get_ezsigntemplatesignatures_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_get_ezsigntemplatesignatures_v1_response_m_payload.ezsigntemplatedocument-getEzsigntemplatesignatures-v1-Response-mPayload( a_obj_ezsigntemplatesignature = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_get_ezsigntemplatesignatures_v1_response_m_payload.ezsigntemplatedocument-getEzsigntemplatesignatures-v1-Response-mPayload( a_obj_ezsigntemplatesignature = [ eZmaxApi.models.ezsigntemplatesignature_response_compound.ezsigntemplatesignature-ResponseCompound() diff --git a/test/test_ezsigntemplatedocument_get_object_v2_response.py b/test/test_ezsigntemplatedocument_get_object_v2_response.py index f57369f7c..15486c0ab 100644 --- a/test/test_ezsigntemplatedocument_get_object_v2_response.py +++ b/test/test_ezsigntemplatedocument_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetObjectV2Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatedocument_get_object_v2_response_m_payload.ezsigntemplatedocument-getObject-v2-Response-mPayload( obj_ezsigntemplatedocument = eZmaxApi.models.ezsigntemplatedocument_response_compound.ezsigntemplatedocument-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetObjectV2Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatedocument_get_object_v2_response_m_payload.ezsigntemplatedocument-getObject-v2-Response-mPayload( obj_ezsigntemplatedocument = eZmaxApi.models.ezsigntemplatedocument_response_compound.ezsigntemplatedocument-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatedocument_get_words_positions_v1_response.py b/test/test_ezsigntemplatedocument_get_words_positions_v1_response.py index b5ce7b68f..9ee245e05 100644 --- a/test/test_ezsigntemplatedocument_get_words_positions_v1_response.py +++ b/test/test_ezsigntemplatedocument_get_words_positions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetWordsPosit a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = [ eZmaxApi.models.custom_word_position_word_response.Custom-WordPositionWord-Response( @@ -63,7 +64,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentGetWordsPosit a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = [ eZmaxApi.models.custom_word_position_word_response.Custom-WordPositionWord-Response( s_word = '', diff --git a/test/test_ezsigntemplatedocument_patch_object_v1_response.py b/test/test_ezsigntemplatedocument_patch_object_v1_response.py index b86079ec8..016592038 100644 --- a/test/test_ezsigntemplatedocument_patch_object_v1_response.py +++ b/test/test_ezsigntemplatedocument_patch_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentPatchObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatedocumentPatchObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplateformfieldgroup_create_object_v1_response.py b/test/test_ezsigntemplateformfieldgroup_create_object_v1_response.py index f7b29ca74..efc891a80 100644 --- a/test/test_ezsigntemplateformfieldgroup_create_object_v1_response.py +++ b/test/test_ezsigntemplateformfieldgroup_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupCreateO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplateformfieldgroup_create_object_v1_response_m_payload.ezsigntemplateformfieldgroup-createObject-v1-Response-mPayload( a_pki_ezsigntemplateformfieldgroup_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupCreateO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplateformfieldgroup_create_object_v1_response_m_payload.ezsigntemplateformfieldgroup-createObject-v1-Response-mPayload( a_pki_ezsigntemplateformfieldgroup_id = [ 64 diff --git a/test/test_ezsigntemplateformfieldgroup_delete_object_v1_response.py b/test/test_ezsigntemplateformfieldgroup_delete_object_v1_response.py index 3e66e2d40..ec993007f 100644 --- a/test/test_ezsigntemplateformfieldgroup_delete_object_v1_response.py +++ b/test/test_ezsigntemplateformfieldgroup_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupDeleteO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupDeleteO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplateformfieldgroup_edit_object_v1_response.py b/test/test_ezsigntemplateformfieldgroup_edit_object_v1_response.py index 30ae614b3..b9224ed19 100644 --- a/test/test_ezsigntemplateformfieldgroup_edit_object_v1_response.py +++ b/test/test_ezsigntemplateformfieldgroup_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupEditObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupEditObj a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplateformfieldgroup_get_object_v2_response.py b/test/test_ezsigntemplateformfieldgroup_get_object_v2_response.py index f03dd61fd..d46299a94 100644 --- a/test/test_ezsigntemplateformfieldgroup_get_object_v2_response.py +++ b/test/test_ezsigntemplateformfieldgroup_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupGetObje a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplateformfieldgroup_get_object_v2_response_m_payload.ezsigntemplateformfieldgroup-getObject-v2-Response-mPayload( obj_ezsigntemplateformfieldgroup = eZmaxApi.models.ezsigntemplateformfieldgroup_response_compound.ezsigntemplateformfieldgroup-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplateformfieldgroupGetObje a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplateformfieldgroup_get_object_v2_response_m_payload.ezsigntemplateformfieldgroup-getObject-v2-Response-mPayload( obj_ezsigntemplateformfieldgroup = eZmaxApi.models.ezsigntemplateformfieldgroup_response_compound.ezsigntemplateformfieldgroup-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplateglobal_get_autocomplete_v2_response.py b/test/test_ezsigntemplateglobal_get_autocomplete_v2_response.py index aec92a57d..ad731b5d5 100644 --- a/test/test_ezsigntemplateglobal_get_autocomplete_v2_response.py +++ b/test/test_ezsigntemplateglobal_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateglobalGetAutocomplete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplateglobal_get_autocomplete_v2_response_m_payload.ezsigntemplateglobal-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntemplateglobal = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> EzsigntemplateglobalGetAutocomplete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplateglobal_get_autocomplete_v2_response_m_payload.ezsigntemplateglobal-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntemplateglobal = [ eZmaxApi.models.ezsigntemplateglobal_autocomplete_element_response.ezsigntemplateglobal-AutocompleteElement-Response( diff --git a/test/test_ezsigntemplateglobal_get_object_v2_response.py b/test/test_ezsigntemplateglobal_get_object_v2_response.py index a125ce81e..04c801cfa 100644 --- a/test/test_ezsigntemplateglobal_get_object_v2_response.py +++ b/test/test_ezsigntemplateglobal_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplateglobalGetObjectV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplateglobal_get_object_v2_response_m_payload.ezsigntemplateglobal-getObject-v2-Response-mPayload( obj_ezsigntemplateglobal = eZmaxApi.models.ezsigntemplateglobal_response_compound.ezsigntemplateglobal-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplateglobalGetObjectV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplateglobal_get_object_v2_response_m_payload.ezsigntemplateglobal-getObject-v2-Response-mPayload( obj_ezsigntemplateglobal = eZmaxApi.models.ezsigntemplateglobal_response_compound.ezsigntemplateglobal-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatepackage_create_object_v1_response.py b/test/test_ezsigntemplatepackage_create_object_v1_response.py index 667fa4e66..d4e1f9c00 100644 --- a/test/test_ezsigntemplatepackage_create_object_v1_response.py +++ b/test/test_ezsigntemplatepackage_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageCreateObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackage_create_object_v1_response_m_payload.ezsigntemplatepackage-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackage_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageCreateObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackage_create_object_v1_response_m_payload.ezsigntemplatepackage-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackage_id = [ 99 diff --git a/test/test_ezsigntemplatepackage_delete_object_v1_response.py b/test/test_ezsigntemplatepackage_delete_object_v1_response.py index b61f9d7d4..338270b22 100644 --- a/test/test_ezsigntemplatepackage_delete_object_v1_response.py +++ b/test/test_ezsigntemplatepackage_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageDeleteObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageDeleteObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1_response.py b/test/test_ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1_response.py index 132017d71..641301595 100644 --- a/test/test_ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1_response.py +++ b/test/test_ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageEditEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1_response_m_payload.ezsigntemplatepackage-editEzsigntemplatepackagesigners-v1-Response-mPayload( a_pki_ezsigntemplatepackagesigner_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageEditEzsigntemp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackage_edit_ezsigntemplatepackagesigners_v1_response_m_payload.ezsigntemplatepackage-editEzsigntemplatepackagesigners-v1-Response-mPayload( a_pki_ezsigntemplatepackagesigner_id = [ 174 diff --git a/test/test_ezsigntemplatepackage_edit_object_v1_response.py b/test/test_ezsigntemplatepackage_edit_object_v1_response.py index e793c2ef6..d26d8d719 100644 --- a/test/test_ezsigntemplatepackage_edit_object_v1_response.py +++ b/test/test_ezsigntemplatepackage_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageEditObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageEditObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatepackage_get_autocomplete_v2_response.py b/test/test_ezsigntemplatepackage_get_autocomplete_v2_response.py index e577e5e34..608bd9273 100644 --- a/test/test_ezsigntemplatepackage_get_autocomplete_v2_response.py +++ b/test/test_ezsigntemplatepackage_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageGetAutocomplet a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackage_get_autocomplete_v2_response_m_payload.ezsigntemplatepackage-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntemplatepackage = [ @@ -62,7 +63,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageGetAutocomplet a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackage_get_autocomplete_v2_response_m_payload.ezsigntemplatepackage-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntemplatepackage = [ eZmaxApi.models.ezsigntemplatepackage_autocomplete_element_response.ezsigntemplatepackage-AutocompleteElement-Response( diff --git a/test/test_ezsigntemplatepackage_get_object_v2_response.py b/test/test_ezsigntemplatepackage_get_object_v2_response.py index a898bdbed..e3c3f0897 100644 --- a/test/test_ezsigntemplatepackage_get_object_v2_response.py +++ b/test/test_ezsigntemplatepackage_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageGetObjectV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackage_get_object_v2_response_m_payload.ezsigntemplatepackage-getObject-v2-Response-mPayload( obj_ezsigntemplatepackage = eZmaxApi.models.ezsigntemplatepackage_response_compound.ezsigntemplatepackage-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackageGetObjectV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackage_get_object_v2_response_m_payload.ezsigntemplatepackage-getObject-v2-Response-mPayload( obj_ezsigntemplatepackage = eZmaxApi.models.ezsigntemplatepackage_response_compound.ezsigntemplatepackage-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatepackagemembership_create_object_v1_response.py b/test/test_ezsigntemplatepackagemembership_create_object_v1_response.py index 7bf36e279..27d1925bb 100644 --- a/test/test_ezsigntemplatepackagemembership_create_object_v1_response.py +++ b/test/test_ezsigntemplatepackagemembership_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagemembershipCrea a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagemembership_create_object_v1_response_m_payload.ezsigntemplatepackagemembership-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackagemembership_id = [ @@ -59,7 +60,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagemembershipCrea a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagemembership_create_object_v1_response_m_payload.ezsigntemplatepackagemembership-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackagemembership_id = [ 194 diff --git a/test/test_ezsigntemplatepackagemembership_delete_object_v1_response.py b/test/test_ezsigntemplatepackagemembership_delete_object_v1_response.py index a7fc8443b..a3144f668 100644 --- a/test/test_ezsigntemplatepackagemembership_delete_object_v1_response.py +++ b/test/test_ezsigntemplatepackagemembership_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagemembershipDele a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagemembershipDele a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatepackagemembership_get_object_v2_response.py b/test/test_ezsigntemplatepackagemembership_get_object_v2_response.py index 641212e19..650bb9cdd 100644 --- a/test/test_ezsigntemplatepackagemembership_get_object_v2_response.py +++ b/test/test_ezsigntemplatepackagemembership_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagemembershipGetO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagemembership_get_object_v2_response_m_payload.ezsigntemplatepackagemembership-getObject-v2-Response-mPayload( obj_ezsigntemplatepackagemembership = eZmaxApi.models.ezsigntemplatepackagemembership_response_compound.ezsigntemplatepackagemembership-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagemembershipGetO a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagemembership_get_object_v2_response_m_payload.ezsigntemplatepackagemembership-getObject-v2-Response-mPayload( obj_ezsigntemplatepackagemembership = eZmaxApi.models.ezsigntemplatepackagemembership_response_compound.ezsigntemplatepackagemembership-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatepackagesigner_create_object_v1_response.py b/test/test_ezsigntemplatepackagesigner_create_object_v1_response.py index dbc2ecf1a..ab3a34c61 100644 --- a/test/test_ezsigntemplatepackagesigner_create_object_v1_response.py +++ b/test/test_ezsigntemplatepackagesigner_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerCreateOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagesigner_create_object_v1_response_m_payload.ezsigntemplatepackagesigner-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackagesigner_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerCreateOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagesigner_create_object_v1_response_m_payload.ezsigntemplatepackagesigner-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackagesigner_id = [ 174 diff --git a/test/test_ezsigntemplatepackagesigner_delete_object_v1_response.py b/test/test_ezsigntemplatepackagesigner_delete_object_v1_response.py index d9d19deb5..23afc835f 100644 --- a/test/test_ezsigntemplatepackagesigner_delete_object_v1_response.py +++ b/test/test_ezsigntemplatepackagesigner_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerDeleteOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagesigner_delete_object_v1_response_m_payload.ezsigntemplatepackagesigner-deleteObject-v1-Response-mPayload( b_ezsigntemplatepackage_needvalidation = True, @@ -56,7 +57,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerDeleteOb a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagesigner_delete_object_v1_response_m_payload.ezsigntemplatepackagesigner-deleteObject-v1-Response-mPayload( b_ezsigntemplatepackage_needvalidation = True, b_ezsignbulksend_needvalidation = True, ), diff --git a/test/test_ezsigntemplatepackagesigner_edit_object_v1_response.py b/test/test_ezsigntemplatepackagesigner_edit_object_v1_response.py index 700e3b4db..63fd470bd 100644 --- a/test/test_ezsigntemplatepackagesigner_edit_object_v1_response.py +++ b/test/test_ezsigntemplatepackagesigner_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerEditObje a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerEditObje a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatepackagesigner_get_object_v2_response.py b/test/test_ezsigntemplatepackagesigner_get_object_v2_response.py index dd38b12da..d69f5ebc9 100644 --- a/test/test_ezsigntemplatepackagesigner_get_object_v2_response.py +++ b/test/test_ezsigntemplatepackagesigner_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerGetObjec a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagesigner_get_object_v2_response_m_payload.ezsigntemplatepackagesigner-getObject-v2-Response-mPayload( obj_ezsigntemplatepackagesigner = eZmaxApi.models.ezsigntemplatepackagesigner_response_compound.ezsigntemplatepackagesigner-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplatepackagesignerGetObjec a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagesigner_get_object_v2_response_m_payload.ezsigntemplatepackagesigner-getObject-v2-Response-mPayload( obj_ezsigntemplatepackagesigner = eZmaxApi.models.ezsigntemplatepackagesigner_response_compound.ezsigntemplatepackagesigner-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatepackagesignermembership_create_object_v1_response.py b/test/test_ezsigntemplatepackagesignermembership_create_object_v1_response.py index d058403f1..ca120628a 100644 --- a/test/test_ezsigntemplatepackagesignermembership_create_object_v1_response.py +++ b/test/test_ezsigntemplatepackagesignermembership_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> Ezsigntemplatepackagesignermembersh a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagesignermembership_create_object_v1_response_m_payload.ezsigntemplatepackagesignermembership-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackagesignermembership_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> Ezsigntemplatepackagesignermembersh a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagesignermembership_create_object_v1_response_m_payload.ezsigntemplatepackagesignermembership-createObject-v1-Response-mPayload( a_pki_ezsigntemplatepackagesignermembership_id = [ 237 diff --git a/test/test_ezsigntemplatepackagesignermembership_delete_object_v1_response.py b/test/test_ezsigntemplatepackagesignermembership_delete_object_v1_response.py index e160ebf71..e5e90da1c 100644 --- a/test/test_ezsigntemplatepackagesignermembership_delete_object_v1_response.py +++ b/test/test_ezsigntemplatepackagesignermembership_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> Ezsigntemplatepackagesignermembersh a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagesignermembership_delete_object_v1_response_m_payload.ezsigntemplatepackagesignermembership-deleteObject-v1-Response-mPayload( b_ezsigntemplatepackage_needvalidation = True, @@ -56,7 +57,8 @@ def make_instance(self, include_optional) -> Ezsigntemplatepackagesignermembersh a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagesignermembership_delete_object_v1_response_m_payload.ezsigntemplatepackagesignermembership-deleteObject-v1-Response-mPayload( b_ezsigntemplatepackage_needvalidation = True, b_ezsignbulksend_needvalidation = True, ), diff --git a/test/test_ezsigntemplatepackagesignermembership_get_object_v2_response.py b/test/test_ezsigntemplatepackagesignermembership_get_object_v2_response.py index a9ca3b695..bbfb26945 100644 --- a/test/test_ezsigntemplatepackagesignermembership_get_object_v2_response.py +++ b/test/test_ezsigntemplatepackagesignermembership_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> Ezsigntemplatepackagesignermembersh a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatepackagesignermembership_get_object_v2_response_m_payload.ezsigntemplatepackagesignermembership-getObject-v2-Response-mPayload( obj_ezsigntemplatepackagesignermembership = eZmaxApi.models.ezsigntemplatepackagesignermembership_response_compound.ezsigntemplatepackagesignermembership-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> Ezsigntemplatepackagesignermembersh a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatepackagesignermembership_get_object_v2_response_m_payload.ezsigntemplatepackagesignermembership-getObject-v2-Response-mPayload( obj_ezsigntemplatepackagesignermembership = eZmaxApi.models.ezsigntemplatepackagesignermembership_response_compound.ezsigntemplatepackagesignermembership-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatesignature_create_object_v1_response.py b/test/test_ezsigntemplatesignature_create_object_v1_response.py index c33498bbf..bf6b68e0a 100644 --- a/test/test_ezsigntemplatesignature_create_object_v1_response.py +++ b/test/test_ezsigntemplatesignature_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureCreateObject a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatesignature_create_object_v1_response_m_payload.ezsigntemplatesignature-createObject-v1-Response-mPayload( a_pki_ezsigntemplatesignature_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureCreateObject a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatesignature_create_object_v1_response_m_payload.ezsigntemplatesignature-createObject-v1-Response-mPayload( a_pki_ezsigntemplatesignature_id = [ 99 diff --git a/test/test_ezsigntemplatesignature_delete_object_v1_response.py b/test/test_ezsigntemplatesignature_delete_object_v1_response.py index d2a53515c..147bc0b2b 100644 --- a/test/test_ezsigntemplatesignature_delete_object_v1_response.py +++ b/test/test_ezsigntemplatesignature_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureDeleteObject a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureDeleteObject a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatesignature_edit_object_v1_response.py b/test/test_ezsigntemplatesignature_edit_object_v1_response.py index 66270a0d8..6bdea1283 100644 --- a/test/test_ezsigntemplatesignature_edit_object_v1_response.py +++ b/test/test_ezsigntemplatesignature_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureEditObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureEditObjectV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatesignature_get_object_v2_response.py b/test/test_ezsigntemplatesignature_get_object_v2_response.py index 3997625de..806b97eb5 100644 --- a/test/test_ezsigntemplatesignature_get_object_v2_response.py +++ b/test/test_ezsigntemplatesignature_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureGetObjectV2R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatesignature_get_object_v2_response_m_payload.ezsigntemplatesignature-getObject-v2-Response-mPayload( obj_ezsigntemplatesignature = eZmaxApi.models.ezsigntemplatesignature_response_compound.ezsigntemplatesignature-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignatureGetObjectV2R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatesignature_get_object_v2_response_m_payload.ezsigntemplatesignature-getObject-v2-Response-mPayload( obj_ezsigntemplatesignature = eZmaxApi.models.ezsigntemplatesignature_response_compound.ezsigntemplatesignature-ResponseCompound(), ), ) diff --git a/test/test_ezsigntemplatesigner_create_object_v1_response.py b/test/test_ezsigntemplatesigner_create_object_v1_response.py index 97fef5528..3c0a45cd2 100644 --- a/test/test_ezsigntemplatesigner_create_object_v1_response.py +++ b/test/test_ezsigntemplatesigner_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerCreateObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatesigner_create_object_v1_response_m_payload.ezsigntemplatesigner-createObject-v1-Response-mPayload( a_pki_ezsigntemplatesigner_id = [ @@ -59,7 +60,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerCreateObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatesigner_create_object_v1_response_m_payload.ezsigntemplatesigner-createObject-v1-Response-mPayload( a_pki_ezsigntemplatesigner_id = [ 9 diff --git a/test/test_ezsigntemplatesigner_delete_object_v1_response.py b/test/test_ezsigntemplatesigner_delete_object_v1_response.py index b84743677..8602b094f 100644 --- a/test/test_ezsigntemplatesigner_delete_object_v1_response.py +++ b/test/test_ezsigntemplatesigner_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerDeleteObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerDeleteObjectV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatesigner_edit_object_v1_response.py b/test/test_ezsigntemplatesigner_edit_object_v1_response.py index 66e257557..c4a73ef60 100644 --- a/test/test_ezsigntemplatesigner_edit_object_v1_response.py +++ b/test/test_ezsigntemplatesigner_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerEditObjectV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerEditObjectV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_ezsigntemplatesigner_get_object_v2_response.py b/test/test_ezsigntemplatesigner_get_object_v2_response.py index 091db2a08..d8c9e3d24 100644 --- a/test/test_ezsigntemplatesigner_get_object_v2_response.py +++ b/test/test_ezsigntemplatesigner_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerGetObjectV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntemplatesigner_get_object_v2_response_m_payload.ezsigntemplatesigner-getObject-v2-Response-mPayload( obj_ezsigntemplatesigner = eZmaxApi.models.ezsigntemplatesigner_response_compound.ezsigntemplatesigner-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> EzsigntemplatesignerGetObjectV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntemplatesigner_get_object_v2_response_m_payload.ezsigntemplatesigner-getObject-v2-Response-mPayload( obj_ezsigntemplatesigner = eZmaxApi.models.ezsigntemplatesigner_response_compound.ezsigntemplatesigner-ResponseCompound(), ), ) diff --git a/test/test_ezsigntsarequirement_get_autocomplete_v2_response.py b/test/test_ezsigntsarequirement_get_autocomplete_v2_response.py index 725bd12ae..1a938ecf6 100644 --- a/test/test_ezsigntsarequirement_get_autocomplete_v2_response.py +++ b/test/test_ezsigntsarequirement_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> EzsigntsarequirementGetAutocomplete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.ezsigntsarequirement_get_autocomplete_v2_response_m_payload.ezsigntsarequirement-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntsarequirement = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> EzsigntsarequirementGetAutocomplete a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.ezsigntsarequirement_get_autocomplete_v2_response_m_payload.ezsigntsarequirement-getAutocomplete-v2-Response-mPayload( a_obj_ezsigntsarequirement = [ eZmaxApi.models.ezsigntsarequirement_autocomplete_element_response.ezsigntsarequirement-AutocompleteElement-Response( diff --git a/test/test_font_get_autocomplete_v2_response.py b/test/test_font_get_autocomplete_v2_response.py index 24f38cf71..7200576bb 100644 --- a/test/test_font_get_autocomplete_v2_response.py +++ b/test/test_font_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> FontGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.font_get_autocomplete_v2_response_m_payload.font-getAutocomplete-v2-Response-mPayload( a_obj_font = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> FontGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.font_get_autocomplete_v2_response_m_payload.font-getAutocomplete-v2-Response-mPayload( a_obj_font = [ eZmaxApi.models.font_autocomplete_element_response.font-AutocompleteElement-Response( diff --git a/test/test_franchisebroker_get_autocomplete_v2_response.py b/test/test_franchisebroker_get_autocomplete_v2_response.py index de8811a29..1dbce9b37 100644 --- a/test/test_franchisebroker_get_autocomplete_v2_response.py +++ b/test/test_franchisebroker_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> FranchisebrokerGetAutocompleteV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.franchisebroker_get_autocomplete_v2_response_m_payload.franchisebroker-getAutocomplete-v2-Response-mPayload( a_obj_franchisebroker = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> FranchisebrokerGetAutocompleteV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.franchisebroker_get_autocomplete_v2_response_m_payload.franchisebroker-getAutocomplete-v2-Response-mPayload( a_obj_franchisebroker = [ eZmaxApi.models.franchisebroker_autocomplete_element_response.franchisebroker-AutocompleteElement-Response( diff --git a/test/test_franchiseoffice_get_autocomplete_v2_response.py b/test/test_franchiseoffice_get_autocomplete_v2_response.py index c604aed4d..9fb91a639 100644 --- a/test/test_franchiseoffice_get_autocomplete_v2_response.py +++ b/test/test_franchiseoffice_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> FranchiseofficeGetAutocompleteV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.franchiseoffice_get_autocomplete_v2_response_m_payload.franchiseoffice-getAutocomplete-v2-Response-mPayload( a_obj_franchiseoffice = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> FranchiseofficeGetAutocompleteV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.franchiseoffice_get_autocomplete_v2_response_m_payload.franchiseoffice-getAutocomplete-v2-Response-mPayload( a_obj_franchiseoffice = [ eZmaxApi.models.franchiseoffice_autocomplete_element_response.franchiseoffice-AutocompleteElement-Response( diff --git a/test/test_franchisereferalincome_create_object_v2_response.py b/test/test_franchisereferalincome_create_object_v2_response.py index 6084d3358..324078165 100644 --- a/test/test_franchisereferalincome_create_object_v2_response.py +++ b/test/test_franchisereferalincome_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> FranchisereferalincomeCreateObjectV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.franchisereferalincome_create_object_v2_response_m_payload.franchisereferalincome-createObject-v2-Response-mPayload( a_pki_franchisereferalincome_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> FranchisereferalincomeCreateObjectV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.franchisereferalincome_create_object_v2_response_m_payload.franchisereferalincome-createObject-v2-Response-mPayload( a_pki_franchisereferalincome_id = [ 35 diff --git a/test/test_inscription_get_attachments_v1_response.py b/test/test_inscription_get_attachments_v1_response.py index 9ed0bc381..443e9f777 100644 --- a/test/test_inscription_get_attachments_v1_response.py +++ b/test/test_inscription_get_attachments_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> InscriptionGetAttachmentsV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.inscription_get_attachments_v1_response_m_payload.inscription-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> InscriptionGetAttachmentsV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.inscription_get_attachments_v1_response_m_payload.inscription-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ eZmaxApi.models.custom_attachmentdocumenttype_response.Custom-Attachmentdocumenttype-Response( diff --git a/test/test_inscription_get_communicationsenders_v1_response.py b/test/test_inscription_get_communicationsenders_v1_response.py index 806c01486..379533552 100644 --- a/test/test_inscription_get_communicationsenders_v1_response.py +++ b/test/test_inscription_get_communicationsenders_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> InscriptionGetCommunicationsendersV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.inscription_get_communicationsenders_v1_response_m_payload.inscription-getCommunicationsenders-v1-Response-mPayload( a_obj_communicationsenders = [ @@ -70,7 +71,8 @@ def make_instance(self, include_optional) -> InscriptionGetCommunicationsendersV a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.inscription_get_communicationsenders_v1_response_m_payload.inscription-getCommunicationsenders-v1-Response-mPayload( a_obj_communicationsenders = [ eZmaxApi.models.custom_communicationsender_response.Custom-Communicationsender-Response( diff --git a/test/test_invoice_get_attachments_v1_response.py b/test/test_invoice_get_attachments_v1_response.py index 0d26fb418..f0f6473f1 100644 --- a/test/test_invoice_get_attachments_v1_response.py +++ b/test/test_invoice_get_attachments_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> InvoiceGetAttachmentsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.invoice_get_attachments_v1_response_m_payload.invoice-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> InvoiceGetAttachmentsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.invoice_get_attachments_v1_response_m_payload.invoice-getAttachments-v1-Response-mPayload( a_obj_attachmentdocumenttype = [ eZmaxApi.models.custom_attachmentdocumenttype_response.Custom-Attachmentdocumenttype-Response( diff --git a/test/test_language_get_autocomplete_v2_response.py b/test/test_language_get_autocomplete_v2_response.py index 90241ee04..0761d3961 100644 --- a/test/test_language_get_autocomplete_v2_response.py +++ b/test/test_language_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> LanguageGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.language_get_autocomplete_v2_response_m_payload.language-getAutocomplete-v2-Response-mPayload( a_obj_language = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> LanguageGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.language_get_autocomplete_v2_response_m_payload.language-getAutocomplete-v2-Response-mPayload( a_obj_language = [ eZmaxApi.models.language_autocomplete_element_response.language-AutocompleteElement-Response( diff --git a/test/test_module_get_autocomplete_v2_response.py b/test/test_module_get_autocomplete_v2_response.py index 4e136e87f..06162f801 100644 --- a/test/test_module_get_autocomplete_v2_response.py +++ b/test/test_module_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ModuleGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.module_get_autocomplete_v2_response_m_payload.module-getAutocomplete-v2-Response-mPayload( a_obj_module = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> ModuleGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.module_get_autocomplete_v2_response_m_payload.module-getAutocomplete-v2-Response-mPayload( a_obj_module = [ eZmaxApi.models.module_autocomplete_element_response.module-AutocompleteElement-Response( diff --git a/test/test_modulegroup_get_all_v1_response.py b/test/test_modulegroup_get_all_v1_response.py index 6ca4747d8..4ef878659 100644 --- a/test/test_modulegroup_get_all_v1_response.py +++ b/test/test_modulegroup_get_all_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ModulegroupGetAllV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.modulegroup_get_all_v1_response_m_payload.modulegroup-getAll-v1-Response-mPayload( a_obj_modulegroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> ModulegroupGetAllV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.modulegroup_get_all_v1_response_m_payload.modulegroup-getAll-v1-Response-mPayload( a_obj_modulegroup = [ eZmaxApi.models.modulegroup_response_compound.modulegroup-ResponseCompound() diff --git a/test/test_notificationsection_get_notificationtests_v1_response.py b/test/test_notificationsection_get_notificationtests_v1_response.py index 92ab549bd..1ae642929 100644 --- a/test/test_notificationsection_get_notificationtests_v1_response.py +++ b/test/test_notificationsection_get_notificationtests_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> NotificationsectionGetNotificationt a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.notificationsection_get_notificationtests_v1_response_m_payload.notificationsection-getNotificationtests-v1-Response-mPayload( a_obj_notificationsubsection = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> NotificationsectionGetNotificationt a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.notificationsection_get_notificationtests_v1_response_m_payload.notificationsection-getNotificationtests-v1-Response-mPayload( a_obj_notificationsubsection = [ eZmaxApi.models.custom_notificationsubsectiongetnotificationtests_response.Custom-Notificationsubsectiongetnotificationtests-Response() diff --git a/test/test_notificationtest_get_elements_v1_response.py b/test/test_notificationtest_get_elements_v1_response.py index 99fe770ea..a549534a2 100644 --- a/test/test_notificationtest_get_elements_v1_response.py +++ b/test/test_notificationtest_get_elements_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> NotificationtestGetElementsV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.notificationtest_get_elements_v1_response_m_payload.notificationtest-getElements-v1-Response-mPayload( pki_notificationtest_id = 14, @@ -62,7 +63,8 @@ def make_instance(self, include_optional) -> NotificationtestGetElementsV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.notificationtest_get_elements_v1_response_m_payload.notificationtest-getElements-v1-Response-mPayload( pki_notificationtest_id = 14, s_notificationtest_function = 'Default', diff --git a/test/test_object_creditcardclient_api.py b/test/test_object_creditcardclient_api.py new file mode 100644 index 000000000..35f23410d --- /dev/null +++ b/test/test_object_creditcardclient_api.py @@ -0,0 +1,74 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.api.object_creditcardclient_api import ObjectCreditcardclientApi + + +class TestObjectCreditcardclientApi(unittest.TestCase): + """ObjectCreditcardclientApi unit test stubs""" + + def setUp(self) -> None: + self.api = ObjectCreditcardclientApi() + + def tearDown(self) -> None: + pass + + def test_creditcardclient_create_object_v1(self) -> None: + """Test case for creditcardclient_create_object_v1 + + Create a new Creditcardclient + """ + pass + + def test_creditcardclient_delete_object_v1(self) -> None: + """Test case for creditcardclient_delete_object_v1 + + Delete an existing Creditcardclient + """ + pass + + def test_creditcardclient_edit_object_v1(self) -> None: + """Test case for creditcardclient_edit_object_v1 + + Edit an existing Creditcardclient + """ + pass + + def test_creditcardclient_get_autocomplete_v2(self) -> None: + """Test case for creditcardclient_get_autocomplete_v2 + + Retrieve Creditcardclients and IDs + """ + pass + + def test_creditcardclient_get_list_v1(self) -> None: + """Test case for creditcardclient_get_list_v1 + + Retrieve Creditcardclient list + """ + pass + + def test_creditcardclient_get_object_v2(self) -> None: + """Test case for creditcardclient_get_object_v2 + + Retrieve an existing Creditcardclient + """ + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_object_creditcardtype_api.py b/test/test_object_creditcardtype_api.py new file mode 100644 index 000000000..2de0f41f9 --- /dev/null +++ b/test/test_object_creditcardtype_api.py @@ -0,0 +1,39 @@ +# coding: utf-8 + +""" + eZmax API Definition (Full) + + This API expose all the functionnalities for the eZmax and eZsign applications. + + The version of the OpenAPI document: 1.2.0 + Contact: support-api@ezmax.ca + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from eZmaxApi.api.object_creditcardtype_api import ObjectCreditcardtypeApi + + +class TestObjectCreditcardtypeApi(unittest.TestCase): + """ObjectCreditcardtypeApi unit test stubs""" + + def setUp(self) -> None: + self.api = ObjectCreditcardtypeApi() + + def tearDown(self) -> None: + pass + + def test_creditcardtype_get_autocomplete_v2(self) -> None: + """Test case for creditcardtype_get_autocomplete_v2 + + Retrieve Creditcardtypes and IDs + """ + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_paymentterm_create_object_v1_response.py b/test/test_paymentterm_create_object_v1_response.py index a4849e4b8..91daee1eb 100644 --- a/test/test_paymentterm_create_object_v1_response.py +++ b/test/test_paymentterm_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PaymenttermCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.paymentterm_create_object_v1_response_m_payload.paymentterm-createObject-v1-Response-mPayload( a_pki_paymentterm_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> PaymenttermCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.paymentterm_create_object_v1_response_m_payload.paymentterm-createObject-v1-Response-mPayload( a_pki_paymentterm_id = [ 46 diff --git a/test/test_paymentterm_edit_object_v1_response.py b/test/test_paymentterm_edit_object_v1_response.py index daa87425e..7b49c901c 100644 --- a/test/test_paymentterm_edit_object_v1_response.py +++ b/test/test_paymentterm_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PaymenttermEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> PaymenttermEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_paymentterm_get_autocomplete_v2_response.py b/test/test_paymentterm_get_autocomplete_v2_response.py index fcc62b443..636d11967 100644 --- a/test/test_paymentterm_get_autocomplete_v2_response.py +++ b/test/test_paymentterm_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PaymenttermGetAutocompleteV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.paymentterm_get_autocomplete_v2_response_m_payload.paymentterm-getAutocomplete-v2-Response-mPayload( a_obj_paymentterm = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> PaymenttermGetAutocompleteV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.paymentterm_get_autocomplete_v2_response_m_payload.paymentterm-getAutocomplete-v2-Response-mPayload( a_obj_paymentterm = [ eZmaxApi.models.paymentterm_autocomplete_element_response.paymentterm-AutocompleteElement-Response( diff --git a/test/test_paymentterm_get_object_v2_response.py b/test/test_paymentterm_get_object_v2_response.py index 778ca2b70..11a807e0a 100644 --- a/test/test_paymentterm_get_object_v2_response.py +++ b/test/test_paymentterm_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PaymenttermGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.paymentterm_get_object_v2_response_m_payload.paymentterm-getObject-v2-Response-mPayload( obj_paymentterm = eZmaxApi.models.paymentterm_response_compound.paymentterm-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> PaymenttermGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.paymentterm_get_object_v2_response_m_payload.paymentterm-getObject-v2-Response-mPayload( obj_paymentterm = eZmaxApi.models.paymentterm_response_compound.paymentterm-ResponseCompound(), ), ) diff --git a/test/test_period_get_autocomplete_v2_response.py b/test/test_period_get_autocomplete_v2_response.py index 65200b108..4b453dd76 100644 --- a/test/test_period_get_autocomplete_v2_response.py +++ b/test/test_period_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PeriodGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.period_get_autocomplete_v2_response_m_payload.period-getAutocomplete-v2-Response-mPayload( a_obj_period = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> PeriodGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.period_get_autocomplete_v2_response_m_payload.period-getAutocomplete-v2-Response-mPayload( a_obj_period = [ eZmaxApi.models.period_autocomplete_element_response.period-AutocompleteElement-Response( diff --git a/test/test_permission_create_object_v1_response.py b/test/test_permission_create_object_v1_response.py index 2a1076439..1e2031182 100644 --- a/test/test_permission_create_object_v1_response.py +++ b/test/test_permission_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PermissionCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.permission_create_object_v1_response_m_payload.permission-createObject-v1-Response-mPayload( a_pki_permission_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> PermissionCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.permission_create_object_v1_response_m_payload.permission-createObject-v1-Response-mPayload( a_pki_permission_id = [ 31 diff --git a/test/test_permission_delete_object_v1_response.py b/test/test_permission_delete_object_v1_response.py index 17bc77cad..90879a9bc 100644 --- a/test/test_permission_delete_object_v1_response.py +++ b/test/test_permission_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PermissionDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> PermissionDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_permission_edit_object_v1_response.py b/test/test_permission_edit_object_v1_response.py index 55c4390dc..8dcfcd040 100644 --- a/test/test_permission_edit_object_v1_response.py +++ b/test/test_permission_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PermissionEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> PermissionEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_permission_get_object_v2_response.py b/test/test_permission_get_object_v2_response.py index 4f2d136a1..cca664082 100644 --- a/test/test_permission_get_object_v2_response.py +++ b/test/test_permission_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PermissionGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.permission_get_object_v2_response_m_payload.permission-getObject-v2-Response-mPayload( obj_permission = eZmaxApi.models.permission_response_compound.permission-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> PermissionGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.permission_get_object_v2_response_m_payload.permission-getObject-v2-Response-mPayload( obj_permission = eZmaxApi.models.permission_response_compound.permission-ResponseCompound(), ), ) diff --git a/test/test_phonetype_get_autocomplete_v2_response.py b/test/test_phonetype_get_autocomplete_v2_response.py index c0ba8ec02..b3304c482 100644 --- a/test/test_phonetype_get_autocomplete_v2_response.py +++ b/test/test_phonetype_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> PhonetypeGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.phonetype_get_autocomplete_v2_response_m_payload.phonetype-getAutocomplete-v2-Response-mPayload( a_obj_phonetype = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> PhonetypeGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.phonetype_get_autocomplete_v2_response_m_payload.phonetype-getAutocomplete-v2-Response-mPayload( a_obj_phonetype = [ eZmaxApi.models.phonetype_autocomplete_element_response.phonetype-AutocompleteElement-Response( diff --git a/test/test_province_get_autocomplete_v2_response.py b/test/test_province_get_autocomplete_v2_response.py index 3d04e97fb..18c8957df 100644 --- a/test/test_province_get_autocomplete_v2_response.py +++ b/test/test_province_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> ProvinceGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.province_get_autocomplete_v2_response_m_payload.province-getAutocomplete-v2-Response-mPayload( a_obj_province = [ @@ -62,7 +63,8 @@ def make_instance(self, include_optional) -> ProvinceGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.province_get_autocomplete_v2_response_m_payload.province-getAutocomplete-v2-Response-mPayload( a_obj_province = [ eZmaxApi.models.province_autocomplete_element_response.province-AutocompleteElement-Response( diff --git a/test/test_secretquestion_get_autocomplete_v2_response.py b/test/test_secretquestion_get_autocomplete_v2_response.py index 9b638aae9..859070237 100644 --- a/test/test_secretquestion_get_autocomplete_v2_response.py +++ b/test/test_secretquestion_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SecretquestionGetAutocompleteV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.secretquestion_get_autocomplete_v2_response_m_payload.secretquestion-getAutocomplete-v2-Response-mPayload( a_obj_secretquestion = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> SecretquestionGetAutocompleteV2Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.secretquestion_get_autocomplete_v2_response_m_payload.secretquestion-getAutocomplete-v2-Response-mPayload( a_obj_secretquestion = [ eZmaxApi.models.secretquestion_autocomplete_element_response.secretquestion-AutocompleteElement-Response( diff --git a/test/test_signature_create_object_v1_response.py b/test/test_signature_create_object_v1_response.py index c7e3efc8d..c8401aa6f 100644 --- a/test/test_signature_create_object_v1_response.py +++ b/test/test_signature_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SignatureCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.signature_create_object_v1_response_m_payload.signature-createObject-v1-Response-mPayload( a_pki_signature_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> SignatureCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.signature_create_object_v1_response_m_payload.signature-createObject-v1-Response-mPayload( a_pki_signature_id = [ 12 diff --git a/test/test_signature_delete_object_v1_response.py b/test/test_signature_delete_object_v1_response.py index 7a58fb52f..15aab7a31 100644 --- a/test/test_signature_delete_object_v1_response.py +++ b/test/test_signature_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SignatureDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> SignatureDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_signature_edit_object_v1_response.py b/test/test_signature_edit_object_v1_response.py index 4240a9978..c5032d12d 100644 --- a/test/test_signature_edit_object_v1_response.py +++ b/test/test_signature_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SignatureEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> SignatureEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_signature_get_object_v2_response.py b/test/test_signature_get_object_v2_response.py index 84a03981e..6cb1eb5ec 100644 --- a/test/test_signature_get_object_v2_response.py +++ b/test/test_signature_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SignatureGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.signature_get_object_v2_response_m_payload.signature-getObject-v2-Response-mPayload( obj_signature = eZmaxApi.models.signature_response_compound.signature-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> SignatureGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.signature_get_object_v2_response_m_payload.signature-getObject-v2-Response-mPayload( obj_signature = eZmaxApi.models.signature_response_compound.signature-ResponseCompound(), ), ) diff --git a/test/test_subnet_create_object_v1_response.py b/test/test_subnet_create_object_v1_response.py index 5acfb547b..bf2ec1a86 100644 --- a/test/test_subnet_create_object_v1_response.py +++ b/test/test_subnet_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SubnetCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.subnet_create_object_v1_response_m_payload.subnet-createObject-v1-Response-mPayload( a_pki_subnet_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> SubnetCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.subnet_create_object_v1_response_m_payload.subnet-createObject-v1-Response-mPayload( a_pki_subnet_id = [ 3 diff --git a/test/test_subnet_delete_object_v1_response.py b/test/test_subnet_delete_object_v1_response.py index e194fa2aa..883c7db06 100644 --- a/test/test_subnet_delete_object_v1_response.py +++ b/test/test_subnet_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SubnetDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> SubnetDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_subnet_edit_object_v1_response.py b/test/test_subnet_edit_object_v1_response.py index 5102b9709..0ec086768 100644 --- a/test/test_subnet_edit_object_v1_response.py +++ b/test/test_subnet_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SubnetEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> SubnetEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_subnet_get_object_v2_response.py b/test/test_subnet_get_object_v2_response.py index 80faf934c..2f8336bf3 100644 --- a/test/test_subnet_get_object_v2_response.py +++ b/test/test_subnet_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SubnetGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.subnet_get_object_v2_response_m_payload.subnet-getObject-v2-Response-mPayload( obj_subnet = eZmaxApi.models.subnet_response_compound.subnet-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> SubnetGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.subnet_get_object_v2_response_m_payload.subnet-getObject-v2-Response-mPayload( obj_subnet = eZmaxApi.models.subnet_response_compound.subnet-ResponseCompound(), ), ) diff --git a/test/test_systemconfiguration_edit_object_v1_response.py b/test/test_systemconfiguration_edit_object_v1_response.py index e838f6040..9e8e5ba73 100644 --- a/test/test_systemconfiguration_edit_object_v1_response.py +++ b/test/test_systemconfiguration_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SystemconfigurationEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> SystemconfigurationEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_systemconfiguration_get_object_v2_response.py b/test/test_systemconfiguration_get_object_v2_response.py index 11a6432c8..04363f88a 100644 --- a/test/test_systemconfiguration_get_object_v2_response.py +++ b/test/test_systemconfiguration_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> SystemconfigurationGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.systemconfiguration_get_object_v2_response_m_payload.systemconfiguration-getObject-v2-Response-mPayload( obj_systemconfiguration = eZmaxApi.models.systemconfiguration_response_compound.systemconfiguration-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> SystemconfigurationGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.systemconfiguration_get_object_v2_response_m_payload.systemconfiguration-getObject-v2-Response-mPayload( obj_systemconfiguration = eZmaxApi.models.systemconfiguration_response_compound.systemconfiguration-ResponseCompound(), ), ) diff --git a/test/test_taxassignment_get_autocomplete_v2_response.py b/test/test_taxassignment_get_autocomplete_v2_response.py index e2bca19ef..68fecd726 100644 --- a/test/test_taxassignment_get_autocomplete_v2_response.py +++ b/test/test_taxassignment_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> TaxassignmentGetAutocompleteV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.taxassignment_get_autocomplete_v2_response_m_payload.taxassignment-getAutocomplete-v2-Response-mPayload( a_obj_taxassignment = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> TaxassignmentGetAutocompleteV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.taxassignment_get_autocomplete_v2_response_m_payload.taxassignment-getAutocomplete-v2-Response-mPayload( a_obj_taxassignment = [ eZmaxApi.models.taxassignment_autocomplete_element_response.taxassignment-AutocompleteElement-Response( diff --git a/test/test_timezone_get_autocomplete_v2_response.py b/test/test_timezone_get_autocomplete_v2_response.py index 76839a07e..e6fb9c6ac 100644 --- a/test/test_timezone_get_autocomplete_v2_response.py +++ b/test/test_timezone_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> TimezoneGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.timezone_get_autocomplete_v2_response_m_payload.timezone-getAutocomplete-v2-Response-mPayload( a_obj_timezone = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> TimezoneGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.timezone_get_autocomplete_v2_response_m_payload.timezone-getAutocomplete-v2-Response-mPayload( a_obj_timezone = [ eZmaxApi.models.timezone_autocomplete_element_response.timezone-AutocompleteElement-Response( diff --git a/test/test_user_create_ezsignuser_v1_response.py b/test/test_user_create_ezsignuser_v1_response.py index 769f31380..f9f6c7450 100644 --- a/test/test_user_create_ezsignuser_v1_response.py +++ b/test/test_user_create_ezsignuser_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserCreateEzsignuserV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = {"a_sEmailAddressSuccess":["someone@example.com","someone2@example.com"],"a_sEmailAddressFailure":["UserAlreadyExists@example.com"]} ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> UserCreateEzsignuserV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = {"a_sEmailAddressSuccess":["someone@example.com","someone2@example.com"],"a_sEmailAddressFailure":["UserAlreadyExists@example.com"]}, ) """ diff --git a/test/test_user_create_object_v1_response.py b/test/test_user_create_object_v1_response.py index 1aeaca3b5..bd3820501 100644 --- a/test/test_user_create_object_v1_response.py +++ b/test/test_user_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_create_object_v1_response_m_payload.user-createObject-v1-Response-mPayload( a_pki_user_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_create_object_v1_response_m_payload.user-createObject-v1-Response-mPayload( a_pki_user_id = [ 70 diff --git a/test/test_user_create_object_v2_response.py b/test/test_user_create_object_v2_response.py index 5e100b708..357183c22 100644 --- a/test/test_user_create_object_v2_response.py +++ b/test/test_user_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_create_object_v2_response_m_payload.user-createObject-v2-Response-mPayload( a_pki_user_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_create_object_v2_response_m_payload.user-createObject-v2-Response-mPayload( a_pki_user_id = [ 70 diff --git a/test/test_user_edit_object_v1_response.py b/test/test_user_edit_object_v1_response.py index 46e528dd9..1d1a6fbee 100644 --- a/test/test_user_edit_object_v1_response.py +++ b/test/test_user_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UserEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_user_edit_permissions_v1_response.py b/test/test_user_edit_permissions_v1_response.py index 15b025d03..882239336 100644 --- a/test/test_user_edit_permissions_v1_response.py +++ b/test/test_user_edit_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserEditPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_edit_permissions_v1_response_m_payload.user-editPermissions-v1-Response-mPayload( a_pki_permission_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserEditPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_edit_permissions_v1_response_m_payload.user-editPermissions-v1-Response-mPayload( a_pki_permission_id = [ 31 diff --git a/test/test_user_get_apikeys_v1_response.py b/test/test_user_get_apikeys_v1_response.py index d72e309ac..93392fa71 100644 --- a/test/test_user_get_apikeys_v1_response.py +++ b/test/test_user_get_apikeys_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetApikeysV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_apikeys_v1_response_m_payload.user-getApikeys-v1-Response-mPayload( a_obj_apikey = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserGetApikeysV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_apikeys_v1_response_m_payload.user-getApikeys-v1-Response-mPayload( a_obj_apikey = [ eZmaxApi.models.apikey_response_compound.apikey-ResponseCompound() diff --git a/test/test_user_get_autocomplete_v2_response.py b/test/test_user_get_autocomplete_v2_response.py index f05ca8f72..f918bfc13 100644 --- a/test/test_user_get_autocomplete_v2_response.py +++ b/test/test_user_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_autocomplete_v2_response_m_payload.user-getAutocomplete-v2-Response-mPayload( a_obj_user = [ @@ -61,7 +62,8 @@ def make_instance(self, include_optional) -> UserGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_autocomplete_v2_response_m_payload.user-getAutocomplete-v2-Response-mPayload( a_obj_user = [ eZmaxApi.models.user_autocomplete_element_response.user-AutocompleteElement-Response( diff --git a/test/test_user_get_effective_permissions_v1_response.py b/test/test_user_get_effective_permissions_v1_response.py index 685312b2b..0074b3fc2 100644 --- a/test/test_user_get_effective_permissions_v1_response.py +++ b/test/test_user_get_effective_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetEffectivePermissionsV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_effective_permissions_v1_response_m_payload.user-getEffectivePermissions-v1-Response-mPayload( a_obj_modulegroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserGetEffectivePermissionsV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_effective_permissions_v1_response_m_payload.user-getEffectivePermissions-v1-Response-mPayload( a_obj_modulegroup = [ eZmaxApi.models.modulegroup_response_compound.modulegroup-ResponseCompound() diff --git a/test/test_user_get_object_v2_response.py b/test/test_user_get_object_v2_response.py index 4f9bb12b3..ac1d355f5 100644 --- a/test/test_user_get_object_v2_response.py +++ b/test/test_user_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_object_v2_response_m_payload.user-getObject-v2-Response-mPayload( obj_user = eZmaxApi.models.user_response_compound.user-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UserGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_object_v2_response_m_payload.user-getObject-v2-Response-mPayload( obj_user = eZmaxApi.models.user_response_compound.user-ResponseCompound(), ), ) diff --git a/test/test_user_get_permissions_v1_response.py b/test/test_user_get_permissions_v1_response.py index d9793cfd3..79f1c1925 100644 --- a/test/test_user_get_permissions_v1_response.py +++ b/test/test_user_get_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_permissions_v1_response_m_payload.user-getPermissions-v1-Response-mPayload( a_obj_modulegroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserGetPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_permissions_v1_response_m_payload.user-getPermissions-v1-Response-mPayload( a_obj_modulegroup = [ eZmaxApi.models.modulegroup_response_compound.modulegroup-ResponseCompound() diff --git a/test/test_user_get_subnets_v1_response.py b/test/test_user_get_subnets_v1_response.py index e4b75967c..1a31d1cbf 100644 --- a/test/test_user_get_subnets_v1_response.py +++ b/test/test_user_get_subnets_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetSubnetsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_subnets_v1_response_m_payload.user-getSubnets-v1-Response-mPayload( a_obj_subnet = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserGetSubnetsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_subnets_v1_response_m_payload.user-getSubnets-v1-Response-mPayload( a_obj_subnet = [ eZmaxApi.models.subnet_response_compound.subnet-ResponseCompound() diff --git a/test/test_user_get_usergroupexternals_v1_response.py b/test/test_user_get_usergroupexternals_v1_response.py index 71168c2c9..481b1db7c 100644 --- a/test/test_user_get_usergroupexternals_v1_response.py +++ b/test/test_user_get_usergroupexternals_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetUsergroupexternalsV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_usergroupexternals_v1_response_m_payload.user-getUsergroupexternals-v1-Response-mPayload( a_obj_usergroupexternal = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserGetUsergroupexternalsV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_usergroupexternals_v1_response_m_payload.user-getUsergroupexternals-v1-Response-mPayload( a_obj_usergroupexternal = [ eZmaxApi.models.usergroupexternal_response_compound.usergroupexternal-ResponseCompound() diff --git a/test/test_user_get_usergroups_v1_response.py b/test/test_user_get_usergroups_v1_response.py index 7d690a8b8..e1488027b 100644 --- a/test/test_user_get_usergroups_v1_response.py +++ b/test/test_user_get_usergroups_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserGetUsergroupsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.user_get_usergroups_v1_response_m_payload.user-getUsergroups-v1-Response-mPayload( a_obj_usergroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UserGetUsergroupsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.user_get_usergroups_v1_response_m_payload.user-getUsergroups-v1-Response-mPayload( a_obj_usergroup = [ eZmaxApi.models.usergroup_response_compound.usergroup-ResponseCompound() diff --git a/test/test_user_send_password_reset_v1_response.py b/test/test_user_send_password_reset_v1_response.py index e8cd39845..7516aa754 100644 --- a/test/test_user_send_password_reset_v1_response.py +++ b/test/test_user_send_password_reset_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserSendPasswordResetV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UserSendPasswordResetV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroup_create_object_v1_response.py b/test/test_usergroup_create_object_v1_response.py index 18d4ad2d0..7b5db61ee 100644 --- a/test/test_usergroup_create_object_v1_response.py +++ b/test/test_usergroup_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_create_object_v1_response_m_payload.usergroup-createObject-v1-Response-mPayload( a_pki_usergroup_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupCreateObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_create_object_v1_response_m_payload.usergroup-createObject-v1-Response-mPayload( a_pki_usergroup_id = [ 2 diff --git a/test/test_usergroup_edit_object_v1_response.py b/test/test_usergroup_edit_object_v1_response.py index b8f6b7693..97fe6b399 100644 --- a/test/test_usergroup_edit_object_v1_response.py +++ b/test/test_usergroup_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroup_edit_permissions_v1_response.py b/test/test_usergroup_edit_permissions_v1_response.py index f05f15812..3f0582535 100644 --- a/test/test_usergroup_edit_permissions_v1_response.py +++ b/test/test_usergroup_edit_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupEditPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_edit_permissions_v1_response_m_payload.usergroup-editPermissions-v1-Response-mPayload( a_pki_permission_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupEditPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_edit_permissions_v1_response_m_payload.usergroup-editPermissions-v1-Response-mPayload( a_pki_permission_id = [ 31 diff --git a/test/test_usergroup_edit_usergroupdelegations_v1_response.py b/test/test_usergroup_edit_usergroupdelegations_v1_response.py index 1f537b929..90892733e 100644 --- a/test/test_usergroup_edit_usergroupdelegations_v1_response.py +++ b/test/test_usergroup_edit_usergroupdelegations_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupEditUsergroupdelegationsV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_edit_usergroupdelegations_v1_response_m_payload.usergroup-editUsergroupdelegations-v1-Response-mPayload( a_pki_usergroupdelegation_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupEditUsergroupdelegationsV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_edit_usergroupdelegations_v1_response_m_payload.usergroup-editUsergroupdelegations-v1-Response-mPayload( a_pki_usergroupdelegation_id = [ 141 diff --git a/test/test_usergroup_edit_usergroupmemberships_v1_response.py b/test/test_usergroup_edit_usergroupmemberships_v1_response.py index e74b4254e..9f1567db7 100644 --- a/test/test_usergroup_edit_usergroupmemberships_v1_response.py +++ b/test/test_usergroup_edit_usergroupmemberships_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupEditUsergroupmembershipsV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_edit_usergroupmemberships_v1_response_m_payload.usergroup-editUsergroupmemberships-v1-Response-mPayload( a_pki_usergroupmembership_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupEditUsergroupmembershipsV1 a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_edit_usergroupmemberships_v1_response_m_payload.usergroup-editUsergroupmemberships-v1-Response-mPayload( a_pki_usergroupmembership_id = [ 21 diff --git a/test/test_usergroup_get_autocomplete_v2_response.py b/test/test_usergroup_get_autocomplete_v2_response.py index 56a64affb..610b6b8ad 100644 --- a/test/test_usergroup_get_autocomplete_v2_response.py +++ b/test/test_usergroup_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_get_autocomplete_v2_response_m_payload.usergroup-getAutocomplete-v2-Response-mPayload( a_obj_usergroup = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> UsergroupGetAutocompleteV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_get_autocomplete_v2_response_m_payload.usergroup-getAutocomplete-v2-Response-mPayload( a_obj_usergroup = [ eZmaxApi.models.usergroup_autocomplete_element_response.usergroup-AutocompleteElement-Response( diff --git a/test/test_usergroup_get_object_v2_response.py b/test/test_usergroup_get_object_v2_response.py index b66360658..0f8942171 100644 --- a/test/test_usergroup_get_object_v2_response.py +++ b/test/test_usergroup_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_get_object_v2_response_m_payload.usergroup-getObject-v2-Response-mPayload( obj_usergroup = eZmaxApi.models.usergroup_response_compound.usergroup-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UsergroupGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_get_object_v2_response_m_payload.usergroup-getObject-v2-Response-mPayload( obj_usergroup = eZmaxApi.models.usergroup_response_compound.usergroup-ResponseCompound(), ), ) diff --git a/test/test_usergroup_get_permissions_v1_response.py b/test/test_usergroup_get_permissions_v1_response.py index ce838edff..4cb6c9f6e 100644 --- a/test/test_usergroup_get_permissions_v1_response.py +++ b/test/test_usergroup_get_permissions_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupGetPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_get_permissions_v1_response_m_payload.usergroup-getPermissions-v1-Response-mPayload( a_obj_modulegroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupGetPermissionsV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_get_permissions_v1_response_m_payload.usergroup-getPermissions-v1-Response-mPayload( a_obj_modulegroup = [ eZmaxApi.models.modulegroup_response_compound.modulegroup-ResponseCompound() diff --git a/test/test_usergroup_get_usergroupdelegations_v1_response.py b/test/test_usergroup_get_usergroupdelegations_v1_response.py index 97dd1e3b6..876fff41c 100644 --- a/test/test_usergroup_get_usergroupdelegations_v1_response.py +++ b/test/test_usergroup_get_usergroupdelegations_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupGetUsergroupdelegationsV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_get_usergroupdelegations_v1_response_m_payload.usergroup-getUsergroupdelegations-v1-Response-mPayload( a_obj_usergroupdelegation = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupGetUsergroupdelegationsV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_get_usergroupdelegations_v1_response_m_payload.usergroup-getUsergroupdelegations-v1-Response-mPayload( a_obj_usergroupdelegation = [ eZmaxApi.models.usergroupdelegation_response_compound.usergroupdelegation-ResponseCompound() diff --git a/test/test_usergroup_get_usergroupmemberships_v1_response.py b/test/test_usergroup_get_usergroupmemberships_v1_response.py index b797193e0..ab10b7380 100644 --- a/test/test_usergroup_get_usergroupmemberships_v1_response.py +++ b/test/test_usergroup_get_usergroupmemberships_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupGetUsergroupmembershipsV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroup_get_usergroupmemberships_v1_response_m_payload.usergroup-getUsergroupmemberships-v1-Response-mPayload( a_obj_usergroupmembership = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupGetUsergroupmembershipsV1R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroup_get_usergroupmemberships_v1_response_m_payload.usergroup-getUsergroupmemberships-v1-Response-mPayload( a_obj_usergroupmembership = [ eZmaxApi.models.usergroupmembership_response_compound.usergroupmembership-ResponseCompound() diff --git a/test/test_usergroupdelegation_create_object_v1_response.py b/test/test_usergroupdelegation_create_object_v1_response.py index cbfc01adb..53efd0a21 100644 --- a/test/test_usergroupdelegation_create_object_v1_response.py +++ b/test/test_usergroupdelegation_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationCreateObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupdelegation_create_object_v1_response_m_payload.usergroupdelegation-createObject-v1-Response-mPayload( a_pki_usergroupdelegation_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationCreateObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupdelegation_create_object_v1_response_m_payload.usergroupdelegation-createObject-v1-Response-mPayload( a_pki_usergroupdelegation_id = [ 141 diff --git a/test/test_usergroupdelegation_delete_object_v1_response.py b/test/test_usergroupdelegation_delete_object_v1_response.py index a551226f9..d6098caa4 100644 --- a/test/test_usergroupdelegation_delete_object_v1_response.py +++ b/test/test_usergroupdelegation_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationDeleteObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationDeleteObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroupdelegation_edit_object_v1_response.py b/test/test_usergroupdelegation_edit_object_v1_response.py index 78a206890..2fc0d1d50 100644 --- a/test/test_usergroupdelegation_edit_object_v1_response.py +++ b/test/test_usergroupdelegation_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroupdelegation_get_object_v2_response.py b/test/test_usergroupdelegation_get_object_v2_response.py index 185e696fe..d4af3eb0e 100644 --- a/test/test_usergroupdelegation_get_object_v2_response.py +++ b/test/test_usergroupdelegation_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupdelegation_get_object_v2_response_m_payload.usergroupdelegation-getObject-v2-Response-mPayload( obj_usergroupdelegation = eZmaxApi.models.usergroupdelegation_response_compound.usergroupdelegation-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UsergroupdelegationGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupdelegation_get_object_v2_response_m_payload.usergroupdelegation-getObject-v2-Response-mPayload( obj_usergroupdelegation = eZmaxApi.models.usergroupdelegation_response_compound.usergroupdelegation-ResponseCompound(), ), ) diff --git a/test/test_usergroupexternal_create_object_v1_response.py b/test/test_usergroupexternal_create_object_v1_response.py index 510883f16..fab19ee02 100644 --- a/test/test_usergroupexternal_create_object_v1_response.py +++ b/test/test_usergroupexternal_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalCreateObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupexternal_create_object_v1_response_m_payload.usergroupexternal-createObject-v1-Response-mPayload( a_pki_usergroupexternal_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupexternalCreateObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupexternal_create_object_v1_response_m_payload.usergroupexternal-createObject-v1-Response-mPayload( a_pki_usergroupexternal_id = [ 16 diff --git a/test/test_usergroupexternal_delete_object_v1_response.py b/test/test_usergroupexternal_delete_object_v1_response.py index a9ed81c0b..7b238e3c2 100644 --- a/test/test_usergroupexternal_delete_object_v1_response.py +++ b/test/test_usergroupexternal_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalDeleteObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupexternalDeleteObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroupexternal_edit_object_v1_response.py b/test/test_usergroupexternal_edit_object_v1_response.py index 69c127fd8..eae2150ad 100644 --- a/test/test_usergroupexternal_edit_object_v1_response.py +++ b/test/test_usergroupexternal_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalEditObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupexternalEditObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroupexternal_get_autocomplete_v2_response.py b/test/test_usergroupexternal_get_autocomplete_v2_response.py index 3803f43e4..7a3ed7c2f 100644 --- a/test/test_usergroupexternal_get_autocomplete_v2_response.py +++ b/test/test_usergroupexternal_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetAutocompleteV2R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupexternal_get_autocomplete_v2_response_m_payload.usergroupexternal-getAutocomplete-v2-Response-mPayload( a_obj_usergroupexternal = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetAutocompleteV2R a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupexternal_get_autocomplete_v2_response_m_payload.usergroupexternal-getAutocomplete-v2-Response-mPayload( a_obj_usergroupexternal = [ eZmaxApi.models.usergroupexternal_autocomplete_element_response.usergroupexternal-AutocompleteElement-Response( diff --git a/test/test_usergroupexternal_get_object_v2_response.py b/test/test_usergroupexternal_get_object_v2_response.py index a8789156b..c3a6194ae 100644 --- a/test/test_usergroupexternal_get_object_v2_response.py +++ b/test/test_usergroupexternal_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupexternal_get_object_v2_response_m_payload.usergroupexternal-getObject-v2-Response-mPayload( obj_usergroupexternal = eZmaxApi.models.usergroupexternal_response_compound.usergroupexternal-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetObjectV2Respons a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupexternal_get_object_v2_response_m_payload.usergroupexternal-getObject-v2-Response-mPayload( obj_usergroupexternal = eZmaxApi.models.usergroupexternal_response_compound.usergroupexternal-ResponseCompound(), ), ) diff --git a/test/test_usergroupexternal_get_usergroupexternalmemberships_v1_response.py b/test/test_usergroupexternal_get_usergroupexternalmemberships_v1_response.py index f1ab035c9..5afd979e7 100644 --- a/test/test_usergroupexternal_get_usergroupexternalmemberships_v1_response.py +++ b/test/test_usergroupexternal_get_usergroupexternalmemberships_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetUsergroupextern a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupexternal_get_usergroupexternalmemberships_v1_response_m_payload.usergroupexternal-getUsergroupexternalmemberships-v1-Response-mPayload( a_obj_usergroupexternalmembership = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetUsergroupextern a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupexternal_get_usergroupexternalmemberships_v1_response_m_payload.usergroupexternal-getUsergroupexternalmemberships-v1-Response-mPayload( a_obj_usergroupexternalmembership = [ eZmaxApi.models.usergroupexternalmembership_response_compound.usergroupexternalmembership-ResponseCompound() diff --git a/test/test_usergroupexternal_get_usergroups_v1_response.py b/test/test_usergroupexternal_get_usergroups_v1_response.py index e4bb88a5f..0059b8a4e 100644 --- a/test/test_usergroupexternal_get_usergroups_v1_response.py +++ b/test/test_usergroupexternal_get_usergroups_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetUsergroupsV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupexternal_get_usergroups_v1_response_m_payload.usergroupexternal-getUsergroups-v1-Response-mPayload( a_obj_usergroup = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupexternalGetUsergroupsV1Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupexternal_get_usergroups_v1_response_m_payload.usergroupexternal-getUsergroups-v1-Response-mPayload( a_obj_usergroup = [ eZmaxApi.models.usergroup_response_compound.usergroup-ResponseCompound() diff --git a/test/test_usergroupmembership_create_object_v1_response.py b/test/test_usergroupmembership_create_object_v1_response.py index fe4ec01ea..635010e7e 100644 --- a/test/test_usergroupmembership_create_object_v1_response.py +++ b/test/test_usergroupmembership_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipCreateObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupmembership_create_object_v1_response_m_payload.usergroupmembership-createObject-v1-Response-mPayload( a_pki_usergroupmembership_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipCreateObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupmembership_create_object_v1_response_m_payload.usergroupmembership-createObject-v1-Response-mPayload( a_pki_usergroupmembership_id = [ 21 diff --git a/test/test_usergroupmembership_delete_object_v1_response.py b/test/test_usergroupmembership_delete_object_v1_response.py index a1415075b..3b371d15f 100644 --- a/test/test_usergroupmembership_delete_object_v1_response.py +++ b/test/test_usergroupmembership_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipDeleteObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipDeleteObjectV1Re a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroupmembership_edit_object_v1_response.py b/test/test_usergroupmembership_edit_object_v1_response.py index 959ea2f02..3321bb20c 100644 --- a/test/test_usergroupmembership_edit_object_v1_response.py +++ b/test/test_usergroupmembership_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipEditObjectV1Resp a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_usergroupmembership_get_object_v2_response.py b/test/test_usergroupmembership_get_object_v2_response.py index 5b629d0b2..6574fc9bf 100644 --- a/test/test_usergroupmembership_get_object_v2_response.py +++ b/test/test_usergroupmembership_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.usergroupmembership_get_object_v2_response_m_payload.usergroupmembership-getObject-v2-Response-mPayload( obj_usergroupmembership = eZmaxApi.models.usergroupmembership_response_compound.usergroupmembership-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UsergroupmembershipGetObjectV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.usergroupmembership_get_object_v2_response_m_payload.usergroupmembership-getObject-v2-Response-mPayload( obj_usergroupmembership = eZmaxApi.models.usergroupmembership_response_compound.usergroupmembership-ResponseCompound(), ), ) diff --git a/test/test_userlogintype_get_autocomplete_v2_response.py b/test/test_userlogintype_get_autocomplete_v2_response.py index f9d6e9bcb..debdb0836 100644 --- a/test/test_userlogintype_get_autocomplete_v2_response.py +++ b/test/test_userlogintype_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserlogintypeGetAutocompleteV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.userlogintype_get_autocomplete_v2_response_m_payload.userlogintype-getAutocomplete-v2-Response-mPayload( a_obj_userlogintype = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> UserlogintypeGetAutocompleteV2Respo a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.userlogintype_get_autocomplete_v2_response_m_payload.userlogintype-getAutocomplete-v2-Response-mPayload( a_obj_userlogintype = [ eZmaxApi.models.userlogintype_autocomplete_element_response.userlogintype-AutocompleteElement-Response( diff --git a/test/test_userstaged_create_user_v1_response.py b/test/test_userstaged_create_user_v1_response.py index b65c94a78..c8ddfbedd 100644 --- a/test/test_userstaged_create_user_v1_response.py +++ b/test/test_userstaged_create_user_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserstagedCreateUserV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.userstaged_create_user_v1_response_m_payload.userstaged-createUser-v1-Response-mPayload( pki_user_id = 70, ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UserstagedCreateUserV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.userstaged_create_user_v1_response_m_payload.userstaged-createUser-v1-Response-mPayload( pki_user_id = 70, ), ) diff --git a/test/test_userstaged_delete_object_v1_response.py b/test/test_userstaged_delete_object_v1_response.py index d5327bcdd..a45473b02 100644 --- a/test/test_userstaged_delete_object_v1_response.py +++ b/test/test_userstaged_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserstagedDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UserstagedDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_userstaged_get_object_v2_response.py b/test/test_userstaged_get_object_v2_response.py index bde23849c..2d14b9dbe 100644 --- a/test/test_userstaged_get_object_v2_response.py +++ b/test/test_userstaged_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserstagedGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.userstaged_get_object_v2_response_m_payload.userstaged-getObject-v2-Response-mPayload( obj_userstaged = eZmaxApi.models.userstaged_response_compound.userstaged-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> UserstagedGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.userstaged_get_object_v2_response_m_payload.userstaged-getObject-v2-Response-mPayload( obj_userstaged = eZmaxApi.models.userstaged_response_compound.userstaged-ResponseCompound(), ), ) diff --git a/test/test_userstaged_map_v1_response.py b/test/test_userstaged_map_v1_response.py index a13fce4c5..9d7676907 100644 --- a/test/test_userstaged_map_v1_response.py +++ b/test/test_userstaged_map_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> UserstagedMapV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> UserstagedMapV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_variableexpense_create_object_v1_response.py b/test/test_variableexpense_create_object_v1_response.py index 154776ec2..7520eb6c1 100644 --- a/test/test_variableexpense_create_object_v1_response.py +++ b/test/test_variableexpense_create_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> VariableexpenseCreateObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.variableexpense_create_object_v1_response_m_payload.variableexpense-createObject-v1-Response-mPayload( a_pki_variableexpense_id = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> VariableexpenseCreateObjectV1Respon a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.variableexpense_create_object_v1_response_m_payload.variableexpense-createObject-v1-Response-mPayload( a_pki_variableexpense_id = [ 2 diff --git a/test/test_variableexpense_edit_object_v1_response.py b/test/test_variableexpense_edit_object_v1_response.py index d07a0dfd3..5bb9aff4f 100644 --- a/test/test_variableexpense_edit_object_v1_response.py +++ b/test/test_variableexpense_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> VariableexpenseEditObjectV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> VariableexpenseEditObjectV1Response a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_variableexpense_get_autocomplete_v2_response.py b/test/test_variableexpense_get_autocomplete_v2_response.py index ccf798873..5afd67d82 100644 --- a/test/test_variableexpense_get_autocomplete_v2_response.py +++ b/test/test_variableexpense_get_autocomplete_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> VariableexpenseGetAutocompleteV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.variableexpense_get_autocomplete_v2_response_m_payload.variableexpense-getAutocomplete-v2-Response-mPayload( a_obj_variableexpense = [ @@ -60,7 +61,8 @@ def make_instance(self, include_optional) -> VariableexpenseGetAutocompleteV2Res a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.variableexpense_get_autocomplete_v2_response_m_payload.variableexpense-getAutocomplete-v2-Response-mPayload( a_obj_variableexpense = [ eZmaxApi.models.variableexpense_autocomplete_element_response.variableexpense-AutocompleteElement-Response( diff --git a/test/test_variableexpense_get_object_v2_response.py b/test/test_variableexpense_get_object_v2_response.py index 09411b54f..a44906ab0 100644 --- a/test/test_variableexpense_get_object_v2_response.py +++ b/test/test_variableexpense_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> VariableexpenseGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.variableexpense_get_object_v2_response_m_payload.variableexpense-getObject-v2-Response-mPayload( obj_variableexpense = eZmaxApi.models.variableexpense_response_compound.variableexpense-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> VariableexpenseGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.variableexpense_get_object_v2_response_m_payload.variableexpense-getObject-v2-Response-mPayload( obj_variableexpense = eZmaxApi.models.variableexpense_response_compound.variableexpense-ResponseCompound(), ), ) diff --git a/test/test_versionhistory_get_object_v2_response.py b/test/test_versionhistory_get_object_v2_response.py index c7d381d14..b7bd1a085 100644 --- a/test/test_versionhistory_get_object_v2_response.py +++ b/test/test_versionhistory_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> VersionhistoryGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.versionhistory_get_object_v2_response_m_payload.versionhistory-getObject-v2-Response-mPayload( obj_versionhistory = eZmaxApi.models.versionhistory_response_compound.versionhistory-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> VersionhistoryGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.versionhistory_get_object_v2_response_m_payload.versionhistory-getObject-v2-Response-mPayload( obj_versionhistory = eZmaxApi.models.versionhistory_response_compound.versionhistory-ResponseCompound(), ), ) diff --git a/test/test_webhook_create_object_v2_response.py b/test/test_webhook_create_object_v2_response.py index 8104809c7..b31bf15e5 100644 --- a/test/test_webhook_create_object_v2_response.py +++ b/test/test_webhook_create_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.webhook_create_object_v2_response_m_payload.webhook-createObject-v2-Response-mPayload( a_obj_webhook = [ @@ -57,7 +58,8 @@ def make_instance(self, include_optional) -> WebhookCreateObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.webhook_create_object_v2_response_m_payload.webhook-createObject-v2-Response-mPayload( a_obj_webhook = [ eZmaxApi.models.webhook_response_compound.webhook-ResponseCompound() diff --git a/test/test_webhook_delete_object_v1_response.py b/test/test_webhook_delete_object_v1_response.py index c689fb8df..eb9ab605a 100644 --- a/test/test_webhook_delete_object_v1_response.py +++ b/test/test_webhook_delete_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> WebhookDeleteObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_webhook_edit_object_v1_response.py b/test/test_webhook_edit_object_v1_response.py index 8cab76515..7c87a33e3 100644 --- a/test/test_webhook_edit_object_v1_response.py +++ b/test/test_webhook_edit_object_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> WebhookEditObjectV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """ diff --git a/test/test_webhook_get_history_v1_response.py b/test/test_webhook_get_history_v1_response.py index 16494da9f..426badf6a 100644 --- a/test/test_webhook_get_history_v1_response.py +++ b/test/test_webhook_get_history_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookGetHistoryV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.webhook_get_history_v1_response_m_payload.webhook-getHistory-v1-Response-mPayload() ) @@ -54,7 +55,8 @@ def make_instance(self, include_optional) -> WebhookGetHistoryV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.webhook_get_history_v1_response_m_payload.webhook-getHistory-v1-Response-mPayload(), ) """ diff --git a/test/test_webhook_get_object_v2_response.py b/test/test_webhook_get_object_v2_response.py index 7358ceb7b..2d4020efc 100644 --- a/test/test_webhook_get_object_v2_response.py +++ b/test/test_webhook_get_object_v2_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.webhook_get_object_v2_response_m_payload.webhook-getObject-v2-Response-mPayload( obj_webhook = eZmaxApi.models.webhook_response_compound.webhook-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> WebhookGetObjectV2Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.webhook_get_object_v2_response_m_payload.webhook-getObject-v2-Response-mPayload( obj_webhook = eZmaxApi.models.webhook_response_compound.webhook-ResponseCompound(), ), ) diff --git a/test/test_webhook_regenerate_apikey_v1_response.py b/test/test_webhook_regenerate_apikey_v1_response.py index d14327408..b228e03dc 100644 --- a/test/test_webhook_regenerate_apikey_v1_response.py +++ b/test/test_webhook_regenerate_apikey_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookRegenerateApikeyV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]}, m_payload = eZmaxApi.models.webhook_regenerate_apikey_v1_response_m_payload.webhook-regenerateApikey-v1-Response-mPayload( obj_webhook = eZmaxApi.models.webhook_response_compound.webhook-ResponseCompound(), ) @@ -55,7 +56,8 @@ def make_instance(self, include_optional) -> WebhookRegenerateApikeyV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), m_payload = eZmaxApi.models.webhook_regenerate_apikey_v1_response_m_payload.webhook-regenerateApikey-v1-Response-mPayload( obj_webhook = eZmaxApi.models.webhook_response_compound.webhook-ResponseCompound(), ), ) diff --git a/test/test_webhook_test_v1_response.py b/test/test_webhook_test_v1_response.py index dcd6f42ba..8f5ed0ece 100644 --- a/test/test_webhook_test_v1_response.py +++ b/test/test_webhook_test_v1_response.py @@ -42,7 +42,8 @@ def make_instance(self, include_optional) -> WebhookTestV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), obj_debug = {"sMemoryUsage":"11,923MB","sRunTime":"0.6084s","iSQLSelects":3,"iSQLQueries":6,"a_objSQLQuery":[{"sQuery":"SELECT * FROM table","fDuration":1.0E-4},{"sQuery":"SELECT * FROM table","fDuration":1.0E-4}]} ) else: @@ -53,7 +54,8 @@ def make_instance(self, include_optional) -> WebhookTestV1Response: a_required_permission = [ 117 ], - b_version_deprecated = False, ), + b_version_deprecated = False, + dt_response_date = '2020-12-31 23:59:59', ), ) """