@equisoft/equisoft-connect-sdk-typescript 10.30.2-snapshot.20220916200413 → 10.31.0
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/.openapi-generator/FILES +2 -0
- package/.openapi-generator/VERSION +1 -1
- package/dist/apis/ContactsApi.d.ts +3 -3
- package/dist/apis/DSFApi.d.ts +11 -11
- package/dist/apis/DatabasesApi.d.ts +9 -9
- package/dist/apis/EventsApi.d.ts +42 -29
- package/dist/apis/EventsApi.js +43 -0
- package/dist/apis/GatewaysApi.d.ts +23 -23
- package/dist/apis/IntegrationsApi.d.ts +5 -5
- package/dist/apis/LegacyDocumentApi.d.ts +17 -17
- package/dist/apis/LegacyFinanceApi.d.ts +5 -5
- package/dist/apis/LegacyProvisioningApi.d.ts +5 -5
- package/dist/apis/MovementApi.d.ts +11 -11
- package/dist/apis/MxApi.d.ts +3 -3
- package/dist/apis/RemoteAccountApi.d.ts +7 -7
- package/dist/apis/TasksApi.d.ts +36 -23
- package/dist/apis/TasksApi.js +43 -0
- package/dist/apis/UsersApi.d.ts +5 -5
- package/dist/models/AccessRights.d.ts +4 -0
- package/dist/models/AccessRights.js +12 -1
- package/dist/models/AdminCredentialPayload.d.ts +4 -0
- package/dist/models/AdminCredentialPayload.js +11 -1
- package/dist/models/CalendarsCalendar.d.ts +5 -1
- package/dist/models/CalendarsCalendar.js +14 -1
- package/dist/models/CalendarsListCalendarResponse.d.ts +5 -1
- package/dist/models/CalendarsListCalendarResponse.js +10 -1
- package/dist/models/ContactContactAdditionalInformation.d.ts +5 -1
- package/dist/models/ContactContactAdditionalInformation.js +9 -1
- package/dist/models/ContactContactAddress.d.ts +5 -1
- package/dist/models/ContactContactAddress.js +9 -1
- package/dist/models/ContactContactEmail.d.ts +5 -1
- package/dist/models/ContactContactEmail.js +9 -1
- package/dist/models/ContactContactIdentification.d.ts +5 -1
- package/dist/models/ContactContactIdentification.js +9 -1
- package/dist/models/ContactContactMaritalStatus.d.ts +5 -1
- package/dist/models/ContactContactMaritalStatus.js +9 -1
- package/dist/models/ContactContactOccupation.d.ts +4 -0
- package/dist/models/ContactContactOccupation.js +9 -1
- package/dist/models/ContactContactPhone.d.ts +5 -1
- package/dist/models/ContactContactPhone.js +9 -1
- package/dist/models/ContactContactSegmentation.d.ts +5 -1
- package/dist/models/ContactContactSegmentation.js +14 -1
- package/dist/models/ContactContactWebsite.d.ts +4 -0
- package/dist/models/ContactContactWebsite.js +9 -1
- package/dist/models/ContactsContact.d.ts +13 -9
- package/dist/models/ContactsContact.js +12 -1
- package/dist/models/ContextActor.d.ts +4 -0
- package/dist/models/ContextActor.js +11 -1
- package/dist/models/ContextEquisoftConnect.d.ts +7 -3
- package/dist/models/ContextEquisoftConnect.js +14 -1
- package/dist/models/ContextEquisoftConnectUser.d.ts +4 -0
- package/dist/models/ContextEquisoftConnectUser.js +10 -1
- package/dist/models/ContextInstance.d.ts +4 -0
- package/dist/models/ContextInstance.js +11 -1
- package/dist/models/ContextPreferences.d.ts +4 -0
- package/dist/models/ContextPreferences.js +13 -1
- package/dist/models/ContextUser.d.ts +4 -0
- package/dist/models/ContextUser.js +12 -1
- package/dist/models/ContextUserContext.d.ts +7 -3
- package/dist/models/ContextUserContext.js +13 -1
- package/dist/models/CredentialDto.d.ts +4 -0
- package/dist/models/CredentialDto.js +15 -1
- package/dist/models/CredentialsResponse.d.ts +5 -1
- package/dist/models/CredentialsResponse.js +10 -1
- package/dist/models/DatabasesDatabase.d.ts +4 -0
- package/dist/models/DatabasesDatabase.js +15 -1
- package/dist/models/DatabasesListDatabasesResponse.d.ts +5 -1
- package/dist/models/DatabasesListDatabasesResponse.js +10 -1
- package/dist/models/DateOrDateTime.d.ts +4 -0
- package/dist/models/DateOrDateTime.js +9 -1
- package/dist/models/DsfCreateOrUpdateFinancialCenterResponse.d.ts +4 -0
- package/dist/models/DsfCreateOrUpdateFinancialCenterResponse.js +10 -1
- package/dist/models/DsfFinancialCenter.d.ts +4 -0
- package/dist/models/DsfFinancialCenter.js +14 -1
- package/dist/models/DsfFinancialCenterPayload.d.ts +4 -0
- package/dist/models/DsfFinancialCenterPayload.js +12 -1
- package/dist/models/DsfListFinancialCenterResponse.d.ts +5 -1
- package/dist/models/DsfListFinancialCenterResponse.js +10 -1
- package/dist/models/ErrorResponse.d.ts +4 -0
- package/dist/models/ErrorResponse.js +9 -1
- package/dist/models/EventsCreateEventPayload.d.ts +5 -1
- package/dist/models/EventsCreateEventPayload.js +12 -1
- package/dist/models/EventsCreateEventResponse.d.ts +4 -0
- package/dist/models/EventsCreateEventResponse.js +10 -1
- package/dist/models/EventsEvent.d.ts +13 -3
- package/dist/models/EventsEvent.js +22 -1
- package/dist/models/EventsGetEventInstancesResponse.d.ts +5 -1
- package/dist/models/EventsGetEventInstancesResponse.js +10 -1
- package/dist/models/EventsListEventResponse.d.ts +5 -1
- package/dist/models/EventsListEventResponse.js +10 -1
- package/dist/models/EventsPatchEventPayload.d.ts +5 -1
- package/dist/models/EventsPatchEventPayload.js +9 -1
- package/dist/models/EventsPatchEventResponse.d.ts +4 -0
- package/dist/models/EventsPatchEventResponse.js +10 -1
- package/dist/models/EventsPutEventLinkDocumentsPayload.d.ts +31 -0
- package/dist/models/EventsPutEventLinkDocumentsPayload.js +50 -0
- package/dist/models/EventsTransferToCompletedResponse.d.ts +4 -0
- package/dist/models/EventsTransferToCompletedResponse.js +10 -1
- package/dist/models/FieldValue.d.ts +5 -1
- package/dist/models/FieldValue.js +11 -1
- package/dist/models/GatewaysAccessesCreateAccessResponse.d.ts +4 -0
- package/dist/models/GatewaysAccessesCreateAccessResponse.js +10 -1
- package/dist/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.d.ts +4 -0
- package/dist/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.js +12 -1
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccess.d.ts +5 -1
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccess.js +13 -1
- package/dist/models/GatewaysAccessesListGatewayAccessesResponse.d.ts +5 -1
- package/dist/models/GatewaysAccessesListGatewayAccessesResponse.js +10 -1
- package/dist/models/GatewaysAccessesPatchEquisoftAnalyzeAccessPayload.d.ts +4 -0
- package/dist/models/GatewaysAccessesPatchEquisoftAnalyzeAccessPayload.js +9 -1
- package/dist/models/GatewaysAccessesUser.d.ts +4 -0
- package/dist/models/GatewaysAccessesUser.js +11 -1
- package/dist/models/GatewaysAccessesValidationAdminCredentialResponse.d.ts +5 -1
- package/dist/models/GatewaysAccessesValidationAdminCredentialResponse.js +10 -1
- package/dist/models/GatewaysAccessesValidationGatewayAdminDto.d.ts +4 -0
- package/dist/models/GatewaysAccessesValidationGatewayAdminDto.js +12 -1
- package/dist/models/GatewaysCredentials.d.ts +4 -0
- package/dist/models/GatewaysCredentials.js +11 -1
- package/dist/models/GatewaysCredentialsWithSsn.d.ts +4 -0
- package/dist/models/GatewaysCredentialsWithSsn.js +11 -1
- package/dist/models/GatewaysCredentialsWithSsnAllOf.d.ts +4 -0
- package/dist/models/GatewaysCredentialsWithSsnAllOf.js +9 -1
- package/dist/models/GatewaysFullfinanceScrapeJob.d.ts +5 -1
- package/dist/models/GatewaysFullfinanceScrapeJob.js +12 -1
- package/dist/models/GatewaysGatewayDto.d.ts +4 -0
- package/dist/models/GatewaysGatewayDto.js +11 -1
- package/dist/models/GatewaysGatewaysResponse.d.ts +5 -1
- package/dist/models/GatewaysGatewaysResponse.js +10 -1
- package/dist/models/GatewaysListCredentialsResponse.d.ts +5 -1
- package/dist/models/GatewaysListCredentialsResponse.js +10 -1
- package/dist/models/GroupUsersListGroupUsersResponse.d.ts +4 -0
- package/dist/models/GroupUsersListGroupUsersResponse.js +10 -1
- package/dist/models/HandlersOauth2AssetbookAssetBookTokenPostBody.d.ts +4 -0
- package/dist/models/HandlersOauth2AssetbookAssetBookTokenPostBody.js +11 -1
- package/dist/models/InternalNotesAuthor.d.ts +4 -0
- package/dist/models/InternalNotesAuthor.js +11 -1
- package/dist/models/InternalNotesCreateNotePayload.d.ts +4 -0
- package/dist/models/InternalNotesCreateNotePayload.js +10 -1
- package/dist/models/InternalNotesCreateNoteResponse.d.ts +4 -0
- package/dist/models/InternalNotesCreateNoteResponse.js +10 -1
- package/dist/models/InternalNotesLegacyNote.d.ts +4 -0
- package/dist/models/InternalNotesLegacyNote.js +10 -1
- package/dist/models/InternalNotesNote.d.ts +7 -3
- package/dist/models/InternalNotesNote.js +14 -1
- package/dist/models/InternalNotesNoteList.d.ts +6 -2
- package/dist/models/InternalNotesNoteList.js +10 -1
- package/dist/models/InternalNotesNoteRevision.d.ts +4 -0
- package/dist/models/InternalNotesNoteRevision.js +12 -1
- package/dist/models/InternalNotesPatchNotePayload.d.ts +4 -0
- package/dist/models/InternalNotesPatchNotePayload.js +10 -1
- package/dist/models/InternalNotesPatchNoteResponse.d.ts +4 -0
- package/dist/models/InternalNotesPatchNoteResponse.js +10 -1
- package/dist/models/LaserAppLaserAppAnywhereError.d.ts +4 -0
- package/dist/models/LaserAppLaserAppAnywhereError.js +10 -1
- package/dist/models/LaserAppLaserAppAnywhereResponse.d.ts +4 -0
- package/dist/models/LaserAppLaserAppAnywhereResponse.js +10 -1
- package/dist/models/LegacyAddUpdateItem.d.ts +4 -0
- package/dist/models/LegacyAddUpdateItem.js +9 -1
- package/dist/models/LegacyAddUpdateResponse.d.ts +5 -1
- package/dist/models/LegacyAddUpdateResponse.js +10 -1
- package/dist/models/LegacyAddUpdateResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyAddUpdateResponseAllOf.js +9 -1
- package/dist/models/LegacyContactAddress.d.ts +4 -0
- package/dist/models/LegacyContactAddress.js +9 -1
- package/dist/models/LegacyContactContact.d.ts +4 -0
- package/dist/models/LegacyContactContact.js +9 -1
- package/dist/models/LegacyContactContactPayloadItem.d.ts +4 -0
- package/dist/models/LegacyContactContactPayloadItem.js +9 -1
- package/dist/models/LegacyContactContactPayloadItemAllOf.d.ts +4 -0
- package/dist/models/LegacyContactContactPayloadItemAllOf.js +9 -1
- package/dist/models/LegacyDocumentBase64FilePayload.d.ts +5 -1
- package/dist/models/LegacyDocumentBase64FilePayload.js +9 -1
- package/dist/models/LegacyDocumentBase64FilePayloadItem.d.ts +4 -0
- package/dist/models/LegacyDocumentBase64FilePayloadItem.js +9 -1
- package/dist/models/LegacyDocumentBase64FilePayloadItemAllOf.d.ts +4 -0
- package/dist/models/LegacyDocumentBase64FilePayloadItemAllOf.js +9 -1
- package/dist/models/LegacyDocumentDocument.d.ts +7 -3
- package/dist/models/LegacyDocumentDocument.js +9 -1
- package/dist/models/LegacyDocumentDocumentListItem.d.ts +5 -1
- package/dist/models/LegacyDocumentDocumentListItem.js +9 -1
- package/dist/models/LegacyDocumentDocumentPayload.d.ts +5 -1
- package/dist/models/LegacyDocumentDocumentPayload.js +9 -1
- package/dist/models/LegacyDocumentDocumentPayloadItem.d.ts +7 -3
- package/dist/models/LegacyDocumentDocumentPayloadItem.js +9 -1
- package/dist/models/LegacyDocumentDocumentPayloadRequest.d.ts +5 -1
- package/dist/models/LegacyDocumentDocumentPayloadRequest.js +10 -1
- package/dist/models/LegacyDocumentDownloadFileResponse.d.ts +5 -1
- package/dist/models/LegacyDocumentDownloadFileResponse.js +10 -1
- package/dist/models/LegacyDocumentDownloadFileResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyDocumentDownloadFileResponseAllOf.js +9 -1
- package/dist/models/LegacyDocumentFile.d.ts +4 -0
- package/dist/models/LegacyDocumentFile.js +9 -1
- package/dist/models/LegacyDocumentGetListOptions.d.ts +4 -0
- package/dist/models/LegacyDocumentGetListOptions.js +9 -1
- package/dist/models/LegacyDocumentGetListResponse.d.ts +5 -1
- package/dist/models/LegacyDocumentGetListResponse.js +10 -1
- package/dist/models/LegacyDocumentGetListResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyDocumentGetListResponseAllOf.js +9 -1
- package/dist/models/LegacyDocumentGetResponse.d.ts +5 -1
- package/dist/models/LegacyDocumentGetResponse.js +10 -1
- package/dist/models/LegacyDocumentGetResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyDocumentGetResponseAllOf.js +9 -1
- package/dist/models/LegacyDocumentUploadDocumentFileRequest.d.ts +5 -1
- package/dist/models/LegacyDocumentUploadDocumentFileRequest.js +10 -1
- package/dist/models/LegacyFinanceAccountStatement.d.ts +6 -2
- package/dist/models/LegacyFinanceAccountStatement.js +11 -1
- package/dist/models/LegacyFinanceAsset.d.ts +5 -1
- package/dist/models/LegacyFinanceAsset.js +9 -1
- package/dist/models/LegacyFinanceGetAccountStatementResponse.d.ts +5 -1
- package/dist/models/LegacyFinanceGetAccountStatementResponse.js +10 -1
- package/dist/models/LegacyFinanceGetAccountStatementResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyFinanceGetAccountStatementResponseAllOf.js +9 -1
- package/dist/models/LegacyFinanceGetLiabilitiesResponse.d.ts +5 -1
- package/dist/models/LegacyFinanceGetLiabilitiesResponse.js +10 -1
- package/dist/models/LegacyFinanceGetLiabilitiesResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyFinanceGetLiabilitiesResponseAllOf.js +9 -1
- package/dist/models/LegacyFinanceLiability.d.ts +4 -0
- package/dist/models/LegacyFinanceLiability.js +9 -1
- package/dist/models/LegacyFinancePlan.d.ts +8 -4
- package/dist/models/LegacyFinancePlan.js +9 -1
- package/dist/models/LegacyFinancePlanBeneficiary.d.ts +4 -0
- package/dist/models/LegacyFinancePlanBeneficiary.js +9 -1
- package/dist/models/LegacyFinancePlanInTrust.d.ts +4 -0
- package/dist/models/LegacyFinancePlanInTrust.js +9 -1
- package/dist/models/LegacyFinancePlanSummary.d.ts +4 -0
- package/dist/models/LegacyFinancePlanSummary.js +9 -1
- package/dist/models/LegacyFinancePolicy.d.ts +5 -1
- package/dist/models/LegacyFinancePolicy.js +9 -1
- package/dist/models/LegacyFinancePolicyCoverage.d.ts +6 -2
- package/dist/models/LegacyFinancePolicyCoverage.js +9 -1
- package/dist/models/LegacyFinancePolicyCoverageInsured.d.ts +4 -0
- package/dist/models/LegacyFinancePolicyCoverageInsured.js +9 -1
- package/dist/models/LegacyFinancePolicyCoverageOption.d.ts +4 -0
- package/dist/models/LegacyFinancePolicyCoverageOption.js +9 -1
- package/dist/models/LegacyFinanceTransaction.d.ts +4 -0
- package/dist/models/LegacyFinanceTransaction.js +9 -1
- package/dist/models/LegacyProvisioningGetOrganizationListResponse.d.ts +5 -1
- package/dist/models/LegacyProvisioningGetOrganizationListResponse.js +10 -1
- package/dist/models/LegacyProvisioningGetOrganizationListResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyProvisioningGetOrganizationListResponseAllOf.js +9 -1
- package/dist/models/LegacyProvisioningGetOrganizationResponse.d.ts +5 -1
- package/dist/models/LegacyProvisioningGetOrganizationResponse.js +10 -1
- package/dist/models/LegacyProvisioningGetOrganizationResponseAllOf.d.ts +5 -1
- package/dist/models/LegacyProvisioningGetOrganizationResponseAllOf.js +9 -1
- package/dist/models/LegacyProvisioningGroupItem.d.ts +4 -0
- package/dist/models/LegacyProvisioningGroupItem.js +9 -1
- package/dist/models/LegacyProvisioningOrganizationItem.d.ts +5 -1
- package/dist/models/LegacyProvisioningOrganizationItem.js +9 -1
- package/dist/models/LegacyProvisioningUserIdentifier.d.ts +4 -0
- package/dist/models/LegacyProvisioningUserIdentifier.js +9 -1
- package/dist/models/LegacyProvisioningUserItem.d.ts +7 -3
- package/dist/models/LegacyProvisioningUserItem.js +9 -1
- package/dist/models/LegacyProvisioningUserPayload.d.ts +6 -2
- package/dist/models/LegacyProvisioningUserPayload.js +9 -1
- package/dist/models/LegacyResponse.d.ts +4 -0
- package/dist/models/LegacyResponse.js +9 -1
- package/dist/models/LegacyUser.d.ts +4 -0
- package/dist/models/LegacyUser.js +9 -1
- package/dist/models/MovementAddMovementResponse.d.ts +4 -0
- package/dist/models/MovementAddMovementResponse.js +9 -1
- package/dist/models/MovementClientBaseUsingDistributionListMovement.d.ts +8 -4
- package/dist/models/MovementClientBaseUsingDistributionListMovement.js +15 -1
- package/dist/models/MovementClientBaseUsingDistributionListMovementAllOf.d.ts +7 -3
- package/dist/models/MovementClientBaseUsingDistributionListMovementAllOf.js +9 -1
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayload.d.ts +5 -1
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayload.js +15 -1
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayloadAllOf.d.ts +4 -0
- package/dist/models/MovementClientBaseUsingDistributionListMovementPayloadAllOf.js +9 -1
- package/dist/models/MovementClientBaseUsingFileMovement.d.ts +7 -3
- package/dist/models/MovementClientBaseUsingFileMovement.js +14 -1
- package/dist/models/MovementClientBaseUsingFileMovementAllOf.d.ts +6 -2
- package/dist/models/MovementClientBaseUsingFileMovementAllOf.js +9 -1
- package/dist/models/MovementClientBaseUsingFileMovementPayload.d.ts +5 -1
- package/dist/models/MovementClientBaseUsingFileMovementPayload.js +14 -1
- package/dist/models/MovementClientBaseUsingFileMovementPayloadAllOf.d.ts +4 -0
- package/dist/models/MovementClientBaseUsingFileMovementPayloadAllOf.js +9 -1
- package/dist/models/MovementCopyMovement.d.ts +7 -3
- package/dist/models/MovementCopyMovement.js +13 -1
- package/dist/models/MovementCopyMovementAllOf.d.ts +6 -2
- package/dist/models/MovementCopyMovementAllOf.js +9 -1
- package/dist/models/MovementCopyMovementPayload.d.ts +6 -2
- package/dist/models/MovementCopyMovementPayload.js +12 -1
- package/dist/models/MovementCopyMovementPayloadAllOf.d.ts +5 -1
- package/dist/models/MovementCopyMovementPayloadAllOf.js +9 -1
- package/dist/models/MovementDatabase.d.ts +4 -0
- package/dist/models/MovementDatabase.js +9 -1
- package/dist/models/MovementDistributionList.d.ts +4 -0
- package/dist/models/MovementDistributionList.js +9 -1
- package/dist/models/MovementGatewayAccessCode.d.ts +4 -0
- package/dist/models/MovementGatewayAccessCode.js +9 -1
- package/dist/models/MovementGetStatusResponse.d.ts +4 -0
- package/dist/models/MovementGetStatusResponse.js +10 -1
- package/dist/models/MovementListMovementResponse.d.ts +5 -1
- package/dist/models/MovementListMovementResponse.js +10 -1
- package/dist/models/MovementMoveMovement.d.ts +7 -3
- package/dist/models/MovementMoveMovement.js +13 -1
- package/dist/models/MovementMoveMovementAllOf.d.ts +6 -2
- package/dist/models/MovementMoveMovementAllOf.js +9 -1
- package/dist/models/MovementMoveMovementPayload.d.ts +5 -1
- package/dist/models/MovementMoveMovementPayload.js +13 -1
- package/dist/models/MovementMoveMovementPayloadAllOf.d.ts +4 -0
- package/dist/models/MovementMoveMovementPayloadAllOf.js +9 -1
- package/dist/models/MovementMovement.d.ts +5 -1
- package/dist/models/MovementMovement.js +9 -1
- package/dist/models/MovementMovementPayload.d.ts +4 -0
- package/dist/models/MovementMovementPayload.js +9 -1
- package/dist/models/MovementReassignmentMovement.d.ts +8 -4
- package/dist/models/MovementReassignmentMovement.js +14 -1
- package/dist/models/MovementReassignmentMovementAllOf.d.ts +7 -3
- package/dist/models/MovementReassignmentMovementAllOf.js +9 -1
- package/dist/models/MovementReassignmentMovementPayload.d.ts +5 -1
- package/dist/models/MovementReassignmentMovementPayload.js +14 -1
- package/dist/models/MovementReassignmentMovementPayloadAllOf.d.ts +4 -0
- package/dist/models/MovementReassignmentMovementPayloadAllOf.js +9 -1
- package/dist/models/MovementUser.d.ts +4 -0
- package/dist/models/MovementUser.js +11 -1
- package/dist/models/MovementUserTuple.d.ts +5 -1
- package/dist/models/MovementUserTuple.js +11 -1
- package/dist/models/MovementUserTuplePayload.d.ts +4 -0
- package/dist/models/MovementUserTuplePayload.js +11 -1
- package/dist/models/MovementValidationError.d.ts +4 -0
- package/dist/models/MovementValidationError.js +9 -1
- package/dist/models/MovementValidationErrorResponse.d.ts +5 -1
- package/dist/models/MovementValidationErrorResponse.js +9 -1
- package/dist/models/MxRecipient.d.ts +4 -0
- package/dist/models/MxRecipient.js +13 -1
- package/dist/models/MxRecipientsPayload.d.ts +4 -0
- package/dist/models/MxRecipientsPayload.js +14 -1
- package/dist/models/MxValidateRecipientsResponse.d.ts +5 -1
- package/dist/models/MxValidateRecipientsResponse.js +10 -1
- package/dist/models/RemoteaccountAccountSyncResponse.d.ts +5 -1
- package/dist/models/RemoteaccountAccountSyncResponse.js +9 -1
- package/dist/models/RemoteaccountSyncStatus.d.ts +5 -1
- package/dist/models/RemoteaccountSyncStatus.js +9 -1
- package/dist/models/RemoteaccountSyncTaskStatus.d.ts +4 -0
- package/dist/models/RemoteaccountSyncTaskStatus.js +9 -1
- package/dist/models/TasksCreateTaskPayload.d.ts +4 -0
- package/dist/models/TasksCreateTaskPayload.js +10 -1
- package/dist/models/TasksCreateTaskResponse.d.ts +4 -0
- package/dist/models/TasksCreateTaskResponse.js +10 -1
- package/dist/models/TasksListTaskResponse.d.ts +5 -1
- package/dist/models/TasksListTaskResponse.js +10 -1
- package/dist/models/TasksPatchTaskPayload.d.ts +4 -0
- package/dist/models/TasksPatchTaskPayload.js +9 -1
- package/dist/models/TasksPatchTaskResponse.d.ts +4 -0
- package/dist/models/TasksPatchTaskResponse.js +10 -1
- package/dist/models/TasksPutTaskLinkDocumentsPayload.d.ts +31 -0
- package/dist/models/TasksPutTaskLinkDocumentsPayload.js +50 -0
- package/dist/models/TasksTask.d.ts +12 -2
- package/dist/models/TasksTask.js +17 -1
- package/dist/models/TasksTransferToCompletedResponse.d.ts +4 -0
- package/dist/models/TasksTransferToCompletedResponse.js +10 -1
- package/dist/models/Translation.d.ts +4 -0
- package/dist/models/Translation.js +11 -1
- package/dist/models/UsersListUsersResponse.d.ts +5 -1
- package/dist/models/UsersListUsersResponse.js +10 -1
- package/dist/models/UsersUpdateUserPayload.d.ts +4 -0
- package/dist/models/UsersUpdateUserPayload.js +10 -1
- package/dist/models/UsersUser.d.ts +4 -0
- package/dist/models/UsersUser.js +17 -1
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/dist/runtime.d.ts +15 -2
- package/dist/runtime.js +29 -2
- package/package.json +1 -1
- package/src/apis/ContactsApi.ts +6 -4
- package/src/apis/DSFApi.ts +17 -15
- package/src/apis/DatabasesApi.ts +15 -13
- package/src/apis/EventsApi.ts +107 -46
- package/src/apis/GatewaysApi.ts +34 -32
- package/src/apis/IntegrationsApi.ts +9 -7
- package/src/apis/LegacyDocumentApi.ts +25 -23
- package/src/apis/LegacyFinanceApi.ts +9 -7
- package/src/apis/LegacyProvisioningApi.ts +9 -7
- package/src/apis/MovementApi.ts +18 -16
- package/src/apis/MxApi.ts +6 -4
- package/src/apis/RemoteAccountApi.ts +11 -9
- package/src/apis/TasksApi.ts +99 -38
- package/src/apis/UsersApi.ts +9 -7
- package/src/models/AccessRights.ts +12 -0
- package/src/models/AdminCredentialPayload.ts +11 -0
- package/src/models/CalendarsCalendar.ts +15 -1
- package/src/models/CalendarsListCalendarResponse.ts +11 -1
- package/src/models/ContactContactAdditionalInformation.ts +10 -1
- package/src/models/ContactContactAddress.ts +10 -1
- package/src/models/ContactContactEmail.ts +10 -1
- package/src/models/ContactContactIdentification.ts +10 -1
- package/src/models/ContactContactMaritalStatus.ts +10 -1
- package/src/models/ContactContactOccupation.ts +9 -0
- package/src/models/ContactContactPhone.ts +10 -1
- package/src/models/ContactContactSegmentation.ts +15 -1
- package/src/models/ContactContactWebsite.ts +9 -0
- package/src/models/ContactsContact.ts +21 -9
- package/src/models/ContextActor.ts +11 -0
- package/src/models/ContextEquisoftConnect.ts +17 -3
- package/src/models/ContextEquisoftConnectUser.ts +10 -0
- package/src/models/ContextInstance.ts +11 -0
- package/src/models/ContextPreferences.ts +13 -0
- package/src/models/ContextUser.ts +12 -0
- package/src/models/ContextUserContext.ts +16 -3
- package/src/models/CredentialDto.ts +15 -0
- package/src/models/CredentialsResponse.ts +11 -1
- package/src/models/DatabasesDatabase.ts +15 -0
- package/src/models/DatabasesListDatabasesResponse.ts +11 -1
- package/src/models/DateOrDateTime.ts +9 -0
- package/src/models/DsfCreateOrUpdateFinancialCenterResponse.ts +10 -0
- package/src/models/DsfFinancialCenter.ts +14 -0
- package/src/models/DsfFinancialCenterPayload.ts +12 -0
- package/src/models/DsfListFinancialCenterResponse.ts +11 -1
- package/src/models/ErrorResponse.ts +9 -0
- package/src/models/EventsCreateEventPayload.ts +13 -1
- package/src/models/EventsCreateEventResponse.ts +10 -0
- package/src/models/EventsEvent.ts +31 -3
- package/src/models/EventsGetEventInstancesResponse.ts +11 -1
- package/src/models/EventsListEventResponse.ts +11 -1
- package/src/models/EventsPatchEventPayload.ts +10 -1
- package/src/models/EventsPatchEventResponse.ts +10 -0
- package/src/models/EventsPutEventLinkDocumentsPayload.ts +66 -0
- package/src/models/EventsTransferToCompletedResponse.ts +10 -0
- package/src/models/FieldValue.ts +12 -1
- package/src/models/GatewaysAccessesCreateAccessResponse.ts +10 -0
- package/src/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.ts +12 -0
- package/src/models/GatewaysAccessesEquisoftAnalyzeAccess.ts +14 -1
- package/src/models/GatewaysAccessesListGatewayAccessesResponse.ts +11 -1
- package/src/models/GatewaysAccessesPatchEquisoftAnalyzeAccessPayload.ts +9 -0
- package/src/models/GatewaysAccessesUser.ts +11 -0
- package/src/models/GatewaysAccessesValidationAdminCredentialResponse.ts +11 -1
- package/src/models/GatewaysAccessesValidationGatewayAdminDto.ts +12 -0
- package/src/models/GatewaysCredentials.ts +11 -0
- package/src/models/GatewaysCredentialsWithSsn.ts +13 -2
- package/src/models/GatewaysCredentialsWithSsnAllOf.ts +9 -0
- package/src/models/GatewaysFullfinanceScrapeJob.ts +13 -1
- package/src/models/GatewaysGatewayDto.ts +11 -0
- package/src/models/GatewaysGatewaysResponse.ts +11 -1
- package/src/models/GatewaysListCredentialsResponse.ts +11 -1
- package/src/models/GroupUsersListGroupUsersResponse.ts +10 -0
- package/src/models/HandlersOauth2AssetbookAssetBookTokenPostBody.ts +11 -0
- package/src/models/InternalNotesAuthor.ts +11 -0
- package/src/models/InternalNotesCreateNotePayload.ts +10 -0
- package/src/models/InternalNotesCreateNoteResponse.ts +10 -0
- package/src/models/InternalNotesLegacyNote.ts +10 -0
- package/src/models/InternalNotesNote.ts +17 -3
- package/src/models/InternalNotesNoteList.ts +12 -2
- package/src/models/InternalNotesNoteRevision.ts +12 -0
- package/src/models/InternalNotesPatchNotePayload.ts +10 -0
- package/src/models/InternalNotesPatchNoteResponse.ts +10 -0
- package/src/models/LaserAppLaserAppAnywhereError.ts +10 -0
- package/src/models/LaserAppLaserAppAnywhereResponse.ts +10 -0
- package/src/models/LegacyAddUpdateItem.ts +9 -0
- package/src/models/LegacyAddUpdateResponse.ts +13 -3
- package/src/models/LegacyAddUpdateResponseAllOf.ts +10 -1
- package/src/models/LegacyContactAddress.ts +9 -0
- package/src/models/LegacyContactContact.ts +9 -0
- package/src/models/LegacyContactContactPayloadItem.ts +11 -2
- package/src/models/LegacyContactContactPayloadItemAllOf.ts +9 -0
- package/src/models/LegacyDocumentBase64FilePayload.ts +10 -1
- package/src/models/LegacyDocumentBase64FilePayloadItem.ts +11 -2
- package/src/models/LegacyDocumentBase64FilePayloadItemAllOf.ts +9 -0
- package/src/models/LegacyDocumentDocument.ts +12 -3
- package/src/models/LegacyDocumentDocumentListItem.ts +10 -1
- package/src/models/LegacyDocumentDocumentPayload.ts +10 -1
- package/src/models/LegacyDocumentDocumentPayloadItem.ts +12 -3
- package/src/models/LegacyDocumentDocumentPayloadRequest.ts +11 -1
- package/src/models/LegacyDocumentDownloadFileResponse.ts +13 -3
- package/src/models/LegacyDocumentDownloadFileResponseAllOf.ts +10 -1
- package/src/models/LegacyDocumentFile.ts +9 -0
- package/src/models/LegacyDocumentGetListOptions.ts +9 -0
- package/src/models/LegacyDocumentGetListResponse.ts +13 -3
- package/src/models/LegacyDocumentGetListResponseAllOf.ts +10 -1
- package/src/models/LegacyDocumentGetResponse.ts +13 -3
- package/src/models/LegacyDocumentGetResponseAllOf.ts +10 -1
- package/src/models/LegacyDocumentUploadDocumentFileRequest.ts +11 -1
- package/src/models/LegacyFinanceAccountStatement.ts +13 -2
- package/src/models/LegacyFinanceAsset.ts +10 -1
- package/src/models/LegacyFinanceGetAccountStatementResponse.ts +13 -3
- package/src/models/LegacyFinanceGetAccountStatementResponseAllOf.ts +10 -1
- package/src/models/LegacyFinanceGetLiabilitiesResponse.ts +13 -3
- package/src/models/LegacyFinanceGetLiabilitiesResponseAllOf.ts +10 -1
- package/src/models/LegacyFinanceLiability.ts +9 -0
- package/src/models/LegacyFinancePlan.ts +13 -4
- package/src/models/LegacyFinancePlanBeneficiary.ts +9 -0
- package/src/models/LegacyFinancePlanInTrust.ts +9 -0
- package/src/models/LegacyFinancePlanSummary.ts +9 -0
- package/src/models/LegacyFinancePolicy.ts +10 -1
- package/src/models/LegacyFinancePolicyCoverage.ts +11 -2
- package/src/models/LegacyFinancePolicyCoverageInsured.ts +9 -0
- package/src/models/LegacyFinancePolicyCoverageOption.ts +9 -0
- package/src/models/LegacyFinanceTransaction.ts +9 -0
- package/src/models/LegacyProvisioningGetOrganizationListResponse.ts +13 -3
- package/src/models/LegacyProvisioningGetOrganizationListResponseAllOf.ts +10 -1
- package/src/models/LegacyProvisioningGetOrganizationResponse.ts +13 -3
- package/src/models/LegacyProvisioningGetOrganizationResponseAllOf.ts +10 -1
- package/src/models/LegacyProvisioningGroupItem.ts +9 -0
- package/src/models/LegacyProvisioningOrganizationItem.ts +10 -1
- package/src/models/LegacyProvisioningUserIdentifier.ts +9 -0
- package/src/models/LegacyProvisioningUserItem.ts +12 -3
- package/src/models/LegacyProvisioningUserPayload.ts +11 -2
- package/src/models/LegacyResponse.ts +9 -0
- package/src/models/LegacyUser.ts +9 -0
- package/src/models/MovementAddMovementResponse.ts +9 -0
- package/src/models/MovementClientBaseUsingDistributionListMovement.ts +20 -5
- package/src/models/MovementClientBaseUsingDistributionListMovementAllOf.ts +12 -3
- package/src/models/MovementClientBaseUsingDistributionListMovementPayload.ts +17 -2
- package/src/models/MovementClientBaseUsingDistributionListMovementPayloadAllOf.ts +9 -0
- package/src/models/MovementClientBaseUsingFileMovement.ts +18 -4
- package/src/models/MovementClientBaseUsingFileMovementAllOf.ts +11 -2
- package/src/models/MovementClientBaseUsingFileMovementPayload.ts +16 -2
- package/src/models/MovementClientBaseUsingFileMovementPayloadAllOf.ts +9 -0
- package/src/models/MovementCopyMovement.ts +18 -5
- package/src/models/MovementCopyMovementAllOf.ts +11 -2
- package/src/models/MovementCopyMovementPayload.ts +15 -3
- package/src/models/MovementCopyMovementPayloadAllOf.ts +10 -1
- package/src/models/MovementDatabase.ts +9 -0
- package/src/models/MovementDistributionList.ts +9 -0
- package/src/models/MovementGatewayAccessCode.ts +9 -0
- package/src/models/MovementGetStatusResponse.ts +10 -0
- package/src/models/MovementListMovementResponse.ts +11 -1
- package/src/models/MovementMoveMovement.ts +17 -4
- package/src/models/MovementMoveMovementAllOf.ts +11 -2
- package/src/models/MovementMoveMovementPayload.ts +15 -2
- package/src/models/MovementMoveMovementPayloadAllOf.ts +9 -0
- package/src/models/MovementMovement.ts +10 -1
- package/src/models/MovementMovementPayload.ts +9 -0
- package/src/models/MovementReassignmentMovement.ts +19 -5
- package/src/models/MovementReassignmentMovementAllOf.ts +12 -3
- package/src/models/MovementReassignmentMovementPayload.ts +16 -2
- package/src/models/MovementReassignmentMovementPayloadAllOf.ts +9 -0
- package/src/models/MovementUser.ts +11 -0
- package/src/models/MovementUserTuple.ts +12 -1
- package/src/models/MovementUserTuplePayload.ts +11 -0
- package/src/models/MovementValidationError.ts +9 -0
- package/src/models/MovementValidationErrorResponse.ts +10 -1
- package/src/models/MxRecipient.ts +13 -0
- package/src/models/MxRecipientsPayload.ts +14 -0
- package/src/models/MxValidateRecipientsResponse.ts +11 -1
- package/src/models/RemoteaccountAccountSyncResponse.ts +10 -1
- package/src/models/RemoteaccountSyncStatus.ts +10 -1
- package/src/models/RemoteaccountSyncTaskStatus.ts +9 -0
- package/src/models/TasksCreateTaskPayload.ts +10 -0
- package/src/models/TasksCreateTaskResponse.ts +10 -0
- package/src/models/TasksListTaskResponse.ts +11 -1
- package/src/models/TasksPatchTaskPayload.ts +9 -0
- package/src/models/TasksPatchTaskResponse.ts +10 -0
- package/src/models/TasksPutTaskLinkDocumentsPayload.ts +66 -0
- package/src/models/TasksTask.ts +25 -2
- package/src/models/TasksTransferToCompletedResponse.ts +10 -0
- package/src/models/Translation.ts +11 -0
- package/src/models/UsersListUsersResponse.ts +11 -1
- package/src/models/UsersUpdateUserPayload.ts +10 -0
- package/src/models/UsersUser.ts +17 -0
- package/src/models/index.ts +2 -0
- package/src/runtime.ts +39 -5
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { FieldValue } from './FieldValue';
|
|
16
17
|
import {
|
|
17
|
-
FieldValue,
|
|
18
18
|
FieldValueFromJSON,
|
|
19
19
|
FieldValueFromJSONTyped,
|
|
20
20
|
FieldValueToJSON,
|
|
@@ -100,6 +100,20 @@ export interface ContactContactSegmentation {
|
|
|
100
100
|
territory?: FieldValue | null;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
/**
|
|
104
|
+
* Check if a given object implements the ContactContactSegmentation interface.
|
|
105
|
+
*/
|
|
106
|
+
export function instanceOfContactContactSegmentation(value: object): boolean {
|
|
107
|
+
let isInstance = true;
|
|
108
|
+
isInstance = isInstance && "categories" in value;
|
|
109
|
+
isInstance = isInstance && "distributionLists" in value;
|
|
110
|
+
isInstance = isInstance && "hobbies" in value;
|
|
111
|
+
isInstance = isInstance && "referredBy" in value;
|
|
112
|
+
isInstance = isInstance && "industries" in value;
|
|
113
|
+
|
|
114
|
+
return isInstance;
|
|
115
|
+
}
|
|
116
|
+
|
|
103
117
|
export function ContactContactSegmentationFromJSON(json: any): ContactContactSegmentation {
|
|
104
118
|
return ContactContactSegmentationFromJSONTyped(json, false);
|
|
105
119
|
}
|
|
@@ -45,6 +45,15 @@ export interface ContactContactWebsite {
|
|
|
45
45
|
locked?: boolean;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the ContactContactWebsite interface.
|
|
50
|
+
*/
|
|
51
|
+
export function instanceOfContactContactWebsite(value: object): boolean {
|
|
52
|
+
let isInstance = true;
|
|
53
|
+
|
|
54
|
+
return isInstance;
|
|
55
|
+
}
|
|
56
|
+
|
|
48
57
|
export function ContactContactWebsiteFromJSON(json: any): ContactContactWebsite {
|
|
49
58
|
return ContactContactWebsiteFromJSONTyped(json, false);
|
|
50
59
|
}
|
|
@@ -13,56 +13,56 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { ContactContactAdditionalInformation } from './ContactContactAdditionalInformation';
|
|
16
17
|
import {
|
|
17
|
-
ContactContactAdditionalInformation,
|
|
18
18
|
ContactContactAdditionalInformationFromJSON,
|
|
19
19
|
ContactContactAdditionalInformationFromJSONTyped,
|
|
20
20
|
ContactContactAdditionalInformationToJSON,
|
|
21
21
|
} from './ContactContactAdditionalInformation';
|
|
22
|
+
import type { ContactContactAddress } from './ContactContactAddress';
|
|
22
23
|
import {
|
|
23
|
-
ContactContactAddress,
|
|
24
24
|
ContactContactAddressFromJSON,
|
|
25
25
|
ContactContactAddressFromJSONTyped,
|
|
26
26
|
ContactContactAddressToJSON,
|
|
27
27
|
} from './ContactContactAddress';
|
|
28
|
+
import type { ContactContactEmail } from './ContactContactEmail';
|
|
28
29
|
import {
|
|
29
|
-
ContactContactEmail,
|
|
30
30
|
ContactContactEmailFromJSON,
|
|
31
31
|
ContactContactEmailFromJSONTyped,
|
|
32
32
|
ContactContactEmailToJSON,
|
|
33
33
|
} from './ContactContactEmail';
|
|
34
|
+
import type { ContactContactIdentification } from './ContactContactIdentification';
|
|
34
35
|
import {
|
|
35
|
-
ContactContactIdentification,
|
|
36
36
|
ContactContactIdentificationFromJSON,
|
|
37
37
|
ContactContactIdentificationFromJSONTyped,
|
|
38
38
|
ContactContactIdentificationToJSON,
|
|
39
39
|
} from './ContactContactIdentification';
|
|
40
|
+
import type { ContactContactMaritalStatus } from './ContactContactMaritalStatus';
|
|
40
41
|
import {
|
|
41
|
-
ContactContactMaritalStatus,
|
|
42
42
|
ContactContactMaritalStatusFromJSON,
|
|
43
43
|
ContactContactMaritalStatusFromJSONTyped,
|
|
44
44
|
ContactContactMaritalStatusToJSON,
|
|
45
45
|
} from './ContactContactMaritalStatus';
|
|
46
|
+
import type { ContactContactOccupation } from './ContactContactOccupation';
|
|
46
47
|
import {
|
|
47
|
-
ContactContactOccupation,
|
|
48
48
|
ContactContactOccupationFromJSON,
|
|
49
49
|
ContactContactOccupationFromJSONTyped,
|
|
50
50
|
ContactContactOccupationToJSON,
|
|
51
51
|
} from './ContactContactOccupation';
|
|
52
|
+
import type { ContactContactPhone } from './ContactContactPhone';
|
|
52
53
|
import {
|
|
53
|
-
ContactContactPhone,
|
|
54
54
|
ContactContactPhoneFromJSON,
|
|
55
55
|
ContactContactPhoneFromJSONTyped,
|
|
56
56
|
ContactContactPhoneToJSON,
|
|
57
57
|
} from './ContactContactPhone';
|
|
58
|
+
import type { ContactContactSegmentation } from './ContactContactSegmentation';
|
|
58
59
|
import {
|
|
59
|
-
ContactContactSegmentation,
|
|
60
60
|
ContactContactSegmentationFromJSON,
|
|
61
61
|
ContactContactSegmentationFromJSONTyped,
|
|
62
62
|
ContactContactSegmentationToJSON,
|
|
63
63
|
} from './ContactContactSegmentation';
|
|
64
|
+
import type { ContactContactWebsite } from './ContactContactWebsite';
|
|
64
65
|
import {
|
|
65
|
-
ContactContactWebsite,
|
|
66
66
|
ContactContactWebsiteFromJSON,
|
|
67
67
|
ContactContactWebsiteFromJSONTyped,
|
|
68
68
|
ContactContactWebsiteToJSON,
|
|
@@ -184,6 +184,18 @@ export interface ContactsContact {
|
|
|
184
184
|
websites?: Array<ContactContactWebsite>;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
+
/**
|
|
188
|
+
* Check if a given object implements the ContactsContact interface.
|
|
189
|
+
*/
|
|
190
|
+
export function instanceOfContactsContact(value: object): boolean {
|
|
191
|
+
let isInstance = true;
|
|
192
|
+
isInstance = isInstance && "id" in value;
|
|
193
|
+
isInstance = isInstance && "uuid" in value;
|
|
194
|
+
isInstance = isInstance && "contactType" in value;
|
|
195
|
+
|
|
196
|
+
return isInstance;
|
|
197
|
+
}
|
|
198
|
+
|
|
187
199
|
export function ContactsContactFromJSON(json: any): ContactsContact {
|
|
188
200
|
return ContactsContactFromJSONTyped(json, false);
|
|
189
201
|
}
|
|
@@ -33,6 +33,17 @@ export interface ContextActor {
|
|
|
33
33
|
uuid: string;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the ContextActor interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfContextActor(value: object): boolean {
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
isInstance = isInstance && "displayName" in value;
|
|
42
|
+
isInstance = isInstance && "uuid" in value;
|
|
43
|
+
|
|
44
|
+
return isInstance;
|
|
45
|
+
}
|
|
46
|
+
|
|
36
47
|
export function ContextActorFromJSON(json: any): ContextActor {
|
|
37
48
|
return ContextActorFromJSONTyped(json, false);
|
|
38
49
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { ContextEquisoftConnectUser } from './ContextEquisoftConnectUser';
|
|
16
17
|
import {
|
|
17
|
-
ContextEquisoftConnectUser,
|
|
18
18
|
ContextEquisoftConnectUserFromJSON,
|
|
19
19
|
ContextEquisoftConnectUserFromJSONTyped,
|
|
20
20
|
ContextEquisoftConnectUserToJSON,
|
|
21
21
|
} from './ContextEquisoftConnectUser';
|
|
22
|
+
import type { ContextInstance } from './ContextInstance';
|
|
22
23
|
import {
|
|
23
|
-
ContextInstance,
|
|
24
24
|
ContextInstanceFromJSON,
|
|
25
25
|
ContextInstanceFromJSONTyped,
|
|
26
26
|
ContextInstanceToJSON,
|
|
27
27
|
} from './ContextInstance';
|
|
28
|
+
import type { ContextPreferences } from './ContextPreferences';
|
|
28
29
|
import {
|
|
29
|
-
ContextPreferences,
|
|
30
30
|
ContextPreferencesFromJSON,
|
|
31
31
|
ContextPreferencesFromJSONTyped,
|
|
32
32
|
ContextPreferencesToJSON,
|
|
@@ -70,6 +70,20 @@ export interface ContextEquisoftConnect {
|
|
|
70
70
|
preferences: ContextPreferences;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the ContextEquisoftConnect interface.
|
|
75
|
+
*/
|
|
76
|
+
export function instanceOfContextEquisoftConnect(value: object): boolean {
|
|
77
|
+
let isInstance = true;
|
|
78
|
+
isInstance = isInstance && "profile" in value;
|
|
79
|
+
isInstance = isInstance && "appVersion" in value;
|
|
80
|
+
isInstance = isInstance && "instance" in value;
|
|
81
|
+
isInstance = isInstance && "user" in value;
|
|
82
|
+
isInstance = isInstance && "preferences" in value;
|
|
83
|
+
|
|
84
|
+
return isInstance;
|
|
85
|
+
}
|
|
86
|
+
|
|
73
87
|
export function ContextEquisoftConnectFromJSON(json: any): ContextEquisoftConnect {
|
|
74
88
|
return ContextEquisoftConnectFromJSONTyped(json, false);
|
|
75
89
|
}
|
|
@@ -27,6 +27,16 @@ export interface ContextEquisoftConnectUser {
|
|
|
27
27
|
id: number;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ContextEquisoftConnectUser interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfContextEquisoftConnectUser(value: object): boolean {
|
|
34
|
+
let isInstance = true;
|
|
35
|
+
isInstance = isInstance && "id" in value;
|
|
36
|
+
|
|
37
|
+
return isInstance;
|
|
38
|
+
}
|
|
39
|
+
|
|
30
40
|
export function ContextEquisoftConnectUserFromJSON(json: any): ContextEquisoftConnectUser {
|
|
31
41
|
return ContextEquisoftConnectUserFromJSONTyped(json, false);
|
|
32
42
|
}
|
|
@@ -33,6 +33,17 @@ export interface ContextInstance {
|
|
|
33
33
|
databaseName: string;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the ContextInstance interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfContextInstance(value: object): boolean {
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
isInstance = isInstance && "uuid" in value;
|
|
42
|
+
isInstance = isInstance && "databaseName" in value;
|
|
43
|
+
|
|
44
|
+
return isInstance;
|
|
45
|
+
}
|
|
46
|
+
|
|
36
47
|
export function ContextInstanceFromJSON(json: any): ContextInstance {
|
|
37
48
|
return ContextInstanceFromJSONTyped(json, false);
|
|
38
49
|
}
|
|
@@ -45,6 +45,19 @@ export interface ContextPreferences {
|
|
|
45
45
|
firstDayOfWeek: string;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the ContextPreferences interface.
|
|
50
|
+
*/
|
|
51
|
+
export function instanceOfContextPreferences(value: object): boolean {
|
|
52
|
+
let isInstance = true;
|
|
53
|
+
isInstance = isInstance && "tz" in value;
|
|
54
|
+
isInstance = isInstance && "locale" in value;
|
|
55
|
+
isInstance = isInstance && "timeFormat" in value;
|
|
56
|
+
isInstance = isInstance && "firstDayOfWeek" in value;
|
|
57
|
+
|
|
58
|
+
return isInstance;
|
|
59
|
+
}
|
|
60
|
+
|
|
48
61
|
export function ContextPreferencesFromJSON(json: any): ContextPreferences {
|
|
49
62
|
return ContextPreferencesFromJSONTyped(json, false);
|
|
50
63
|
}
|
|
@@ -39,6 +39,18 @@ export interface ContextUser {
|
|
|
39
39
|
email: string;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the ContextUser interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfContextUser(value: object): boolean {
|
|
46
|
+
let isInstance = true;
|
|
47
|
+
isInstance = isInstance && "uuid" in value;
|
|
48
|
+
isInstance = isInstance && "displayName" in value;
|
|
49
|
+
isInstance = isInstance && "email" in value;
|
|
50
|
+
|
|
51
|
+
return isInstance;
|
|
52
|
+
}
|
|
53
|
+
|
|
42
54
|
export function ContextUserFromJSON(json: any): ContextUser {
|
|
43
55
|
return ContextUserFromJSONTyped(json, false);
|
|
44
56
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { ContextActor } from './ContextActor';
|
|
16
17
|
import {
|
|
17
|
-
ContextActor,
|
|
18
18
|
ContextActorFromJSON,
|
|
19
19
|
ContextActorFromJSONTyped,
|
|
20
20
|
ContextActorToJSON,
|
|
21
21
|
} from './ContextActor';
|
|
22
|
+
import type { ContextEquisoftConnect } from './ContextEquisoftConnect';
|
|
22
23
|
import {
|
|
23
|
-
ContextEquisoftConnect,
|
|
24
24
|
ContextEquisoftConnectFromJSON,
|
|
25
25
|
ContextEquisoftConnectFromJSONTyped,
|
|
26
26
|
ContextEquisoftConnectToJSON,
|
|
27
27
|
} from './ContextEquisoftConnect';
|
|
28
|
+
import type { ContextUser } from './ContextUser';
|
|
28
29
|
import {
|
|
29
|
-
ContextUser,
|
|
30
30
|
ContextUserFromJSON,
|
|
31
31
|
ContextUserFromJSONTyped,
|
|
32
32
|
ContextUserToJSON,
|
|
@@ -70,6 +70,19 @@ export interface ContextUserContext {
|
|
|
70
70
|
equisoftConnect: ContextEquisoftConnect;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the ContextUserContext interface.
|
|
75
|
+
*/
|
|
76
|
+
export function instanceOfContextUserContext(value: object): boolean {
|
|
77
|
+
let isInstance = true;
|
|
78
|
+
isInstance = isInstance && "site" in value;
|
|
79
|
+
isInstance = isInstance && "environment" in value;
|
|
80
|
+
isInstance = isInstance && "user" in value;
|
|
81
|
+
isInstance = isInstance && "equisoftConnect" in value;
|
|
82
|
+
|
|
83
|
+
return isInstance;
|
|
84
|
+
}
|
|
85
|
+
|
|
73
86
|
export function ContextUserContextFromJSON(json: any): ContextUserContext {
|
|
74
87
|
return ContextUserContextFromJSONTyped(json, false);
|
|
75
88
|
}
|
|
@@ -99,6 +99,21 @@ export interface CredentialDto {
|
|
|
99
99
|
webUserEmail: string;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
+
/**
|
|
103
|
+
* Check if a given object implements the CredentialDto interface.
|
|
104
|
+
*/
|
|
105
|
+
export function instanceOfCredentialDto(value: object): boolean {
|
|
106
|
+
let isInstance = true;
|
|
107
|
+
isInstance = isInstance && "id" in value;
|
|
108
|
+
isInstance = isInstance && "repCode" in value;
|
|
109
|
+
isInstance = isInstance && "status" in value;
|
|
110
|
+
isInstance = isInstance && "isActive" in value;
|
|
111
|
+
isInstance = isInstance && "webUserName" in value;
|
|
112
|
+
isInstance = isInstance && "webUserEmail" in value;
|
|
113
|
+
|
|
114
|
+
return isInstance;
|
|
115
|
+
}
|
|
116
|
+
|
|
102
117
|
export function CredentialDtoFromJSON(json: any): CredentialDto {
|
|
103
118
|
return CredentialDtoFromJSONTyped(json, false);
|
|
104
119
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { CredentialDto } from './CredentialDto';
|
|
16
17
|
import {
|
|
17
|
-
CredentialDto,
|
|
18
18
|
CredentialDtoFromJSON,
|
|
19
19
|
CredentialDtoFromJSONTyped,
|
|
20
20
|
CredentialDtoToJSON,
|
|
@@ -34,6 +34,16 @@ export interface CredentialsResponse {
|
|
|
34
34
|
credentials: Array<CredentialDto>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the CredentialsResponse interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfCredentialsResponse(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
isInstance = isInstance && "credentials" in value;
|
|
43
|
+
|
|
44
|
+
return isInstance;
|
|
45
|
+
}
|
|
46
|
+
|
|
37
47
|
export function CredentialsResponseFromJSON(json: any): CredentialsResponse {
|
|
38
48
|
return CredentialsResponseFromJSONTyped(json, false);
|
|
39
49
|
}
|
|
@@ -63,6 +63,21 @@ export interface DatabasesDatabase {
|
|
|
63
63
|
organizationUuid?: string | null;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
/**
|
|
67
|
+
* Check if a given object implements the DatabasesDatabase interface.
|
|
68
|
+
*/
|
|
69
|
+
export function instanceOfDatabasesDatabase(value: object): boolean {
|
|
70
|
+
let isInstance = true;
|
|
71
|
+
isInstance = isInstance && "id" in value;
|
|
72
|
+
isInstance = isInstance && "uuid" in value;
|
|
73
|
+
isInstance = isInstance && "databaseName" in value;
|
|
74
|
+
isInstance = isInstance && "displayName" in value;
|
|
75
|
+
isInstance = isInstance && "profileName" in value;
|
|
76
|
+
isInstance = isInstance && "state" in value;
|
|
77
|
+
|
|
78
|
+
return isInstance;
|
|
79
|
+
}
|
|
80
|
+
|
|
66
81
|
export function DatabasesDatabaseFromJSON(json: any): DatabasesDatabase {
|
|
67
82
|
return DatabasesDatabaseFromJSONTyped(json, false);
|
|
68
83
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { DatabasesDatabase } from './DatabasesDatabase';
|
|
16
17
|
import {
|
|
17
|
-
DatabasesDatabase,
|
|
18
18
|
DatabasesDatabaseFromJSON,
|
|
19
19
|
DatabasesDatabaseFromJSONTyped,
|
|
20
20
|
DatabasesDatabaseToJSON,
|
|
@@ -34,6 +34,16 @@ export interface DatabasesListDatabasesResponse {
|
|
|
34
34
|
items: Array<DatabasesDatabase>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the DatabasesListDatabasesResponse interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfDatabasesListDatabasesResponse(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
isInstance = isInstance && "items" in value;
|
|
43
|
+
|
|
44
|
+
return isInstance;
|
|
45
|
+
}
|
|
46
|
+
|
|
37
47
|
export function DatabasesListDatabasesResponseFromJSON(json: any): DatabasesListDatabasesResponse {
|
|
38
48
|
return DatabasesListDatabasesResponseFromJSONTyped(json, false);
|
|
39
49
|
}
|
|
@@ -33,6 +33,15 @@ export interface DateOrDateTime {
|
|
|
33
33
|
dateTime?: Date;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the DateOrDateTime interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfDateOrDateTime(value: object): boolean {
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
|
|
42
|
+
return isInstance;
|
|
43
|
+
}
|
|
44
|
+
|
|
36
45
|
export function DateOrDateTimeFromJSON(json: any): DateOrDateTime {
|
|
37
46
|
return DateOrDateTimeFromJSONTyped(json, false);
|
|
38
47
|
}
|
|
@@ -27,6 +27,16 @@ export interface DsfCreateOrUpdateFinancialCenterResponse {
|
|
|
27
27
|
id: number;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the DsfCreateOrUpdateFinancialCenterResponse interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfDsfCreateOrUpdateFinancialCenterResponse(value: object): boolean {
|
|
34
|
+
let isInstance = true;
|
|
35
|
+
isInstance = isInstance && "id" in value;
|
|
36
|
+
|
|
37
|
+
return isInstance;
|
|
38
|
+
}
|
|
39
|
+
|
|
30
40
|
export function DsfCreateOrUpdateFinancialCenterResponseFromJSON(json: any): DsfCreateOrUpdateFinancialCenterResponse {
|
|
31
41
|
return DsfCreateOrUpdateFinancialCenterResponseFromJSONTyped(json, false);
|
|
32
42
|
}
|
|
@@ -63,6 +63,20 @@ export interface DsfFinancialCenter {
|
|
|
63
63
|
databaseCount: number;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
/**
|
|
67
|
+
* Check if a given object implements the DsfFinancialCenter interface.
|
|
68
|
+
*/
|
|
69
|
+
export function instanceOfDsfFinancialCenter(value: object): boolean {
|
|
70
|
+
let isInstance = true;
|
|
71
|
+
isInstance = isInstance && "id" in value;
|
|
72
|
+
isInstance = isInstance && "nameFr" in value;
|
|
73
|
+
isInstance = isInstance && "nameEn" in value;
|
|
74
|
+
isInstance = isInstance && "network" in value;
|
|
75
|
+
isInstance = isInstance && "databaseCount" in value;
|
|
76
|
+
|
|
77
|
+
return isInstance;
|
|
78
|
+
}
|
|
79
|
+
|
|
66
80
|
export function DsfFinancialCenterFromJSON(json: any): DsfFinancialCenter {
|
|
67
81
|
return DsfFinancialCenterFromJSONTyped(json, false);
|
|
68
82
|
}
|
|
@@ -45,6 +45,18 @@ export interface DsfFinancialCenterPayload {
|
|
|
45
45
|
code?: string;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the DsfFinancialCenterPayload interface.
|
|
50
|
+
*/
|
|
51
|
+
export function instanceOfDsfFinancialCenterPayload(value: object): boolean {
|
|
52
|
+
let isInstance = true;
|
|
53
|
+
isInstance = isInstance && "nameFr" in value;
|
|
54
|
+
isInstance = isInstance && "nameEn" in value;
|
|
55
|
+
isInstance = isInstance && "network" in value;
|
|
56
|
+
|
|
57
|
+
return isInstance;
|
|
58
|
+
}
|
|
59
|
+
|
|
48
60
|
export function DsfFinancialCenterPayloadFromJSON(json: any): DsfFinancialCenterPayload {
|
|
49
61
|
return DsfFinancialCenterPayloadFromJSONTyped(json, false);
|
|
50
62
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { DsfFinancialCenter } from './DsfFinancialCenter';
|
|
16
17
|
import {
|
|
17
|
-
DsfFinancialCenter,
|
|
18
18
|
DsfFinancialCenterFromJSON,
|
|
19
19
|
DsfFinancialCenterFromJSONTyped,
|
|
20
20
|
DsfFinancialCenterToJSON,
|
|
@@ -34,6 +34,16 @@ export interface DsfListFinancialCenterResponse {
|
|
|
34
34
|
items: Array<DsfFinancialCenter>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the DsfListFinancialCenterResponse interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfDsfListFinancialCenterResponse(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
isInstance = isInstance && "items" in value;
|
|
43
|
+
|
|
44
|
+
return isInstance;
|
|
45
|
+
}
|
|
46
|
+
|
|
37
47
|
export function DsfListFinancialCenterResponseFromJSON(json: any): DsfListFinancialCenterResponse {
|
|
38
48
|
return DsfListFinancialCenterResponseFromJSONTyped(json, false);
|
|
39
49
|
}
|
|
@@ -33,6 +33,15 @@ export interface ErrorResponse {
|
|
|
33
33
|
errorDescription?: string | null;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the ErrorResponse interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfErrorResponse(value: object): boolean {
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
|
|
42
|
+
return isInstance;
|
|
43
|
+
}
|
|
44
|
+
|
|
36
45
|
export function ErrorResponseFromJSON(json: any): ErrorResponse {
|
|
37
46
|
return ErrorResponseFromJSONTyped(json, false);
|
|
38
47
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { DateOrDateTime } from './DateOrDateTime';
|
|
16
17
|
import {
|
|
17
|
-
DateOrDateTime,
|
|
18
18
|
DateOrDateTimeFromJSON,
|
|
19
19
|
DateOrDateTimeFromJSONTyped,
|
|
20
20
|
DateOrDateTimeToJSON,
|
|
@@ -124,6 +124,18 @@ export interface EventsCreateEventPayload {
|
|
|
124
124
|
ownerIds?: Array<number>;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
+
/**
|
|
128
|
+
* Check if a given object implements the EventsCreateEventPayload interface.
|
|
129
|
+
*/
|
|
130
|
+
export function instanceOfEventsCreateEventPayload(value: object): boolean {
|
|
131
|
+
let isInstance = true;
|
|
132
|
+
isInstance = isInstance && "subject" in value;
|
|
133
|
+
isInstance = isInstance && "start" in value;
|
|
134
|
+
isInstance = isInstance && "allDay" in value;
|
|
135
|
+
|
|
136
|
+
return isInstance;
|
|
137
|
+
}
|
|
138
|
+
|
|
127
139
|
export function EventsCreateEventPayloadFromJSON(json: any): EventsCreateEventPayload {
|
|
128
140
|
return EventsCreateEventPayloadFromJSONTyped(json, false);
|
|
129
141
|
}
|
|
@@ -27,6 +27,16 @@ export interface EventsCreateEventResponse {
|
|
|
27
27
|
id: string;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the EventsCreateEventResponse interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfEventsCreateEventResponse(value: object): boolean {
|
|
34
|
+
let isInstance = true;
|
|
35
|
+
isInstance = isInstance && "id" in value;
|
|
36
|
+
|
|
37
|
+
return isInstance;
|
|
38
|
+
}
|
|
39
|
+
|
|
30
40
|
export function EventsCreateEventResponseFromJSON(json: any): EventsCreateEventResponse {
|
|
31
41
|
return EventsCreateEventResponseFromJSONTyped(json, false);
|
|
32
42
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { AccessRights } from './AccessRights';
|
|
16
17
|
import {
|
|
17
|
-
AccessRights,
|
|
18
18
|
AccessRightsFromJSON,
|
|
19
19
|
AccessRightsFromJSONTyped,
|
|
20
20
|
AccessRightsToJSON,
|
|
21
21
|
} from './AccessRights';
|
|
22
|
+
import type { DateOrDateTime } from './DateOrDateTime';
|
|
22
23
|
import {
|
|
23
|
-
DateOrDateTime,
|
|
24
24
|
DateOrDateTimeFromJSON,
|
|
25
25
|
DateOrDateTimeFromJSONTyped,
|
|
26
26
|
DateOrDateTimeToJSON,
|
|
27
27
|
} from './DateOrDateTime';
|
|
28
|
+
import type { FieldValue } from './FieldValue';
|
|
28
29
|
import {
|
|
29
|
-
FieldValue,
|
|
30
30
|
FieldValueFromJSON,
|
|
31
31
|
FieldValueFromJSONTyped,
|
|
32
32
|
FieldValueToJSON,
|
|
@@ -187,6 +187,12 @@ export interface EventsEvent {
|
|
|
187
187
|
* @memberof EventsEvent
|
|
188
188
|
*/
|
|
189
189
|
contactIds?: Array<number>;
|
|
190
|
+
/**
|
|
191
|
+
* IDs of the documents linked to this Event
|
|
192
|
+
* @type {Array<number>}
|
|
193
|
+
* @memberof EventsEvent
|
|
194
|
+
*/
|
|
195
|
+
documentIds?: Array<number>;
|
|
190
196
|
/**
|
|
191
197
|
*
|
|
192
198
|
* @type {AccessRights}
|
|
@@ -195,6 +201,26 @@ export interface EventsEvent {
|
|
|
195
201
|
accessRights: AccessRights;
|
|
196
202
|
}
|
|
197
203
|
|
|
204
|
+
/**
|
|
205
|
+
* Check if a given object implements the EventsEvent interface.
|
|
206
|
+
*/
|
|
207
|
+
export function instanceOfEventsEvent(value: object): boolean {
|
|
208
|
+
let isInstance = true;
|
|
209
|
+
isInstance = isInstance && "id" in value;
|
|
210
|
+
isInstance = isInstance && "subject" in value;
|
|
211
|
+
isInstance = isInstance && "start" in value;
|
|
212
|
+
isInstance = isInstance && "end" in value;
|
|
213
|
+
isInstance = isInstance && "allDay" in value;
|
|
214
|
+
isInstance = isInstance && "isCompleted" in value;
|
|
215
|
+
isInstance = isInstance && "type" in value;
|
|
216
|
+
isInstance = isInstance && "priority" in value;
|
|
217
|
+
isInstance = isInstance && "visibility" in value;
|
|
218
|
+
isInstance = isInstance && "calendarId" in value;
|
|
219
|
+
isInstance = isInstance && "accessRights" in value;
|
|
220
|
+
|
|
221
|
+
return isInstance;
|
|
222
|
+
}
|
|
223
|
+
|
|
198
224
|
export function EventsEventFromJSON(json: any): EventsEvent {
|
|
199
225
|
return EventsEventFromJSONTyped(json, false);
|
|
200
226
|
}
|
|
@@ -229,6 +255,7 @@ export function EventsEventFromJSONTyped(json: any, ignoreDiscriminator: boolean
|
|
|
229
255
|
'color': !exists(json, 'color') ? undefined : json['color'],
|
|
230
256
|
'textColor': !exists(json, 'textColor') ? undefined : json['textColor'],
|
|
231
257
|
'contactIds': !exists(json, 'contactIds') ? undefined : json['contactIds'],
|
|
258
|
+
'documentIds': !exists(json, 'documentIds') ? undefined : json['documentIds'],
|
|
232
259
|
'accessRights': AccessRightsFromJSON(json['accessRights']),
|
|
233
260
|
};
|
|
234
261
|
}
|
|
@@ -266,6 +293,7 @@ export function EventsEventToJSON(value?: EventsEvent | null): any {
|
|
|
266
293
|
'color': value.color,
|
|
267
294
|
'textColor': value.textColor,
|
|
268
295
|
'contactIds': value.contactIds,
|
|
296
|
+
'documentIds': value.documentIds,
|
|
269
297
|
'accessRights': AccessRightsToJSON(value.accessRights),
|
|
270
298
|
};
|
|
271
299
|
}
|