@mergeapi/merge-node-client 1.0.10 → 1.0.12
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/Client.d.ts +1 -0
- package/api/resources/accounting/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/accountDetails/client/Client.js +4 -4
- package/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/accountToken/client/Client.js +4 -4
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -8
- package/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +16 -16
- package/api/resources/accounting/resources/addresses/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +4 -4
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +9 -12
- package/api/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
- package/api/resources/accounting/resources/asyncPassthrough/index.js +1 -0
- package/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/api/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
- package/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/attachments/client/Client.js +16 -16
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +4 -4
- package/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/availableActions/client/Client.js +4 -4
- package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -8
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -8
- package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.js +8 -8
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +20 -20
- package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -8
- package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -4
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +24 -24
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +24 -24
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/forceResync/client/Client.js +4 -4
- package/api/resources/accounting/resources/generateKey/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/generateKey/client/Client.js +4 -4
- package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -8
- package/api/resources/accounting/resources/index.d.ts +2 -1
- package/api/resources/accounting/resources/index.js +3 -2
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/client/Client.js +32 -32
- package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/issues/client/Client.js +8 -8
- package/api/resources/accounting/resources/items/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/items/client/Client.js +8 -8
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +24 -24
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/client/Client.js +4 -4
- package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/passthrough/client/Client.js +4 -4
- package/api/resources/accounting/resources/payments/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/payments/client/Client.js +32 -32
- package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -4
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +24 -24
- package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -4
- package/api/resources/accounting/resources/scopes/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/scopes/client/Client.js +12 -12
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.js +4 -4
- package/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/taxRates/client/Client.js +8 -8
- package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -8
- package/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +8 -8
- package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -8
- package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +8 -8
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/ReportItem.d.ts +2 -0
- package/api/resources/ats/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/accountDetails/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/accountDetails/client/Client.js +4 -4
- package/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/accountToken/client/Client.js +4 -4
- package/api/resources/ats/resources/activities/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/activities/client/Client.js +20 -17
- package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +5 -1
- package/api/resources/ats/resources/applications/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/applications/client/Client.js +24 -21
- package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +9 -12
- package/api/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
- package/api/resources/ats/resources/asyncPassthrough/index.js +1 -0
- package/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/api/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/api/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
- package/api/resources/ats/resources/attachments/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/attachments/client/Client.js +20 -17
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +4 -4
- package/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/availableActions/client/Client.js +4 -4
- package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/candidates/client/Client.js +32 -29
- package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +5 -1
- package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.js +4 -4
- package/api/resources/ats/resources/departments/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/departments/client/Client.js +12 -9
- package/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/eeocs/client/Client.js +12 -9
- package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/fieldMapping/client/Client.js +24 -24
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -1
- package/api/resources/ats/resources/forceResync/client/Client.js +5 -5
- package/api/resources/ats/resources/generateKey/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/generateKey/client/Client.js +4 -4
- package/api/resources/ats/resources/index.d.ts +2 -1
- package/api/resources/ats/resources/index.js +3 -2
- package/api/resources/ats/resources/interviews/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/interviews/client/Client.js +20 -17
- package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/issues/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/issues/client/Client.js +8 -8
- package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +12 -9
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +5 -1
- package/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/jobPostings/client/Client.js +12 -9
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/jobs/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/jobs/client/Client.js +20 -14
- package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +4 -4
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -4
- package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/ats/resources/offers/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/offers/client/Client.js +12 -9
- package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +5 -1
- package/api/resources/ats/resources/offices/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/offices/client/Client.js +12 -9
- package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +5 -1
- package/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/passthrough/client/Client.js +4 -4
- package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/regenerateKey/client/Client.js +4 -4
- package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/rejectReasons/client/Client.js +12 -9
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/scopes/client/Client.d.ts +4 -3
- package/api/resources/ats/resources/scopes/client/Client.js +15 -15
- package/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/scorecards/client/Client.js +12 -9
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/syncStatus/client/Client.js +4 -4
- package/api/resources/ats/resources/tags/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/tags/client/Client.js +8 -5
- package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
- package/api/resources/ats/resources/users/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/users/client/Client.js +12 -9
- package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +8 -8
- package/api/resources/ats/types/AccountDetails.d.ts +2 -0
- package/api/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/api/resources/ats/types/AccountIntegration.d.ts +2 -2
- package/api/resources/ats/types/Activity.d.ts +1 -1
- package/api/resources/ats/types/Application.d.ts +1 -0
- package/api/resources/ats/types/Attachment.d.ts +1 -0
- package/api/resources/ats/types/Candidate.d.ts +1 -0
- package/api/resources/ats/types/Department.d.ts +1 -1
- package/api/resources/ats/types/Eeoc.d.ts +1 -1
- package/api/resources/ats/types/EmailAddress.d.ts +1 -1
- package/api/resources/ats/types/Job.d.ts +1 -1
- package/api/resources/ats/types/JobInterviewStage.d.ts +1 -1
- package/api/resources/ats/types/JobPosting.d.ts +1 -1
- package/api/resources/ats/types/LanguageEnum.d.ts +12 -0
- package/api/resources/ats/types/LanguageEnum.js +10 -0
- package/api/resources/ats/types/Offer.d.ts +1 -1
- package/api/resources/ats/types/Office.d.ts +1 -1
- package/api/resources/ats/types/PhoneNumber.d.ts +1 -1
- package/api/resources/ats/types/RejectReason.d.ts +1 -1
- package/api/resources/ats/types/RemoteUser.d.ts +1 -1
- package/api/resources/ats/types/ScheduledInterview.d.ts +1 -1
- package/api/resources/ats/types/Scorecard.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +1 -1
- package/api/resources/ats/types/Tag.d.ts +1 -1
- package/api/resources/ats/types/Url.d.ts +1 -1
- package/api/resources/ats/types/index.d.ts +1 -0
- package/api/resources/ats/types/index.js +1 -0
- package/api/resources/crm/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/accountDetails/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/accountDetails/client/Client.js +4 -4
- package/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/accountToken/client/Client.js +4 -4
- package/api/resources/crm/resources/accounts/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/accounts/client/Client.js +36 -30
- package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +20 -17
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/associations/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/associations/client/Client.js +12 -9
- package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +5 -1
- package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +9 -12
- package/api/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
- package/api/resources/crm/resources/asyncPassthrough/index.js +1 -0
- package/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/api/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/api/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/client/Client.js +4 -4
- package/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/availableActions/client/Client.js +4 -4
- package/api/resources/crm/resources/contacts/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/contacts/client/Client.js +40 -34
- package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +12 -9
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/customObjects/client/Client.js +28 -22
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +5 -1
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +4 -4
- package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/engagementTypes/client/Client.js +20 -14
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/engagements/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/engagements/client/Client.js +36 -30
- package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +5 -1
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.js +24 -24
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -1
- package/api/resources/crm/resources/forceResync/client/Client.js +5 -5
- package/api/resources/crm/resources/generateKey/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/generateKey/client/Client.js +4 -4
- package/api/resources/crm/resources/index.d.ts +2 -1
- package/api/resources/crm/resources/index.js +3 -2
- package/api/resources/crm/resources/issues/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/issues/client/Client.js +8 -8
- package/api/resources/crm/resources/leads/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/leads/client/Client.js +28 -22
- package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +5 -1
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/linkToken/client/Client.js +4 -4
- package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -4
- package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/crm/resources/notes/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/notes/client/Client.js +28 -22
- package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/opportunities/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +36 -30
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +4 -4
- package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/regenerateKey/client/Client.js +4 -4
- package/api/resources/crm/resources/scopes/client/Client.d.ts +4 -3
- package/api/resources/crm/resources/scopes/client/Client.js +15 -15
- package/api/resources/crm/resources/stages/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/stages/client/Client.js +20 -14
- package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +4 -4
- package/api/resources/crm/resources/tasks/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/tasks/client/Client.js +36 -30
- package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +5 -1
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/users/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/users/client/Client.js +24 -18
- package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +8 -8
- package/api/resources/crm/types/Account.d.ts +1 -0
- package/api/resources/crm/types/AccountDetails.d.ts +2 -0
- package/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/api/resources/crm/types/AccountIntegration.d.ts +2 -2
- package/api/resources/crm/types/Contact.d.ts +1 -0
- package/api/resources/crm/types/Engagement.d.ts +1 -1
- package/api/resources/crm/types/LanguageEnum.d.ts +12 -0
- package/api/resources/crm/types/LanguageEnum.js +10 -0
- package/api/resources/crm/types/Lead.d.ts +1 -0
- package/api/resources/crm/types/Note.d.ts +1 -0
- package/api/resources/crm/types/Opportunity.d.ts +1 -0
- package/api/resources/crm/types/Stage.d.ts +1 -1
- package/api/resources/crm/types/Task.d.ts +1 -1
- package/api/resources/crm/types/User.d.ts +1 -1
- package/api/resources/crm/types/index.d.ts +1 -0
- package/api/resources/crm/types/index.js +1 -0
- package/api/resources/filestorage/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -4
- package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/accountToken/client/Client.js +4 -4
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +9 -12
- package/api/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
- package/api/resources/filestorage/resources/asyncPassthrough/index.js +1 -0
- package/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/api/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/api/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -4
- package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/availableActions/client/Client.js +4 -4
- package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -4
- package/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/drives/client/Client.js +12 -9
- package/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +5 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +24 -24
- package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/files/client/Client.js +24 -21
- package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +5 -1
- package/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/folders/client/Client.js +20 -17
- package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +5 -1
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -1
- package/api/resources/filestorage/resources/forceResync/client/Client.js +5 -5
- package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/generateKey/client/Client.js +4 -4
- package/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/groups/client/Client.js +12 -9
- package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
- package/api/resources/filestorage/resources/index.d.ts +2 -1
- package/api/resources/filestorage/resources/index.js +3 -2
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +8 -8
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.js +4 -4
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -4
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/passthrough/client/Client.js +4 -4
- package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -4
- package/api/resources/filestorage/resources/scopes/client/Client.d.ts +4 -3
- package/api/resources/filestorage/resources/scopes/client/Client.js +15 -15
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -4
- package/api/resources/filestorage/resources/users/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/users/client/Client.js +12 -9
- package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +8 -8
- package/api/resources/filestorage/types/AccountDetails.d.ts +2 -0
- package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -2
- package/api/resources/filestorage/types/Drive.d.ts +1 -1
- package/api/resources/filestorage/types/File_.d.ts +1 -1
- package/api/resources/filestorage/types/Folder.d.ts +1 -1
- package/api/resources/filestorage/types/Group.d.ts +1 -1
- package/api/resources/filestorage/types/LanguageEnum.d.ts +12 -0
- package/api/resources/filestorage/types/LanguageEnum.js +10 -0
- package/api/resources/filestorage/types/User.d.ts +1 -1
- package/api/resources/filestorage/types/index.d.ts +1 -0
- package/api/resources/filestorage/types/index.js +1 -0
- package/api/resources/hris/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/accountDetails/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/accountDetails/client/Client.js +4 -4
- package/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/accountToken/client/Client.js +4 -4
- package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +9 -12
- package/api/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
- package/api/resources/hris/resources/asyncPassthrough/index.js +1 -0
- package/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/api/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/api/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/client/Client.js +4 -4
- package/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/availableActions/client/Client.js +4 -4
- package/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/bankInfo/client/Client.js +12 -9
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +5 -1
- package/api/resources/hris/resources/benefits/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/benefits/client/Client.js +12 -9
- package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/companies/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/companies/client/Client.js +12 -9
- package/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +5 -1
- package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.js +4 -4
- package/api/resources/hris/resources/dependents/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/dependents/client/Client.js +12 -9
- package/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +12 -9
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/employees/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/employees/client/Client.js +24 -21
- package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +5 -1
- package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +12 -9
- package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/employments/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/employments/client/Client.js +12 -9
- package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/fieldMapping/client/Client.js +24 -24
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -1
- package/api/resources/hris/resources/forceResync/client/Client.js +5 -5
- package/api/resources/hris/resources/generateKey/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/generateKey/client/Client.js +4 -4
- package/api/resources/hris/resources/groups/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/groups/client/Client.js +12 -9
- package/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/index.d.ts +2 -1
- package/api/resources/hris/resources/index.js +3 -2
- package/api/resources/hris/resources/issues/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/issues/client/Client.js +8 -8
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/linkToken/client/Client.js +4 -4
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -4
- package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/hris/resources/locations/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/locations/client/Client.js +12 -9
- package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +4 -4
- package/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/payGroups/client/Client.js +12 -9
- package/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.js +12 -9
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.js +4 -4
- package/api/resources/hris/resources/scopes/client/Client.d.ts +4 -3
- package/api/resources/hris/resources/scopes/client/Client.js +15 -15
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/syncStatus/client/Client.js +4 -4
- package/api/resources/hris/resources/teams/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/teams/client/Client.js +12 -9
- package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
- package/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/timeOff/client/Client.js +20 -17
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +5 -1
- package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +12 -9
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +5 -1
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +20 -17
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -1
- package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +8 -8
- package/api/resources/hris/types/AccountDetails.d.ts +2 -0
- package/api/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/api/resources/hris/types/AccountIntegration.d.ts +2 -2
- package/api/resources/hris/types/BankInfo.d.ts +1 -1
- package/api/resources/hris/types/Benefit.d.ts +1 -1
- package/api/resources/hris/types/Company.d.ts +1 -1
- package/api/resources/hris/types/Deduction.d.ts +1 -1
- package/api/resources/hris/types/Dependent.d.ts +1 -1
- package/api/resources/hris/types/Earning.d.ts +1 -1
- package/api/resources/hris/types/Employee.d.ts +1 -0
- package/api/resources/hris/types/EmployeePayrollRun.d.ts +1 -1
- package/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
- package/api/resources/hris/types/Employment.d.ts +2 -2
- package/api/resources/hris/types/Group.d.ts +1 -1
- package/api/resources/hris/types/LanguageEnum.d.ts +12 -0
- package/api/resources/hris/types/LanguageEnum.js +10 -0
- package/api/resources/hris/types/Location.d.ts +1 -1
- package/api/resources/hris/types/PayGroup.d.ts +1 -1
- package/api/resources/hris/types/PayrollRun.d.ts +1 -1
- package/api/resources/hris/types/Tax.d.ts +1 -1
- package/api/resources/hris/types/Team.d.ts +1 -1
- package/api/resources/hris/types/TimeOff.d.ts +1 -0
- package/api/resources/hris/types/TimeOffBalance.d.ts +3 -3
- package/api/resources/hris/types/TimesheetEntry.d.ts +1 -1
- package/api/resources/hris/types/index.d.ts +1 -0
- package/api/resources/hris/types/index.js +1 -0
- package/api/resources/ticketing/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -4
- package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/accountToken/client/Client.js +4 -4
- package/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/accounts/client/Client.js +12 -9
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +9 -12
- package/api/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
- package/api/resources/ticketing/resources/asyncPassthrough/index.js +1 -0
- package/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/api/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/api/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/attachments/client/Client.js +24 -21
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -4
- package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.js +4 -4
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/collections/client/Client.js +20 -14
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/comments/client/Client.js +20 -17
- package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +20 -17
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -4
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +24 -24
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +5 -5
- package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/generateKey/client/Client.js +4 -4
- package/api/resources/ticketing/resources/index.d.ts +2 -1
- package/api/resources/ticketing/resources/index.js +3 -2
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/issues/client/Client.js +8 -8
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.js +4 -4
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -4
- package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/passthrough/client/Client.js +4 -4
- package/api/resources/ticketing/resources/projects/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/projects/client/Client.js +20 -14
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -4
- package/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/roles/client/Client.js +12 -9
- package/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -3
- package/api/resources/ticketing/resources/scopes/client/Client.js +15 -15
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -4
- package/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/tags/client/Client.js +12 -9
- package/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/teams/client/Client.js +12 -9
- package/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/tickets/client/Client.js +44 -35
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/users/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/users/client/Client.js +12 -9
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +8 -8
- package/api/resources/ticketing/types/Account.d.ts +1 -1
- package/api/resources/ticketing/types/AccountDetails.d.ts +2 -0
- package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -2
- package/api/resources/ticketing/types/Attachment.d.ts +1 -0
- package/api/resources/ticketing/types/Collection.d.ts +1 -1
- package/api/resources/ticketing/types/Comment.d.ts +3 -2
- package/api/resources/ticketing/types/CommentContact.d.ts +1 -1
- package/api/resources/ticketing/types/CommentRequest.d.ts +2 -2
- package/api/resources/ticketing/types/CommentRequestContact.d.ts +1 -1
- package/api/resources/ticketing/types/CommentRequestUser.d.ts +1 -1
- package/api/resources/ticketing/types/CommentUser.d.ts +1 -1
- package/api/resources/ticketing/types/Contact.d.ts +1 -1
- package/api/resources/ticketing/types/LanguageEnum.d.ts +12 -0
- package/api/resources/ticketing/types/LanguageEnum.js +10 -0
- package/api/resources/ticketing/types/Project.d.ts +1 -1
- package/api/resources/ticketing/types/Role.d.ts +1 -1
- package/api/resources/ticketing/types/Tag.d.ts +1 -1
- package/api/resources/ticketing/types/Team.d.ts +1 -1
- package/api/resources/ticketing/types/Ticket.d.ts +1 -0
- package/api/resources/ticketing/types/User.d.ts +1 -1
- package/api/resources/ticketing/types/index.d.ts +1 -0
- package/api/resources/ticketing/types/index.js +1 -0
- package/dist/Client.d.ts +1 -0
- package/dist/api/resources/accounting/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +16 -16
- package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +9 -12
- package/dist/api/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/index.js +1 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +16 -16
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +20 -20
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +24 -24
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +24 -24
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/index.d.ts +2 -1
- package/dist/api/resources/accounting/resources/index.js +3 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +32 -32
- package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/items/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/items/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +24 -24
- package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +32 -32
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +24 -24
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +12 -12
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +8 -8
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/ReportItem.d.ts +2 -0
- package/dist/api/resources/ats/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/activities/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/activities/client/Client.js +20 -17
- package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/applications/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +24 -21
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +9 -12
- package/dist/api/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/index.js +1 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/attachments/client/Client.js +20 -17
- package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/candidates/client/Client.js +32 -29
- package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/departments/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/departments/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +24 -24
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -1
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/index.d.ts +2 -1
- package/dist/api/resources/ats/resources/index.js +3 -2
- package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/interviews/client/Client.js +20 -17
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +8 -8
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +20 -14
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/offers/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/offices/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/offices/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +4 -3
- package/dist/api/resources/ats/resources/scopes/client/Client.js +15 -15
- package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/tags/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/tags/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/users/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/users/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +8 -8
- package/dist/api/resources/ats/types/AccountDetails.d.ts +2 -0
- package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -2
- package/dist/api/resources/ats/types/Activity.d.ts +1 -1
- package/dist/api/resources/ats/types/Application.d.ts +1 -0
- package/dist/api/resources/ats/types/Attachment.d.ts +1 -0
- package/dist/api/resources/ats/types/Candidate.d.ts +1 -0
- package/dist/api/resources/ats/types/Department.d.ts +1 -1
- package/dist/api/resources/ats/types/Eeoc.d.ts +1 -1
- package/dist/api/resources/ats/types/EmailAddress.d.ts +1 -1
- package/dist/api/resources/ats/types/Job.d.ts +1 -1
- package/dist/api/resources/ats/types/JobInterviewStage.d.ts +1 -1
- package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
- package/dist/api/resources/ats/types/LanguageEnum.d.ts +12 -0
- package/dist/api/resources/ats/types/LanguageEnum.js +10 -0
- package/dist/api/resources/ats/types/Offer.d.ts +1 -1
- package/dist/api/resources/ats/types/Office.d.ts +1 -1
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +1 -1
- package/dist/api/resources/ats/types/RejectReason.d.ts +1 -1
- package/dist/api/resources/ats/types/RemoteUser.d.ts +1 -1
- package/dist/api/resources/ats/types/ScheduledInterview.d.ts +1 -1
- package/dist/api/resources/ats/types/Scorecard.d.ts +1 -1
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +1 -1
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +1 -1
- package/dist/api/resources/ats/types/Tag.d.ts +1 -1
- package/dist/api/resources/ats/types/Url.d.ts +1 -1
- package/dist/api/resources/ats/types/index.d.ts +1 -0
- package/dist/api/resources/ats/types/index.js +1 -0
- package/dist/api/resources/crm/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/accounts/client/Client.js +36 -30
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +20 -17
- package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/associations/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/associations/client/Client.js +12 -9
- package/dist/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +9 -12
- package/dist/api/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/index.js +1 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/contacts/client/Client.js +40 -34
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +12 -9
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +28 -22
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +20 -14
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +36 -30
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +24 -24
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -1
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/index.d.ts +2 -1
- package/dist/api/resources/crm/resources/index.js +3 -2
- package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/issues/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/leads/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/leads/client/Client.js +28 -22
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/notes/client/Client.js +28 -22
- package/dist/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +36 -30
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +4 -3
- package/dist/api/resources/crm/resources/scopes/client/Client.js +15 -15
- package/dist/api/resources/crm/resources/stages/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/stages/client/Client.js +20 -14
- package/dist/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/tasks/client/Client.js +36 -30
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/users/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +24 -18
- package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +8 -8
- package/dist/api/resources/crm/types/Account.d.ts +1 -0
- package/dist/api/resources/crm/types/AccountDetails.d.ts +2 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -2
- package/dist/api/resources/crm/types/Contact.d.ts +1 -0
- package/dist/api/resources/crm/types/Engagement.d.ts +1 -1
- package/dist/api/resources/crm/types/LanguageEnum.d.ts +12 -0
- package/dist/api/resources/crm/types/LanguageEnum.js +10 -0
- package/dist/api/resources/crm/types/Lead.d.ts +1 -0
- package/dist/api/resources/crm/types/Note.d.ts +1 -0
- package/dist/api/resources/crm/types/Opportunity.d.ts +1 -0
- package/dist/api/resources/crm/types/Stage.d.ts +1 -1
- package/dist/api/resources/crm/types/Task.d.ts +1 -1
- package/dist/api/resources/crm/types/User.d.ts +1 -1
- package/dist/api/resources/crm/types/index.d.ts +1 -0
- package/dist/api/resources/crm/types/index.js +1 -0
- package/dist/api/resources/filestorage/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +9 -12
- package/dist/api/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/index.js +1 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +12 -9
- package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +5 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +24 -24
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +24 -21
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +5 -1
- package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +20 -17
- package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +5 -1
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -1
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +5 -5
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +12 -9
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
- package/dist/api/resources/filestorage/resources/index.d.ts +2 -1
- package/dist/api/resources/filestorage/resources/index.js +3 -2
- package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +8 -8
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +4 -3
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +15 -15
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/users/client/Client.js +12 -9
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +8 -8
- package/dist/api/resources/filestorage/types/AccountDetails.d.ts +2 -0
- package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -2
- package/dist/api/resources/filestorage/types/Drive.d.ts +1 -1
- package/dist/api/resources/filestorage/types/File_.d.ts +1 -1
- package/dist/api/resources/filestorage/types/Folder.d.ts +1 -1
- package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
- package/dist/api/resources/filestorage/types/LanguageEnum.d.ts +12 -0
- package/dist/api/resources/filestorage/types/LanguageEnum.js +10 -0
- package/dist/api/resources/filestorage/types/User.d.ts +1 -1
- package/dist/api/resources/filestorage/types/index.d.ts +1 -0
- package/dist/api/resources/filestorage/types/index.js +1 -0
- package/dist/api/resources/hris/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +9 -12
- package/dist/api/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/index.js +1 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/companies/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/companies/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/dependents/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/employees/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/employees/client/Client.js +24 -21
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/employments/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/employments/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +24 -24
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -1
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +5 -5
- package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/groups/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/groups/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/index.d.ts +2 -1
- package/dist/api/resources/hris/resources/index.js +3 -2
- package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/issues/client/Client.js +8 -8
- package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/locations/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +4 -3
- package/dist/api/resources/hris/resources/scopes/client/Client.js +15 -15
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/teams/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/teams/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +20 -17
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +20 -17
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +8 -8
- package/dist/api/resources/hris/types/AccountDetails.d.ts +2 -0
- package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -2
- package/dist/api/resources/hris/types/BankInfo.d.ts +1 -1
- package/dist/api/resources/hris/types/Benefit.d.ts +1 -1
- package/dist/api/resources/hris/types/Company.d.ts +1 -1
- package/dist/api/resources/hris/types/Deduction.d.ts +1 -1
- package/dist/api/resources/hris/types/Dependent.d.ts +1 -1
- package/dist/api/resources/hris/types/Earning.d.ts +1 -1
- package/dist/api/resources/hris/types/Employee.d.ts +1 -0
- package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +1 -1
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
- package/dist/api/resources/hris/types/Employment.d.ts +2 -2
- package/dist/api/resources/hris/types/Group.d.ts +1 -1
- package/dist/api/resources/hris/types/LanguageEnum.d.ts +12 -0
- package/dist/api/resources/hris/types/LanguageEnum.js +10 -0
- package/dist/api/resources/hris/types/Location.d.ts +1 -1
- package/dist/api/resources/hris/types/PayGroup.d.ts +1 -1
- package/dist/api/resources/hris/types/PayrollRun.d.ts +1 -1
- package/dist/api/resources/hris/types/Tax.d.ts +1 -1
- package/dist/api/resources/hris/types/Team.d.ts +1 -1
- package/dist/api/resources/hris/types/TimeOff.d.ts +1 -0
- package/dist/api/resources/hris/types/TimeOffBalance.d.ts +3 -3
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +1 -1
- package/dist/api/resources/hris/types/index.d.ts +1 -0
- package/dist/api/resources/hris/types/index.js +1 -0
- package/dist/api/resources/ticketing/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +12 -9
- package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -4
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +9 -12
- package/dist/api/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/index.js +1 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +24 -21
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +20 -14
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +20 -17
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +20 -17
- package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +24 -24
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/index.js +3 -2
- package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +20 -14
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +12 -9
- package/dist/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -3
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +15 -15
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +12 -9
- package/dist/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +12 -9
- package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +44 -35
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +12 -9
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +8 -8
- package/dist/api/resources/ticketing/types/Account.d.ts +1 -1
- package/dist/api/resources/ticketing/types/AccountDetails.d.ts +2 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -2
- package/dist/api/resources/ticketing/types/Attachment.d.ts +1 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Comment.d.ts +3 -2
- package/dist/api/resources/ticketing/types/CommentContact.d.ts +1 -1
- package/dist/api/resources/ticketing/types/CommentRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/CommentRequestContact.d.ts +1 -1
- package/dist/api/resources/ticketing/types/CommentRequestUser.d.ts +1 -1
- package/dist/api/resources/ticketing/types/CommentUser.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Contact.d.ts +1 -1
- package/dist/api/resources/ticketing/types/LanguageEnum.d.ts +12 -0
- package/dist/api/resources/ticketing/types/LanguageEnum.js +10 -0
- package/dist/api/resources/ticketing/types/Project.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Role.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Tag.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Team.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +1 -0
- package/dist/api/resources/ticketing/types/User.d.ts +1 -1
- package/dist/api/resources/ticketing/types/index.d.ts +1 -0
- package/dist/api/resources/ticketing/types/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/asyncPassthrough/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/index.js +3 -1
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
- package/dist/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ReportItem.js +1 -0
- package/dist/serialization/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/asyncPassthrough/index.js +17 -0
- package/dist/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/dist/serialization/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/serialization/resources/ats/resources/index.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/index.js +3 -1
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
- package/dist/serialization/resources/ats/types/AccountDetails.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountDetails.js +1 -0
- package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/dist/serialization/resources/ats/types/LanguageEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/LanguageEnum.js +31 -0
- package/dist/serialization/resources/ats/types/index.d.ts +1 -0
- package/dist/serialization/resources/ats/types/index.js +1 -0
- package/dist/serialization/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/asyncPassthrough/index.js +17 -0
- package/dist/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/dist/serialization/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/serialization/resources/crm/resources/index.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/index.js +3 -1
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
- package/dist/serialization/resources/crm/types/AccountDetails.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountDetails.js +1 -0
- package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/dist/serialization/resources/crm/types/LanguageEnum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/LanguageEnum.js +31 -0
- package/dist/serialization/resources/crm/types/index.d.ts +1 -0
- package/dist/serialization/resources/crm/types/index.js +1 -0
- package/dist/serialization/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/asyncPassthrough/index.js +17 -0
- package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/serialization/resources/filestorage/resources/index.d.ts +2 -0
- package/dist/serialization/resources/filestorage/resources/index.js +3 -1
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
- package/dist/serialization/resources/filestorage/types/AccountDetails.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountDetails.js +1 -0
- package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/dist/serialization/resources/filestorage/types/LanguageEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/LanguageEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/index.js +1 -0
- package/dist/serialization/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/asyncPassthrough/index.js +17 -0
- package/dist/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/dist/serialization/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/serialization/resources/hris/resources/index.d.ts +2 -0
- package/dist/serialization/resources/hris/resources/index.js +3 -1
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
- package/dist/serialization/resources/hris/types/AccountDetails.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountDetails.js +1 -0
- package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/dist/serialization/resources/hris/types/LanguageEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/LanguageEnum.js +31 -0
- package/dist/serialization/resources/hris/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/types/index.js +1 -0
- package/dist/serialization/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/asyncPassthrough/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -0
- package/dist/serialization/resources/ticketing/resources/index.js +3 -1
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
- package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountDetails.js +1 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/dist/serialization/resources/ticketing/types/LanguageEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/LanguageEnum.js +31 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/index.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/asyncPassthrough/index.js +17 -0
- package/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/serialization/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
- package/serialization/resources/accounting/resources/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/index.js +3 -1
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
- package/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
- package/serialization/resources/accounting/types/ReportItem.js +1 -0
- package/serialization/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
- package/serialization/resources/ats/resources/asyncPassthrough/index.js +17 -0
- package/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/serialization/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/serialization/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
- package/serialization/resources/ats/resources/index.d.ts +2 -0
- package/serialization/resources/ats/resources/index.js +3 -1
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
- package/serialization/resources/ats/types/AccountDetails.d.ts +1 -0
- package/serialization/resources/ats/types/AccountDetails.js +1 -0
- package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/ats/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/serialization/resources/ats/types/LanguageEnum.d.ts +10 -0
- package/serialization/resources/ats/types/LanguageEnum.js +31 -0
- package/serialization/resources/ats/types/index.d.ts +1 -0
- package/serialization/resources/ats/types/index.js +1 -0
- package/serialization/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
- package/serialization/resources/crm/resources/asyncPassthrough/index.js +17 -0
- package/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/serialization/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/serialization/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
- package/serialization/resources/crm/resources/index.d.ts +2 -0
- package/serialization/resources/crm/resources/index.js +3 -1
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
- package/serialization/resources/crm/types/AccountDetails.d.ts +1 -0
- package/serialization/resources/crm/types/AccountDetails.js +1 -0
- package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/serialization/resources/crm/types/LanguageEnum.d.ts +10 -0
- package/serialization/resources/crm/types/LanguageEnum.js +31 -0
- package/serialization/resources/crm/types/index.d.ts +1 -0
- package/serialization/resources/crm/types/index.js +1 -0
- package/serialization/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/asyncPassthrough/index.js +17 -0
- package/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/serialization/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
- package/serialization/resources/filestorage/resources/index.d.ts +2 -0
- package/serialization/resources/filestorage/resources/index.js +3 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
- package/serialization/resources/filestorage/types/AccountDetails.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountDetails.js +1 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/serialization/resources/filestorage/types/LanguageEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/LanguageEnum.js +31 -0
- package/serialization/resources/filestorage/types/index.d.ts +1 -0
- package/serialization/resources/filestorage/types/index.js +1 -0
- package/serialization/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
- package/serialization/resources/hris/resources/asyncPassthrough/index.js +17 -0
- package/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/serialization/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
- package/serialization/resources/hris/resources/index.d.ts +2 -0
- package/serialization/resources/hris/resources/index.js +3 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
- package/serialization/resources/hris/types/AccountDetails.d.ts +1 -0
- package/serialization/resources/hris/types/AccountDetails.js +1 -0
- package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/hris/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/serialization/resources/hris/types/LanguageEnum.d.ts +10 -0
- package/serialization/resources/hris/types/LanguageEnum.js +31 -0
- package/serialization/resources/hris/types/index.d.ts +1 -0
- package/serialization/resources/hris/types/index.js +1 -0
- package/serialization/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/asyncPassthrough/index.js +17 -0
- package/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
- package/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
- package/serialization/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
- package/serialization/resources/ticketing/resources/index.d.ts +2 -0
- package/serialization/resources/ticketing/resources/index.js +3 -1
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
- package/serialization/resources/ticketing/types/AccountDetails.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountDetails.js +1 -0
- package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/serialization/resources/ticketing/types/LanguageEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/LanguageEnum.js +31 -0
- package/serialization/resources/ticketing/types/index.d.ts +1 -0
- package/serialization/resources/ticketing/types/index.js +1 -0
|
@@ -11,7 +11,7 @@ export interface StagesRemoteFieldClassesListRequest {
|
|
|
11
11
|
*/
|
|
12
12
|
cursor?: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
15
15
|
*/
|
|
16
16
|
includeDeletedData?: boolean;
|
|
17
17
|
/**
|
|
@@ -22,6 +22,10 @@ export interface StagesRemoteFieldClassesListRequest {
|
|
|
22
22
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
23
23
|
*/
|
|
24
24
|
includeRemoteFields?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
27
|
+
*/
|
|
28
|
+
includeShellData?: boolean;
|
|
25
29
|
/**
|
|
26
30
|
* If provided, will only return remote field classes with this is_common_model_field value
|
|
27
31
|
*/
|
|
@@ -9,6 +9,7 @@ export declare namespace SyncStatus {
|
|
|
9
9
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
10
|
apiKey: core.Supplier<core.BearerToken>;
|
|
11
11
|
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
fetcher?: core.FetchFunction;
|
|
12
13
|
}
|
|
13
14
|
interface RequestOptions {
|
|
14
15
|
timeoutInSeconds?: number;
|
|
@@ -55,7 +55,7 @@ class SyncStatus {
|
|
|
55
55
|
* await merge.crm.syncStatus.list({})
|
|
56
56
|
*/
|
|
57
57
|
list(request = {}, requestOptions) {
|
|
58
|
-
var _a;
|
|
58
|
+
var _a, _b;
|
|
59
59
|
return __awaiter(this, void 0, void 0, function* () {
|
|
60
60
|
const { cursor, pageSize } = request;
|
|
61
61
|
const _queryParams = {};
|
|
@@ -65,8 +65,8 @@ class SyncStatus {
|
|
|
65
65
|
if (pageSize != null) {
|
|
66
66
|
_queryParams["page_size"] = pageSize.toString();
|
|
67
67
|
}
|
|
68
|
-
const _response = yield core.fetcher({
|
|
69
|
-
url: (0, url_join_1.default)((
|
|
68
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
69
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/sync-status"),
|
|
70
70
|
method: "GET",
|
|
71
71
|
headers: {
|
|
72
72
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -75,7 +75,7 @@ class SyncStatus {
|
|
|
75
75
|
: undefined,
|
|
76
76
|
"X-Fern-Language": "JavaScript",
|
|
77
77
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
78
|
-
"X-Fern-SDK-Version": "1.0.
|
|
78
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
79
79
|
},
|
|
80
80
|
contentType: "application/json",
|
|
81
81
|
queryParameters: _queryParams,
|
|
@@ -9,6 +9,7 @@ export declare namespace Tasks {
|
|
|
9
9
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
10
|
apiKey: core.Supplier<core.BearerToken>;
|
|
11
11
|
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
fetcher?: core.FetchFunction;
|
|
12
13
|
}
|
|
13
14
|
interface RequestOptions {
|
|
14
15
|
timeoutInSeconds?: number;
|
|
@@ -66,9 +66,9 @@ class Tasks {
|
|
|
66
66
|
* await merge.crm.tasks.list({})
|
|
67
67
|
*/
|
|
68
68
|
list(request = {}, requestOptions) {
|
|
69
|
-
var _a;
|
|
69
|
+
var _a, _b;
|
|
70
70
|
return __awaiter(this, void 0, void 0, function* () {
|
|
71
|
-
const { createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
|
|
71
|
+
const { createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
|
|
72
72
|
const _queryParams = {};
|
|
73
73
|
if (createdAfter != null) {
|
|
74
74
|
_queryParams["created_after"] = createdAfter.toISOString();
|
|
@@ -91,6 +91,9 @@ class Tasks {
|
|
|
91
91
|
if (includeRemoteFields != null) {
|
|
92
92
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
93
93
|
}
|
|
94
|
+
if (includeShellData != null) {
|
|
95
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
96
|
+
}
|
|
94
97
|
if (modifiedAfter != null) {
|
|
95
98
|
_queryParams["modified_after"] = modifiedAfter.toISOString();
|
|
96
99
|
}
|
|
@@ -103,8 +106,8 @@ class Tasks {
|
|
|
103
106
|
if (remoteId != null) {
|
|
104
107
|
_queryParams["remote_id"] = remoteId;
|
|
105
108
|
}
|
|
106
|
-
const _response = yield core.fetcher({
|
|
107
|
-
url: (0, url_join_1.default)((
|
|
109
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
110
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/tasks"),
|
|
108
111
|
method: "GET",
|
|
109
112
|
headers: {
|
|
110
113
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -113,7 +116,7 @@ class Tasks {
|
|
|
113
116
|
: undefined,
|
|
114
117
|
"X-Fern-Language": "JavaScript",
|
|
115
118
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
116
|
-
"X-Fern-SDK-Version": "1.0.
|
|
119
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
117
120
|
},
|
|
118
121
|
contentType: "application/json",
|
|
119
122
|
queryParameters: _queryParams,
|
|
@@ -159,7 +162,7 @@ class Tasks {
|
|
|
159
162
|
* })
|
|
160
163
|
*/
|
|
161
164
|
create(request, requestOptions) {
|
|
162
|
-
var _a;
|
|
165
|
+
var _a, _b;
|
|
163
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
164
167
|
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
165
168
|
const _queryParams = {};
|
|
@@ -169,8 +172,8 @@ class Tasks {
|
|
|
169
172
|
if (runAsync != null) {
|
|
170
173
|
_queryParams["run_async"] = runAsync.toString();
|
|
171
174
|
}
|
|
172
|
-
const _response = yield core.fetcher({
|
|
173
|
-
url: (0, url_join_1.default)((
|
|
175
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
176
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/tasks"),
|
|
174
177
|
method: "POST",
|
|
175
178
|
headers: {
|
|
176
179
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -179,7 +182,7 @@ class Tasks {
|
|
|
179
182
|
: undefined,
|
|
180
183
|
"X-Fern-Language": "JavaScript",
|
|
181
184
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
182
|
-
"X-Fern-SDK-Version": "1.0.
|
|
185
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
183
186
|
},
|
|
184
187
|
contentType: "application/json",
|
|
185
188
|
queryParameters: _queryParams,
|
|
@@ -224,7 +227,7 @@ class Tasks {
|
|
|
224
227
|
* await merge.crm.tasks.retrieve("id", {})
|
|
225
228
|
*/
|
|
226
229
|
retrieve(id, request = {}, requestOptions) {
|
|
227
|
-
var _a;
|
|
230
|
+
var _a, _b;
|
|
228
231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
229
232
|
const { expand, includeRemoteData, includeRemoteFields } = request;
|
|
230
233
|
const _queryParams = {};
|
|
@@ -237,8 +240,8 @@ class Tasks {
|
|
|
237
240
|
if (includeRemoteFields != null) {
|
|
238
241
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
239
242
|
}
|
|
240
|
-
const _response = yield core.fetcher({
|
|
241
|
-
url: (0, url_join_1.default)((
|
|
243
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
244
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/tasks/${id}`),
|
|
242
245
|
method: "GET",
|
|
243
246
|
headers: {
|
|
244
247
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -247,7 +250,7 @@ class Tasks {
|
|
|
247
250
|
: undefined,
|
|
248
251
|
"X-Fern-Language": "JavaScript",
|
|
249
252
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
250
|
-
"X-Fern-SDK-Version": "1.0.
|
|
253
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
251
254
|
},
|
|
252
255
|
contentType: "application/json",
|
|
253
256
|
queryParameters: _queryParams,
|
|
@@ -293,7 +296,7 @@ class Tasks {
|
|
|
293
296
|
* })
|
|
294
297
|
*/
|
|
295
298
|
partialUpdate(id, request, requestOptions) {
|
|
296
|
-
var _a;
|
|
299
|
+
var _a, _b;
|
|
297
300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
298
301
|
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
299
302
|
const _queryParams = {};
|
|
@@ -303,8 +306,8 @@ class Tasks {
|
|
|
303
306
|
if (runAsync != null) {
|
|
304
307
|
_queryParams["run_async"] = runAsync.toString();
|
|
305
308
|
}
|
|
306
|
-
const _response = yield core.fetcher({
|
|
307
|
-
url: (0, url_join_1.default)((
|
|
309
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
310
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/tasks/${id}`),
|
|
308
311
|
method: "PATCH",
|
|
309
312
|
headers: {
|
|
310
313
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -313,7 +316,7 @@ class Tasks {
|
|
|
313
316
|
: undefined,
|
|
314
317
|
"X-Fern-Language": "JavaScript",
|
|
315
318
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
316
|
-
"X-Fern-SDK-Version": "1.0.
|
|
319
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
317
320
|
},
|
|
318
321
|
contentType: "application/json",
|
|
319
322
|
queryParameters: _queryParams,
|
|
@@ -360,10 +363,10 @@ class Tasks {
|
|
|
360
363
|
* await merge.crm.tasks.metaPatchRetrieve("id")
|
|
361
364
|
*/
|
|
362
365
|
metaPatchRetrieve(id, requestOptions) {
|
|
363
|
-
var _a;
|
|
366
|
+
var _a, _b;
|
|
364
367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
365
|
-
const _response = yield core.fetcher({
|
|
366
|
-
url: (0, url_join_1.default)((
|
|
368
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
369
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/tasks/meta/patch/${id}`),
|
|
367
370
|
method: "GET",
|
|
368
371
|
headers: {
|
|
369
372
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -372,7 +375,7 @@ class Tasks {
|
|
|
372
375
|
: undefined,
|
|
373
376
|
"X-Fern-Language": "JavaScript",
|
|
374
377
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
375
|
-
"X-Fern-SDK-Version": "1.0.
|
|
378
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
376
379
|
},
|
|
377
380
|
contentType: "application/json",
|
|
378
381
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -415,10 +418,10 @@ class Tasks {
|
|
|
415
418
|
* await merge.crm.tasks.metaPostRetrieve()
|
|
416
419
|
*/
|
|
417
420
|
metaPostRetrieve(requestOptions) {
|
|
418
|
-
var _a;
|
|
421
|
+
var _a, _b;
|
|
419
422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
420
|
-
const _response = yield core.fetcher({
|
|
421
|
-
url: (0, url_join_1.default)((
|
|
423
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
424
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/tasks/meta/post"),
|
|
422
425
|
method: "GET",
|
|
423
426
|
headers: {
|
|
424
427
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -427,7 +430,7 @@ class Tasks {
|
|
|
427
430
|
: undefined,
|
|
428
431
|
"X-Fern-Language": "JavaScript",
|
|
429
432
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
430
|
-
"X-Fern-SDK-Version": "1.0.
|
|
433
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
431
434
|
},
|
|
432
435
|
contentType: "application/json",
|
|
433
436
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -470,9 +473,9 @@ class Tasks {
|
|
|
470
473
|
* await merge.crm.tasks.remoteFieldClassesList({})
|
|
471
474
|
*/
|
|
472
475
|
remoteFieldClassesList(request = {}, requestOptions) {
|
|
473
|
-
var _a;
|
|
476
|
+
var _a, _b;
|
|
474
477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
475
|
-
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, isCommonModelField, pageSize } = request;
|
|
478
|
+
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, isCommonModelField, pageSize, } = request;
|
|
476
479
|
const _queryParams = {};
|
|
477
480
|
if (cursor != null) {
|
|
478
481
|
_queryParams["cursor"] = cursor;
|
|
@@ -486,14 +489,17 @@ class Tasks {
|
|
|
486
489
|
if (includeRemoteFields != null) {
|
|
487
490
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
488
491
|
}
|
|
492
|
+
if (includeShellData != null) {
|
|
493
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
494
|
+
}
|
|
489
495
|
if (isCommonModelField != null) {
|
|
490
496
|
_queryParams["is_common_model_field"] = isCommonModelField.toString();
|
|
491
497
|
}
|
|
492
498
|
if (pageSize != null) {
|
|
493
499
|
_queryParams["page_size"] = pageSize.toString();
|
|
494
500
|
}
|
|
495
|
-
const _response = yield core.fetcher({
|
|
496
|
-
url: (0, url_join_1.default)((
|
|
501
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
502
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/tasks/remote-field-classes"),
|
|
497
503
|
method: "GET",
|
|
498
504
|
headers: {
|
|
499
505
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -502,7 +508,7 @@ class Tasks {
|
|
|
502
508
|
: undefined,
|
|
503
509
|
"X-Fern-Language": "JavaScript",
|
|
504
510
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
505
|
-
"X-Fern-SDK-Version": "1.0.
|
|
511
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
506
512
|
},
|
|
507
513
|
contentType: "application/json",
|
|
508
514
|
queryParameters: _queryParams,
|
|
@@ -24,7 +24,7 @@ export interface TasksListRequest {
|
|
|
24
24
|
*/
|
|
25
25
|
expand?: Merge.crm.TasksListRequestExpand;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
28
28
|
*/
|
|
29
29
|
includeDeletedData?: boolean;
|
|
30
30
|
/**
|
|
@@ -35,6 +35,10 @@ export interface TasksListRequest {
|
|
|
35
35
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
36
36
|
*/
|
|
37
37
|
includeRemoteFields?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
40
|
+
*/
|
|
41
|
+
includeShellData?: boolean;
|
|
38
42
|
/**
|
|
39
43
|
* If provided, only objects synced by Merge after this date time will be returned.
|
|
40
44
|
*/
|
|
@@ -11,7 +11,7 @@ export interface TasksRemoteFieldClassesListRequest {
|
|
|
11
11
|
*/
|
|
12
12
|
cursor?: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
15
15
|
*/
|
|
16
16
|
includeDeletedData?: boolean;
|
|
17
17
|
/**
|
|
@@ -22,6 +22,10 @@ export interface TasksRemoteFieldClassesListRequest {
|
|
|
22
22
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
23
23
|
*/
|
|
24
24
|
includeRemoteFields?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
27
|
+
*/
|
|
28
|
+
includeShellData?: boolean;
|
|
25
29
|
/**
|
|
26
30
|
* If provided, will only return remote field classes with this is_common_model_field value
|
|
27
31
|
*/
|
|
@@ -9,6 +9,7 @@ export declare namespace Users {
|
|
|
9
9
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
10
|
apiKey: core.Supplier<core.BearerToken>;
|
|
11
11
|
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
fetcher?: core.FetchFunction;
|
|
12
13
|
}
|
|
13
14
|
interface RequestOptions {
|
|
14
15
|
timeoutInSeconds?: number;
|
|
@@ -55,9 +55,9 @@ class Users {
|
|
|
55
55
|
* await merge.crm.users.list({})
|
|
56
56
|
*/
|
|
57
57
|
list(request = {}, requestOptions) {
|
|
58
|
-
var _a;
|
|
58
|
+
var _a, _b;
|
|
59
59
|
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
-
const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeRemoteFields, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
|
|
60
|
+
const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
|
|
61
61
|
const _queryParams = {};
|
|
62
62
|
if (createdAfter != null) {
|
|
63
63
|
_queryParams["created_after"] = createdAfter.toISOString();
|
|
@@ -77,6 +77,9 @@ class Users {
|
|
|
77
77
|
if (includeRemoteFields != null) {
|
|
78
78
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
79
79
|
}
|
|
80
|
+
if (includeShellData != null) {
|
|
81
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
82
|
+
}
|
|
80
83
|
if (modifiedAfter != null) {
|
|
81
84
|
_queryParams["modified_after"] = modifiedAfter.toISOString();
|
|
82
85
|
}
|
|
@@ -89,8 +92,8 @@ class Users {
|
|
|
89
92
|
if (remoteId != null) {
|
|
90
93
|
_queryParams["remote_id"] = remoteId;
|
|
91
94
|
}
|
|
92
|
-
const _response = yield core.fetcher({
|
|
93
|
-
url: (0, url_join_1.default)((
|
|
95
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
96
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/users"),
|
|
94
97
|
method: "GET",
|
|
95
98
|
headers: {
|
|
96
99
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -99,7 +102,7 @@ class Users {
|
|
|
99
102
|
: undefined,
|
|
100
103
|
"X-Fern-Language": "JavaScript",
|
|
101
104
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
102
|
-
"X-Fern-SDK-Version": "1.0.
|
|
105
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
103
106
|
},
|
|
104
107
|
contentType: "application/json",
|
|
105
108
|
queryParameters: _queryParams,
|
|
@@ -143,7 +146,7 @@ class Users {
|
|
|
143
146
|
* await merge.crm.users.retrieve("id", {})
|
|
144
147
|
*/
|
|
145
148
|
retrieve(id, request = {}, requestOptions) {
|
|
146
|
-
var _a;
|
|
149
|
+
var _a, _b;
|
|
147
150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
148
151
|
const { includeRemoteData, includeRemoteFields } = request;
|
|
149
152
|
const _queryParams = {};
|
|
@@ -153,8 +156,8 @@ class Users {
|
|
|
153
156
|
if (includeRemoteFields != null) {
|
|
154
157
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
155
158
|
}
|
|
156
|
-
const _response = yield core.fetcher({
|
|
157
|
-
url: (0, url_join_1.default)((
|
|
159
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
160
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/users/${id}`),
|
|
158
161
|
method: "GET",
|
|
159
162
|
headers: {
|
|
160
163
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -163,7 +166,7 @@ class Users {
|
|
|
163
166
|
: undefined,
|
|
164
167
|
"X-Fern-Language": "JavaScript",
|
|
165
168
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
166
|
-
"X-Fern-SDK-Version": "1.0.
|
|
169
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
167
170
|
},
|
|
168
171
|
contentType: "application/json",
|
|
169
172
|
queryParameters: _queryParams,
|
|
@@ -209,10 +212,10 @@ class Users {
|
|
|
209
212
|
* })
|
|
210
213
|
*/
|
|
211
214
|
ignoreCreate(modelId, request, requestOptions) {
|
|
212
|
-
var _a;
|
|
215
|
+
var _a, _b;
|
|
213
216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
214
|
-
const _response = yield core.fetcher({
|
|
215
|
-
url: (0, url_join_1.default)((
|
|
217
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
218
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/users/ignore/${modelId}`),
|
|
216
219
|
method: "POST",
|
|
217
220
|
headers: {
|
|
218
221
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -221,7 +224,7 @@ class Users {
|
|
|
221
224
|
: undefined,
|
|
222
225
|
"X-Fern-Language": "JavaScript",
|
|
223
226
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
224
|
-
"X-Fern-SDK-Version": "1.0.
|
|
227
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
225
228
|
},
|
|
226
229
|
contentType: "application/json",
|
|
227
230
|
body: yield serializers.crm.IgnoreCommonModelRequest.jsonOrThrow(request, {
|
|
@@ -261,9 +264,9 @@ class Users {
|
|
|
261
264
|
* await merge.crm.users.remoteFieldClassesList({})
|
|
262
265
|
*/
|
|
263
266
|
remoteFieldClassesList(request = {}, requestOptions) {
|
|
264
|
-
var _a;
|
|
267
|
+
var _a, _b;
|
|
265
268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
266
|
-
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, isCommonModelField, pageSize } = request;
|
|
269
|
+
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, isCommonModelField, pageSize, } = request;
|
|
267
270
|
const _queryParams = {};
|
|
268
271
|
if (cursor != null) {
|
|
269
272
|
_queryParams["cursor"] = cursor;
|
|
@@ -277,14 +280,17 @@ class Users {
|
|
|
277
280
|
if (includeRemoteFields != null) {
|
|
278
281
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
279
282
|
}
|
|
283
|
+
if (includeShellData != null) {
|
|
284
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
285
|
+
}
|
|
280
286
|
if (isCommonModelField != null) {
|
|
281
287
|
_queryParams["is_common_model_field"] = isCommonModelField.toString();
|
|
282
288
|
}
|
|
283
289
|
if (pageSize != null) {
|
|
284
290
|
_queryParams["page_size"] = pageSize.toString();
|
|
285
291
|
}
|
|
286
|
-
const _response = yield core.fetcher({
|
|
287
|
-
url: (0, url_join_1.default)((
|
|
292
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
293
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/users/remote-field-classes"),
|
|
288
294
|
method: "GET",
|
|
289
295
|
headers: {
|
|
290
296
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -293,7 +299,7 @@ class Users {
|
|
|
293
299
|
: undefined,
|
|
294
300
|
"X-Fern-Language": "JavaScript",
|
|
295
301
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
296
|
-
"X-Fern-SDK-Version": "1.0.
|
|
302
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
297
303
|
},
|
|
298
304
|
contentType: "application/json",
|
|
299
305
|
queryParameters: _queryParams,
|
|
@@ -19,7 +19,7 @@ export interface UsersListRequest {
|
|
|
19
19
|
*/
|
|
20
20
|
cursor?: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
23
23
|
*/
|
|
24
24
|
includeDeletedData?: boolean;
|
|
25
25
|
/**
|
|
@@ -30,6 +30,10 @@ export interface UsersListRequest {
|
|
|
30
30
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
31
31
|
*/
|
|
32
32
|
includeRemoteFields?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
35
|
+
*/
|
|
36
|
+
includeShellData?: boolean;
|
|
33
37
|
/**
|
|
34
38
|
* If provided, only objects synced by Merge after this date time will be returned.
|
|
35
39
|
*/
|
|
@@ -11,7 +11,7 @@ export interface UsersRemoteFieldClassesListRequest {
|
|
|
11
11
|
*/
|
|
12
12
|
cursor?: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
15
15
|
*/
|
|
16
16
|
includeDeletedData?: boolean;
|
|
17
17
|
/**
|
|
@@ -22,6 +22,10 @@ export interface UsersRemoteFieldClassesListRequest {
|
|
|
22
22
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
23
23
|
*/
|
|
24
24
|
includeRemoteFields?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
27
|
+
*/
|
|
28
|
+
includeShellData?: boolean;
|
|
25
29
|
/**
|
|
26
30
|
* If provided, will only return remote field classes with this is_common_model_field value
|
|
27
31
|
*/
|
|
@@ -9,6 +9,7 @@ export declare namespace WebhookReceivers {
|
|
|
9
9
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
10
|
apiKey: core.Supplier<core.BearerToken>;
|
|
11
11
|
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
fetcher?: core.FetchFunction;
|
|
12
13
|
}
|
|
13
14
|
interface RequestOptions {
|
|
14
15
|
timeoutInSeconds?: number;
|
|
@@ -55,10 +55,10 @@ class WebhookReceivers {
|
|
|
55
55
|
* await merge.crm.webhookReceivers.list()
|
|
56
56
|
*/
|
|
57
57
|
list(requestOptions) {
|
|
58
|
-
var _a;
|
|
58
|
+
var _a, _b;
|
|
59
59
|
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
-
const _response = yield core.fetcher({
|
|
61
|
-
url: (0, url_join_1.default)((
|
|
60
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
61
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/webhook-receivers"),
|
|
62
62
|
method: "GET",
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -67,7 +67,7 @@ class WebhookReceivers {
|
|
|
67
67
|
: undefined,
|
|
68
68
|
"X-Fern-Language": "JavaScript",
|
|
69
69
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
70
|
-
"X-Fern-SDK-Version": "1.0.
|
|
70
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
71
71
|
},
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -113,10 +113,10 @@ class WebhookReceivers {
|
|
|
113
113
|
* })
|
|
114
114
|
*/
|
|
115
115
|
create(request, requestOptions) {
|
|
116
|
-
var _a;
|
|
116
|
+
var _a, _b;
|
|
117
117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
118
|
-
const _response = yield core.fetcher({
|
|
119
|
-
url: (0, url_join_1.default)((
|
|
118
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
119
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/webhook-receivers"),
|
|
120
120
|
method: "POST",
|
|
121
121
|
headers: {
|
|
122
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -125,7 +125,7 @@ class WebhookReceivers {
|
|
|
125
125
|
: undefined,
|
|
126
126
|
"X-Fern-Language": "JavaScript",
|
|
127
127
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
128
|
-
"X-Fern-SDK-Version": "1.0.
|
|
128
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
129
129
|
},
|
|
130
130
|
contentType: "application/json",
|
|
131
131
|
body: yield serializers.crm.WebhookReceiverRequest.jsonOrThrow(request, {
|
|
@@ -41,6 +41,7 @@ export interface Account {
|
|
|
41
41
|
remoteUpdatedAt?: Date;
|
|
42
42
|
/** When the third party's account was created. */
|
|
43
43
|
remoteCreatedAt?: Date;
|
|
44
|
+
/** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
|
|
44
45
|
remoteWasDeleted?: boolean;
|
|
45
46
|
fieldMappings?: Record<string, unknown>;
|
|
46
47
|
remoteData?: Merge.crm.RemoteData[];
|
|
@@ -15,4 +15,6 @@ export interface AccountDetails {
|
|
|
15
15
|
/** Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. */
|
|
16
16
|
isDuplicate?: boolean;
|
|
17
17
|
accountType?: string;
|
|
18
|
+
/** The time at which account completes the linking flow. */
|
|
19
|
+
completedAt?: Date;
|
|
18
20
|
}
|
|
@@ -5,10 +5,12 @@
|
|
|
5
5
|
* - `COMPLETE` - COMPLETE
|
|
6
6
|
* - `INCOMPLETE` - INCOMPLETE
|
|
7
7
|
* - `RELINK_NEEDED` - RELINK_NEEDED
|
|
8
|
+
* - `IDLE` - IDLE
|
|
8
9
|
*/
|
|
9
|
-
export declare type AccountDetailsAndActionsStatusEnum = "COMPLETE" | "INCOMPLETE" | "RELINK_NEEDED";
|
|
10
|
+
export declare type AccountDetailsAndActionsStatusEnum = "COMPLETE" | "INCOMPLETE" | "RELINK_NEEDED" | "IDLE";
|
|
10
11
|
export declare const AccountDetailsAndActionsStatusEnum: {
|
|
11
12
|
readonly Complete: "COMPLETE";
|
|
12
13
|
readonly Incomplete: "INCOMPLETE";
|
|
13
14
|
readonly RelinkNeeded: "RELINK_NEEDED";
|
|
15
|
+
readonly Idle: "IDLE";
|
|
14
16
|
};
|
|
@@ -9,9 +9,9 @@ export interface AccountIntegration {
|
|
|
9
9
|
abbreviatedName?: string;
|
|
10
10
|
/** Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]. */
|
|
11
11
|
categories?: Merge.crm.CategoriesEnum[];
|
|
12
|
-
/** Company logo in rectangular shape.
|
|
12
|
+
/** Company logo in rectangular shape. */
|
|
13
13
|
image?: string;
|
|
14
|
-
/** Company logo in square shape.
|
|
14
|
+
/** Company logo in square shape. */
|
|
15
15
|
squareImage?: string;
|
|
16
16
|
/** The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b> */
|
|
17
17
|
color?: string;
|
|
@@ -36,6 +36,7 @@ export interface Contact {
|
|
|
36
36
|
lastActivityAt?: Date;
|
|
37
37
|
/** When the third party's contact was created. */
|
|
38
38
|
remoteCreatedAt?: Date;
|
|
39
|
+
/** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
|
|
39
40
|
remoteWasDeleted?: boolean;
|
|
40
41
|
fieldMappings?: Record<string, unknown>;
|
|
41
42
|
remoteData?: Merge.crm.RemoteData[];
|