@equisoft/equisoft-connect-sdk-typescript 10.5.2-snapshot.20210908191711 → 10.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/DSFApi.d.ts +61 -0
- package/dist/apis/DSFApi.js +186 -0
- package/dist/apis/DatabasesApi.d.ts +47 -0
- package/dist/apis/DatabasesApi.js +129 -0
- package/dist/apis/EventsApi.d.ts +207 -0
- package/dist/apis/EventsApi.js +586 -0
- package/dist/apis/GatewaysApi.d.ts +122 -0
- package/dist/apis/GatewaysApi.js +379 -0
- package/dist/apis/IntegrationsApi.d.ts +40 -0
- package/dist/apis/IntegrationsApi.js +96 -0
- package/dist/apis/LegacyDocumentApi.d.ts +106 -0
- package/dist/apis/LegacyDocumentApi.js +312 -0
- package/dist/apis/LegacyProvisioningApi.d.ts +37 -0
- package/dist/apis/LegacyProvisioningApi.js +97 -0
- package/dist/apis/MovementApi.d.ts +60 -0
- package/dist/apis/MovementApi.js +182 -0
- package/dist/apis/MxApi.d.ts +29 -0
- package/dist/apis/MxApi.js +67 -0
- package/dist/apis/RemoteAccountApi.d.ts +48 -0
- package/dist/apis/RemoteAccountApi.js +141 -0
- package/dist/apis/TasksApi.d.ts +163 -0
- package/dist/apis/TasksApi.js +465 -0
- package/dist/apis/UsersApi.d.ts +37 -0
- package/dist/apis/UsersApi.js +94 -0
- package/dist/apis/index.d.ts +12 -0
- package/dist/apis/index.js +24 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +15 -0
- package/dist/models/AccessRights.d.ts +33 -0
- package/dist/models/AccessRights.js +43 -0
- package/dist/models/AdminCredentialPayload.d.ts +33 -0
- package/dist/models/AdminCredentialPayload.js +43 -0
- package/dist/models/AdminCredentialResponse.d.ts +39 -0
- package/dist/models/AdminCredentialResponse.js +45 -0
- package/dist/models/CalendarDefaultCalendarId.d.ts +23 -0
- package/dist/models/CalendarDefaultCalendarId.js +38 -0
- package/dist/models/CalendarsCalendar.d.ts +64 -0
- package/dist/models/CalendarsCalendar.js +55 -0
- package/dist/models/CalendarsListCalendarResponse.d.ts +28 -0
- package/dist/models/CalendarsListCalendarResponse.js +42 -0
- package/dist/models/ContextActor.d.ts +33 -0
- package/dist/models/ContextActor.js +43 -0
- package/dist/models/ContextEquisoftConnect.d.ts +52 -0
- package/dist/models/ContextEquisoftConnect.js +50 -0
- package/dist/models/ContextEquisoftConnectUser.d.ts +27 -0
- package/dist/models/ContextEquisoftConnectUser.js +41 -0
- package/dist/models/ContextInstance.d.ts +33 -0
- package/dist/models/ContextInstance.js +43 -0
- package/dist/models/ContextPreferences.d.ts +45 -0
- package/dist/models/ContextPreferences.js +47 -0
- package/dist/models/ContextUser.d.ts +39 -0
- package/dist/models/ContextUser.js +45 -0
- package/dist/models/ContextUserContext.d.ts +52 -0
- package/dist/models/ContextUserContext.js +51 -0
- package/dist/models/CredentialDto.d.ts +99 -0
- package/dist/models/CredentialDto.js +66 -0
- package/dist/models/CredentialsResponse.d.ts +28 -0
- package/dist/models/CredentialsResponse.js +42 -0
- package/dist/models/DatabasesDatabase.d.ts +63 -0
- package/dist/models/DatabasesDatabase.js +54 -0
- package/dist/models/DatabasesListDatabasesResponse.d.ts +28 -0
- package/dist/models/DatabasesListDatabasesResponse.js +42 -0
- package/dist/models/DateOrDateTime.d.ts +33 -0
- package/dist/models/DateOrDateTime.js +44 -0
- package/dist/models/DsfCreateOrUpdateFinancialCenterResponse.d.ts +27 -0
- package/dist/models/DsfCreateOrUpdateFinancialCenterResponse.js +41 -0
- package/dist/models/DsfFinancialCenter.d.ts +63 -0
- package/dist/models/DsfFinancialCenter.js +54 -0
- package/dist/models/DsfFinancialCenterPayload.d.ts +45 -0
- package/dist/models/DsfFinancialCenterPayload.js +48 -0
- package/dist/models/DsfListFinancialCenterResponse.d.ts +28 -0
- package/dist/models/DsfListFinancialCenterResponse.js +42 -0
- package/dist/models/ErrorResponse.d.ts +33 -0
- package/dist/models/ErrorResponse.js +44 -0
- package/dist/models/EventsCreateEventPayload.d.ts +118 -0
- package/dist/models/EventsCreateEventPayload.js +73 -0
- package/dist/models/EventsCreateEventResponse.d.ts +27 -0
- package/dist/models/EventsCreateEventResponse.js +41 -0
- package/dist/models/EventsEvent.d.ts +174 -0
- package/dist/models/EventsEvent.js +91 -0
- package/dist/models/EventsEventType.d.ts +27 -0
- package/dist/models/EventsEventType.js +42 -0
- package/dist/models/EventsGetEventInstancesResponse.d.ts +34 -0
- package/dist/models/EventsGetEventInstancesResponse.js +45 -0
- package/dist/models/EventsListEventResponse.d.ts +34 -0
- package/dist/models/EventsListEventResponse.js +45 -0
- package/dist/models/EventsOrderByType.d.ts +24 -0
- package/dist/models/EventsOrderByType.js +39 -0
- package/dist/models/EventsPatchEventPayload.d.ts +106 -0
- package/dist/models/EventsPatchEventPayload.js +69 -0
- package/dist/models/EventsPatchEventResponse.d.ts +27 -0
- package/dist/models/EventsPatchEventResponse.js +41 -0
- package/dist/models/EventsTransferToCompletedResponse.d.ts +27 -0
- package/dist/models/EventsTransferToCompletedResponse.js +41 -0
- package/dist/models/EventsVisibilityType.d.ts +23 -0
- package/dist/models/EventsVisibilityType.js +38 -0
- package/dist/models/FieldValue.d.ts +33 -0
- package/dist/models/FieldValue.js +43 -0
- package/dist/models/GatewaysAccessesAccess.d.ts +34 -0
- package/dist/models/GatewaysAccessesAccess.js +50 -0
- package/dist/models/GatewaysAccessesCreateAccessResponse.d.ts +27 -0
- package/dist/models/GatewaysAccessesCreateAccessResponse.js +41 -0
- package/dist/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.d.ts +33 -0
- package/dist/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.js +43 -0
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccess.d.ts +42 -0
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccess.js +47 -0
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccessAllOf.d.ts +41 -0
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccessAllOf.js +52 -0
- package/dist/models/GatewaysAccessesListGatewayAccessesResponse.d.ts +28 -0
- package/dist/models/GatewaysAccessesListGatewayAccessesResponse.js +42 -0
- package/dist/models/GatewaysAccessesPatchEquisoftAnalyzeAccessPayload.d.ts +27 -0
- package/dist/models/GatewaysAccessesPatchEquisoftAnalyzeAccessPayload.js +42 -0
- package/dist/models/GatewaysAccessesUser.d.ts +39 -0
- package/dist/models/GatewaysAccessesUser.js +46 -0
- package/dist/models/GatewaysCredentials.d.ts +45 -0
- package/dist/models/GatewaysCredentials.js +48 -0
- package/dist/models/GatewaysCredentialsWithSsn.d.ts +51 -0
- package/dist/models/GatewaysCredentialsWithSsn.js +50 -0
- package/dist/models/GatewaysCredentialsWithSsnAllOf.d.ts +27 -0
- package/dist/models/GatewaysCredentialsWithSsnAllOf.js +42 -0
- package/dist/models/GatewaysGatewayName.d.ts +22 -0
- package/dist/models/GatewaysGatewayName.js +37 -0
- package/dist/models/GatewaysGatewayType.d.ts +22 -0
- package/dist/models/GatewaysGatewayType.js +37 -0
- package/dist/models/GatewaysListCredentialsResponse.d.ts +28 -0
- package/dist/models/GatewaysListCredentialsResponse.js +42 -0
- package/dist/models/HandlersOauth2AssetbookAssetBookTokenPostBody.d.ts +33 -0
- package/dist/models/HandlersOauth2AssetbookAssetBookTokenPostBody.js +43 -0
- package/dist/models/InternalNotesAuthor.d.ts +39 -0
- package/dist/models/InternalNotesAuthor.js +46 -0
- package/dist/models/InternalNotesCreateNotePayload.d.ts +27 -0
- package/dist/models/InternalNotesCreateNotePayload.js +41 -0
- package/dist/models/InternalNotesCreateNoteResponse.d.ts +27 -0
- package/dist/models/InternalNotesCreateNoteResponse.js +41 -0
- package/dist/models/InternalNotesHistoryType.d.ts +23 -0
- package/dist/models/InternalNotesHistoryType.js +38 -0
- package/dist/models/InternalNotesLegacyNote.d.ts +27 -0
- package/dist/models/InternalNotesLegacyNote.js +41 -0
- package/dist/models/InternalNotesNote.d.ts +58 -0
- package/dist/models/InternalNotesNote.js +53 -0
- package/dist/models/InternalNotesNoteList.d.ts +34 -0
- package/dist/models/InternalNotesNoteList.js +45 -0
- package/dist/models/InternalNotesNoteRevision.d.ts +45 -0
- package/dist/models/InternalNotesNoteRevision.js +48 -0
- package/dist/models/InternalNotesNoteRevisionType.d.ts +25 -0
- package/dist/models/InternalNotesNoteRevisionType.js +40 -0
- package/dist/models/InternalNotesPatchNotePayload.d.ts +27 -0
- package/dist/models/InternalNotesPatchNotePayload.js +41 -0
- package/dist/models/InternalNotesPatchNoteResponse.d.ts +27 -0
- package/dist/models/InternalNotesPatchNoteResponse.js +41 -0
- package/dist/models/LaserAppLaserAppAnywhereError.d.ts +27 -0
- package/dist/models/LaserAppLaserAppAnywhereError.js +41 -0
- package/dist/models/LaserAppLaserAppAnywhereResponse.d.ts +27 -0
- package/dist/models/LaserAppLaserAppAnywhereResponse.js +41 -0
- package/dist/models/LegacyAddUpdateItem.d.ts +39 -0
- package/dist/models/LegacyAddUpdateItem.js +46 -0
- package/dist/models/LegacyAddUpdateResponse.d.ts +46 -0
- package/dist/models/LegacyAddUpdateResponse.js +49 -0
- package/dist/models/LegacyAddUpdateResponseAllOf.d.ts +28 -0
- package/dist/models/LegacyAddUpdateResponseAllOf.js +42 -0
- package/dist/models/LegacyContactAddress.d.ts +123 -0
- package/dist/models/LegacyContactAddress.js +74 -0
- package/dist/models/LegacyContactContact.d.ts +93 -0
- package/dist/models/LegacyContactContact.js +64 -0
- package/dist/models/LegacyContactContactPayloadItem.d.ts +363 -0
- package/dist/models/LegacyContactContactPayloadItem.js +154 -0
- package/dist/models/LegacyContactContactPayloadItemAllOf.d.ts +291 -0
- package/dist/models/LegacyContactContactPayloadItemAllOf.js +130 -0
- package/dist/models/LegacyDocumentBase64FilePayload.d.ts +28 -0
- package/dist/models/LegacyDocumentBase64FilePayload.js +43 -0
- package/dist/models/LegacyDocumentBase64FilePayloadItem.d.ts +57 -0
- package/dist/models/LegacyDocumentBase64FilePayloadItem.js +52 -0
- package/dist/models/LegacyDocumentBase64FilePayloadItemAllOf.d.ts +33 -0
- package/dist/models/LegacyDocumentBase64FilePayloadItemAllOf.js +44 -0
- package/dist/models/LegacyDocumentDocument.d.ts +124 -0
- package/dist/models/LegacyDocumentDocument.js +75 -0
- package/dist/models/LegacyDocumentDocumentListItem.d.ts +52 -0
- package/dist/models/LegacyDocumentDocumentListItem.js +51 -0
- package/dist/models/LegacyDocumentDocumentPayload.d.ts +28 -0
- package/dist/models/LegacyDocumentDocumentPayload.js +43 -0
- package/dist/models/LegacyDocumentDocumentPayloadItem.d.ts +100 -0
- package/dist/models/LegacyDocumentDocumentPayloadItem.js +67 -0
- package/dist/models/LegacyDocumentDocumentPayloadRequest.d.ts +28 -0
- package/dist/models/LegacyDocumentDocumentPayloadRequest.js +42 -0
- package/dist/models/LegacyDocumentDownloadFileResponse.d.ts +46 -0
- package/dist/models/LegacyDocumentDownloadFileResponse.js +49 -0
- package/dist/models/LegacyDocumentDownloadFileResponseAllOf.d.ts +28 -0
- package/dist/models/LegacyDocumentDownloadFileResponseAllOf.js +42 -0
- package/dist/models/LegacyDocumentFile.d.ts +45 -0
- package/dist/models/LegacyDocumentFile.js +48 -0
- package/dist/models/LegacyDocumentGetListOptions.d.ts +39 -0
- package/dist/models/LegacyDocumentGetListOptions.js +46 -0
- package/dist/models/LegacyDocumentGetListResponse.d.ts +46 -0
- package/dist/models/LegacyDocumentGetListResponse.js +49 -0
- package/dist/models/LegacyDocumentGetListResponseAllOf.d.ts +28 -0
- package/dist/models/LegacyDocumentGetListResponseAllOf.js +42 -0
- package/dist/models/LegacyDocumentGetResponse.d.ts +46 -0
- package/dist/models/LegacyDocumentGetResponse.js +49 -0
- package/dist/models/LegacyDocumentGetResponseAllOf.d.ts +28 -0
- package/dist/models/LegacyDocumentGetResponseAllOf.js +42 -0
- package/dist/models/LegacyDocumentUploadDocumentFileRequest.d.ts +28 -0
- package/dist/models/LegacyDocumentUploadDocumentFileRequest.js +42 -0
- package/dist/models/LegacyProvisioningGetOrganizationListResponse.d.ts +46 -0
- package/dist/models/LegacyProvisioningGetOrganizationListResponse.js +49 -0
- package/dist/models/LegacyProvisioningGetOrganizationListResponseAllOf.d.ts +28 -0
- package/dist/models/LegacyProvisioningGetOrganizationListResponseAllOf.js +42 -0
- package/dist/models/LegacyProvisioningGetOrganizationResponse.d.ts +46 -0
- package/dist/models/LegacyProvisioningGetOrganizationResponse.js +49 -0
- package/dist/models/LegacyProvisioningGetOrganizationResponseAllOf.d.ts +28 -0
- package/dist/models/LegacyProvisioningGetOrganizationResponseAllOf.js +42 -0
- package/dist/models/LegacyProvisioningGroupItem.d.ts +33 -0
- package/dist/models/LegacyProvisioningGroupItem.js +44 -0
- package/dist/models/LegacyProvisioningOrganizationItem.d.ts +131 -0
- package/dist/models/LegacyProvisioningOrganizationItem.js +77 -0
- package/dist/models/LegacyProvisioningUserIdentifier.d.ts +27 -0
- package/dist/models/LegacyProvisioningUserIdentifier.js +42 -0
- package/dist/models/LegacyProvisioningUserItem.d.ts +181 -0
- package/dist/models/LegacyProvisioningUserItem.js +91 -0
- package/dist/models/LegacyProvisioningUserPayload.d.ts +166 -0
- package/dist/models/LegacyProvisioningUserPayload.js +83 -0
- package/dist/models/LegacyResponse.d.ts +39 -0
- package/dist/models/LegacyResponse.js +46 -0
- package/dist/models/LegacyUser.d.ts +39 -0
- package/dist/models/LegacyUser.js +46 -0
- package/dist/models/MovementAddMovementResponse.d.ts +27 -0
- package/dist/models/MovementAddMovementResponse.js +42 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovement.d.ts +79 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovement.js +47 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementAllOf.d.ts +79 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementAllOf.js +65 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayload.d.ts +79 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayload.js +47 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayloadAllOf.d.ts +78 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayloadAllOf.js +64 -0
- package/dist/models/MovementClientBaseUsingFileMovement.d.ts +77 -0
- package/dist/models/MovementClientBaseUsingFileMovement.js +47 -0
- package/dist/models/MovementClientBaseUsingFileMovementAllOf.d.ts +77 -0
- package/dist/models/MovementClientBaseUsingFileMovementAllOf.js +65 -0
- package/dist/models/MovementClientBaseUsingFileMovementPayload.d.ts +77 -0
- package/dist/models/MovementClientBaseUsingFileMovementPayload.js +47 -0
- package/dist/models/MovementClientBaseUsingFileMovementPayloadAllOf.d.ts +76 -0
- package/dist/models/MovementClientBaseUsingFileMovementPayloadAllOf.js +64 -0
- package/dist/models/MovementCopyMovement.d.ts +53 -0
- package/dist/models/MovementCopyMovement.js +46 -0
- package/dist/models/MovementCopyMovementAllOf.d.ts +53 -0
- package/dist/models/MovementCopyMovementAllOf.js +56 -0
- package/dist/models/MovementCopyMovementPayload.d.ts +53 -0
- package/dist/models/MovementCopyMovementPayload.js +47 -0
- package/dist/models/MovementCopyMovementPayloadAllOf.d.ts +53 -0
- package/dist/models/MovementCopyMovementPayloadAllOf.js +57 -0
- package/dist/models/MovementDatabase.d.ts +33 -0
- package/dist/models/MovementDatabase.js +44 -0
- package/dist/models/MovementDistributionList.d.ts +33 -0
- package/dist/models/MovementDistributionList.js +44 -0
- package/dist/models/MovementGatewayAccessCode.d.ts +45 -0
- package/dist/models/MovementGatewayAccessCode.js +48 -0
- package/dist/models/MovementGetStatusResponse.d.ts +27 -0
- package/dist/models/MovementGetStatusResponse.js +41 -0
- package/dist/models/MovementListMovementResponse.d.ts +28 -0
- package/dist/models/MovementListMovementResponse.js +42 -0
- package/dist/models/MovementMoveMovement.d.ts +53 -0
- package/dist/models/MovementMoveMovement.js +46 -0
- package/dist/models/MovementMoveMovementAllOf.d.ts +53 -0
- package/dist/models/MovementMoveMovementAllOf.js +56 -0
- package/dist/models/MovementMoveMovementPayload.d.ts +53 -0
- package/dist/models/MovementMoveMovementPayload.js +46 -0
- package/dist/models/MovementMoveMovementPayloadAllOf.d.ts +52 -0
- package/dist/models/MovementMoveMovementPayloadAllOf.js +55 -0
- package/dist/models/MovementMovement.d.ts +76 -0
- package/dist/models/MovementMovement.js +77 -0
- package/dist/models/MovementMovementPayload.d.ts +33 -0
- package/dist/models/MovementMovementPayload.js +62 -0
- package/dist/models/MovementMovementStatus.d.ts +26 -0
- package/dist/models/MovementMovementStatus.js +41 -0
- package/dist/models/MovementMovementType.d.ts +26 -0
- package/dist/models/MovementMovementType.js +41 -0
- package/dist/models/MovementReassignmentMovement.d.ts +59 -0
- package/dist/models/MovementReassignmentMovement.js +46 -0
- package/dist/models/MovementReassignmentMovementAllOf.d.ts +59 -0
- package/dist/models/MovementReassignmentMovementAllOf.js +58 -0
- package/dist/models/MovementReassignmentMovementPayload.d.ts +59 -0
- package/dist/models/MovementReassignmentMovementPayload.js +46 -0
- package/dist/models/MovementReassignmentMovementPayloadAllOf.d.ts +58 -0
- package/dist/models/MovementReassignmentMovementPayloadAllOf.js +57 -0
- package/dist/models/MovementTransferOption.d.ts +23 -0
- package/dist/models/MovementTransferOption.js +38 -0
- package/dist/models/MovementUser.d.ts +39 -0
- package/dist/models/MovementUser.js +46 -0
- package/dist/models/MovementUserTuple.d.ts +34 -0
- package/dist/models/MovementUserTuple.js +44 -0
- package/dist/models/MovementUserTuplePayload.d.ts +33 -0
- package/dist/models/MovementUserTuplePayload.js +43 -0
- package/dist/models/MovementValidationError.d.ts +35 -0
- package/dist/models/MovementValidationError.js +44 -0
- package/dist/models/MovementValidationErrorResponse.d.ts +30 -0
- package/dist/models/MovementValidationErrorResponse.js +43 -0
- package/dist/models/MxRecipient.d.ts +45 -0
- package/dist/models/MxRecipient.js +47 -0
- package/dist/models/MxRecipientsPayload.d.ts +51 -0
- package/dist/models/MxRecipientsPayload.js +49 -0
- package/dist/models/MxValidateRecipientsResponse.d.ts +28 -0
- package/dist/models/MxValidateRecipientsResponse.js +42 -0
- package/dist/models/RemoteaccountAccountSyncResponse.d.ts +34 -0
- package/dist/models/RemoteaccountAccountSyncResponse.js +45 -0
- package/dist/models/RemoteaccountSyncStatus.d.ts +34 -0
- package/dist/models/RemoteaccountSyncStatus.js +45 -0
- package/dist/models/RemoteaccountSyncTaskStatus.d.ts +33 -0
- package/dist/models/RemoteaccountSyncTaskStatus.js +44 -0
- package/dist/models/TasksCreateTaskPayload.d.ts +99 -0
- package/dist/models/TasksCreateTaskPayload.js +66 -0
- package/dist/models/TasksCreateTaskResponse.d.ts +27 -0
- package/dist/models/TasksCreateTaskResponse.js +41 -0
- package/dist/models/TasksDueDateFilter.d.ts +23 -0
- package/dist/models/TasksDueDateFilter.js +38 -0
- package/dist/models/TasksListTaskResponse.d.ts +34 -0
- package/dist/models/TasksListTaskResponse.js +45 -0
- package/dist/models/TasksOrderByType.d.ts +27 -0
- package/dist/models/TasksOrderByType.js +42 -0
- package/dist/models/TasksPatchTaskPayload.d.ts +87 -0
- package/dist/models/TasksPatchTaskPayload.js +62 -0
- package/dist/models/TasksPatchTaskResponse.d.ts +27 -0
- package/dist/models/TasksPatchTaskResponse.js +41 -0
- package/dist/models/TasksTask.d.ts +124 -0
- package/dist/models/TasksTask.js +75 -0
- package/dist/models/TasksTransferToCompletedResponse.d.ts +27 -0
- package/dist/models/TasksTransferToCompletedResponse.js +41 -0
- package/dist/models/TasksVisibilityType.d.ts +23 -0
- package/dist/models/TasksVisibilityType.js +38 -0
- package/dist/models/UsersListUsersResponse.d.ts +28 -0
- package/dist/models/UsersListUsersResponse.js +42 -0
- package/dist/models/UsersUser.d.ts +69 -0
- package/dist/models/UsersUser.js +55 -0
- package/dist/models/index.d.ts +152 -0
- package/dist/models/index.js +164 -0
- package/dist/runtime.d.ts +140 -0
- package/dist/runtime.js +256 -0
- package/package.json +1 -1
- package/src/models/UsersUser.ts +16 -16
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Equisoft /connect API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LegacyContactContactPayloadItemAllOf
|
|
16
|
+
*/
|
|
17
|
+
export interface LegacyContactContactPayloadItemAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* external key
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
22
|
+
*/
|
|
23
|
+
externalKey?: string;
|
|
24
|
+
/**
|
|
25
|
+
* External key type
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
28
|
+
*/
|
|
29
|
+
externalKeyType?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Gender of the contact. Either MALE or FEMALE
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
34
|
+
*/
|
|
35
|
+
gender?: string;
|
|
36
|
+
/**
|
|
37
|
+
* sin of the contact
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
40
|
+
*/
|
|
41
|
+
sin?: string;
|
|
42
|
+
/**
|
|
43
|
+
* birthdate of the contact
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
46
|
+
*/
|
|
47
|
+
birthdate?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Smoker status of the contact.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
52
|
+
*/
|
|
53
|
+
smoker?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Smoker status since date.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
58
|
+
*/
|
|
59
|
+
smokerSince?: string;
|
|
60
|
+
/**
|
|
61
|
+
* phone number of the contact at home
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
64
|
+
*/
|
|
65
|
+
phoneHome?: string;
|
|
66
|
+
/**
|
|
67
|
+
* second phone number of the contact at home
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
70
|
+
*/
|
|
71
|
+
phoneHomeSecond?: string;
|
|
72
|
+
/**
|
|
73
|
+
* assistant phone number of the contact
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
76
|
+
*/
|
|
77
|
+
phoneAssistant?: string;
|
|
78
|
+
/**
|
|
79
|
+
* office phone number of the contact
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
82
|
+
*/
|
|
83
|
+
phoneOffice?: string;
|
|
84
|
+
/**
|
|
85
|
+
* second office phone number of the contact
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
88
|
+
*/
|
|
89
|
+
phoneOfficeSecond?: string;
|
|
90
|
+
/**
|
|
91
|
+
* cell phone number of the contact
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
94
|
+
*/
|
|
95
|
+
phoneCell?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Pager phone number of the contact
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
100
|
+
*/
|
|
101
|
+
phonePager?: string;
|
|
102
|
+
/**
|
|
103
|
+
* fax phone number of the contact
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
106
|
+
*/
|
|
107
|
+
phoneFax?: string;
|
|
108
|
+
/**
|
|
109
|
+
* main email of the contact
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
112
|
+
*/
|
|
113
|
+
mainEmail?: string;
|
|
114
|
+
/**
|
|
115
|
+
* personal email of the contact
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
118
|
+
*/
|
|
119
|
+
emailPersonal?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Web Site URL. This represent the main website for the contact.
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
124
|
+
*/
|
|
125
|
+
webSite?: string;
|
|
126
|
+
/**
|
|
127
|
+
* business email of the contact
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
130
|
+
*/
|
|
131
|
+
emailBusiness?: string;
|
|
132
|
+
/**
|
|
133
|
+
* business email of the contact
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
136
|
+
*/
|
|
137
|
+
emailOther?: string;
|
|
138
|
+
/**
|
|
139
|
+
* notes of the contact
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
142
|
+
*/
|
|
143
|
+
notes?: string;
|
|
144
|
+
/**
|
|
145
|
+
* peculiarity of the contact
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
148
|
+
*/
|
|
149
|
+
peculiarity?: string;
|
|
150
|
+
/**
|
|
151
|
+
* End of the financial year (for organization)
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
154
|
+
*/
|
|
155
|
+
endFinancialYear?: string;
|
|
156
|
+
/**
|
|
157
|
+
* Language
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
160
|
+
*/
|
|
161
|
+
language?: string;
|
|
162
|
+
/**
|
|
163
|
+
* Active (boolean)
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
166
|
+
*/
|
|
167
|
+
active?: string;
|
|
168
|
+
/**
|
|
169
|
+
* Publish (boolean)
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
172
|
+
*/
|
|
173
|
+
publish?: string;
|
|
174
|
+
/**
|
|
175
|
+
* Title
|
|
176
|
+
* @type {string}
|
|
177
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
178
|
+
*/
|
|
179
|
+
title?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Suffix
|
|
182
|
+
* @type {string}
|
|
183
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
184
|
+
*/
|
|
185
|
+
suffix?: string;
|
|
186
|
+
/**
|
|
187
|
+
* Civility
|
|
188
|
+
* @type {string}
|
|
189
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
190
|
+
*/
|
|
191
|
+
civility?: string;
|
|
192
|
+
/**
|
|
193
|
+
* Civility id
|
|
194
|
+
* @type {number}
|
|
195
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
196
|
+
*/
|
|
197
|
+
civilityId?: number;
|
|
198
|
+
/**
|
|
199
|
+
* Person Addressed (Correspondance)
|
|
200
|
+
* @type {string}
|
|
201
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
202
|
+
*/
|
|
203
|
+
personAddressed?: string;
|
|
204
|
+
/**
|
|
205
|
+
* Organization name (Correspondance)
|
|
206
|
+
* @type {string}
|
|
207
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
208
|
+
*/
|
|
209
|
+
organizationLine1?: string;
|
|
210
|
+
/**
|
|
211
|
+
* Organization name - second line (Correspondance)
|
|
212
|
+
* @type {string}
|
|
213
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
214
|
+
*/
|
|
215
|
+
organizationLine2?: string;
|
|
216
|
+
/**
|
|
217
|
+
* Department (Correspondance)
|
|
218
|
+
* @type {string}
|
|
219
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
220
|
+
*/
|
|
221
|
+
department?: string;
|
|
222
|
+
/**
|
|
223
|
+
* Customer Number
|
|
224
|
+
* @type {string}
|
|
225
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
226
|
+
*/
|
|
227
|
+
customerNumber?: string;
|
|
228
|
+
/**
|
|
229
|
+
* Birth Place
|
|
230
|
+
* @type {string}
|
|
231
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
232
|
+
*/
|
|
233
|
+
birthPlace?: string;
|
|
234
|
+
/**
|
|
235
|
+
* Nationality
|
|
236
|
+
* @type {string}
|
|
237
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
238
|
+
*/
|
|
239
|
+
nationality?: string;
|
|
240
|
+
/**
|
|
241
|
+
*
|
|
242
|
+
* @type {string}
|
|
243
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
244
|
+
*/
|
|
245
|
+
orgDateCreated?: string;
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
* @type {string}
|
|
249
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
250
|
+
*/
|
|
251
|
+
orgDateClosed?: string;
|
|
252
|
+
/**
|
|
253
|
+
*
|
|
254
|
+
* @type {string}
|
|
255
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
256
|
+
*/
|
|
257
|
+
dateEndFinancialYear?: string;
|
|
258
|
+
/**
|
|
259
|
+
*
|
|
260
|
+
* @type {string}
|
|
261
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
262
|
+
*/
|
|
263
|
+
orgIdNo?: string;
|
|
264
|
+
/**
|
|
265
|
+
*
|
|
266
|
+
* @type {string}
|
|
267
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
268
|
+
*/
|
|
269
|
+
orgFedNo?: string;
|
|
270
|
+
/**
|
|
271
|
+
*
|
|
272
|
+
* @type {string}
|
|
273
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
274
|
+
*/
|
|
275
|
+
orgProvNo?: string;
|
|
276
|
+
/**
|
|
277
|
+
*
|
|
278
|
+
* @type {string}
|
|
279
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
280
|
+
*/
|
|
281
|
+
orgStateId?: string;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @type {string}
|
|
285
|
+
* @memberof LegacyContactContactPayloadItemAllOf
|
|
286
|
+
*/
|
|
287
|
+
orgEin?: string;
|
|
288
|
+
}
|
|
289
|
+
export declare function LegacyContactContactPayloadItemAllOfFromJSON(json: any): LegacyContactContactPayloadItemAllOf;
|
|
290
|
+
export declare function LegacyContactContactPayloadItemAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyContactContactPayloadItemAllOf;
|
|
291
|
+
export declare function LegacyContactContactPayloadItemAllOfToJSON(value?: LegacyContactContactPayloadItemAllOf | null): any;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Equisoft /connect API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.LegacyContactContactPayloadItemAllOfToJSON = exports.LegacyContactContactPayloadItemAllOfFromJSONTyped = exports.LegacyContactContactPayloadItemAllOfFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function LegacyContactContactPayloadItemAllOfFromJSON(json) {
|
|
19
|
+
return LegacyContactContactPayloadItemAllOfFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.LegacyContactContactPayloadItemAllOfFromJSON = LegacyContactContactPayloadItemAllOfFromJSON;
|
|
22
|
+
function LegacyContactContactPayloadItemAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
|
|
28
|
+
'externalKeyType': !runtime_1.exists(json, 'externalKeyType') ? undefined : json['externalKeyType'],
|
|
29
|
+
'gender': !runtime_1.exists(json, 'gender') ? undefined : json['gender'],
|
|
30
|
+
'sin': !runtime_1.exists(json, 'sin') ? undefined : json['sin'],
|
|
31
|
+
'birthdate': !runtime_1.exists(json, 'birthdate') ? undefined : json['birthdate'],
|
|
32
|
+
'smoker': !runtime_1.exists(json, 'smoker') ? undefined : json['smoker'],
|
|
33
|
+
'smokerSince': !runtime_1.exists(json, 'smokerSince') ? undefined : json['smokerSince'],
|
|
34
|
+
'phoneHome': !runtime_1.exists(json, 'phoneHome') ? undefined : json['phoneHome'],
|
|
35
|
+
'phoneHomeSecond': !runtime_1.exists(json, 'phoneHomeSecond') ? undefined : json['phoneHomeSecond'],
|
|
36
|
+
'phoneAssistant': !runtime_1.exists(json, 'phoneAssistant') ? undefined : json['phoneAssistant'],
|
|
37
|
+
'phoneOffice': !runtime_1.exists(json, 'phoneOffice') ? undefined : json['phoneOffice'],
|
|
38
|
+
'phoneOfficeSecond': !runtime_1.exists(json, 'phoneOfficeSecond') ? undefined : json['phoneOfficeSecond'],
|
|
39
|
+
'phoneCell': !runtime_1.exists(json, 'phoneCell') ? undefined : json['phoneCell'],
|
|
40
|
+
'phonePager': !runtime_1.exists(json, 'phonePager') ? undefined : json['phonePager'],
|
|
41
|
+
'phoneFax': !runtime_1.exists(json, 'phoneFax') ? undefined : json['phoneFax'],
|
|
42
|
+
'mainEmail': !runtime_1.exists(json, 'mainEmail') ? undefined : json['mainEmail'],
|
|
43
|
+
'emailPersonal': !runtime_1.exists(json, 'emailPersonal') ? undefined : json['emailPersonal'],
|
|
44
|
+
'webSite': !runtime_1.exists(json, 'webSite') ? undefined : json['webSite'],
|
|
45
|
+
'emailBusiness': !runtime_1.exists(json, 'emailBusiness') ? undefined : json['emailBusiness'],
|
|
46
|
+
'emailOther': !runtime_1.exists(json, 'emailOther') ? undefined : json['emailOther'],
|
|
47
|
+
'notes': !runtime_1.exists(json, 'notes') ? undefined : json['notes'],
|
|
48
|
+
'peculiarity': !runtime_1.exists(json, 'peculiarity') ? undefined : json['peculiarity'],
|
|
49
|
+
'endFinancialYear': !runtime_1.exists(json, 'endFinancialYear') ? undefined : json['endFinancialYear'],
|
|
50
|
+
'language': !runtime_1.exists(json, 'language') ? undefined : json['language'],
|
|
51
|
+
'active': !runtime_1.exists(json, 'active') ? undefined : json['active'],
|
|
52
|
+
'publish': !runtime_1.exists(json, 'publish') ? undefined : json['publish'],
|
|
53
|
+
'title': !runtime_1.exists(json, 'title') ? undefined : json['title'],
|
|
54
|
+
'suffix': !runtime_1.exists(json, 'suffix') ? undefined : json['suffix'],
|
|
55
|
+
'civility': !runtime_1.exists(json, 'civility') ? undefined : json['civility'],
|
|
56
|
+
'civilityId': !runtime_1.exists(json, 'civilityId') ? undefined : json['civilityId'],
|
|
57
|
+
'personAddressed': !runtime_1.exists(json, 'personAddressed') ? undefined : json['personAddressed'],
|
|
58
|
+
'organizationLine1': !runtime_1.exists(json, 'organizationLine1') ? undefined : json['organizationLine1'],
|
|
59
|
+
'organizationLine2': !runtime_1.exists(json, 'organizationLine2') ? undefined : json['organizationLine2'],
|
|
60
|
+
'department': !runtime_1.exists(json, 'department') ? undefined : json['department'],
|
|
61
|
+
'customerNumber': !runtime_1.exists(json, 'customerNumber') ? undefined : json['customerNumber'],
|
|
62
|
+
'birthPlace': !runtime_1.exists(json, 'birthPlace') ? undefined : json['birthPlace'],
|
|
63
|
+
'nationality': !runtime_1.exists(json, 'nationality') ? undefined : json['nationality'],
|
|
64
|
+
'orgDateCreated': !runtime_1.exists(json, 'orgDateCreated') ? undefined : json['orgDateCreated'],
|
|
65
|
+
'orgDateClosed': !runtime_1.exists(json, 'orgDateClosed') ? undefined : json['orgDateClosed'],
|
|
66
|
+
'dateEndFinancialYear': !runtime_1.exists(json, 'dateEndFinancialYear') ? undefined : json['dateEndFinancialYear'],
|
|
67
|
+
'orgIdNo': !runtime_1.exists(json, 'orgIdNo') ? undefined : json['orgIdNo'],
|
|
68
|
+
'orgFedNo': !runtime_1.exists(json, 'orgFedNo') ? undefined : json['orgFedNo'],
|
|
69
|
+
'orgProvNo': !runtime_1.exists(json, 'orgProvNo') ? undefined : json['orgProvNo'],
|
|
70
|
+
'orgStateId': !runtime_1.exists(json, 'orgStateId') ? undefined : json['orgStateId'],
|
|
71
|
+
'orgEin': !runtime_1.exists(json, 'orgEin') ? undefined : json['orgEin'],
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
exports.LegacyContactContactPayloadItemAllOfFromJSONTyped = LegacyContactContactPayloadItemAllOfFromJSONTyped;
|
|
75
|
+
function LegacyContactContactPayloadItemAllOfToJSON(value) {
|
|
76
|
+
if (value === undefined) {
|
|
77
|
+
return undefined;
|
|
78
|
+
}
|
|
79
|
+
if (value === null) {
|
|
80
|
+
return null;
|
|
81
|
+
}
|
|
82
|
+
return {
|
|
83
|
+
'externalKey': value.externalKey,
|
|
84
|
+
'externalKeyType': value.externalKeyType,
|
|
85
|
+
'gender': value.gender,
|
|
86
|
+
'sin': value.sin,
|
|
87
|
+
'birthdate': value.birthdate,
|
|
88
|
+
'smoker': value.smoker,
|
|
89
|
+
'smokerSince': value.smokerSince,
|
|
90
|
+
'phoneHome': value.phoneHome,
|
|
91
|
+
'phoneHomeSecond': value.phoneHomeSecond,
|
|
92
|
+
'phoneAssistant': value.phoneAssistant,
|
|
93
|
+
'phoneOffice': value.phoneOffice,
|
|
94
|
+
'phoneOfficeSecond': value.phoneOfficeSecond,
|
|
95
|
+
'phoneCell': value.phoneCell,
|
|
96
|
+
'phonePager': value.phonePager,
|
|
97
|
+
'phoneFax': value.phoneFax,
|
|
98
|
+
'mainEmail': value.mainEmail,
|
|
99
|
+
'emailPersonal': value.emailPersonal,
|
|
100
|
+
'webSite': value.webSite,
|
|
101
|
+
'emailBusiness': value.emailBusiness,
|
|
102
|
+
'emailOther': value.emailOther,
|
|
103
|
+
'notes': value.notes,
|
|
104
|
+
'peculiarity': value.peculiarity,
|
|
105
|
+
'endFinancialYear': value.endFinancialYear,
|
|
106
|
+
'language': value.language,
|
|
107
|
+
'active': value.active,
|
|
108
|
+
'publish': value.publish,
|
|
109
|
+
'title': value.title,
|
|
110
|
+
'suffix': value.suffix,
|
|
111
|
+
'civility': value.civility,
|
|
112
|
+
'civilityId': value.civilityId,
|
|
113
|
+
'personAddressed': value.personAddressed,
|
|
114
|
+
'organizationLine1': value.organizationLine1,
|
|
115
|
+
'organizationLine2': value.organizationLine2,
|
|
116
|
+
'department': value.department,
|
|
117
|
+
'customerNumber': value.customerNumber,
|
|
118
|
+
'birthPlace': value.birthPlace,
|
|
119
|
+
'nationality': value.nationality,
|
|
120
|
+
'orgDateCreated': value.orgDateCreated,
|
|
121
|
+
'orgDateClosed': value.orgDateClosed,
|
|
122
|
+
'dateEndFinancialYear': value.dateEndFinancialYear,
|
|
123
|
+
'orgIdNo': value.orgIdNo,
|
|
124
|
+
'orgFedNo': value.orgFedNo,
|
|
125
|
+
'orgProvNo': value.orgProvNo,
|
|
126
|
+
'orgStateId': value.orgStateId,
|
|
127
|
+
'orgEin': value.orgEin,
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
exports.LegacyContactContactPayloadItemAllOfToJSON = LegacyContactContactPayloadItemAllOfToJSON;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Equisoft /connect API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LegacyDocumentBase64FilePayloadItem } from './';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LegacyDocumentBase64FilePayload
|
|
17
|
+
*/
|
|
18
|
+
export interface LegacyDocumentBase64FilePayload {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<LegacyDocumentBase64FilePayloadItem>}
|
|
22
|
+
* @memberof LegacyDocumentBase64FilePayload
|
|
23
|
+
*/
|
|
24
|
+
files?: Array<LegacyDocumentBase64FilePayloadItem>;
|
|
25
|
+
}
|
|
26
|
+
export declare function LegacyDocumentBase64FilePayloadFromJSON(json: any): LegacyDocumentBase64FilePayload;
|
|
27
|
+
export declare function LegacyDocumentBase64FilePayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentBase64FilePayload;
|
|
28
|
+
export declare function LegacyDocumentBase64FilePayloadToJSON(value?: LegacyDocumentBase64FilePayload | null): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Equisoft /connect API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.LegacyDocumentBase64FilePayloadToJSON = exports.LegacyDocumentBase64FilePayloadFromJSONTyped = exports.LegacyDocumentBase64FilePayloadFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
const _1 = require("./");
|
|
19
|
+
function LegacyDocumentBase64FilePayloadFromJSON(json) {
|
|
20
|
+
return LegacyDocumentBase64FilePayloadFromJSONTyped(json, false);
|
|
21
|
+
}
|
|
22
|
+
exports.LegacyDocumentBase64FilePayloadFromJSON = LegacyDocumentBase64FilePayloadFromJSON;
|
|
23
|
+
function LegacyDocumentBase64FilePayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if ((json === undefined) || (json === null)) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'files': !runtime_1.exists(json, 'files') ? undefined : (json['files'].map(_1.LegacyDocumentBase64FilePayloadItemFromJSON)),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.LegacyDocumentBase64FilePayloadFromJSONTyped = LegacyDocumentBase64FilePayloadFromJSONTyped;
|
|
32
|
+
function LegacyDocumentBase64FilePayloadToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'files': value.files === undefined ? undefined : (value.files.map(_1.LegacyDocumentBase64FilePayloadItemToJSON)),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.LegacyDocumentBase64FilePayloadToJSON = LegacyDocumentBase64FilePayloadToJSON;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Equisoft /connect API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LegacyDocumentBase64FilePayloadItem
|
|
16
|
+
*/
|
|
17
|
+
export interface LegacyDocumentBase64FilePayloadItem {
|
|
18
|
+
/**
|
|
19
|
+
* id of the file
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
* File name
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
28
|
+
*/
|
|
29
|
+
fileName?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Mime Type of the file
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
34
|
+
*/
|
|
35
|
+
mimeType?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Size of the file(in bytes)
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
40
|
+
*/
|
|
41
|
+
sizeBytes?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The file external key
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
46
|
+
*/
|
|
47
|
+
externalKey?: string;
|
|
48
|
+
/**
|
|
49
|
+
* file data encoded in base 64
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof LegacyDocumentBase64FilePayloadItem
|
|
52
|
+
*/
|
|
53
|
+
base64EncodedData?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare function LegacyDocumentBase64FilePayloadItemFromJSON(json: any): LegacyDocumentBase64FilePayloadItem;
|
|
56
|
+
export declare function LegacyDocumentBase64FilePayloadItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentBase64FilePayloadItem;
|
|
57
|
+
export declare function LegacyDocumentBase64FilePayloadItemToJSON(value?: LegacyDocumentBase64FilePayloadItem | null): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Equisoft /connect API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.LegacyDocumentBase64FilePayloadItemToJSON = exports.LegacyDocumentBase64FilePayloadItemFromJSONTyped = exports.LegacyDocumentBase64FilePayloadItemFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function LegacyDocumentBase64FilePayloadItemFromJSON(json) {
|
|
19
|
+
return LegacyDocumentBase64FilePayloadItemFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.LegacyDocumentBase64FilePayloadItemFromJSON = LegacyDocumentBase64FilePayloadItemFromJSON;
|
|
22
|
+
function LegacyDocumentBase64FilePayloadItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'id': !runtime_1.exists(json, 'id') ? undefined : json['id'],
|
|
28
|
+
'fileName': !runtime_1.exists(json, 'fileName') ? undefined : json['fileName'],
|
|
29
|
+
'mimeType': !runtime_1.exists(json, 'mimeType') ? undefined : json['mimeType'],
|
|
30
|
+
'sizeBytes': !runtime_1.exists(json, 'sizeBytes') ? undefined : json['sizeBytes'],
|
|
31
|
+
'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
|
|
32
|
+
'base64EncodedData': !runtime_1.exists(json, 'base64EncodedData') ? undefined : json['base64EncodedData'],
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
exports.LegacyDocumentBase64FilePayloadItemFromJSONTyped = LegacyDocumentBase64FilePayloadItemFromJSONTyped;
|
|
36
|
+
function LegacyDocumentBase64FilePayloadItemToJSON(value) {
|
|
37
|
+
if (value === undefined) {
|
|
38
|
+
return undefined;
|
|
39
|
+
}
|
|
40
|
+
if (value === null) {
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'id': value.id,
|
|
45
|
+
'fileName': value.fileName,
|
|
46
|
+
'mimeType': value.mimeType,
|
|
47
|
+
'sizeBytes': value.sizeBytes,
|
|
48
|
+
'externalKey': value.externalKey,
|
|
49
|
+
'base64EncodedData': value.base64EncodedData,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.LegacyDocumentBase64FilePayloadItemToJSON = LegacyDocumentBase64FilePayloadItemToJSON;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Equisoft /connect API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LegacyDocumentBase64FilePayloadItemAllOf
|
|
16
|
+
*/
|
|
17
|
+
export interface LegacyDocumentBase64FilePayloadItemAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* The file external key
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LegacyDocumentBase64FilePayloadItemAllOf
|
|
22
|
+
*/
|
|
23
|
+
externalKey?: string;
|
|
24
|
+
/**
|
|
25
|
+
* file data encoded in base 64
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LegacyDocumentBase64FilePayloadItemAllOf
|
|
28
|
+
*/
|
|
29
|
+
base64EncodedData?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function LegacyDocumentBase64FilePayloadItemAllOfFromJSON(json: any): LegacyDocumentBase64FilePayloadItemAllOf;
|
|
32
|
+
export declare function LegacyDocumentBase64FilePayloadItemAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyDocumentBase64FilePayloadItemAllOf;
|
|
33
|
+
export declare function LegacyDocumentBase64FilePayloadItemAllOfToJSON(value?: LegacyDocumentBase64FilePayloadItemAllOf | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Equisoft /connect API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.LegacyDocumentBase64FilePayloadItemAllOfToJSON = exports.LegacyDocumentBase64FilePayloadItemAllOfFromJSONTyped = exports.LegacyDocumentBase64FilePayloadItemAllOfFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function LegacyDocumentBase64FilePayloadItemAllOfFromJSON(json) {
|
|
19
|
+
return LegacyDocumentBase64FilePayloadItemAllOfFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.LegacyDocumentBase64FilePayloadItemAllOfFromJSON = LegacyDocumentBase64FilePayloadItemAllOfFromJSON;
|
|
22
|
+
function LegacyDocumentBase64FilePayloadItemAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'externalKey': !runtime_1.exists(json, 'externalKey') ? undefined : json['externalKey'],
|
|
28
|
+
'base64EncodedData': !runtime_1.exists(json, 'base64EncodedData') ? undefined : json['base64EncodedData'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.LegacyDocumentBase64FilePayloadItemAllOfFromJSONTyped = LegacyDocumentBase64FilePayloadItemAllOfFromJSONTyped;
|
|
32
|
+
function LegacyDocumentBase64FilePayloadItemAllOfToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'externalKey': value.externalKey,
|
|
41
|
+
'base64EncodedData': value.base64EncodedData,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
exports.LegacyDocumentBase64FilePayloadItemAllOfToJSON = LegacyDocumentBase64FilePayloadItemAllOfToJSON;
|