@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,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyDocumentDocumentListItem } from './LegacyDocumentDocumentListItem';
|
|
16
17
|
import {
|
|
17
|
-
LegacyDocumentDocumentListItem,
|
|
18
18
|
LegacyDocumentDocumentListItemFromJSON,
|
|
19
19
|
LegacyDocumentDocumentListItemFromJSONTyped,
|
|
20
20
|
LegacyDocumentDocumentListItemToJSON,
|
|
21
21
|
} from './LegacyDocumentDocumentListItem';
|
|
22
|
+
import type { LegacyDocumentGetListResponseAllOf } from './LegacyDocumentGetListResponseAllOf';
|
|
22
23
|
import {
|
|
23
|
-
LegacyDocumentGetListResponseAllOf,
|
|
24
24
|
LegacyDocumentGetListResponseAllOfFromJSON,
|
|
25
25
|
LegacyDocumentGetListResponseAllOfFromJSONTyped,
|
|
26
26
|
LegacyDocumentGetListResponseAllOfToJSON,
|
|
27
27
|
} from './LegacyDocumentGetListResponseAllOf';
|
|
28
|
+
import type { LegacyResponse } from './LegacyResponse';
|
|
28
29
|
import {
|
|
29
|
-
LegacyResponse,
|
|
30
30
|
LegacyResponseFromJSON,
|
|
31
31
|
LegacyResponseFromJSONTyped,
|
|
32
32
|
LegacyResponseToJSON,
|
|
@@ -67,6 +67,16 @@ export interface LegacyDocumentGetListResponse {
|
|
|
67
67
|
documents: Array<LegacyDocumentDocumentListItem>;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
+
/**
|
|
71
|
+
* Check if a given object implements the LegacyDocumentGetListResponse interface.
|
|
72
|
+
*/
|
|
73
|
+
export function instanceOfLegacyDocumentGetListResponse(value: object): boolean {
|
|
74
|
+
let isInstance = true;
|
|
75
|
+
isInstance = isInstance && "documents" in value;
|
|
76
|
+
|
|
77
|
+
return isInstance;
|
|
78
|
+
}
|
|
79
|
+
|
|
70
80
|
export function LegacyDocumentGetListResponseFromJSON(json: any): LegacyDocumentGetListResponse {
|
|
71
81
|
return LegacyDocumentGetListResponseFromJSONTyped(json, false);
|
|
72
82
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyDocumentDocumentListItem } from './LegacyDocumentDocumentListItem';
|
|
16
17
|
import {
|
|
17
|
-
LegacyDocumentDocumentListItem,
|
|
18
18
|
LegacyDocumentDocumentListItemFromJSON,
|
|
19
19
|
LegacyDocumentDocumentListItemFromJSONTyped,
|
|
20
20
|
LegacyDocumentDocumentListItemToJSON,
|
|
@@ -34,6 +34,15 @@ export interface LegacyDocumentGetListResponseAllOf {
|
|
|
34
34
|
documents?: Array<LegacyDocumentDocumentListItem>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the LegacyDocumentGetListResponseAllOf interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfLegacyDocumentGetListResponseAllOf(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
|
|
43
|
+
return isInstance;
|
|
44
|
+
}
|
|
45
|
+
|
|
37
46
|
export function LegacyDocumentGetListResponseAllOfFromJSON(json: any): LegacyDocumentGetListResponseAllOf {
|
|
38
47
|
return LegacyDocumentGetListResponseAllOfFromJSONTyped(json, false);
|
|
39
48
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyDocumentDocument } from './LegacyDocumentDocument';
|
|
16
17
|
import {
|
|
17
|
-
LegacyDocumentDocument,
|
|
18
18
|
LegacyDocumentDocumentFromJSON,
|
|
19
19
|
LegacyDocumentDocumentFromJSONTyped,
|
|
20
20
|
LegacyDocumentDocumentToJSON,
|
|
21
21
|
} from './LegacyDocumentDocument';
|
|
22
|
+
import type { LegacyDocumentGetResponseAllOf } from './LegacyDocumentGetResponseAllOf';
|
|
22
23
|
import {
|
|
23
|
-
LegacyDocumentGetResponseAllOf,
|
|
24
24
|
LegacyDocumentGetResponseAllOfFromJSON,
|
|
25
25
|
LegacyDocumentGetResponseAllOfFromJSONTyped,
|
|
26
26
|
LegacyDocumentGetResponseAllOfToJSON,
|
|
27
27
|
} from './LegacyDocumentGetResponseAllOf';
|
|
28
|
+
import type { LegacyResponse } from './LegacyResponse';
|
|
28
29
|
import {
|
|
29
|
-
LegacyResponse,
|
|
30
30
|
LegacyResponseFromJSON,
|
|
31
31
|
LegacyResponseFromJSONTyped,
|
|
32
32
|
LegacyResponseToJSON,
|
|
@@ -65,6 +65,16 @@ export interface LegacyDocumentGetResponse {
|
|
|
65
65
|
documents: Array<LegacyDocumentDocument>;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
/**
|
|
69
|
+
* Check if a given object implements the LegacyDocumentGetResponse interface.
|
|
70
|
+
*/
|
|
71
|
+
export function instanceOfLegacyDocumentGetResponse(value: object): boolean {
|
|
72
|
+
let isInstance = true;
|
|
73
|
+
isInstance = isInstance && "documents" in value;
|
|
74
|
+
|
|
75
|
+
return isInstance;
|
|
76
|
+
}
|
|
77
|
+
|
|
68
78
|
export function LegacyDocumentGetResponseFromJSON(json: any): LegacyDocumentGetResponse {
|
|
69
79
|
return LegacyDocumentGetResponseFromJSONTyped(json, false);
|
|
70
80
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyDocumentDocument } from './LegacyDocumentDocument';
|
|
16
17
|
import {
|
|
17
|
-
LegacyDocumentDocument,
|
|
18
18
|
LegacyDocumentDocumentFromJSON,
|
|
19
19
|
LegacyDocumentDocumentFromJSONTyped,
|
|
20
20
|
LegacyDocumentDocumentToJSON,
|
|
@@ -34,6 +34,15 @@ export interface LegacyDocumentGetResponseAllOf {
|
|
|
34
34
|
documents?: Array<LegacyDocumentDocument>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the LegacyDocumentGetResponseAllOf interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfLegacyDocumentGetResponseAllOf(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
|
|
43
|
+
return isInstance;
|
|
44
|
+
}
|
|
45
|
+
|
|
37
46
|
export function LegacyDocumentGetResponseAllOfFromJSON(json: any): LegacyDocumentGetResponseAllOf {
|
|
38
47
|
return LegacyDocumentGetResponseAllOfFromJSONTyped(json, false);
|
|
39
48
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyDocumentBase64FilePayload } from './LegacyDocumentBase64FilePayload';
|
|
16
17
|
import {
|
|
17
|
-
LegacyDocumentBase64FilePayload,
|
|
18
18
|
LegacyDocumentBase64FilePayloadFromJSON,
|
|
19
19
|
LegacyDocumentBase64FilePayloadFromJSONTyped,
|
|
20
20
|
LegacyDocumentBase64FilePayloadToJSON,
|
|
@@ -34,6 +34,16 @@ export interface LegacyDocumentUploadDocumentFileRequest {
|
|
|
34
34
|
payload: LegacyDocumentBase64FilePayload;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the LegacyDocumentUploadDocumentFileRequest interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfLegacyDocumentUploadDocumentFileRequest(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
isInstance = isInstance && "payload" in value;
|
|
43
|
+
|
|
44
|
+
return isInstance;
|
|
45
|
+
}
|
|
46
|
+
|
|
37
47
|
export function LegacyDocumentUploadDocumentFileRequestFromJSON(json: any): LegacyDocumentUploadDocumentFileRequest {
|
|
38
48
|
return LegacyDocumentUploadDocumentFileRequestFromJSONTyped(json, false);
|
|
39
49
|
}
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinancePlan } from './LegacyFinancePlan';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinancePlan,
|
|
18
18
|
LegacyFinancePlanFromJSON,
|
|
19
19
|
LegacyFinancePlanFromJSONTyped,
|
|
20
20
|
LegacyFinancePlanToJSON,
|
|
21
21
|
} from './LegacyFinancePlan';
|
|
22
|
+
import type { LegacyFinancePolicy } from './LegacyFinancePolicy';
|
|
22
23
|
import {
|
|
23
|
-
LegacyFinancePolicy,
|
|
24
24
|
LegacyFinancePolicyFromJSON,
|
|
25
25
|
LegacyFinancePolicyFromJSONTyped,
|
|
26
26
|
LegacyFinancePolicyToJSON,
|
|
@@ -52,6 +52,17 @@ export interface LegacyFinanceAccountStatement {
|
|
|
52
52
|
dealers?: string;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the LegacyFinanceAccountStatement interface.
|
|
57
|
+
*/
|
|
58
|
+
export function instanceOfLegacyFinanceAccountStatement(value: object): boolean {
|
|
59
|
+
let isInstance = true;
|
|
60
|
+
isInstance = isInstance && "plans" in value;
|
|
61
|
+
isInstance = isInstance && "policies" in value;
|
|
62
|
+
|
|
63
|
+
return isInstance;
|
|
64
|
+
}
|
|
65
|
+
|
|
55
66
|
export function LegacyFinanceAccountStatementFromJSON(json: any): LegacyFinanceAccountStatement {
|
|
56
67
|
return LegacyFinanceAccountStatementFromJSONTyped(json, false);
|
|
57
68
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinanceTransaction } from './LegacyFinanceTransaction';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinanceTransaction,
|
|
18
18
|
LegacyFinanceTransactionFromJSON,
|
|
19
19
|
LegacyFinanceTransactionFromJSONTyped,
|
|
20
20
|
LegacyFinanceTransactionToJSON,
|
|
@@ -148,6 +148,15 @@ export interface LegacyFinanceAsset {
|
|
|
148
148
|
transactions?: Array<LegacyFinanceTransaction>;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
+
/**
|
|
152
|
+
* Check if a given object implements the LegacyFinanceAsset interface.
|
|
153
|
+
*/
|
|
154
|
+
export function instanceOfLegacyFinanceAsset(value: object): boolean {
|
|
155
|
+
let isInstance = true;
|
|
156
|
+
|
|
157
|
+
return isInstance;
|
|
158
|
+
}
|
|
159
|
+
|
|
151
160
|
export function LegacyFinanceAssetFromJSON(json: any): LegacyFinanceAsset {
|
|
152
161
|
return LegacyFinanceAssetFromJSONTyped(json, false);
|
|
153
162
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinanceAccountStatement } from './LegacyFinanceAccountStatement';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinanceAccountStatement,
|
|
18
18
|
LegacyFinanceAccountStatementFromJSON,
|
|
19
19
|
LegacyFinanceAccountStatementFromJSONTyped,
|
|
20
20
|
LegacyFinanceAccountStatementToJSON,
|
|
21
21
|
} from './LegacyFinanceAccountStatement';
|
|
22
|
+
import type { LegacyFinanceGetAccountStatementResponseAllOf } from './LegacyFinanceGetAccountStatementResponseAllOf';
|
|
22
23
|
import {
|
|
23
|
-
LegacyFinanceGetAccountStatementResponseAllOf,
|
|
24
24
|
LegacyFinanceGetAccountStatementResponseAllOfFromJSON,
|
|
25
25
|
LegacyFinanceGetAccountStatementResponseAllOfFromJSONTyped,
|
|
26
26
|
LegacyFinanceGetAccountStatementResponseAllOfToJSON,
|
|
27
27
|
} from './LegacyFinanceGetAccountStatementResponseAllOf';
|
|
28
|
+
import type { LegacyResponse } from './LegacyResponse';
|
|
28
29
|
import {
|
|
29
|
-
LegacyResponse,
|
|
30
30
|
LegacyResponseFromJSON,
|
|
31
31
|
LegacyResponseFromJSONTyped,
|
|
32
32
|
LegacyResponseToJSON,
|
|
@@ -64,6 +64,16 @@ export interface LegacyFinanceGetAccountStatementResponse {
|
|
|
64
64
|
accountStatement: LegacyFinanceAccountStatement;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the LegacyFinanceGetAccountStatementResponse interface.
|
|
69
|
+
*/
|
|
70
|
+
export function instanceOfLegacyFinanceGetAccountStatementResponse(value: object): boolean {
|
|
71
|
+
let isInstance = true;
|
|
72
|
+
isInstance = isInstance && "accountStatement" in value;
|
|
73
|
+
|
|
74
|
+
return isInstance;
|
|
75
|
+
}
|
|
76
|
+
|
|
67
77
|
export function LegacyFinanceGetAccountStatementResponseFromJSON(json: any): LegacyFinanceGetAccountStatementResponse {
|
|
68
78
|
return LegacyFinanceGetAccountStatementResponseFromJSONTyped(json, false);
|
|
69
79
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinanceAccountStatement } from './LegacyFinanceAccountStatement';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinanceAccountStatement,
|
|
18
18
|
LegacyFinanceAccountStatementFromJSON,
|
|
19
19
|
LegacyFinanceAccountStatementFromJSONTyped,
|
|
20
20
|
LegacyFinanceAccountStatementToJSON,
|
|
@@ -34,6 +34,15 @@ export interface LegacyFinanceGetAccountStatementResponseAllOf {
|
|
|
34
34
|
accountStatement?: LegacyFinanceAccountStatement;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the LegacyFinanceGetAccountStatementResponseAllOf interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfLegacyFinanceGetAccountStatementResponseAllOf(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
|
|
43
|
+
return isInstance;
|
|
44
|
+
}
|
|
45
|
+
|
|
37
46
|
export function LegacyFinanceGetAccountStatementResponseAllOfFromJSON(json: any): LegacyFinanceGetAccountStatementResponseAllOf {
|
|
38
47
|
return LegacyFinanceGetAccountStatementResponseAllOfFromJSONTyped(json, false);
|
|
39
48
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinanceGetLiabilitiesResponseAllOf } from './LegacyFinanceGetLiabilitiesResponseAllOf';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinanceGetLiabilitiesResponseAllOf,
|
|
18
18
|
LegacyFinanceGetLiabilitiesResponseAllOfFromJSON,
|
|
19
19
|
LegacyFinanceGetLiabilitiesResponseAllOfFromJSONTyped,
|
|
20
20
|
LegacyFinanceGetLiabilitiesResponseAllOfToJSON,
|
|
21
21
|
} from './LegacyFinanceGetLiabilitiesResponseAllOf';
|
|
22
|
+
import type { LegacyFinanceLiability } from './LegacyFinanceLiability';
|
|
22
23
|
import {
|
|
23
|
-
LegacyFinanceLiability,
|
|
24
24
|
LegacyFinanceLiabilityFromJSON,
|
|
25
25
|
LegacyFinanceLiabilityFromJSONTyped,
|
|
26
26
|
LegacyFinanceLiabilityToJSON,
|
|
27
27
|
} from './LegacyFinanceLiability';
|
|
28
|
+
import type { LegacyResponse } from './LegacyResponse';
|
|
28
29
|
import {
|
|
29
|
-
LegacyResponse,
|
|
30
30
|
LegacyResponseFromJSON,
|
|
31
31
|
LegacyResponseFromJSONTyped,
|
|
32
32
|
LegacyResponseToJSON,
|
|
@@ -64,6 +64,16 @@ export interface LegacyFinanceGetLiabilitiesResponse {
|
|
|
64
64
|
liabilities: Array<LegacyFinanceLiability>;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the LegacyFinanceGetLiabilitiesResponse interface.
|
|
69
|
+
*/
|
|
70
|
+
export function instanceOfLegacyFinanceGetLiabilitiesResponse(value: object): boolean {
|
|
71
|
+
let isInstance = true;
|
|
72
|
+
isInstance = isInstance && "liabilities" in value;
|
|
73
|
+
|
|
74
|
+
return isInstance;
|
|
75
|
+
}
|
|
76
|
+
|
|
67
77
|
export function LegacyFinanceGetLiabilitiesResponseFromJSON(json: any): LegacyFinanceGetLiabilitiesResponse {
|
|
68
78
|
return LegacyFinanceGetLiabilitiesResponseFromJSONTyped(json, false);
|
|
69
79
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinanceLiability } from './LegacyFinanceLiability';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinanceLiability,
|
|
18
18
|
LegacyFinanceLiabilityFromJSON,
|
|
19
19
|
LegacyFinanceLiabilityFromJSONTyped,
|
|
20
20
|
LegacyFinanceLiabilityToJSON,
|
|
@@ -34,6 +34,15 @@ export interface LegacyFinanceGetLiabilitiesResponseAllOf {
|
|
|
34
34
|
liabilities?: Array<LegacyFinanceLiability>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the LegacyFinanceGetLiabilitiesResponseAllOf interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfLegacyFinanceGetLiabilitiesResponseAllOf(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
|
|
43
|
+
return isInstance;
|
|
44
|
+
}
|
|
45
|
+
|
|
37
46
|
export function LegacyFinanceGetLiabilitiesResponseAllOfFromJSON(json: any): LegacyFinanceGetLiabilitiesResponseAllOf {
|
|
38
47
|
return LegacyFinanceGetLiabilitiesResponseAllOfFromJSONTyped(json, false);
|
|
39
48
|
}
|
|
@@ -111,6 +111,15 @@ export interface LegacyFinanceLiability {
|
|
|
111
111
|
notes?: string;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
/**
|
|
115
|
+
* Check if a given object implements the LegacyFinanceLiability interface.
|
|
116
|
+
*/
|
|
117
|
+
export function instanceOfLegacyFinanceLiability(value: object): boolean {
|
|
118
|
+
let isInstance = true;
|
|
119
|
+
|
|
120
|
+
return isInstance;
|
|
121
|
+
}
|
|
122
|
+
|
|
114
123
|
export function LegacyFinanceLiabilityFromJSON(json: any): LegacyFinanceLiability {
|
|
115
124
|
return LegacyFinanceLiabilityFromJSONTyped(json, false);
|
|
116
125
|
}
|
|
@@ -13,26 +13,26 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinanceAsset } from './LegacyFinanceAsset';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinanceAsset,
|
|
18
18
|
LegacyFinanceAssetFromJSON,
|
|
19
19
|
LegacyFinanceAssetFromJSONTyped,
|
|
20
20
|
LegacyFinanceAssetToJSON,
|
|
21
21
|
} from './LegacyFinanceAsset';
|
|
22
|
+
import type { LegacyFinancePlanBeneficiary } from './LegacyFinancePlanBeneficiary';
|
|
22
23
|
import {
|
|
23
|
-
LegacyFinancePlanBeneficiary,
|
|
24
24
|
LegacyFinancePlanBeneficiaryFromJSON,
|
|
25
25
|
LegacyFinancePlanBeneficiaryFromJSONTyped,
|
|
26
26
|
LegacyFinancePlanBeneficiaryToJSON,
|
|
27
27
|
} from './LegacyFinancePlanBeneficiary';
|
|
28
|
+
import type { LegacyFinancePlanInTrust } from './LegacyFinancePlanInTrust';
|
|
28
29
|
import {
|
|
29
|
-
LegacyFinancePlanInTrust,
|
|
30
30
|
LegacyFinancePlanInTrustFromJSON,
|
|
31
31
|
LegacyFinancePlanInTrustFromJSONTyped,
|
|
32
32
|
LegacyFinancePlanInTrustToJSON,
|
|
33
33
|
} from './LegacyFinancePlanInTrust';
|
|
34
|
+
import type { LegacyFinancePlanSummary } from './LegacyFinancePlanSummary';
|
|
34
35
|
import {
|
|
35
|
-
LegacyFinancePlanSummary,
|
|
36
36
|
LegacyFinancePlanSummaryFromJSON,
|
|
37
37
|
LegacyFinancePlanSummaryFromJSONTyped,
|
|
38
38
|
LegacyFinancePlanSummaryToJSON,
|
|
@@ -208,6 +208,15 @@ export interface LegacyFinancePlan {
|
|
|
208
208
|
assets?: Array<LegacyFinanceAsset>;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
+
/**
|
|
212
|
+
* Check if a given object implements the LegacyFinancePlan interface.
|
|
213
|
+
*/
|
|
214
|
+
export function instanceOfLegacyFinancePlan(value: object): boolean {
|
|
215
|
+
let isInstance = true;
|
|
216
|
+
|
|
217
|
+
return isInstance;
|
|
218
|
+
}
|
|
219
|
+
|
|
211
220
|
export function LegacyFinancePlanFromJSON(json: any): LegacyFinancePlan {
|
|
212
221
|
return LegacyFinancePlanFromJSONTyped(json, false);
|
|
213
222
|
}
|
|
@@ -57,6 +57,15 @@ export interface LegacyFinancePlanBeneficiary {
|
|
|
57
57
|
notes?: string;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
+
/**
|
|
61
|
+
* Check if a given object implements the LegacyFinancePlanBeneficiary interface.
|
|
62
|
+
*/
|
|
63
|
+
export function instanceOfLegacyFinancePlanBeneficiary(value: object): boolean {
|
|
64
|
+
let isInstance = true;
|
|
65
|
+
|
|
66
|
+
return isInstance;
|
|
67
|
+
}
|
|
68
|
+
|
|
60
69
|
export function LegacyFinancePlanBeneficiaryFromJSON(json: any): LegacyFinancePlanBeneficiary {
|
|
61
70
|
return LegacyFinancePlanBeneficiaryFromJSONTyped(json, false);
|
|
62
71
|
}
|
|
@@ -27,6 +27,15 @@ export interface LegacyFinancePlanInTrust {
|
|
|
27
27
|
name?: string;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the LegacyFinancePlanInTrust interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfLegacyFinancePlanInTrust(value: object): boolean {
|
|
34
|
+
let isInstance = true;
|
|
35
|
+
|
|
36
|
+
return isInstance;
|
|
37
|
+
}
|
|
38
|
+
|
|
30
39
|
export function LegacyFinancePlanInTrustFromJSON(json: any): LegacyFinancePlanInTrust {
|
|
31
40
|
return LegacyFinancePlanInTrustFromJSONTyped(json, false);
|
|
32
41
|
}
|
|
@@ -57,6 +57,15 @@ export interface LegacyFinancePlanSummary {
|
|
|
57
57
|
foreignCurrency?: string;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
+
/**
|
|
61
|
+
* Check if a given object implements the LegacyFinancePlanSummary interface.
|
|
62
|
+
*/
|
|
63
|
+
export function instanceOfLegacyFinancePlanSummary(value: object): boolean {
|
|
64
|
+
let isInstance = true;
|
|
65
|
+
|
|
66
|
+
return isInstance;
|
|
67
|
+
}
|
|
68
|
+
|
|
60
69
|
export function LegacyFinancePlanSummaryFromJSON(json: any): LegacyFinancePlanSummary {
|
|
61
70
|
return LegacyFinancePlanSummaryFromJSONTyped(json, false);
|
|
62
71
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinancePolicyCoverage } from './LegacyFinancePolicyCoverage';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinancePolicyCoverage,
|
|
18
18
|
LegacyFinancePolicyCoverageFromJSON,
|
|
19
19
|
LegacyFinancePolicyCoverageFromJSONTyped,
|
|
20
20
|
LegacyFinancePolicyCoverageToJSON,
|
|
@@ -136,6 +136,15 @@ export interface LegacyFinancePolicy {
|
|
|
136
136
|
status?: string;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
+
/**
|
|
140
|
+
* Check if a given object implements the LegacyFinancePolicy interface.
|
|
141
|
+
*/
|
|
142
|
+
export function instanceOfLegacyFinancePolicy(value: object): boolean {
|
|
143
|
+
let isInstance = true;
|
|
144
|
+
|
|
145
|
+
return isInstance;
|
|
146
|
+
}
|
|
147
|
+
|
|
139
148
|
export function LegacyFinancePolicyFromJSON(json: any): LegacyFinancePolicy {
|
|
140
149
|
return LegacyFinancePolicyFromJSONTyped(json, false);
|
|
141
150
|
}
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyFinancePolicyCoverageInsured } from './LegacyFinancePolicyCoverageInsured';
|
|
16
17
|
import {
|
|
17
|
-
LegacyFinancePolicyCoverageInsured,
|
|
18
18
|
LegacyFinancePolicyCoverageInsuredFromJSON,
|
|
19
19
|
LegacyFinancePolicyCoverageInsuredFromJSONTyped,
|
|
20
20
|
LegacyFinancePolicyCoverageInsuredToJSON,
|
|
21
21
|
} from './LegacyFinancePolicyCoverageInsured';
|
|
22
|
+
import type { LegacyFinancePolicyCoverageOption } from './LegacyFinancePolicyCoverageOption';
|
|
22
23
|
import {
|
|
23
|
-
LegacyFinancePolicyCoverageOption,
|
|
24
24
|
LegacyFinancePolicyCoverageOptionFromJSON,
|
|
25
25
|
LegacyFinancePolicyCoverageOptionFromJSONTyped,
|
|
26
26
|
LegacyFinancePolicyCoverageOptionToJSON,
|
|
@@ -160,6 +160,15 @@ export interface LegacyFinancePolicyCoverage {
|
|
|
160
160
|
isInsured?: string;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
+
/**
|
|
164
|
+
* Check if a given object implements the LegacyFinancePolicyCoverage interface.
|
|
165
|
+
*/
|
|
166
|
+
export function instanceOfLegacyFinancePolicyCoverage(value: object): boolean {
|
|
167
|
+
let isInstance = true;
|
|
168
|
+
|
|
169
|
+
return isInstance;
|
|
170
|
+
}
|
|
171
|
+
|
|
163
172
|
export function LegacyFinancePolicyCoverageFromJSON(json: any): LegacyFinancePolicyCoverage {
|
|
164
173
|
return LegacyFinancePolicyCoverageFromJSONTyped(json, false);
|
|
165
174
|
}
|
|
@@ -39,6 +39,15 @@ export interface LegacyFinancePolicyCoverageInsured {
|
|
|
39
39
|
smoker?: string;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the LegacyFinancePolicyCoverageInsured interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfLegacyFinancePolicyCoverageInsured(value: object): boolean {
|
|
46
|
+
let isInstance = true;
|
|
47
|
+
|
|
48
|
+
return isInstance;
|
|
49
|
+
}
|
|
50
|
+
|
|
42
51
|
export function LegacyFinancePolicyCoverageInsuredFromJSON(json: any): LegacyFinancePolicyCoverageInsured {
|
|
43
52
|
return LegacyFinancePolicyCoverageInsuredFromJSONTyped(json, false);
|
|
44
53
|
}
|
|
@@ -45,6 +45,15 @@ export interface LegacyFinancePolicyCoverageOption {
|
|
|
45
45
|
notes?: string;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the LegacyFinancePolicyCoverageOption interface.
|
|
50
|
+
*/
|
|
51
|
+
export function instanceOfLegacyFinancePolicyCoverageOption(value: object): boolean {
|
|
52
|
+
let isInstance = true;
|
|
53
|
+
|
|
54
|
+
return isInstance;
|
|
55
|
+
}
|
|
56
|
+
|
|
48
57
|
export function LegacyFinancePolicyCoverageOptionFromJSON(json: any): LegacyFinancePolicyCoverageOption {
|
|
49
58
|
return LegacyFinancePolicyCoverageOptionFromJSONTyped(json, false);
|
|
50
59
|
}
|
|
@@ -63,6 +63,15 @@ export interface LegacyFinanceTransaction {
|
|
|
63
63
|
dateTransaction?: string;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
/**
|
|
67
|
+
* Check if a given object implements the LegacyFinanceTransaction interface.
|
|
68
|
+
*/
|
|
69
|
+
export function instanceOfLegacyFinanceTransaction(value: object): boolean {
|
|
70
|
+
let isInstance = true;
|
|
71
|
+
|
|
72
|
+
return isInstance;
|
|
73
|
+
}
|
|
74
|
+
|
|
66
75
|
export function LegacyFinanceTransactionFromJSON(json: any): LegacyFinanceTransaction {
|
|
67
76
|
return LegacyFinanceTransactionFromJSONTyped(json, false);
|
|
68
77
|
}
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyProvisioningGetOrganizationListResponseAllOf } from './LegacyProvisioningGetOrganizationListResponseAllOf';
|
|
16
17
|
import {
|
|
17
|
-
LegacyProvisioningGetOrganizationListResponseAllOf,
|
|
18
18
|
LegacyProvisioningGetOrganizationListResponseAllOfFromJSON,
|
|
19
19
|
LegacyProvisioningGetOrganizationListResponseAllOfFromJSONTyped,
|
|
20
20
|
LegacyProvisioningGetOrganizationListResponseAllOfToJSON,
|
|
21
21
|
} from './LegacyProvisioningGetOrganizationListResponseAllOf';
|
|
22
|
+
import type { LegacyProvisioningOrganizationItem } from './LegacyProvisioningOrganizationItem';
|
|
22
23
|
import {
|
|
23
|
-
LegacyProvisioningOrganizationItem,
|
|
24
24
|
LegacyProvisioningOrganizationItemFromJSON,
|
|
25
25
|
LegacyProvisioningOrganizationItemFromJSONTyped,
|
|
26
26
|
LegacyProvisioningOrganizationItemToJSON,
|
|
27
27
|
} from './LegacyProvisioningOrganizationItem';
|
|
28
|
+
import type { LegacyResponse } from './LegacyResponse';
|
|
28
29
|
import {
|
|
29
|
-
LegacyResponse,
|
|
30
30
|
LegacyResponseFromJSON,
|
|
31
31
|
LegacyResponseFromJSONTyped,
|
|
32
32
|
LegacyResponseToJSON,
|
|
@@ -64,6 +64,16 @@ export interface LegacyProvisioningGetOrganizationListResponse {
|
|
|
64
64
|
organizations: Array<LegacyProvisioningOrganizationItem>;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the LegacyProvisioningGetOrganizationListResponse interface.
|
|
69
|
+
*/
|
|
70
|
+
export function instanceOfLegacyProvisioningGetOrganizationListResponse(value: object): boolean {
|
|
71
|
+
let isInstance = true;
|
|
72
|
+
isInstance = isInstance && "organizations" in value;
|
|
73
|
+
|
|
74
|
+
return isInstance;
|
|
75
|
+
}
|
|
76
|
+
|
|
67
77
|
export function LegacyProvisioningGetOrganizationListResponseFromJSON(json: any): LegacyProvisioningGetOrganizationListResponse {
|
|
68
78
|
return LegacyProvisioningGetOrganizationListResponseFromJSONTyped(json, false);
|
|
69
79
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { LegacyProvisioningOrganizationItem } from './LegacyProvisioningOrganizationItem';
|
|
16
17
|
import {
|
|
17
|
-
LegacyProvisioningOrganizationItem,
|
|
18
18
|
LegacyProvisioningOrganizationItemFromJSON,
|
|
19
19
|
LegacyProvisioningOrganizationItemFromJSONTyped,
|
|
20
20
|
LegacyProvisioningOrganizationItemToJSON,
|
|
@@ -34,6 +34,15 @@ export interface LegacyProvisioningGetOrganizationListResponseAllOf {
|
|
|
34
34
|
organizations?: Array<LegacyProvisioningOrganizationItem>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the LegacyProvisioningGetOrganizationListResponseAllOf interface.
|
|
39
|
+
*/
|
|
40
|
+
export function instanceOfLegacyProvisioningGetOrganizationListResponseAllOf(value: object): boolean {
|
|
41
|
+
let isInstance = true;
|
|
42
|
+
|
|
43
|
+
return isInstance;
|
|
44
|
+
}
|
|
45
|
+
|
|
37
46
|
export function LegacyProvisioningGetOrganizationListResponseAllOfFromJSON(json: any): LegacyProvisioningGetOrganizationListResponseAllOf {
|
|
38
47
|
return LegacyProvisioningGetOrganizationListResponseAllOfFromJSONTyped(json, false);
|
|
39
48
|
}
|