@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 WebhookReceivers {
|
|
|
55
55
|
* await merge.accounting.webhookReceivers.list()
|
|
56
56
|
*/
|
|
57
57
|
list(requestOptions) {
|
|
58
|
-
var _a;
|
|
58
|
+
var _a, _b;
|
|
59
59
|
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
-
const _response = yield core.fetcher({
|
|
61
|
-
url: (0, url_join_1.default)((
|
|
60
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
61
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/webhook-receivers"),
|
|
62
62
|
method: "GET",
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -67,7 +67,7 @@ class WebhookReceivers {
|
|
|
67
67
|
: undefined,
|
|
68
68
|
"X-Fern-Language": "JavaScript",
|
|
69
69
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
70
|
-
"X-Fern-SDK-Version": "1.0.
|
|
70
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
71
71
|
},
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -113,10 +113,10 @@ class WebhookReceivers {
|
|
|
113
113
|
* })
|
|
114
114
|
*/
|
|
115
115
|
create(request, requestOptions) {
|
|
116
|
-
var _a;
|
|
116
|
+
var _a, _b;
|
|
117
117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
118
|
-
const _response = yield core.fetcher({
|
|
119
|
-
url: (0, url_join_1.default)((
|
|
118
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
119
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/webhook-receivers"),
|
|
120
120
|
method: "POST",
|
|
121
121
|
headers: {
|
|
122
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -125,7 +125,7 @@ class WebhookReceivers {
|
|
|
125
125
|
: undefined,
|
|
126
126
|
"X-Fern-Language": "JavaScript",
|
|
127
127
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
128
|
-
"X-Fern-SDK-Version": "1.0.
|
|
128
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
129
129
|
},
|
|
130
130
|
contentType: "application/json",
|
|
131
131
|
body: yield serializers.accounting.WebhookReceiverRequest.jsonOrThrow(request, {
|
|
@@ -23,4 +23,5 @@ export interface ExternalTargetFieldApiResponse {
|
|
|
23
23
|
transaction?: Merge.accounting.ExternalTargetFieldApi[];
|
|
24
24
|
accountingPeriod?: Merge.accounting.ExternalTargetFieldApi[];
|
|
25
25
|
generalLedgerTransaction?: Merge.accounting.ExternalTargetFieldApi[];
|
|
26
|
+
bankFeedAccount?: Merge.accounting.ExternalTargetFieldApi[];
|
|
26
27
|
}
|
|
@@ -23,4 +23,5 @@ export interface FieldMappingApiInstanceResponse {
|
|
|
23
23
|
transaction?: Merge.accounting.FieldMappingApiInstance[];
|
|
24
24
|
accountingPeriod?: Merge.accounting.FieldMappingApiInstance[];
|
|
25
25
|
generalLedgerTransaction?: Merge.accounting.FieldMappingApiInstance[];
|
|
26
|
+
bankFeedAccount?: Merge.accounting.FieldMappingApiInstance[];
|
|
26
27
|
}
|
|
@@ -23,4 +23,5 @@ export interface RemoteFieldApiResponse {
|
|
|
23
23
|
transaction?: Merge.accounting.RemoteFieldApi[];
|
|
24
24
|
accountingPeriod?: Merge.accounting.RemoteFieldApi[];
|
|
25
25
|
generalLedgerTransaction?: Merge.accounting.RemoteFieldApi[];
|
|
26
|
+
bankFeedAccount?: Merge.accounting.RemoteFieldApi[];
|
|
26
27
|
}
|
|
@@ -26,4 +26,6 @@ export interface ReportItem {
|
|
|
26
26
|
subItems?: Record<string, unknown>[];
|
|
27
27
|
/** The company the report item belongs to. */
|
|
28
28
|
company?: string;
|
|
29
|
+
/** 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/). */
|
|
30
|
+
remoteWasDeleted?: boolean;
|
|
29
31
|
}
|
|
@@ -41,6 +41,7 @@ export declare namespace Ats {
|
|
|
41
41
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
42
42
|
apiKey: core.Supplier<core.BearerToken>;
|
|
43
43
|
accountToken?: core.Supplier<string | undefined>;
|
|
44
|
+
fetcher?: core.FetchFunction;
|
|
44
45
|
}
|
|
45
46
|
interface RequestOptions {
|
|
46
47
|
timeoutInSeconds?: number;
|
|
@@ -9,6 +9,7 @@ export declare namespace AccountDetails {
|
|
|
9
9
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
10
|
apiKey: core.Supplier<core.BearerToken>;
|
|
11
11
|
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
fetcher?: core.FetchFunction;
|
|
12
13
|
}
|
|
13
14
|
interface RequestOptions {
|
|
14
15
|
timeoutInSeconds?: number;
|
|
@@ -55,10 +55,10 @@ class AccountDetails {
|
|
|
55
55
|
* await merge.ats.accountDetails.retrieve()
|
|
56
56
|
*/
|
|
57
57
|
retrieve(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, "ats/v1/account-details"),
|
|
62
62
|
method: "GET",
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -67,7 +67,7 @@ class AccountDetails {
|
|
|
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 AccountToken {
|
|
|
9
9
|
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
10
|
apiKey: core.Supplier<core.BearerToken>;
|
|
11
11
|
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
fetcher?: core.FetchFunction;
|
|
12
13
|
}
|
|
13
14
|
interface RequestOptions {
|
|
14
15
|
timeoutInSeconds?: number;
|
|
@@ -55,10 +55,10 @@ class AccountToken {
|
|
|
55
55
|
* await merge.ats.accountToken.retrieve("public_token")
|
|
56
56
|
*/
|
|
57
57
|
retrieve(publicToken, 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, `ats/v1/account-token/${publicToken}`),
|
|
62
62
|
method: "GET",
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -67,7 +67,7 @@ class AccountToken {
|
|
|
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 Activities {
|
|
|
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 Activities {
|
|
|
66
66
|
* await merge.ats.activities.list({})
|
|
67
67
|
*/
|
|
68
68
|
list(request = {}, requestOptions) {
|
|
69
|
-
var _a;
|
|
69
|
+
var _a, _b;
|
|
70
70
|
return __awaiter(this, void 0, void 0, function* () {
|
|
71
|
-
const { createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, userId, } = request;
|
|
71
|
+
const { createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, userId, } = request;
|
|
72
72
|
const _queryParams = {};
|
|
73
73
|
if (createdAfter != null) {
|
|
74
74
|
_queryParams["created_after"] = createdAfter.toISOString();
|
|
@@ -88,6 +88,9 @@ class Activities {
|
|
|
88
88
|
if (includeRemoteData != null) {
|
|
89
89
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
90
90
|
}
|
|
91
|
+
if (includeShellData != null) {
|
|
92
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
93
|
+
}
|
|
91
94
|
if (modifiedAfter != null) {
|
|
92
95
|
_queryParams["modified_after"] = modifiedAfter.toISOString();
|
|
93
96
|
}
|
|
@@ -109,8 +112,8 @@ class Activities {
|
|
|
109
112
|
if (userId != null) {
|
|
110
113
|
_queryParams["user_id"] = userId;
|
|
111
114
|
}
|
|
112
|
-
const _response = yield core.fetcher({
|
|
113
|
-
url: (0, url_join_1.default)((
|
|
115
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
116
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ats/v1/activities"),
|
|
114
117
|
method: "GET",
|
|
115
118
|
headers: {
|
|
116
119
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -119,7 +122,7 @@ class Activities {
|
|
|
119
122
|
: undefined,
|
|
120
123
|
"X-Fern-Language": "JavaScript",
|
|
121
124
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
122
|
-
"X-Fern-SDK-Version": "1.0.
|
|
125
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
123
126
|
},
|
|
124
127
|
contentType: "application/json",
|
|
125
128
|
queryParameters: _queryParams,
|
|
@@ -166,7 +169,7 @@ class Activities {
|
|
|
166
169
|
* })
|
|
167
170
|
*/
|
|
168
171
|
create(request, requestOptions) {
|
|
169
|
-
var _a;
|
|
172
|
+
var _a, _b;
|
|
170
173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
171
174
|
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
172
175
|
const _queryParams = {};
|
|
@@ -176,8 +179,8 @@ class Activities {
|
|
|
176
179
|
if (runAsync != null) {
|
|
177
180
|
_queryParams["run_async"] = runAsync.toString();
|
|
178
181
|
}
|
|
179
|
-
const _response = yield core.fetcher({
|
|
180
|
-
url: (0, url_join_1.default)((
|
|
182
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
183
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ats/v1/activities"),
|
|
181
184
|
method: "POST",
|
|
182
185
|
headers: {
|
|
183
186
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -186,7 +189,7 @@ class Activities {
|
|
|
186
189
|
: undefined,
|
|
187
190
|
"X-Fern-Language": "JavaScript",
|
|
188
191
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
189
|
-
"X-Fern-SDK-Version": "1.0.
|
|
192
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
190
193
|
},
|
|
191
194
|
contentType: "application/json",
|
|
192
195
|
queryParameters: _queryParams,
|
|
@@ -231,7 +234,7 @@ class Activities {
|
|
|
231
234
|
* await merge.ats.activities.retrieve("id", {})
|
|
232
235
|
*/
|
|
233
236
|
retrieve(id, request = {}, requestOptions) {
|
|
234
|
-
var _a;
|
|
237
|
+
var _a, _b;
|
|
235
238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
236
239
|
const { expand, includeRemoteData, remoteFields, showEnumOrigins } = request;
|
|
237
240
|
const _queryParams = {};
|
|
@@ -247,8 +250,8 @@ class Activities {
|
|
|
247
250
|
if (showEnumOrigins != null) {
|
|
248
251
|
_queryParams["show_enum_origins"] = showEnumOrigins;
|
|
249
252
|
}
|
|
250
|
-
const _response = yield core.fetcher({
|
|
251
|
-
url: (0, url_join_1.default)((
|
|
253
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
254
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ats/v1/activities/${id}`),
|
|
252
255
|
method: "GET",
|
|
253
256
|
headers: {
|
|
254
257
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -257,7 +260,7 @@ class Activities {
|
|
|
257
260
|
: undefined,
|
|
258
261
|
"X-Fern-Language": "JavaScript",
|
|
259
262
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
260
|
-
"X-Fern-SDK-Version": "1.0.
|
|
263
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
261
264
|
},
|
|
262
265
|
contentType: "application/json",
|
|
263
266
|
queryParameters: _queryParams,
|
|
@@ -301,10 +304,10 @@ class Activities {
|
|
|
301
304
|
* await merge.ats.activities.metaPostRetrieve()
|
|
302
305
|
*/
|
|
303
306
|
metaPostRetrieve(requestOptions) {
|
|
304
|
-
var _a;
|
|
307
|
+
var _a, _b;
|
|
305
308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
306
|
-
const _response = yield core.fetcher({
|
|
307
|
-
url: (0, url_join_1.default)((
|
|
309
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
310
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ats/v1/activities/meta/post"),
|
|
308
311
|
method: "GET",
|
|
309
312
|
headers: {
|
|
310
313
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -313,7 +316,7 @@ class Activities {
|
|
|
313
316
|
: undefined,
|
|
314
317
|
"X-Fern-Language": "JavaScript",
|
|
315
318
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
316
|
-
"X-Fern-SDK-Version": "1.0.
|
|
319
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
317
320
|
},
|
|
318
321
|
contentType: "application/json",
|
|
319
322
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -24,13 +24,17 @@ export interface ActivitiesListRequest {
|
|
|
24
24
|
*/
|
|
25
25
|
expand?: "user";
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
28
28
|
*/
|
|
29
29
|
includeDeletedData?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
32
32
|
*/
|
|
33
33
|
includeRemoteData?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
36
|
+
*/
|
|
37
|
+
includeShellData?: boolean;
|
|
34
38
|
/**
|
|
35
39
|
* If provided, only objects synced by Merge after this date time will be returned.
|
|
36
40
|
*/
|
|
@@ -9,6 +9,7 @@ export declare namespace Applications {
|
|
|
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 Applications {
|
|
|
66
66
|
* await merge.ats.applications.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 { candidateId, createdAfter, createdBefore, creditedToId, currentStageId, cursor, expand, includeDeletedData, includeRemoteData, jobId, modifiedAfter, modifiedBefore, pageSize, rejectReasonId, remoteId, source, } = request;
|
|
71
|
+
const { candidateId, createdAfter, createdBefore, creditedToId, currentStageId, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, jobId, modifiedAfter, modifiedBefore, pageSize, rejectReasonId, remoteId, source, } = request;
|
|
72
72
|
const _queryParams = {};
|
|
73
73
|
if (candidateId != null) {
|
|
74
74
|
_queryParams["candidate_id"] = candidateId;
|
|
@@ -97,6 +97,9 @@ class Applications {
|
|
|
97
97
|
if (includeRemoteData != null) {
|
|
98
98
|
_queryParams["include_remote_data"] = includeRemoteData.toString();
|
|
99
99
|
}
|
|
100
|
+
if (includeShellData != null) {
|
|
101
|
+
_queryParams["include_shell_data"] = includeShellData.toString();
|
|
102
|
+
}
|
|
100
103
|
if (jobId != null) {
|
|
101
104
|
_queryParams["job_id"] = jobId;
|
|
102
105
|
}
|
|
@@ -118,8 +121,8 @@ class Applications {
|
|
|
118
121
|
if (source != null) {
|
|
119
122
|
_queryParams["source"] = source;
|
|
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, "ats/v1/applications"),
|
|
123
126
|
method: "GET",
|
|
124
127
|
headers: {
|
|
125
128
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -128,7 +131,7 @@ class Applications {
|
|
|
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,
|
|
@@ -175,7 +178,7 @@ class Applications {
|
|
|
175
178
|
* })
|
|
176
179
|
*/
|
|
177
180
|
create(request, requestOptions) {
|
|
178
|
-
var _a;
|
|
181
|
+
var _a, _b;
|
|
179
182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
180
183
|
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
181
184
|
const _queryParams = {};
|
|
@@ -185,8 +188,8 @@ class Applications {
|
|
|
185
188
|
if (runAsync != null) {
|
|
186
189
|
_queryParams["run_async"] = runAsync.toString();
|
|
187
190
|
}
|
|
188
|
-
const _response = yield core.fetcher({
|
|
189
|
-
url: (0, url_join_1.default)((
|
|
191
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
192
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ats/v1/applications"),
|
|
190
193
|
method: "POST",
|
|
191
194
|
headers: {
|
|
192
195
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -195,7 +198,7 @@ class Applications {
|
|
|
195
198
|
: undefined,
|
|
196
199
|
"X-Fern-Language": "JavaScript",
|
|
197
200
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
198
|
-
"X-Fern-SDK-Version": "1.0.
|
|
201
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
199
202
|
},
|
|
200
203
|
contentType: "application/json",
|
|
201
204
|
queryParameters: _queryParams,
|
|
@@ -242,7 +245,7 @@ class Applications {
|
|
|
242
245
|
* await merge.ats.applications.retrieve("id", {})
|
|
243
246
|
*/
|
|
244
247
|
retrieve(id, request = {}, requestOptions) {
|
|
245
|
-
var _a;
|
|
248
|
+
var _a, _b;
|
|
246
249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
247
250
|
const { expand, includeRemoteData } = request;
|
|
248
251
|
const _queryParams = {};
|
|
@@ -252,8 +255,8 @@ class Applications {
|
|
|
252
255
|
if (includeRemoteData != null) {
|
|
253
256
|
_queryParams["include_remote_data"] = includeRemoteData.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, `ats/v1/applications/${id}`),
|
|
257
260
|
method: "GET",
|
|
258
261
|
headers: {
|
|
259
262
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -262,7 +265,7 @@ class Applications {
|
|
|
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,7 +309,7 @@ class Applications {
|
|
|
306
309
|
* await merge.ats.applications.changeStageCreate("id", {})
|
|
307
310
|
*/
|
|
308
311
|
changeStageCreate(id, request = {}, requestOptions) {
|
|
309
|
-
var _a;
|
|
312
|
+
var _a, _b;
|
|
310
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
311
314
|
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
312
315
|
const _queryParams = {};
|
|
@@ -316,8 +319,8 @@ class Applications {
|
|
|
316
319
|
if (runAsync != null) {
|
|
317
320
|
_queryParams["run_async"] = runAsync.toString();
|
|
318
321
|
}
|
|
319
|
-
const _response = yield core.fetcher({
|
|
320
|
-
url: (0, url_join_1.default)((
|
|
322
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
323
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ats/v1/applications/${id}/change-stage`),
|
|
321
324
|
method: "POST",
|
|
322
325
|
headers: {
|
|
323
326
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -326,7 +329,7 @@ class Applications {
|
|
|
326
329
|
: undefined,
|
|
327
330
|
"X-Fern-Language": "JavaScript",
|
|
328
331
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
329
|
-
"X-Fern-SDK-Version": "1.0.
|
|
332
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
330
333
|
},
|
|
331
334
|
contentType: "application/json",
|
|
332
335
|
queryParameters: _queryParams,
|
|
@@ -373,15 +376,15 @@ class Applications {
|
|
|
373
376
|
* await merge.ats.applications.metaPostRetrieve({})
|
|
374
377
|
*/
|
|
375
378
|
metaPostRetrieve(request = {}, requestOptions) {
|
|
376
|
-
var _a;
|
|
379
|
+
var _a, _b;
|
|
377
380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
378
381
|
const { applicationRemoteTemplateId } = request;
|
|
379
382
|
const _queryParams = {};
|
|
380
383
|
if (applicationRemoteTemplateId != null) {
|
|
381
384
|
_queryParams["application_remote_template_id"] = applicationRemoteTemplateId;
|
|
382
385
|
}
|
|
383
|
-
const _response = yield core.fetcher({
|
|
384
|
-
url: (0, url_join_1.default)((
|
|
386
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
387
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ats/v1/applications/meta/post"),
|
|
385
388
|
method: "GET",
|
|
386
389
|
headers: {
|
|
387
390
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -390,7 +393,7 @@ class Applications {
|
|
|
390
393
|
: undefined,
|
|
391
394
|
"X-Fern-Language": "JavaScript",
|
|
392
395
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
393
|
-
"X-Fern-SDK-Version": "1.0.
|
|
396
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
394
397
|
},
|
|
395
398
|
contentType: "application/json",
|
|
396
399
|
queryParameters: _queryParams,
|
package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts
CHANGED
|
@@ -36,13 +36,17 @@ export interface ApplicationsListRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
expand?: Merge.ats.ApplicationsListRequestExpand;
|
|
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
|
/**
|
|
43
43
|
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
44
44
|
*/
|
|
45
45
|
includeRemoteData?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
48
|
+
*/
|
|
49
|
+
includeShellData?: boolean;
|
|
46
50
|
/**
|
|
47
51
|
* If provided, will only return applications for this job.
|
|
48
52
|
*/
|
|
@@ -9,6 +9,7 @@ export declare namespace AsyncPassthrough {
|
|
|
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;
|
|
@@ -30,10 +31,7 @@ export declare class AsyncPassthrough {
|
|
|
30
31
|
create(request: Merge.ats.DataPassthroughRequest, requestOptions?: AsyncPassthrough.RequestOptions): Promise<Merge.ats.AsyncPassthroughReciept>;
|
|
31
32
|
/**
|
|
32
33
|
* Retrieves data from earlier async-passthrough POST request
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* await merge.ats.asyncPassthrough.retrieve("async_passthrough_receipt_id")
|
|
36
34
|
*/
|
|
37
|
-
retrieve(asyncPassthroughReceiptId: string, requestOptions?: AsyncPassthrough.RequestOptions): Promise<Merge.ats.
|
|
35
|
+
retrieve(asyncPassthroughReceiptId: string, requestOptions?: AsyncPassthrough.RequestOptions): Promise<Merge.ats.AsyncPassthroughRetrieveResponse>;
|
|
38
36
|
protected _getAuthorizationHeader(): Promise<string>;
|
|
39
37
|
}
|
|
@@ -58,10 +58,10 @@ class AsyncPassthrough {
|
|
|
58
58
|
* })
|
|
59
59
|
*/
|
|
60
60
|
create(request, requestOptions) {
|
|
61
|
-
var _a;
|
|
61
|
+
var _a, _b;
|
|
62
62
|
return __awaiter(this, void 0, void 0, function* () {
|
|
63
|
-
const _response = yield core.fetcher({
|
|
64
|
-
url: (0, url_join_1.default)((
|
|
63
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
64
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ats/v1/async-passthrough"),
|
|
65
65
|
method: "POST",
|
|
66
66
|
headers: {
|
|
67
67
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -70,7 +70,7 @@ class AsyncPassthrough {
|
|
|
70
70
|
: undefined,
|
|
71
71
|
"X-Fern-Language": "JavaScript",
|
|
72
72
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
73
|
-
"X-Fern-SDK-Version": "1.0.
|
|
73
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
74
74
|
},
|
|
75
75
|
contentType: "application/json",
|
|
76
76
|
body: yield serializers.ats.DataPassthroughRequest.jsonOrThrow(request, {
|
|
@@ -111,15 +111,12 @@ class AsyncPassthrough {
|
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Retrieves data from earlier async-passthrough POST request
|
|
114
|
-
*
|
|
115
|
-
* @example
|
|
116
|
-
* await merge.ats.asyncPassthrough.retrieve("async_passthrough_receipt_id")
|
|
117
114
|
*/
|
|
118
115
|
retrieve(asyncPassthroughReceiptId, requestOptions) {
|
|
119
|
-
var _a;
|
|
116
|
+
var _a, _b;
|
|
120
117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
121
|
-
const _response = yield core.fetcher({
|
|
122
|
-
url: (0, url_join_1.default)((
|
|
118
|
+
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
119
|
+
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ats/v1/async-passthrough/${asyncPassthroughReceiptId}`),
|
|
123
120
|
method: "GET",
|
|
124
121
|
headers: {
|
|
125
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
@@ -128,14 +125,14 @@ class AsyncPassthrough {
|
|
|
128
125
|
: undefined,
|
|
129
126
|
"X-Fern-Language": "JavaScript",
|
|
130
127
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
131
|
-
"X-Fern-SDK-Version": "1.0.
|
|
128
|
+
"X-Fern-SDK-Version": "1.0.12",
|
|
132
129
|
},
|
|
133
130
|
contentType: "application/json",
|
|
134
131
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
135
132
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
136
133
|
});
|
|
137
134
|
if (_response.ok) {
|
|
138
|
-
return yield serializers.ats.
|
|
135
|
+
return yield serializers.ats.AsyncPassthroughRetrieveResponse.parseOrThrow(_response.body, {
|
|
139
136
|
unrecognizedObjectKeys: "passthrough",
|
|
140
137
|
allowUnrecognizedUnionMembers: true,
|
|
141
138
|
allowUnrecognizedEnumValues: true,
|
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
17
18
|
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./AsyncPassthroughRetrieveResponse";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
|
|
@@ -9,6 +9,7 @@ export declare namespace Attachments {
|
|
|
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;
|