@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
|
@@ -55,10 +55,10 @@ class FieldMapping {
|
|
|
55
55
|
* await merge.crm.fieldMapping.fieldMappingsRetrieve()
|
|
56
56
|
*/
|
|
57
57
|
fieldMappingsRetrieve(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/field-mappings"),
|
|
62
62
|
method: "GET",
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -67,7 +67,7 @@ class FieldMapping {
|
|
|
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,
|
|
@@ -117,10 +117,10 @@ class FieldMapping {
|
|
|
117
117
|
* })
|
|
118
118
|
*/
|
|
119
119
|
fieldMappingsCreate(request, requestOptions) {
|
|
120
|
-
var _a;
|
|
120
|
+
var _a, _b;
|
|
121
121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
122
|
-
const _response = yield core.fetcher({
|
|
123
|
-
url: (0, url_join_1.default)((
|
|
122
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
123
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/field-mappings"),
|
|
124
124
|
method: "POST",
|
|
125
125
|
headers: {
|
|
126
126
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -129,7 +129,7 @@ class FieldMapping {
|
|
|
129
129
|
: undefined,
|
|
130
130
|
"X-Fern-Language": "JavaScript",
|
|
131
131
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
132
|
-
"X-Fern-SDK-Version": "1.0.
|
|
132
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
133
133
|
},
|
|
134
134
|
contentType: "application/json",
|
|
135
135
|
body: yield serializers.crm.CreateFieldMappingRequest.jsonOrThrow(request, {
|
|
@@ -175,10 +175,10 @@ class FieldMapping {
|
|
|
175
175
|
* await merge.crm.fieldMapping.fieldMappingsDestroy("field_mapping_id")
|
|
176
176
|
*/
|
|
177
177
|
fieldMappingsDestroy(fieldMappingId, requestOptions) {
|
|
178
|
-
var _a;
|
|
178
|
+
var _a, _b;
|
|
179
179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
180
|
-
const _response = yield core.fetcher({
|
|
181
|
-
url: (0, url_join_1.default)((
|
|
180
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
181
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/field-mappings/${fieldMappingId}`),
|
|
182
182
|
method: "DELETE",
|
|
183
183
|
headers: {
|
|
184
184
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -187,7 +187,7 @@ class FieldMapping {
|
|
|
187
187
|
: undefined,
|
|
188
188
|
"X-Fern-Language": "JavaScript",
|
|
189
189
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
190
|
-
"X-Fern-SDK-Version": "1.0.
|
|
190
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
191
191
|
},
|
|
192
192
|
contentType: "application/json",
|
|
193
193
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -230,10 +230,10 @@ class FieldMapping {
|
|
|
230
230
|
* await merge.crm.fieldMapping.fieldMappingsPartialUpdate("field_mapping_id", {})
|
|
231
231
|
*/
|
|
232
232
|
fieldMappingsPartialUpdate(fieldMappingId, request = {}, requestOptions) {
|
|
233
|
-
var _a;
|
|
233
|
+
var _a, _b;
|
|
234
234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
235
|
-
const _response = yield core.fetcher({
|
|
236
|
-
url: (0, url_join_1.default)((
|
|
235
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
236
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/field-mappings/${fieldMappingId}`),
|
|
237
237
|
method: "PATCH",
|
|
238
238
|
headers: {
|
|
239
239
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -242,7 +242,7 @@ class FieldMapping {
|
|
|
242
242
|
: undefined,
|
|
243
243
|
"X-Fern-Language": "JavaScript",
|
|
244
244
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
245
|
-
"X-Fern-SDK-Version": "1.0.
|
|
245
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
246
246
|
},
|
|
247
247
|
contentType: "application/json",
|
|
248
248
|
body: yield serializers.crm.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
|
|
@@ -288,7 +288,7 @@ class FieldMapping {
|
|
|
288
288
|
* await merge.crm.fieldMapping.remoteFieldsRetrieve({})
|
|
289
289
|
*/
|
|
290
290
|
remoteFieldsRetrieve(request = {}, requestOptions) {
|
|
291
|
-
var _a;
|
|
291
|
+
var _a, _b;
|
|
292
292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
293
293
|
const { commonModels, includeExampleValues } = request;
|
|
294
294
|
const _queryParams = {};
|
|
@@ -298,8 +298,8 @@ class FieldMapping {
|
|
|
298
298
|
if (includeExampleValues != null) {
|
|
299
299
|
_queryParams["include_example_values"] = includeExampleValues;
|
|
300
300
|
}
|
|
301
|
-
const _response = yield core.fetcher({
|
|
302
|
-
url: (0, url_join_1.default)((
|
|
301
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
302
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/remote-fields"),
|
|
303
303
|
method: "GET",
|
|
304
304
|
headers: {
|
|
305
305
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -308,7 +308,7 @@ class FieldMapping {
|
|
|
308
308
|
: undefined,
|
|
309
309
|
"X-Fern-Language": "JavaScript",
|
|
310
310
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
311
|
-
"X-Fern-SDK-Version": "1.0.
|
|
311
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
312
312
|
},
|
|
313
313
|
contentType: "application/json",
|
|
314
314
|
queryParameters: _queryParams,
|
|
@@ -352,10 +352,10 @@ class FieldMapping {
|
|
|
352
352
|
* await merge.crm.fieldMapping.targetFieldsRetrieve()
|
|
353
353
|
*/
|
|
354
354
|
targetFieldsRetrieve(requestOptions) {
|
|
355
|
-
var _a;
|
|
355
|
+
var _a, _b;
|
|
356
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
357
|
-
const _response = yield core.fetcher({
|
|
358
|
-
url: (0, url_join_1.default)((
|
|
357
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
358
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/target-fields"),
|
|
359
359
|
method: "GET",
|
|
360
360
|
headers: {
|
|
361
361
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -364,7 +364,7 @@ class FieldMapping {
|
|
|
364
364
|
: undefined,
|
|
365
365
|
"X-Fern-Language": "JavaScript",
|
|
366
366
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
367
|
-
"X-Fern-SDK-Version": "1.0.
|
|
367
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
368
368
|
},
|
|
369
369
|
contentType: "application/json",
|
|
370
370
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -9,6 +9,7 @@ export declare namespace ForceResync {
|
|
|
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;
|
|
@@ -19,7 +20,7 @@ export declare class ForceResync {
|
|
|
19
20
|
protected readonly _options: ForceResync.Options;
|
|
20
21
|
constructor(_options: ForceResync.Options);
|
|
21
22
|
/**
|
|
22
|
-
* Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the
|
|
23
|
+
* Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
|
|
23
24
|
*
|
|
24
25
|
* @example
|
|
25
26
|
* await merge.crm.forceResync.syncStatusResyncCreate()
|
|
@@ -49,16 +49,16 @@ class ForceResync {
|
|
|
49
49
|
this._options = _options;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the
|
|
52
|
+
* Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
|
|
53
53
|
*
|
|
54
54
|
* @example
|
|
55
55
|
* await merge.crm.forceResync.syncStatusResyncCreate()
|
|
56
56
|
*/
|
|
57
57
|
syncStatusResyncCreate(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/sync-status/resync"),
|
|
62
62
|
method: "POST",
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -67,7 +67,7 @@ class ForceResync {
|
|
|
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,
|
|
@@ -9,6 +9,7 @@ export declare namespace GenerateKey {
|
|
|
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;
|
|
@@ -57,10 +57,10 @@ class GenerateKey {
|
|
|
57
57
|
* })
|
|
58
58
|
*/
|
|
59
59
|
create(request, requestOptions) {
|
|
60
|
-
var _a;
|
|
60
|
+
var _a, _b;
|
|
61
61
|
return __awaiter(this, void 0, void 0, function* () {
|
|
62
|
-
const _response = yield core.fetcher({
|
|
63
|
-
url: (0, url_join_1.default)((
|
|
62
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
63
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/generate-key"),
|
|
64
64
|
method: "POST",
|
|
65
65
|
headers: {
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -69,7 +69,7 @@ class GenerateKey {
|
|
|
69
69
|
: undefined,
|
|
70
70
|
"X-Fern-Language": "JavaScript",
|
|
71
71
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
72
|
-
"X-Fern-SDK-Version": "1.0.
|
|
72
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
73
73
|
},
|
|
74
74
|
contentType: "application/json",
|
|
75
75
|
body: yield serializers.crm.GenerateRemoteKeyRequest.jsonOrThrow(request, {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as asyncPassthrough from "./asyncPassthrough";
|
|
2
|
+
export * from "./asyncPassthrough/types";
|
|
1
3
|
export * as contacts from "./contacts";
|
|
2
4
|
export * from "./contacts/types";
|
|
3
5
|
export * as engagements from "./engagements";
|
|
@@ -17,7 +19,6 @@ export * from "./tasks/types";
|
|
|
17
19
|
export * as accountDetails from "./accountDetails";
|
|
18
20
|
export * as accountToken from "./accountToken";
|
|
19
21
|
export * as accounts from "./accounts";
|
|
20
|
-
export * as asyncPassthrough from "./asyncPassthrough";
|
|
21
22
|
export * as auditTrail from "./auditTrail";
|
|
22
23
|
export * as availableActions from "./availableActions";
|
|
23
24
|
export * as customObjectClasses from "./customObjectClasses";
|
|
@@ -26,7 +26,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.webhookReceivers = exports.users = exports.forceResync = exports.syncStatus = exports.stages = exports.regenerateKey = exports.passthrough = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.engagementTypes = exports.deleteAccount = exports.scopes = exports.associations = exports.customObjects = exports.associationTypes = exports.customObjectClasses = exports.availableActions = exports.auditTrail = exports.
|
|
29
|
+
exports.webhookReceivers = exports.users = exports.forceResync = exports.syncStatus = exports.stages = exports.regenerateKey = exports.passthrough = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.engagementTypes = exports.deleteAccount = exports.scopes = exports.associations = exports.customObjects = exports.associationTypes = exports.customObjectClasses = exports.availableActions = exports.auditTrail = exports.accounts = exports.accountToken = exports.accountDetails = exports.tasks = exports.opportunities = exports.notes = exports.linkedAccounts = exports.leads = exports.issues = exports.engagements = exports.contacts = exports.asyncPassthrough = void 0;
|
|
30
|
+
exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
|
|
31
|
+
__exportStar(require("./asyncPassthrough/types"), exports);
|
|
30
32
|
exports.contacts = __importStar(require("./contacts"));
|
|
31
33
|
__exportStar(require("./contacts/types"), exports);
|
|
32
34
|
exports.engagements = __importStar(require("./engagements"));
|
|
@@ -46,7 +48,6 @@ __exportStar(require("./tasks/types"), exports);
|
|
|
46
48
|
exports.accountDetails = __importStar(require("./accountDetails"));
|
|
47
49
|
exports.accountToken = __importStar(require("./accountToken"));
|
|
48
50
|
exports.accounts = __importStar(require("./accounts"));
|
|
49
|
-
exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
|
|
50
51
|
exports.auditTrail = __importStar(require("./auditTrail"));
|
|
51
52
|
exports.availableActions = __importStar(require("./availableActions"));
|
|
52
53
|
exports.customObjectClasses = __importStar(require("./customObjectClasses"));
|
|
@@ -9,6 +9,7 @@ export declare namespace Issues {
|
|
|
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 Issues {
|
|
|
55
55
|
* await merge.crm.issues.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 { accountToken, cursor, endDate, endUserOrganizationName, firstIncidentTimeAfter, firstIncidentTimeBefore, includeMuted, integrationName, lastIncidentTimeAfter, lastIncidentTimeBefore, linkedAccountId, pageSize, startDate, status, } = request;
|
|
61
61
|
const _queryParams = {};
|
|
@@ -101,8 +101,8 @@ class Issues {
|
|
|
101
101
|
if (status != null) {
|
|
102
102
|
_queryParams["status"] = status;
|
|
103
103
|
}
|
|
104
|
-
const _response = yield core.fetcher({
|
|
105
|
-
url: (0, url_join_1.default)((
|
|
104
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
105
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/issues"),
|
|
106
106
|
method: "GET",
|
|
107
107
|
headers: {
|
|
108
108
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -111,7 +111,7 @@ class Issues {
|
|
|
111
111
|
: undefined,
|
|
112
112
|
"X-Fern-Language": "JavaScript",
|
|
113
113
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
114
|
-
"X-Fern-SDK-Version": "1.0.
|
|
114
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
115
115
|
},
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
queryParameters: _queryParams,
|
|
@@ -155,10 +155,10 @@ class Issues {
|
|
|
155
155
|
* await merge.crm.issues.retrieve("id")
|
|
156
156
|
*/
|
|
157
157
|
retrieve(id, requestOptions) {
|
|
158
|
-
var _a;
|
|
158
|
+
var _a, _b;
|
|
159
159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
160
|
-
const _response = yield core.fetcher({
|
|
161
|
-
url: (0, url_join_1.default)((
|
|
160
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
161
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/issues/${id}`),
|
|
162
162
|
method: "GET",
|
|
163
163
|
headers: {
|
|
164
164
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -167,7 +167,7 @@ class Issues {
|
|
|
167
167
|
: undefined,
|
|
168
168
|
"X-Fern-Language": "JavaScript",
|
|
169
169
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
170
|
-
"X-Fern-SDK-Version": "1.0.
|
|
170
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
171
171
|
},
|
|
172
172
|
contentType: "application/json",
|
|
173
173
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -9,6 +9,7 @@ export declare namespace Leads {
|
|
|
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 Leads {
|
|
|
66
66
|
* await merge.crm.leads.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 { convertedAccountId, convertedContactId, createdAfter, createdBefore, cursor, emailAddresses, expand, includeDeletedData, includeRemoteData, includeRemoteFields, modifiedAfter, modifiedBefore, ownerId, pageSize, phoneNumbers, remoteId, } = request;
|
|
71
|
+
const { convertedAccountId, convertedContactId, createdAfter, createdBefore, cursor, emailAddresses, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, ownerId, pageSize, phoneNumbers, remoteId, } = request;
|
|
72
72
|
const _queryParams = {};
|
|
73
73
|
if (convertedAccountId != null) {
|
|
74
74
|
_queryParams["converted_account_id"] = convertedAccountId;
|
|
@@ -100,6 +100,9 @@ class Leads {
|
|
|
100
100
|
if (includeRemoteFields != null) {
|
|
101
101
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
102
102
|
}
|
|
103
|
+
if (includeShellData != null) {
|
|
104
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
105
|
+
}
|
|
103
106
|
if (modifiedAfter != null) {
|
|
104
107
|
_queryParams["modified_after"] = modifiedAfter.toISOString();
|
|
105
108
|
}
|
|
@@ -118,8 +121,8 @@ class Leads {
|
|
|
118
121
|
if (remoteId != null) {
|
|
119
122
|
_queryParams["remote_id"] = remoteId;
|
|
120
123
|
}
|
|
121
|
-
const _response = yield core.fetcher({
|
|
122
|
-
url: (0, url_join_1.default)((
|
|
124
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
125
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/leads"),
|
|
123
126
|
method: "GET",
|
|
124
127
|
headers: {
|
|
125
128
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -128,7 +131,7 @@ class Leads {
|
|
|
128
131
|
: undefined,
|
|
129
132
|
"X-Fern-Language": "JavaScript",
|
|
130
133
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
131
|
-
"X-Fern-SDK-Version": "1.0.
|
|
134
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
132
135
|
},
|
|
133
136
|
contentType: "application/json",
|
|
134
137
|
queryParameters: _queryParams,
|
|
@@ -174,7 +177,7 @@ class Leads {
|
|
|
174
177
|
* })
|
|
175
178
|
*/
|
|
176
179
|
create(request, requestOptions) {
|
|
177
|
-
var _a;
|
|
180
|
+
var _a, _b;
|
|
178
181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
179
182
|
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
180
183
|
const _queryParams = {};
|
|
@@ -184,8 +187,8 @@ class Leads {
|
|
|
184
187
|
if (runAsync != null) {
|
|
185
188
|
_queryParams["run_async"] = runAsync.toString();
|
|
186
189
|
}
|
|
187
|
-
const _response = yield core.fetcher({
|
|
188
|
-
url: (0, url_join_1.default)((
|
|
190
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
191
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/leads"),
|
|
189
192
|
method: "POST",
|
|
190
193
|
headers: {
|
|
191
194
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -194,7 +197,7 @@ class Leads {
|
|
|
194
197
|
: undefined,
|
|
195
198
|
"X-Fern-Language": "JavaScript",
|
|
196
199
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
197
|
-
"X-Fern-SDK-Version": "1.0.
|
|
200
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
198
201
|
},
|
|
199
202
|
contentType: "application/json",
|
|
200
203
|
queryParameters: _queryParams,
|
|
@@ -239,7 +242,7 @@ class Leads {
|
|
|
239
242
|
* await merge.crm.leads.retrieve("id", {})
|
|
240
243
|
*/
|
|
241
244
|
retrieve(id, request = {}, requestOptions) {
|
|
242
|
-
var _a;
|
|
245
|
+
var _a, _b;
|
|
243
246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
244
247
|
const { expand, includeRemoteData, includeRemoteFields } = request;
|
|
245
248
|
const _queryParams = {};
|
|
@@ -252,8 +255,8 @@ class Leads {
|
|
|
252
255
|
if (includeRemoteFields != null) {
|
|
253
256
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
254
257
|
}
|
|
255
|
-
const _response = yield core.fetcher({
|
|
256
|
-
url: (0, url_join_1.default)((
|
|
258
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
259
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `crm/v1/leads/${id}`),
|
|
257
260
|
method: "GET",
|
|
258
261
|
headers: {
|
|
259
262
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -262,7 +265,7 @@ class Leads {
|
|
|
262
265
|
: undefined,
|
|
263
266
|
"X-Fern-Language": "JavaScript",
|
|
264
267
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
265
|
-
"X-Fern-SDK-Version": "1.0.
|
|
268
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
266
269
|
},
|
|
267
270
|
contentType: "application/json",
|
|
268
271
|
queryParameters: _queryParams,
|
|
@@ -306,10 +309,10 @@ class Leads {
|
|
|
306
309
|
* await merge.crm.leads.metaPostRetrieve()
|
|
307
310
|
*/
|
|
308
311
|
metaPostRetrieve(requestOptions) {
|
|
309
|
-
var _a;
|
|
312
|
+
var _a, _b;
|
|
310
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
311
|
-
const _response = yield core.fetcher({
|
|
312
|
-
url: (0, url_join_1.default)((
|
|
314
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
315
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/leads/meta/post"),
|
|
313
316
|
method: "GET",
|
|
314
317
|
headers: {
|
|
315
318
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -318,7 +321,7 @@ class Leads {
|
|
|
318
321
|
: undefined,
|
|
319
322
|
"X-Fern-Language": "JavaScript",
|
|
320
323
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
321
|
-
"X-Fern-SDK-Version": "1.0.
|
|
324
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
322
325
|
},
|
|
323
326
|
contentType: "application/json",
|
|
324
327
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -361,9 +364,9 @@ class Leads {
|
|
|
361
364
|
* await merge.crm.leads.remoteFieldClassesList({})
|
|
362
365
|
*/
|
|
363
366
|
remoteFieldClassesList(request = {}, requestOptions) {
|
|
364
|
-
var _a;
|
|
367
|
+
var _a, _b;
|
|
365
368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
366
|
-
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, isCommonModelField, pageSize } = request;
|
|
369
|
+
const { cursor, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, isCommonModelField, pageSize, } = request;
|
|
367
370
|
const _queryParams = {};
|
|
368
371
|
if (cursor != null) {
|
|
369
372
|
_queryParams["cursor"] = cursor;
|
|
@@ -377,14 +380,17 @@ class Leads {
|
|
|
377
380
|
if (includeRemoteFields != null) {
|
|
378
381
|
_queryParams["include_remote_fields"] = includeRemoteFields.toString();
|
|
379
382
|
}
|
|
383
|
+
if (includeShellData != null) {
|
|
384
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
385
|
+
}
|
|
380
386
|
if (isCommonModelField != null) {
|
|
381
387
|
_queryParams["is_common_model_field"] = isCommonModelField.toString();
|
|
382
388
|
}
|
|
383
389
|
if (pageSize != null) {
|
|
384
390
|
_queryParams["page_size"] = pageSize.toString();
|
|
385
391
|
}
|
|
386
|
-
const _response = yield core.fetcher({
|
|
387
|
-
url: (0, url_join_1.default)((
|
|
392
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
393
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/leads/remote-field-classes"),
|
|
388
394
|
method: "GET",
|
|
389
395
|
headers: {
|
|
390
396
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -393,7 +399,7 @@ class Leads {
|
|
|
393
399
|
: undefined,
|
|
394
400
|
"X-Fern-Language": "JavaScript",
|
|
395
401
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
396
|
-
"X-Fern-SDK-Version": "1.0.
|
|
402
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
397
403
|
},
|
|
398
404
|
contentType: "application/json",
|
|
399
405
|
queryParameters: _queryParams,
|
|
@@ -36,7 +36,7 @@ export interface LeadsListRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
expand?: Merge.crm.LeadsListRequestExpand;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
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/).
|
|
40
40
|
*/
|
|
41
41
|
includeDeletedData?: boolean;
|
|
42
42
|
/**
|
|
@@ -47,6 +47,10 @@ export interface LeadsListRequest {
|
|
|
47
47
|
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
48
48
|
*/
|
|
49
49
|
includeRemoteFields?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
52
|
+
*/
|
|
53
|
+
includeShellData?: boolean;
|
|
50
54
|
/**
|
|
51
55
|
* If provided, only objects synced by Merge after this date time will be returned.
|
|
52
56
|
*/
|
package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface LeadsRemoteFieldClassesListRequest {
|
|
|
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 LeadsRemoteFieldClassesListRequest {
|
|
|
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 LinkToken {
|
|
|
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;
|
|
@@ -60,10 +60,10 @@ class LinkToken {
|
|
|
60
60
|
* })
|
|
61
61
|
*/
|
|
62
62
|
create(request, requestOptions) {
|
|
63
|
-
var _a;
|
|
63
|
+
var _a, _b;
|
|
64
64
|
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
-
const _response = yield core.fetcher({
|
|
66
|
-
url: (0, url_join_1.default)((
|
|
65
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
66
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/link-token"),
|
|
67
67
|
method: "POST",
|
|
68
68
|
headers: {
|
|
69
69
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -72,7 +72,7 @@ class LinkToken {
|
|
|
72
72
|
: undefined,
|
|
73
73
|
"X-Fern-Language": "JavaScript",
|
|
74
74
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
75
|
-
"X-Fern-SDK-Version": "1.0.
|
|
75
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
76
76
|
},
|
|
77
77
|
contentType: "application/json",
|
|
78
78
|
body: yield serializers.crm.EndUserDetailsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -32,8 +32,13 @@ export interface EndUserDetailsRequest {
|
|
|
32
32
|
commonModels?: Merge.crm.CommonModelScopesBodyRequest[];
|
|
33
33
|
/** When creating a Link Token, you can set permissions for Common Models that will apply to the account that is going to be linked. Any model or field not specified in link token payload will default to existing settings. */
|
|
34
34
|
categoryCommonModelScopes?: Record<string, Merge.crm.IndividualCommonModelScopeDeserializerRequest[] | undefined>;
|
|
35
|
-
/**
|
|
36
|
-
|
|
35
|
+
/**
|
|
36
|
+
* The following subset of IETF language tags can be used to configure localization.
|
|
37
|
+
*
|
|
38
|
+
* * `en` - en
|
|
39
|
+
* * `de` - de
|
|
40
|
+
*/
|
|
41
|
+
language?: Merge.crm.LanguageEnum;
|
|
37
42
|
/** A JSON object containing integration-specific configuration options. */
|
|
38
43
|
integrationSpecificConfig?: Record<string, unknown>;
|
|
39
44
|
}
|
|
@@ -9,6 +9,7 @@ export declare namespace LinkedAccounts {
|
|
|
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 LinkedAccounts {
|
|
|
55
55
|
* await merge.crm.linkedAccounts.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 { category, cursor, endUserEmailAddress, endUserOrganizationName, endUserOriginId, endUserOriginIds, id, ids, includeDuplicates, integrationName, isTestAccount, pageSize, status, } = request;
|
|
61
61
|
const _queryParams = {};
|
|
@@ -98,8 +98,8 @@ class LinkedAccounts {
|
|
|
98
98
|
if (status != null) {
|
|
99
99
|
_queryParams["status"] = status;
|
|
100
100
|
}
|
|
101
|
-
const _response = yield core.fetcher({
|
|
102
|
-
url: (0, url_join_1.default)((
|
|
101
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
102
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "crm/v1/linked-accounts"),
|
|
103
103
|
method: "GET",
|
|
104
104
|
headers: {
|
|
105
105
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -108,7 +108,7 @@ class LinkedAccounts {
|
|
|
108
108
|
: undefined,
|
|
109
109
|
"X-Fern-Language": "JavaScript",
|
|
110
110
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
111
|
-
"X-Fern-SDK-Version": "1.0.
|
|
111
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
112
112
|
},
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|