@mergeapi/merge-node-client 1.0.7 → 1.0.9
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 +9 -9
- package/Client.js +9 -9
- package/api/resources/accounting/client/Client.d.ts +0 -3
- package/api/resources/accounting/client/Client.js +14 -19
- package/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
- package/api/resources/accounting/resources/accounts/client/Client.js +8 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +2 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +8 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +8 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +8 -4
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -5
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +14 -11
- package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
- package/api/resources/accounting/resources/index.d.ts +0 -2
- package/api/resources/accounting/resources/index.js +1 -3
- package/api/resources/accounting/resources/invoices/client/Client.js +12 -6
- package/api/resources/accounting/resources/issues/client/Client.js +4 -2
- package/api/resources/accounting/resources/items/client/Client.js +4 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/api/resources/accounting/resources/payments/client/Client.js +12 -6
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +22 -4
- package/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +4 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/accounting/types/Account.d.ts +2 -1
- package/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
- package/api/resources/accounting/types/AccountingPeriod.d.ts +2 -1
- package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +2 -1
- package/api/resources/accounting/types/Address.d.ts +2 -1
- package/api/resources/accounting/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
- package/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
- package/api/resources/accounting/types/CompanyInfo.d.ts +2 -1
- package/api/resources/accounting/types/Contact.d.ts +2 -1
- package/api/resources/accounting/types/CreditNote.d.ts +2 -1
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -3
- package/api/resources/accounting/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/accounting/types/EventTypeEnum.js +3 -0
- package/api/resources/accounting/types/Expense.d.ts +2 -1
- package/api/resources/accounting/types/ExpenseLine.d.ts +2 -1
- package/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
- package/api/resources/accounting/types/Invoice.d.ts +2 -1
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +2 -1
- package/api/resources/accounting/types/Item.d.ts +2 -1
- package/api/resources/accounting/types/JournalEntry.d.ts +2 -1
- package/api/resources/accounting/types/JournalLine.d.ts +2 -1
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -0
- package/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +11 -0
- package/api/resources/accounting/types/Payment.d.ts +9 -1
- package/api/resources/accounting/types/PaymentLineItem.d.ts +2 -1
- package/api/resources/accounting/types/PaymentRequest.d.ts +7 -0
- package/api/resources/accounting/types/PaymentRequestType.d.ts +11 -0
- package/api/resources/accounting/types/PaymentType.d.ts +11 -0
- package/api/resources/accounting/types/PaymentTypeEnum.d.ts +12 -0
- package/api/resources/accounting/types/PaymentTypeEnum.js +10 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -1
- package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -1
- package/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
- package/api/resources/accounting/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/api/resources/accounting/types/ReportItem.d.ts +2 -1
- package/api/resources/accounting/types/TaxRate.d.ts +5 -4
- package/api/resources/accounting/types/TaxRateCompany.d.ts +1 -1
- package/api/resources/accounting/types/TrackingCategory.d.ts +2 -1
- package/api/resources/accounting/types/Transaction.d.ts +2 -1
- package/api/resources/accounting/types/TransactionLineItem.d.ts +2 -2
- package/api/resources/accounting/types/VendorCredit.d.ts +2 -1
- package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -1
- package/api/resources/accounting/types/index.d.ts +5 -9
- package/api/resources/accounting/types/index.js +5 -9
- package/api/resources/ats/client/Client.d.ts +0 -3
- package/api/resources/ats/client/Client.js +10 -15
- package/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +2 -1
- package/api/resources/ats/resources/activities/client/Client.js +8 -4
- package/api/resources/ats/resources/applications/client/Client.js +10 -5
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
- package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
- package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/ats/resources/attachments/client/Client.js +8 -4
- package/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +2 -1
- package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -2
- package/api/resources/ats/resources/candidates/client/Client.js +14 -9
- package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -2
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +4 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +4 -2
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -5
- package/api/resources/ats/resources/fieldMapping/client/Client.js +14 -11
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/api/resources/ats/resources/forceResync/client/Client.js +2 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +2 -1
- package/api/resources/ats/resources/index.d.ts +0 -2
- package/api/resources/ats/resources/index.js +1 -3
- package/api/resources/ats/resources/interviews/client/Client.js +8 -4
- package/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/issues/client/Client.js +9 -4
- package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
- package/api/resources/ats/resources/jobPostings/client/Client.js +12 -4
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/jobs/client/Client.js +6 -3
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ats/resources/linkToken/client/Client.js +3 -2
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/ats/resources/offers/client/Client.js +4 -2
- package/api/resources/ats/resources/offices/client/Client.js +4 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +2 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
- package/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/ats/resources/scopes/client/Client.js +22 -4
- package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/ats/resources/scorecards/client/Client.js +4 -2
- package/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/ats/resources/tags/client/Client.js +2 -1
- package/api/resources/ats/resources/users/client/Client.js +4 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/ats/types/AccountIntegration.d.ts +2 -0
- package/api/resources/ats/types/Activity.d.ts +2 -2
- package/api/resources/ats/types/ActivityRequest.d.ts +0 -1
- package/api/resources/ats/types/Application.d.ts +3 -1
- package/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
- package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
- package/api/resources/ats/types/Attachment.d.ts +2 -1
- package/api/resources/ats/types/AuditLogEvent.d.ts +4 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +4 -0
- package/api/resources/ats/types/Candidate.d.ts +2 -1
- package/api/resources/ats/types/Department.d.ts +2 -1
- package/api/resources/ats/types/Eeoc.d.ts +2 -1
- package/api/resources/ats/types/EmailAddress.d.ts +4 -1
- package/api/resources/ats/types/EventTypeEnum.d.ts +9 -1
- package/api/resources/ats/types/EventTypeEnum.js +4 -0
- package/api/resources/ats/types/Job.d.ts +2 -1
- package/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
- package/api/resources/ats/types/JobPosting.d.ts +2 -1
- package/api/resources/ats/types/Offer.d.ts +2 -1
- package/api/resources/ats/types/Office.d.ts +2 -1
- package/api/resources/ats/types/PhoneNumber.d.ts +4 -1
- package/api/resources/ats/types/RejectReason.d.ts +2 -1
- package/api/resources/ats/types/RemoteFieldApi.d.ts +2 -1
- package/api/resources/ats/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/api/resources/ats/types/RemoteUser.d.ts +2 -1
- package/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
- package/api/resources/ats/types/Scorecard.d.ts +2 -1
- package/api/resources/ats/types/ScreeningQuestion.d.ts +4 -1
- package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +4 -1
- package/api/resources/ats/types/Tag.d.ts +2 -1
- package/api/resources/ats/types/Url.d.ts +4 -1
- package/api/resources/ats/types/index.d.ts +7 -9
- package/api/resources/ats/types/index.js +7 -9
- package/api/resources/crm/client/Client.d.ts +0 -3
- package/api/resources/crm/client/Client.js +12 -17
- package/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +2 -1
- package/api/resources/crm/resources/accounts/client/Client.js +18 -8
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
- package/api/resources/crm/resources/associations/client/Client.js +4 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +2 -1
- package/api/resources/crm/resources/contacts/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/contacts/client/Client.js +20 -11
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
- package/api/resources/crm/resources/customObjects/client/Client.js +87 -5
- package/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.js +18 -8
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -5
- package/api/resources/crm/resources/fieldMapping/client/Client.js +14 -11
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/api/resources/crm/resources/forceResync/client/Client.js +2 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +2 -1
- package/api/resources/crm/resources/index.d.ts +0 -2
- package/api/resources/crm/resources/index.js +1 -3
- package/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +9 -4
- package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/leads/client/Client.js +14 -6
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/crm/resources/linkToken/client/Client.js +3 -2
- package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/crm/resources/notes/client/Client.js +14 -6
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +22 -9
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +2 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/crm/resources/scopes/client/Client.js +22 -4
- package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/crm/resources/stages/client/Client.js +10 -4
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/crm/resources/tasks/client/Client.js +18 -8
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/Client.d.ts +1 -2
- package/api/resources/crm/resources/users/client/Client.js +12 -7
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/crm/types/Account.d.ts +2 -1
- package/api/resources/crm/types/AccountIntegration.d.ts +2 -0
- package/api/resources/crm/types/AccountRequest.d.ts +1 -0
- package/api/resources/crm/types/Address.d.ts +2 -1
- package/api/resources/crm/types/Association.d.ts +5 -3
- package/api/resources/crm/types/AssociationAssociationType.d.ts +3 -0
- package/api/resources/crm/types/AssociationSubType.d.ts +2 -1
- package/api/resources/crm/types/AssociationType.d.ts +3 -1
- package/api/resources/crm/types/AuditLogEvent.d.ts +4 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +4 -0
- package/api/resources/crm/types/Contact.d.ts +2 -1
- package/api/resources/crm/types/CustomObject.d.ts +4 -1
- package/api/resources/crm/types/CustomObjectClass.d.ts +4 -0
- package/api/resources/crm/types/EmailAddress.d.ts +2 -1
- package/api/resources/crm/types/Engagement.d.ts +2 -1
- package/api/resources/crm/types/EngagementType.d.ts +2 -1
- package/api/resources/crm/types/EventTypeEnum.d.ts +9 -1
- package/api/resources/crm/types/EventTypeEnum.js +4 -0
- package/api/resources/crm/types/Lead.d.ts +2 -1
- package/api/resources/crm/types/Note.d.ts +2 -1
- package/api/resources/crm/types/Opportunity.d.ts +2 -1
- package/api/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
- package/api/resources/crm/types/PhoneNumber.d.ts +2 -1
- package/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/api/resources/crm/types/RemoteFieldApi.d.ts +2 -1
- package/api/resources/crm/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +2 -1
- package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/api/resources/crm/types/Stage.d.ts +2 -1
- package/api/resources/crm/types/Task.d.ts +2 -1
- package/api/resources/crm/types/User.d.ts +2 -1
- package/api/resources/crm/types/index.d.ts +1 -9
- package/api/resources/crm/types/index.js +1 -9
- package/api/resources/filestorage/client/Client.d.ts +0 -3
- package/api/resources/filestorage/client/Client.js +8 -13
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +4 -2
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -5
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +14 -11
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/files/client/Client.js +10 -6
- package/api/resources/filestorage/resources/folders/client/Client.js +8 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +4 -2
- package/api/resources/filestorage/resources/index.d.ts +0 -2
- package/api/resources/filestorage/resources/index.js +1 -3
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/issues/client/Client.js +9 -4
- package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
- package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/filestorage/resources/users/client/Client.js +4 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +4 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +4 -0
- package/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +9 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +4 -0
- package/api/resources/filestorage/types/File_.d.ts +2 -1
- package/api/resources/filestorage/types/Folder.d.ts +2 -1
- package/api/resources/filestorage/types/Group.d.ts +3 -2
- package/api/resources/filestorage/types/Permission.d.ts +2 -1
- package/api/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
- package/api/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/api/resources/filestorage/types/User.d.ts +2 -1
- package/api/resources/filestorage/types/index.d.ts +1 -9
- package/api/resources/filestorage/types/index.js +1 -9
- package/api/resources/hris/client/Client.d.ts +0 -3
- package/api/resources/hris/client/Client.js +14 -19
- package/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +2 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +2 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
- package/api/resources/hris/resources/benefits/client/Client.js +4 -2
- package/api/resources/hris/resources/companies/client/Client.js +4 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +4 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
- package/api/resources/hris/resources/employees/client/Client.d.ts +1 -3
- package/api/resources/hris/resources/employees/client/Client.js +10 -8
- package/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +1 -3
- package/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
- package/api/resources/hris/resources/employments/client/Client.js +4 -2
- package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -5
- package/api/resources/hris/resources/fieldMapping/client/Client.js +14 -11
- package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/api/resources/hris/resources/forceResync/client/Client.js +2 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +2 -1
- package/api/resources/hris/resources/groups/client/Client.js +8 -3
- package/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/api/resources/hris/resources/index.d.ts +0 -2
- package/api/resources/hris/resources/index.js +1 -3
- package/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/issues/client/Client.js +9 -4
- package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/hris/resources/linkToken/client/Client.js +3 -2
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +4 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +2 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +4 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/hris/resources/scopes/client/Client.js +22 -4
- package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/hris/resources/teams/client/Client.js +4 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +8 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/hris/types/AccountIntegration.d.ts +2 -0
- package/api/resources/hris/types/AuditLogEvent.d.ts +4 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +4 -0
- package/api/resources/hris/types/BankInfo.d.ts +2 -1
- package/api/resources/hris/types/Benefit.d.ts +2 -1
- package/api/resources/hris/types/Company.d.ts +2 -1
- package/api/resources/hris/types/Deduction.d.ts +2 -1
- package/api/resources/hris/types/Dependent.d.ts +2 -1
- package/api/resources/hris/types/Earning.d.ts +2 -1
- package/api/resources/hris/types/Employee.d.ts +2 -1
- package/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
- package/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/api/resources/hris/types/Employment.d.ts +2 -1
- package/api/resources/hris/types/EventTypeEnum.d.ts +9 -1
- package/api/resources/hris/types/EventTypeEnum.js +4 -0
- package/api/resources/hris/types/Group.d.ts +4 -1
- package/api/resources/hris/types/Location.d.ts +2 -1
- package/api/resources/hris/types/PayGroup.d.ts +2 -1
- package/api/resources/hris/types/PayrollRun.d.ts +2 -1
- package/api/resources/hris/types/RemoteFieldApi.d.ts +2 -1
- package/api/resources/hris/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/api/resources/hris/types/Tax.d.ts +2 -1
- package/api/resources/hris/types/Team.d.ts +2 -1
- package/api/resources/hris/types/TimeOff.d.ts +2 -1
- package/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
- package/api/resources/hris/types/TimesheetEntry.d.ts +2 -1
- package/api/resources/hris/types/index.d.ts +1 -9
- package/api/resources/hris/types/index.js +1 -9
- package/api/resources/index.d.ts +3 -3
- package/api/resources/index.js +4 -4
- package/api/resources/ticketing/client/Client.d.ts +0 -3
- package/api/resources/ticketing/client/Client.js +14 -19
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +6 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +8 -4
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +16 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +139 -2
- package/api/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +21 -0
- package/api/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -5
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +14 -11
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
- package/api/resources/ticketing/resources/index.d.ts +0 -2
- package/api/resources/ticketing/resources/index.js +1 -3
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +9 -4
- package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +6 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +4 -2
- package/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
- package/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
- package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +4 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +4 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/users/client/Client.js +4 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/ticketing/types/Account.d.ts +2 -1
- package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
- package/api/resources/ticketing/types/Attachment.d.ts +2 -1
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +4 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +4 -0
- package/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/api/resources/ticketing/types/Comment.d.ts +2 -1
- package/api/resources/ticketing/types/Contact.d.ts +2 -1
- package/api/resources/ticketing/types/ContactRequest.d.ts +29 -0
- package/api/resources/ticketing/types/ContactRequestAccount.d.ts +8 -0
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +9 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +4 -0
- package/api/resources/ticketing/types/Project.d.ts +2 -1
- package/api/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
- package/api/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/api/resources/ticketing/types/Role.d.ts +2 -1
- package/api/resources/ticketing/types/Tag.d.ts +3 -1
- package/api/resources/ticketing/types/Team.d.ts +2 -1
- package/api/resources/ticketing/types/Ticket.d.ts +2 -1
- package/api/resources/ticketing/types/TicketingContactResponse.d.ts +10 -0
- package/api/resources/ticketing/types/User.d.ts +2 -1
- package/api/resources/ticketing/types/index.d.ts +4 -9
- package/api/resources/ticketing/types/index.js +4 -9
- package/dist/Client.d.ts +9 -9
- package/dist/Client.js +9 -9
- package/dist/api/resources/accounting/client/Client.d.ts +0 -3
- package/dist/api/resources/accounting/client/Client.js +14 -19
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -5
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +14 -11
- package/dist/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/index.d.ts +0 -2
- package/dist/api/resources/accounting/resources/index.js +1 -3
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/issues/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/accounting/types/Account.d.ts +2 -1
- package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
- package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +2 -1
- package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +2 -1
- package/dist/api/resources/accounting/types/Address.d.ts +2 -1
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
- package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
- package/dist/api/resources/accounting/types/CompanyInfo.d.ts +2 -1
- package/dist/api/resources/accounting/types/Contact.d.ts +2 -1
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -1
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -3
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/accounting/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/accounting/types/Expense.d.ts +2 -1
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +2 -1
- package/dist/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
- package/dist/api/resources/accounting/types/Invoice.d.ts +2 -1
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +2 -1
- package/dist/api/resources/accounting/types/Item.d.ts +2 -1
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -1
- package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -1
- package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +11 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +9 -1
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +2 -1
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +7 -0
- package/dist/api/resources/accounting/types/PaymentRequestType.d.ts +11 -0
- package/dist/api/resources/accounting/types/PaymentType.d.ts +11 -0
- package/dist/api/resources/accounting/types/PaymentTypeEnum.d.ts +12 -0
- package/dist/api/resources/accounting/types/PaymentTypeEnum.js +10 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -1
- package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -1
- package/dist/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
- package/dist/api/resources/accounting/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/dist/api/resources/accounting/types/ReportItem.d.ts +2 -1
- package/dist/api/resources/accounting/types/TaxRate.d.ts +5 -4
- package/dist/api/resources/accounting/types/TaxRateCompany.d.ts +1 -1
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +2 -1
- package/dist/api/resources/accounting/types/Transaction.d.ts +2 -1
- package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +2 -2
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +2 -1
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -1
- package/dist/api/resources/accounting/types/index.d.ts +5 -9
- package/dist/api/resources/accounting/types/index.js +5 -9
- package/dist/api/resources/ats/client/Client.d.ts +0 -3
- package/dist/api/resources/ats/client/Client.js +10 -15
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +8 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +10 -5
- package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
- package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
- package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +1 -2
- package/dist/api/resources/ats/resources/candidates/client/Client.js +14 -9
- package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -2
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -5
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +14 -11
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/index.d.ts +0 -2
- package/dist/api/resources/ats/resources/index.js +1 -3
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -4
- package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +12 -4
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +6 -3
- package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/ats/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +4 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/ats/types/Activity.d.ts +2 -2
- package/dist/api/resources/ats/types/ActivityRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/Application.d.ts +3 -1
- package/dist/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
- package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
- package/dist/api/resources/ats/types/Attachment.d.ts +2 -1
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +4 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +4 -0
- package/dist/api/resources/ats/types/Candidate.d.ts +2 -1
- package/dist/api/resources/ats/types/Department.d.ts +2 -1
- package/dist/api/resources/ats/types/Eeoc.d.ts +2 -1
- package/dist/api/resources/ats/types/EmailAddress.d.ts +4 -1
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +9 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +4 -0
- package/dist/api/resources/ats/types/Job.d.ts +2 -1
- package/dist/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
- package/dist/api/resources/ats/types/JobPosting.d.ts +2 -1
- package/dist/api/resources/ats/types/Offer.d.ts +2 -1
- package/dist/api/resources/ats/types/Office.d.ts +2 -1
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +4 -1
- package/dist/api/resources/ats/types/RejectReason.d.ts +2 -1
- package/dist/api/resources/ats/types/RemoteFieldApi.d.ts +2 -1
- package/dist/api/resources/ats/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/dist/api/resources/ats/types/RemoteUser.d.ts +2 -1
- package/dist/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
- package/dist/api/resources/ats/types/Scorecard.d.ts +2 -1
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +4 -1
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +4 -1
- package/dist/api/resources/ats/types/Tag.d.ts +2 -1
- package/dist/api/resources/ats/types/Url.d.ts +4 -1
- package/dist/api/resources/ats/types/index.d.ts +7 -9
- package/dist/api/resources/ats/types/index.js +7 -9
- package/dist/api/resources/crm/client/Client.d.ts +0 -3
- package/dist/api/resources/crm/client/Client.js +12 -17
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +18 -8
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +4 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +1 -2
- package/dist/api/resources/crm/resources/contacts/client/Client.js +20 -11
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +87 -5
- package/dist/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +18 -8
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -5
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +14 -11
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/index.d.ts +0 -2
- package/dist/api/resources/crm/resources/index.js +1 -3
- package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/leads/client/Client.js +14 -6
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +14 -6
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -9
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/crm/resources/stages/client/Client.js +10 -4
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +18 -8
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/Client.d.ts +1 -2
- package/dist/api/resources/crm/resources/users/client/Client.js +12 -7
- package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/crm/types/Account.d.ts +2 -1
- package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/crm/types/AccountRequest.d.ts +1 -0
- package/dist/api/resources/crm/types/Address.d.ts +2 -1
- package/dist/api/resources/crm/types/Association.d.ts +5 -3
- package/dist/api/resources/crm/types/AssociationAssociationType.d.ts +3 -0
- package/dist/api/resources/crm/types/AssociationSubType.d.ts +2 -1
- package/dist/api/resources/crm/types/AssociationType.d.ts +3 -1
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +4 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +4 -0
- package/dist/api/resources/crm/types/Contact.d.ts +2 -1
- package/dist/api/resources/crm/types/CustomObject.d.ts +4 -1
- package/dist/api/resources/crm/types/CustomObjectClass.d.ts +4 -0
- package/dist/api/resources/crm/types/EmailAddress.d.ts +2 -1
- package/dist/api/resources/crm/types/Engagement.d.ts +2 -1
- package/dist/api/resources/crm/types/EngagementType.d.ts +2 -1
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +9 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +4 -0
- package/dist/api/resources/crm/types/Lead.d.ts +2 -1
- package/dist/api/resources/crm/types/Note.d.ts +2 -1
- package/dist/api/resources/crm/types/Opportunity.d.ts +2 -1
- package/dist/api/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
- package/dist/api/resources/crm/types/PhoneNumber.d.ts +2 -1
- package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/crm/types/RemoteFieldApi.d.ts +2 -1
- package/dist/api/resources/crm/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/dist/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +2 -1
- package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/api/resources/crm/types/Stage.d.ts +2 -1
- package/dist/api/resources/crm/types/Task.d.ts +2 -1
- package/dist/api/resources/crm/types/User.d.ts +2 -1
- package/dist/api/resources/crm/types/index.d.ts +1 -9
- package/dist/api/resources/crm/types/index.js +1 -9
- package/dist/api/resources/filestorage/client/Client.d.ts +0 -3
- package/dist/api/resources/filestorage/client/Client.js +8 -13
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -5
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +14 -11
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/files/client/Client.js +10 -6
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/index.d.ts +0 -2
- package/dist/api/resources/filestorage/resources/index.js +1 -3
- package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +4 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +4 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +4 -0
- package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +9 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +4 -0
- package/dist/api/resources/filestorage/types/File_.d.ts +2 -1
- package/dist/api/resources/filestorage/types/Folder.d.ts +2 -1
- package/dist/api/resources/filestorage/types/Group.d.ts +3 -2
- package/dist/api/resources/filestorage/types/Permission.d.ts +2 -1
- package/dist/api/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
- package/dist/api/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/dist/api/resources/filestorage/types/User.d.ts +2 -1
- package/dist/api/resources/filestorage/types/index.d.ts +1 -9
- package/dist/api/resources/filestorage/types/index.js +1 -9
- package/dist/api/resources/hris/client/Client.d.ts +0 -3
- package/dist/api/resources/hris/client/Client.js +14 -19
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/benefits/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employees/client/Client.d.ts +1 -3
- package/dist/api/resources/hris/resources/employees/client/Client.js +10 -8
- package/dist/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +1 -3
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -5
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +14 -11
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +8 -3
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/index.d.ts +0 -2
- package/dist/api/resources/hris/resources/index.js +1 -3
- package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +4 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +4 -0
- package/dist/api/resources/hris/types/BankInfo.d.ts +2 -1
- package/dist/api/resources/hris/types/Benefit.d.ts +2 -1
- package/dist/api/resources/hris/types/Company.d.ts +2 -1
- package/dist/api/resources/hris/types/Deduction.d.ts +2 -1
- package/dist/api/resources/hris/types/Dependent.d.ts +2 -1
- package/dist/api/resources/hris/types/Earning.d.ts +2 -1
- package/dist/api/resources/hris/types/Employee.d.ts +2 -1
- package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/dist/api/resources/hris/types/Employment.d.ts +2 -1
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +9 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +4 -0
- package/dist/api/resources/hris/types/Group.d.ts +4 -1
- package/dist/api/resources/hris/types/Location.d.ts +2 -1
- package/dist/api/resources/hris/types/PayGroup.d.ts +2 -1
- package/dist/api/resources/hris/types/PayrollRun.d.ts +2 -1
- package/dist/api/resources/hris/types/RemoteFieldApi.d.ts +2 -1
- package/dist/api/resources/hris/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/dist/api/resources/hris/types/Tax.d.ts +2 -1
- package/dist/api/resources/hris/types/Team.d.ts +2 -1
- package/dist/api/resources/hris/types/TimeOff.d.ts +2 -1
- package/dist/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +2 -1
- package/dist/api/resources/hris/types/index.d.ts +1 -9
- package/dist/api/resources/hris/types/index.js +1 -9
- package/dist/api/resources/index.d.ts +3 -3
- package/dist/api/resources/index.js +4 -4
- package/dist/api/resources/ticketing/client/Client.d.ts +0 -3
- package/dist/api/resources/ticketing/client/Client.js +14 -19
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +16 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +139 -2
- package/dist/api/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +21 -0
- package/dist/api/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -5
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +14 -11
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/index.d.ts +0 -2
- package/dist/api/resources/ticketing/resources/index.js +1 -3
- package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +6 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
- package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +4 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/ticketing/types/Account.d.ts +2 -1
- package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/ticketing/types/Attachment.d.ts +2 -1
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +4 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +4 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Comment.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Contact.d.ts +2 -1
- package/dist/api/resources/ticketing/types/ContactRequest.d.ts +29 -0
- package/dist/api/resources/ticketing/types/ContactRequestAccount.d.ts +8 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +9 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +4 -0
- package/dist/api/resources/ticketing/types/Project.d.ts +2 -1
- package/dist/api/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
- package/dist/api/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +4 -0
- package/dist/api/resources/ticketing/types/Role.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Tag.d.ts +3 -1
- package/dist/api/resources/ticketing/types/Team.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +2 -1
- package/dist/api/resources/ticketing/types/TicketingContactResponse.d.ts +10 -0
- package/dist/api/resources/ticketing/types/User.d.ts +2 -1
- package/dist/api/resources/ticketing/types/index.d.ts +4 -9
- package/dist/api/resources/ticketing/types/index.js +4 -9
- package/dist/serialization/resources/accounting/resources/index.d.ts +0 -2
- package/dist/serialization/resources/accounting/resources/index.js +1 -3
- package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +0 -1
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +0 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestType.d.ts +10 -0
- package/{serialization/resources/ats/types/ConditionSchemaConditionType.js → dist/serialization/resources/accounting/types/PatchedPaymentRequestType.js} +3 -3
- package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Payment.js +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestType.d.ts +10 -0
- package/dist/serialization/resources/{ats/types/ConditionSchemaConditionType.js → accounting/types/PaymentRequestType.js} +3 -3
- package/dist/serialization/resources/accounting/types/PaymentType.d.ts +10 -0
- package/dist/serialization/resources/{crm/types/ConditionSchemaConditionType.js → accounting/types/PaymentType.js} +3 -3
- package/dist/serialization/resources/accounting/types/PaymentTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{ConditionTypeEnum.js → PaymentTypeEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApi.js +3 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/dist/serialization/resources/{ats/types/ConditionTypeEnum.js → accounting/types/RemoteFieldApiCoverage.js} +2 -2
- package/dist/serialization/resources/accounting/types/index.d.ts +5 -9
- package/dist/serialization/resources/accounting/types/index.js +5 -9
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/dist/serialization/resources/ats/resources/index.d.ts +0 -2
- package/dist/serialization/resources/ats/resources/index.js +1 -3
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Application.js +3 -0
- package/dist/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ApplicationRequest.js +3 -0
- package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
- package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
- package/dist/serialization/resources/{accounting/types/ConditionSchemaConditionType.js → ats/types/ApplicationScreeningQuestionAnswersItem.js} +3 -3
- package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +4 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/dist/serialization/resources/ats/types/RemoteFieldApi.d.ts +2 -1
- package/dist/serialization/resources/ats/types/RemoteFieldApi.js +2 -1
- package/dist/serialization/resources/ats/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/dist/serialization/resources/{filestorage/types/ConditionTypeEnum.js → ats/types/RemoteFieldApiCoverage.js} +2 -2
- package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
- package/dist/serialization/resources/ats/types/{PaginatedConditionSchemaList.js → ScreeningQuestionAnswer.js} +10 -6
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
- package/dist/serialization/resources/{ticketing/types/ConditionSchemaConditionType.js → ats/types/ScreeningQuestionAnswerQuestion.js} +3 -3
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
- package/dist/serialization/resources/{filestorage/types/ConditionSchemaConditionType.js → ats/types/ScreeningQuestionAnswerRequestQuestion.js} +3 -3
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
- package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Url.js +1 -0
- package/dist/serialization/resources/ats/types/index.d.ts +7 -9
- package/dist/serialization/resources/ats/types/index.js +7 -9
- package/dist/serialization/resources/crm/resources/index.d.ts +0 -2
- package/dist/serialization/resources/crm/resources/index.js +1 -3
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/crm/types/AccountRequest.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountRequest.js +3 -0
- package/dist/serialization/resources/crm/types/Association.d.ts +2 -2
- package/dist/serialization/resources/crm/types/Association.js +2 -2
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +4 -0
- package/dist/serialization/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
- package/dist/serialization/resources/crm/types/PatchedAccountRequest.js +3 -0
- package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldApi.d.ts +2 -1
- package/dist/serialization/resources/crm/types/RemoteFieldApi.js +2 -1
- package/dist/serialization/resources/crm/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/dist/serialization/resources/crm/types/RemoteFieldApiCoverage.js +31 -0
- package/dist/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/dist/serialization/resources/crm/types/index.d.ts +1 -9
- package/dist/serialization/resources/crm/types/index.js +1 -9
- package/dist/serialization/resources/filestorage/resources/index.d.ts +0 -2
- package/dist/serialization/resources/filestorage/resources/index.js +1 -3
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +4 -0
- package/dist/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/RemoteFieldApi.js +4 -1
- package/dist/serialization/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/RemoteFieldApiCoverage.js +31 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +1 -9
- package/dist/serialization/resources/filestorage/types/index.js +1 -9
- package/dist/serialization/resources/hris/resources/index.d.ts +0 -2
- package/dist/serialization/resources/hris/resources/index.js +1 -3
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +4 -0
- package/dist/serialization/resources/hris/types/Group.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Group.js +1 -0
- package/dist/serialization/resources/hris/types/RemoteFieldApi.d.ts +2 -1
- package/dist/serialization/resources/hris/types/RemoteFieldApi.js +2 -1
- package/dist/serialization/resources/hris/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/dist/serialization/resources/hris/types/RemoteFieldApiCoverage.js +31 -0
- package/dist/serialization/resources/hris/types/index.d.ts +1 -9
- package/dist/serialization/resources/hris/types/index.js +1 -9
- package/dist/serialization/resources/index.d.ts +3 -3
- package/dist/serialization/resources/index.js +4 -4
- package/dist/serialization/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +12 -0
- package/dist/serialization/resources/{ats/resources/selectiveSync/client/configurationsUpdate.js → ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +5 -3
- package/dist/serialization/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/contacts/client/requests/index.js +5 -0
- package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -2
- package/dist/serialization/resources/ticketing/resources/index.js +3 -3
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ticketing/types/ContactRequest.d.ts +18 -0
- package/dist/serialization/resources/{crm/types/ConditionSchema.js → ticketing/types/ContactRequest.js} +9 -9
- package/dist/serialization/resources/ticketing/types/ContactRequestAccount.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/ContactRequestAccount.js +43 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +4 -0
- package/dist/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldApi.js +4 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/RemoteFieldApiCoverage.js +31 -0
- package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
- package/dist/serialization/resources/ticketing/types/TicketingContactResponse.d.ts +15 -0
- package/dist/serialization/resources/{crm/types/PaginatedConditionSchemaList.js → ticketing/types/TicketingContactResponse.js} +7 -6
- package/dist/serialization/resources/ticketing/types/index.d.ts +4 -9
- package/dist/serialization/resources/ticketing/types/index.js +4 -9
- package/package.json +1 -1
- package/serialization/resources/accounting/resources/index.d.ts +0 -2
- package/serialization/resources/accounting/resources/index.js +1 -3
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +0 -1
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +0 -1
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/EventTypeEnum.js +3 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestType.d.ts +10 -0
- package/serialization/resources/{crm/types/ConditionSchemaConditionType.js → accounting/types/PatchedPaymentRequestType.js} +3 -3
- package/serialization/resources/accounting/types/Payment.d.ts +1 -0
- package/serialization/resources/accounting/types/Payment.js +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +1 -0
- package/serialization/resources/accounting/types/PaymentRequestType.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestType.js +43 -0
- package/serialization/resources/accounting/types/PaymentType.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentType.js +43 -0
- package/serialization/resources/accounting/types/PaymentTypeEnum.d.ts +10 -0
- package/{dist/serialization/resources/crm/types/ConditionTypeEnum.js → serialization/resources/accounting/types/PaymentTypeEnum.js} +2 -2
- package/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
- package/serialization/resources/accounting/types/RemoteFieldApi.js +3 -0
- package/serialization/resources/accounting/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/serialization/resources/accounting/types/RemoteFieldApiCoverage.js +31 -0
- package/serialization/resources/accounting/types/index.d.ts +5 -9
- package/serialization/resources/accounting/types/index.js +5 -9
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
- package/serialization/resources/ats/resources/index.d.ts +0 -2
- package/serialization/resources/ats/resources/index.js +1 -3
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/serialization/resources/ats/types/Application.d.ts +1 -0
- package/serialization/resources/ats/types/Application.js +3 -0
- package/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
- package/serialization/resources/ats/types/ApplicationRequest.js +3 -0
- package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
- package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
- package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
- package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
- package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +4 -0
- package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/serialization/resources/ats/types/RemoteFieldApi.d.ts +2 -1
- package/serialization/resources/ats/types/RemoteFieldApi.js +2 -1
- package/serialization/resources/ats/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/serialization/resources/ats/types/RemoteFieldApiCoverage.js +31 -0
- package/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
- package/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
- package/{dist/serialization/resources/accounting/types/PaginatedConditionSchemaList.js → serialization/resources/ats/types/ScreeningQuestionAnswer.js} +10 -6
- package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
- package/serialization/resources/{ticketing/types/ConditionSchemaConditionType.js → ats/types/ScreeningQuestionAnswerQuestion.js} +3 -3
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
- package/serialization/resources/ats/types/Url.d.ts +1 -0
- package/serialization/resources/ats/types/Url.js +1 -0
- package/serialization/resources/ats/types/index.d.ts +7 -9
- package/serialization/resources/ats/types/index.js +7 -9
- package/serialization/resources/crm/resources/index.d.ts +0 -2
- package/serialization/resources/crm/resources/index.js +1 -3
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/serialization/resources/crm/types/AccountRequest.d.ts +1 -0
- package/serialization/resources/crm/types/AccountRequest.js +3 -0
- package/serialization/resources/crm/types/Association.d.ts +2 -2
- package/serialization/resources/crm/types/Association.js +2 -2
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +4 -0
- package/serialization/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
- package/serialization/resources/crm/types/PatchedAccountRequest.js +3 -0
- package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteField.js +1 -1
- package/serialization/resources/crm/types/RemoteFieldApi.d.ts +2 -1
- package/serialization/resources/crm/types/RemoteFieldApi.js +2 -1
- package/serialization/resources/crm/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/serialization/resources/crm/types/RemoteFieldApiCoverage.js +31 -0
- package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/serialization/resources/crm/types/index.d.ts +1 -9
- package/serialization/resources/crm/types/index.js +1 -9
- package/serialization/resources/filestorage/resources/index.d.ts +0 -2
- package/serialization/resources/filestorage/resources/index.js +1 -3
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +4 -0
- package/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
- package/serialization/resources/filestorage/types/RemoteFieldApi.js +4 -1
- package/serialization/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/serialization/resources/filestorage/types/RemoteFieldApiCoverage.js +31 -0
- package/serialization/resources/filestorage/types/index.d.ts +1 -9
- package/serialization/resources/filestorage/types/index.js +1 -9
- package/serialization/resources/hris/resources/index.d.ts +0 -2
- package/serialization/resources/hris/resources/index.js +1 -3
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +4 -0
- package/serialization/resources/hris/types/Group.d.ts +1 -0
- package/serialization/resources/hris/types/Group.js +1 -0
- package/serialization/resources/hris/types/RemoteFieldApi.d.ts +2 -1
- package/serialization/resources/hris/types/RemoteFieldApi.js +2 -1
- package/serialization/resources/hris/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/serialization/resources/hris/types/RemoteFieldApiCoverage.js +31 -0
- package/serialization/resources/hris/types/index.d.ts +1 -9
- package/serialization/resources/hris/types/index.js +1 -9
- package/serialization/resources/index.d.ts +3 -3
- package/serialization/resources/index.js +4 -4
- package/serialization/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +12 -0
- package/{dist/serialization/resources/ats/resources/selectiveSync/client/configurationsList.js → serialization/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +5 -3
- package/serialization/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/contacts/client/requests/index.js +5 -0
- package/serialization/resources/ticketing/resources/index.d.ts +2 -2
- package/serialization/resources/ticketing/resources/index.js +3 -3
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
- package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/serialization/resources/ticketing/types/ContactRequest.d.ts +18 -0
- package/serialization/resources/{crm/types/ConditionSchema.js → ticketing/types/ContactRequest.js} +9 -9
- package/serialization/resources/ticketing/types/ContactRequestAccount.d.ts +10 -0
- package/serialization/resources/ticketing/types/ContactRequestAccount.js +43 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +4 -0
- package/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
- package/serialization/resources/ticketing/types/RemoteFieldApi.js +4 -1
- package/serialization/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +10 -0
- package/serialization/resources/ticketing/types/RemoteFieldApiCoverage.js +31 -0
- package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/serialization/resources/ticketing/types/Tag.js +1 -0
- package/serialization/resources/ticketing/types/TicketingContactResponse.d.ts +15 -0
- package/{dist/serialization/resources/filestorage/types/PaginatedConditionSchemaList.js → serialization/resources/ticketing/types/TicketingContactResponse.js} +7 -6
- package/serialization/resources/ticketing/types/index.d.ts +4 -9
- package/serialization/resources/ticketing/types/index.js +4 -9
- package/api/resources/accounting/resources/selectiveSync/client/Client.d.ts +0 -47
- package/api/resources/accounting/resources/selectiveSync/client/Client.js +0 -238
- package/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/api/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/api/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -2
- package/api/resources/accounting/types/ConditionSchema.d.ts +0 -28
- package/api/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -16
- package/api/resources/accounting/types/ConditionTypeEnum.d.ts +0 -22
- package/api/resources/accounting/types/ConditionTypeEnum.js +0 -15
- package/api/resources/accounting/types/LinkedAccountCondition.d.ts +0 -14
- package/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/api/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/api/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/api/resources/accounting/types/OperatorSchema.d.ts +0 -9
- package/api/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/api/resources/ats/resources/selectiveSync/client/Client.d.ts +0 -47
- package/api/resources/ats/resources/selectiveSync/client/Client.js +0 -238
- package/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/api/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/api/resources/ats/resources/selectiveSync/client/requests/index.js +0 -2
- package/api/resources/ats/types/ConditionSchema.d.ts +0 -28
- package/api/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -16
- package/api/resources/ats/types/ConditionTypeEnum.d.ts +0 -22
- package/api/resources/ats/types/ConditionTypeEnum.js +0 -15
- package/api/resources/ats/types/LinkedAccountCondition.d.ts +0 -14
- package/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/api/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/api/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/api/resources/ats/types/OperatorSchema.d.ts +0 -9
- package/api/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/api/resources/crm/resources/selectiveSync/client/Client.d.ts +0 -47
- package/api/resources/crm/resources/selectiveSync/client/Client.js +0 -238
- package/api/resources/crm/resources/selectiveSync/client/index.d.ts +0 -1
- package/api/resources/crm/resources/selectiveSync/client/index.js +0 -17
- package/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/api/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/api/resources/crm/resources/selectiveSync/client/requests/index.js +0 -2
- package/api/resources/crm/resources/selectiveSync/index.d.ts +0 -1
- package/api/resources/crm/resources/selectiveSync/index.js +0 -17
- package/api/resources/crm/types/ConditionSchema.d.ts +0 -28
- package/api/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -16
- package/api/resources/crm/types/ConditionTypeEnum.d.ts +0 -22
- package/api/resources/crm/types/ConditionTypeEnum.js +0 -15
- package/api/resources/crm/types/LinkedAccountCondition.d.ts +0 -14
- package/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/api/resources/crm/types/OperatorSchema.d.ts +0 -9
- package/api/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/api/resources/filestorage/resources/selectiveSync/client/Client.d.ts +0 -47
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +0 -236
- package/api/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -1
- package/api/resources/filestorage/resources/selectiveSync/client/index.js +0 -17
- package/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/api/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/api/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -2
- package/api/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
- package/api/resources/filestorage/resources/selectiveSync/index.js +0 -17
- package/api/resources/filestorage/types/ConditionSchema.d.ts +0 -28
- package/api/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -16
- package/api/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -22
- package/api/resources/filestorage/types/ConditionTypeEnum.js +0 -15
- package/api/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -14
- package/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/api/resources/filestorage/types/OperatorSchema.d.ts +0 -9
- package/api/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/api/resources/hris/resources/selectiveSync/client/Client.d.ts +0 -47
- package/api/resources/hris/resources/selectiveSync/client/Client.js +0 -238
- package/api/resources/hris/resources/selectiveSync/client/index.d.ts +0 -1
- package/api/resources/hris/resources/selectiveSync/client/index.js +0 -17
- package/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/api/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/api/resources/hris/resources/selectiveSync/client/requests/index.js +0 -2
- package/api/resources/hris/resources/selectiveSync/index.d.ts +0 -1
- package/api/resources/hris/resources/selectiveSync/index.js +0 -17
- package/api/resources/hris/types/ConditionSchema.d.ts +0 -28
- package/api/resources/hris/types/ConditionSchema.js +0 -5
- package/api/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -16
- package/api/resources/hris/types/ConditionSchemaConditionType.js +0 -5
- package/api/resources/hris/types/ConditionTypeEnum.d.ts +0 -22
- package/api/resources/hris/types/ConditionTypeEnum.js +0 -15
- package/api/resources/hris/types/LinkedAccountCondition.d.ts +0 -14
- package/api/resources/hris/types/LinkedAccountCondition.js +0 -5
- package/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/api/resources/hris/types/LinkedAccountConditionRequest.js +0 -5
- package/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/api/resources/hris/types/OperatorSchema.d.ts +0 -9
- package/api/resources/hris/types/OperatorSchema.js +0 -5
- package/api/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/api/resources/hris/types/PaginatedConditionSchemaList.js +0 -5
- package/api/resources/ticketing/resources/selectiveSync/client/Client.d.ts +0 -47
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +0 -238
- package/api/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -1
- package/api/resources/ticketing/resources/selectiveSync/client/index.js +0 -17
- package/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/api/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/api/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -2
- package/api/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
- package/api/resources/ticketing/resources/selectiveSync/index.js +0 -17
- package/api/resources/ticketing/types/ConditionSchema.d.ts +0 -28
- package/api/resources/ticketing/types/ConditionSchema.js +0 -5
- package/api/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -16
- package/api/resources/ticketing/types/ConditionSchemaConditionType.js +0 -5
- package/api/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -22
- package/api/resources/ticketing/types/ConditionTypeEnum.js +0 -15
- package/api/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -14
- package/api/resources/ticketing/types/LinkedAccountCondition.js +0 -5
- package/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/api/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -5
- package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/api/resources/ticketing/types/OperatorSchema.d.ts +0 -9
- package/api/resources/ticketing/types/OperatorSchema.js +0 -5
- package/api/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/api/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.d.ts +0 -47
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +0 -238
- package/dist/api/resources/accounting/resources/selectiveSync/client/index.d.ts +0 -1
- package/dist/api/resources/accounting/resources/selectiveSync/client/index.js +0 -17
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -2
- package/dist/api/resources/accounting/resources/selectiveSync/index.d.ts +0 -1
- package/dist/api/resources/accounting/resources/selectiveSync/index.js +0 -17
- package/dist/api/resources/accounting/types/ConditionSchema.d.ts +0 -28
- package/dist/api/resources/accounting/types/ConditionSchema.js +0 -5
- package/dist/api/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -16
- package/dist/api/resources/accounting/types/ConditionSchemaConditionType.js +0 -5
- package/dist/api/resources/accounting/types/ConditionTypeEnum.d.ts +0 -22
- package/dist/api/resources/accounting/types/ConditionTypeEnum.js +0 -15
- package/dist/api/resources/accounting/types/LinkedAccountCondition.d.ts +0 -14
- package/dist/api/resources/accounting/types/LinkedAccountCondition.js +0 -5
- package/dist/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/dist/api/resources/accounting/types/LinkedAccountConditionRequest.js +0 -5
- package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/dist/api/resources/accounting/types/OperatorSchema.d.ts +0 -9
- package/dist/api/resources/accounting/types/OperatorSchema.js +0 -5
- package/dist/api/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/dist/api/resources/accounting/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.d.ts +0 -47
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +0 -238
- package/dist/api/resources/ats/resources/selectiveSync/client/index.d.ts +0 -1
- package/dist/api/resources/ats/resources/selectiveSync/client/index.js +0 -17
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/index.js +0 -2
- package/dist/api/resources/ats/resources/selectiveSync/index.d.ts +0 -1
- package/dist/api/resources/ats/resources/selectiveSync/index.js +0 -17
- package/dist/api/resources/ats/types/ConditionSchema.d.ts +0 -28
- package/dist/api/resources/ats/types/ConditionSchema.js +0 -5
- package/dist/api/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -16
- package/dist/api/resources/ats/types/ConditionSchemaConditionType.js +0 -5
- package/dist/api/resources/ats/types/ConditionTypeEnum.d.ts +0 -22
- package/dist/api/resources/ats/types/ConditionTypeEnum.js +0 -15
- package/dist/api/resources/ats/types/LinkedAccountCondition.d.ts +0 -14
- package/dist/api/resources/ats/types/LinkedAccountCondition.js +0 -5
- package/dist/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/dist/api/resources/ats/types/LinkedAccountConditionRequest.js +0 -5
- package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/dist/api/resources/ats/types/OperatorSchema.d.ts +0 -9
- package/dist/api/resources/ats/types/OperatorSchema.js +0 -5
- package/dist/api/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/dist/api/resources/ats/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.d.ts +0 -47
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +0 -238
- package/dist/api/resources/crm/resources/selectiveSync/client/index.d.ts +0 -1
- package/dist/api/resources/crm/resources/selectiveSync/client/index.js +0 -17
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/index.js +0 -2
- package/dist/api/resources/crm/resources/selectiveSync/index.d.ts +0 -1
- package/dist/api/resources/crm/resources/selectiveSync/index.js +0 -17
- package/dist/api/resources/crm/types/ConditionSchema.d.ts +0 -28
- package/dist/api/resources/crm/types/ConditionSchema.js +0 -5
- package/dist/api/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -16
- package/dist/api/resources/crm/types/ConditionSchemaConditionType.js +0 -5
- package/dist/api/resources/crm/types/ConditionTypeEnum.d.ts +0 -22
- package/dist/api/resources/crm/types/ConditionTypeEnum.js +0 -15
- package/dist/api/resources/crm/types/LinkedAccountCondition.d.ts +0 -14
- package/dist/api/resources/crm/types/LinkedAccountCondition.js +0 -5
- package/dist/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/dist/api/resources/crm/types/LinkedAccountConditionRequest.js +0 -5
- package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/dist/api/resources/crm/types/OperatorSchema.d.ts +0 -9
- package/dist/api/resources/crm/types/OperatorSchema.js +0 -5
- package/dist/api/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/dist/api/resources/crm/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.d.ts +0 -47
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +0 -236
- package/dist/api/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/client/index.js +0 -17
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -2
- package/dist/api/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/index.js +0 -17
- package/dist/api/resources/filestorage/types/ConditionSchema.d.ts +0 -28
- package/dist/api/resources/filestorage/types/ConditionSchema.js +0 -5
- package/dist/api/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -16
- package/dist/api/resources/filestorage/types/ConditionSchemaConditionType.js +0 -5
- package/dist/api/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -22
- package/dist/api/resources/filestorage/types/ConditionTypeEnum.js +0 -15
- package/dist/api/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -14
- package/dist/api/resources/filestorage/types/LinkedAccountCondition.js +0 -5
- package/dist/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/dist/api/resources/filestorage/types/LinkedAccountConditionRequest.js +0 -5
- package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/dist/api/resources/filestorage/types/OperatorSchema.d.ts +0 -9
- package/dist/api/resources/filestorage/types/OperatorSchema.js +0 -5
- package/dist/api/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/dist/api/resources/filestorage/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.d.ts +0 -47
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +0 -238
- package/dist/api/resources/hris/resources/selectiveSync/client/index.d.ts +0 -1
- package/dist/api/resources/hris/resources/selectiveSync/client/index.js +0 -17
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/index.js +0 -2
- package/dist/api/resources/hris/resources/selectiveSync/index.d.ts +0 -1
- package/dist/api/resources/hris/resources/selectiveSync/index.js +0 -17
- package/dist/api/resources/hris/types/ConditionSchema.d.ts +0 -28
- package/dist/api/resources/hris/types/ConditionSchema.js +0 -5
- package/dist/api/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -16
- package/dist/api/resources/hris/types/ConditionSchemaConditionType.js +0 -5
- package/dist/api/resources/hris/types/ConditionTypeEnum.d.ts +0 -22
- package/dist/api/resources/hris/types/ConditionTypeEnum.js +0 -15
- package/dist/api/resources/hris/types/LinkedAccountCondition.d.ts +0 -14
- package/dist/api/resources/hris/types/LinkedAccountCondition.js +0 -5
- package/dist/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/dist/api/resources/hris/types/LinkedAccountConditionRequest.js +0 -5
- package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/dist/api/resources/hris/types/OperatorSchema.d.ts +0 -9
- package/dist/api/resources/hris/types/OperatorSchema.js +0 -5
- package/dist/api/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/dist/api/resources/hris/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.d.ts +0 -47
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +0 -238
- package/dist/api/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/client/index.js +0 -17
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -2
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -2
- package/dist/api/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/index.js +0 -17
- package/dist/api/resources/ticketing/types/ConditionSchema.d.ts +0 -28
- package/dist/api/resources/ticketing/types/ConditionSchema.js +0 -5
- package/dist/api/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -16
- package/dist/api/resources/ticketing/types/ConditionSchemaConditionType.js +0 -5
- package/dist/api/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -22
- package/dist/api/resources/ticketing/types/ConditionTypeEnum.js +0 -15
- package/dist/api/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -14
- package/dist/api/resources/ticketing/types/LinkedAccountCondition.js +0 -5
- package/dist/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -12
- package/dist/api/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -5
- package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
- package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
- package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
- package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
- package/dist/api/resources/ticketing/types/OperatorSchema.d.ts +0 -9
- package/dist/api/resources/ticketing/types/OperatorSchema.js +0 -5
- package/dist/api/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -9
- package/dist/api/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -5
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.js +0 -40
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/index.d.ts +0 -3
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/index.js +0 -32
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -5
- package/dist/serialization/resources/accounting/resources/selectiveSync/index.d.ts +0 -1
- package/dist/serialization/resources/accounting/resources/selectiveSync/index.js +0 -17
- package/dist/serialization/resources/accounting/types/ConditionSchema.d.ts +0 -18
- package/dist/serialization/resources/accounting/types/ConditionSchema.js +0 -48
- package/dist/serialization/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ConditionTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/LinkedAccountCondition.d.ts +0 -17
- package/dist/serialization/resources/accounting/types/LinkedAccountCondition.js +0 -38
- package/dist/serialization/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/dist/serialization/resources/accounting/types/LinkedAccountConditionRequest.js +0 -36
- package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/dist/serialization/resources/accounting/types/OperatorSchema.d.ts +0 -13
- package/dist/serialization/resources/accounting/types/OperatorSchema.js +0 -34
- package/dist/serialization/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/dist/serialization/resources/ats/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/dist/serialization/resources/ats/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/dist/serialization/resources/ats/resources/selectiveSync/client/index.d.ts +0 -3
- package/dist/serialization/resources/ats/resources/selectiveSync/client/index.js +0 -32
- package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/index.js +0 -5
- package/dist/serialization/resources/ats/resources/selectiveSync/index.d.ts +0 -1
- package/dist/serialization/resources/ats/resources/selectiveSync/index.js +0 -17
- package/dist/serialization/resources/ats/types/ConditionSchema.d.ts +0 -18
- package/dist/serialization/resources/ats/types/ConditionSchema.js +0 -48
- package/dist/serialization/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ConditionTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/ats/types/LinkedAccountCondition.d.ts +0 -17
- package/dist/serialization/resources/ats/types/LinkedAccountCondition.js +0 -38
- package/dist/serialization/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/dist/serialization/resources/ats/types/LinkedAccountConditionRequest.js +0 -36
- package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/dist/serialization/resources/ats/types/OperatorSchema.d.ts +0 -13
- package/dist/serialization/resources/ats/types/OperatorSchema.js +0 -34
- package/dist/serialization/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsList.js +0 -40
- package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/dist/serialization/resources/crm/resources/selectiveSync/client/index.d.ts +0 -3
- package/dist/serialization/resources/crm/resources/selectiveSync/client/index.js +0 -32
- package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/index.js +0 -5
- package/dist/serialization/resources/crm/resources/selectiveSync/index.d.ts +0 -1
- package/dist/serialization/resources/crm/resources/selectiveSync/index.js +0 -17
- package/dist/serialization/resources/crm/types/ConditionSchema.d.ts +0 -18
- package/dist/serialization/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -10
- package/dist/serialization/resources/crm/types/ConditionTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/crm/types/LinkedAccountCondition.d.ts +0 -17
- package/dist/serialization/resources/crm/types/LinkedAccountCondition.js +0 -38
- package/dist/serialization/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/dist/serialization/resources/crm/types/LinkedAccountConditionRequest.js +0 -36
- package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/dist/serialization/resources/crm/types/OperatorSchema.d.ts +0 -13
- package/dist/serialization/resources/crm/types/OperatorSchema.js +0 -34
- package/dist/serialization/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.js +0 -40
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -3
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/index.js +0 -32
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -5
- package/dist/serialization/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
- package/dist/serialization/resources/filestorage/resources/selectiveSync/index.js +0 -17
- package/dist/serialization/resources/filestorage/types/ConditionSchema.d.ts +0 -18
- package/dist/serialization/resources/filestorage/types/ConditionSchema.js +0 -48
- package/dist/serialization/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -17
- package/dist/serialization/resources/filestorage/types/LinkedAccountCondition.js +0 -38
- package/dist/serialization/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/dist/serialization/resources/filestorage/types/LinkedAccountConditionRequest.js +0 -36
- package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/dist/serialization/resources/filestorage/types/OperatorSchema.d.ts +0 -13
- package/dist/serialization/resources/filestorage/types/OperatorSchema.js +0 -34
- package/dist/serialization/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsList.js +0 -40
- package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/dist/serialization/resources/hris/resources/selectiveSync/client/index.d.ts +0 -3
- package/dist/serialization/resources/hris/resources/selectiveSync/client/index.js +0 -32
- package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/index.js +0 -5
- package/dist/serialization/resources/hris/resources/selectiveSync/index.d.ts +0 -1
- package/dist/serialization/resources/hris/resources/selectiveSync/index.js +0 -17
- package/dist/serialization/resources/hris/types/ConditionSchema.d.ts +0 -18
- package/dist/serialization/resources/hris/types/ConditionSchema.js +0 -48
- package/dist/serialization/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -10
- package/dist/serialization/resources/hris/types/ConditionSchemaConditionType.js +0 -43
- package/dist/serialization/resources/hris/types/ConditionTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/hris/types/ConditionTypeEnum.js +0 -31
- package/dist/serialization/resources/hris/types/LinkedAccountCondition.d.ts +0 -17
- package/dist/serialization/resources/hris/types/LinkedAccountCondition.js +0 -38
- package/dist/serialization/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/dist/serialization/resources/hris/types/LinkedAccountConditionRequest.js +0 -36
- package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/dist/serialization/resources/hris/types/OperatorSchema.d.ts +0 -13
- package/dist/serialization/resources/hris/types/OperatorSchema.js +0 -34
- package/dist/serialization/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/dist/serialization/resources/hris/types/PaginatedConditionSchemaList.js +0 -46
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.js +0 -40
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -3
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/index.js +0 -32
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -5
- package/dist/serialization/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
- package/dist/serialization/resources/ticketing/resources/selectiveSync/index.js +0 -17
- package/dist/serialization/resources/ticketing/types/ConditionSchema.d.ts +0 -18
- package/dist/serialization/resources/ticketing/types/ConditionSchema.js +0 -48
- package/dist/serialization/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/ConditionTypeEnum.js +0 -31
- package/dist/serialization/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -17
- package/dist/serialization/resources/ticketing/types/LinkedAccountCondition.js +0 -38
- package/dist/serialization/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/dist/serialization/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -36
- package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/dist/serialization/resources/ticketing/types/OperatorSchema.d.ts +0 -13
- package/dist/serialization/resources/ticketing/types/OperatorSchema.js +0 -34
- package/dist/serialization/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/dist/serialization/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -46
- package/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.js +0 -40
- package/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/serialization/resources/accounting/resources/selectiveSync/client/index.d.ts +0 -3
- package/serialization/resources/accounting/resources/selectiveSync/client/index.js +0 -32
- package/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/serialization/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/serialization/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -5
- package/serialization/resources/accounting/resources/selectiveSync/index.d.ts +0 -1
- package/serialization/resources/accounting/resources/selectiveSync/index.js +0 -17
- package/serialization/resources/accounting/types/ConditionSchema.d.ts +0 -18
- package/serialization/resources/accounting/types/ConditionSchema.js +0 -48
- package/serialization/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -10
- package/serialization/resources/accounting/types/ConditionSchemaConditionType.js +0 -43
- package/serialization/resources/accounting/types/ConditionTypeEnum.d.ts +0 -10
- package/serialization/resources/accounting/types/ConditionTypeEnum.js +0 -31
- package/serialization/resources/accounting/types/LinkedAccountCondition.d.ts +0 -17
- package/serialization/resources/accounting/types/LinkedAccountCondition.js +0 -38
- package/serialization/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/serialization/resources/accounting/types/LinkedAccountConditionRequest.js +0 -36
- package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/serialization/resources/accounting/types/OperatorSchema.d.ts +0 -13
- package/serialization/resources/accounting/types/OperatorSchema.js +0 -34
- package/serialization/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/serialization/resources/accounting/types/PaginatedConditionSchemaList.js +0 -46
- package/serialization/resources/ats/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/serialization/resources/ats/resources/selectiveSync/client/configurationsList.js +0 -40
- package/serialization/resources/ats/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/serialization/resources/ats/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/serialization/resources/ats/resources/selectiveSync/client/index.d.ts +0 -3
- package/serialization/resources/ats/resources/selectiveSync/client/index.js +0 -32
- package/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/serialization/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/serialization/resources/ats/resources/selectiveSync/client/requests/index.js +0 -5
- package/serialization/resources/ats/resources/selectiveSync/index.d.ts +0 -1
- package/serialization/resources/ats/resources/selectiveSync/index.js +0 -17
- package/serialization/resources/ats/types/ConditionSchema.d.ts +0 -18
- package/serialization/resources/ats/types/ConditionSchema.js +0 -48
- package/serialization/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -10
- package/serialization/resources/ats/types/ConditionTypeEnum.d.ts +0 -10
- package/serialization/resources/ats/types/ConditionTypeEnum.js +0 -31
- package/serialization/resources/ats/types/LinkedAccountCondition.d.ts +0 -17
- package/serialization/resources/ats/types/LinkedAccountCondition.js +0 -38
- package/serialization/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/serialization/resources/ats/types/LinkedAccountConditionRequest.js +0 -36
- package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/serialization/resources/ats/types/OperatorSchema.d.ts +0 -13
- package/serialization/resources/ats/types/OperatorSchema.js +0 -34
- package/serialization/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/serialization/resources/ats/types/PaginatedConditionSchemaList.js +0 -46
- package/serialization/resources/crm/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/serialization/resources/crm/resources/selectiveSync/client/configurationsList.js +0 -40
- package/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/serialization/resources/crm/resources/selectiveSync/client/index.d.ts +0 -3
- package/serialization/resources/crm/resources/selectiveSync/client/index.js +0 -32
- package/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/serialization/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/serialization/resources/crm/resources/selectiveSync/client/requests/index.js +0 -5
- package/serialization/resources/crm/resources/selectiveSync/index.d.ts +0 -1
- package/serialization/resources/crm/resources/selectiveSync/index.js +0 -17
- package/serialization/resources/crm/types/ConditionSchema.d.ts +0 -18
- package/serialization/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -10
- package/serialization/resources/crm/types/ConditionTypeEnum.d.ts +0 -10
- package/serialization/resources/crm/types/ConditionTypeEnum.js +0 -31
- package/serialization/resources/crm/types/LinkedAccountCondition.d.ts +0 -17
- package/serialization/resources/crm/types/LinkedAccountCondition.js +0 -38
- package/serialization/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/serialization/resources/crm/types/LinkedAccountConditionRequest.js +0 -36
- package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/serialization/resources/crm/types/OperatorSchema.d.ts +0 -13
- package/serialization/resources/crm/types/OperatorSchema.js +0 -34
- package/serialization/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/serialization/resources/crm/types/PaginatedConditionSchemaList.js +0 -46
- package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.js +0 -40
- package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/serialization/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -3
- package/serialization/resources/filestorage/resources/selectiveSync/client/index.js +0 -32
- package/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -5
- package/serialization/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
- package/serialization/resources/filestorage/resources/selectiveSync/index.js +0 -17
- package/serialization/resources/filestorage/types/ConditionSchema.d.ts +0 -18
- package/serialization/resources/filestorage/types/ConditionSchema.js +0 -48
- package/serialization/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -10
- package/serialization/resources/filestorage/types/ConditionSchemaConditionType.js +0 -43
- package/serialization/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -10
- package/serialization/resources/filestorage/types/ConditionTypeEnum.js +0 -31
- package/serialization/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -17
- package/serialization/resources/filestorage/types/LinkedAccountCondition.js +0 -38
- package/serialization/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/serialization/resources/filestorage/types/LinkedAccountConditionRequest.js +0 -36
- package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/serialization/resources/filestorage/types/OperatorSchema.d.ts +0 -13
- package/serialization/resources/filestorage/types/OperatorSchema.js +0 -34
- package/serialization/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/serialization/resources/filestorage/types/PaginatedConditionSchemaList.js +0 -46
- package/serialization/resources/hris/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/serialization/resources/hris/resources/selectiveSync/client/configurationsList.js +0 -40
- package/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/serialization/resources/hris/resources/selectiveSync/client/index.d.ts +0 -3
- package/serialization/resources/hris/resources/selectiveSync/client/index.js +0 -32
- package/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/serialization/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/serialization/resources/hris/resources/selectiveSync/client/requests/index.js +0 -5
- package/serialization/resources/hris/resources/selectiveSync/index.d.ts +0 -1
- package/serialization/resources/hris/resources/selectiveSync/index.js +0 -17
- package/serialization/resources/hris/types/ConditionSchema.d.ts +0 -18
- package/serialization/resources/hris/types/ConditionSchema.js +0 -48
- package/serialization/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -10
- package/serialization/resources/hris/types/ConditionSchemaConditionType.js +0 -43
- package/serialization/resources/hris/types/ConditionTypeEnum.d.ts +0 -10
- package/serialization/resources/hris/types/ConditionTypeEnum.js +0 -31
- package/serialization/resources/hris/types/LinkedAccountCondition.d.ts +0 -17
- package/serialization/resources/hris/types/LinkedAccountCondition.js +0 -38
- package/serialization/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/serialization/resources/hris/types/LinkedAccountConditionRequest.js +0 -36
- package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/serialization/resources/hris/types/OperatorSchema.d.ts +0 -13
- package/serialization/resources/hris/types/OperatorSchema.js +0 -34
- package/serialization/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/serialization/resources/hris/types/PaginatedConditionSchemaList.js +0 -46
- package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.d.ts +0 -10
- package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.js +0 -40
- package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
- package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.js +0 -40
- package/serialization/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -3
- package/serialization/resources/ticketing/resources/selectiveSync/client/index.js +0 -32
- package/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
- package/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
- package/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -1
- package/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -5
- package/serialization/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
- package/serialization/resources/ticketing/resources/selectiveSync/index.js +0 -17
- package/serialization/resources/ticketing/types/ConditionSchema.d.ts +0 -18
- package/serialization/resources/ticketing/types/ConditionSchema.js +0 -48
- package/serialization/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -10
- package/serialization/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -10
- package/serialization/resources/ticketing/types/ConditionTypeEnum.js +0 -31
- package/serialization/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -17
- package/serialization/resources/ticketing/types/LinkedAccountCondition.js +0 -38
- package/serialization/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -15
- package/serialization/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -36
- package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
- package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
- package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
- package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
- package/serialization/resources/ticketing/types/OperatorSchema.d.ts +0 -13
- package/serialization/resources/ticketing/types/OperatorSchema.js +0 -34
- package/serialization/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -14
- package/serialization/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -46
- /package/api/resources/accounting/{resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → types/PatchedPaymentRequestType.js} +0 -0
- /package/api/resources/accounting/{resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → types/PaymentRequestType.js} +0 -0
- /package/api/resources/accounting/types/{ConditionSchema.js → PaymentType.js} +0 -0
- /package/api/resources/accounting/types/{ConditionSchemaConditionType.js → RemoteFieldApiCoverage.js} +0 -0
- /package/api/resources/{accounting/types/LinkedAccountCondition.js → ats/types/ApplicationRequestScreeningQuestionAnswersItem.js} +0 -0
- /package/api/resources/{accounting/types/LinkedAccountConditionRequest.js → ats/types/ApplicationScreeningQuestionAnswersItem.js} +0 -0
- /package/api/resources/{accounting/types/LinkedAccountSelectiveSyncConfiguration.js → ats/types/RemoteFieldApiCoverage.js} +0 -0
- /package/api/resources/{accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js → ats/types/ScreeningQuestionAnswer.js} +0 -0
- /package/api/resources/{accounting/types/OperatorSchema.js → ats/types/ScreeningQuestionAnswerQuestion.js} +0 -0
- /package/api/resources/{accounting/types/PaginatedConditionSchemaList.js → ats/types/ScreeningQuestionAnswerRequest.js} +0 -0
- /package/api/resources/ats/{resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → types/ScreeningQuestionAnswerRequestQuestion.js} +0 -0
- /package/api/resources/{ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js} +0 -0
- /package/api/resources/{ats/types/ConditionSchema.js → crm/types/RemoteFieldApiCoverage.js} +0 -0
- /package/api/resources/{ats/types/ConditionSchemaConditionType.js → filestorage/types/RemoteFieldApiCoverage.js} +0 -0
- /package/api/resources/{ats/types/LinkedAccountCondition.js → hris/types/RemoteFieldApiCoverage.js} +0 -0
- /package/api/resources/{ats/types/LinkedAccountConditionRequest.js → ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +0 -0
- /package/api/resources/{ats/types/LinkedAccountSelectiveSyncConfiguration.js → ticketing/types/ContactRequest.js} +0 -0
- /package/api/resources/{ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js → ticketing/types/ContactRequestAccount.js} +0 -0
- /package/api/resources/{ats/types/OperatorSchema.js → ticketing/types/RemoteFieldApiCoverage.js} +0 -0
- /package/api/resources/{ats/types/PaginatedConditionSchemaList.js → ticketing/types/TicketingContactResponse.js} +0 -0
- /package/{api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → dist/api/resources/accounting/types/PatchedPaymentRequestType.js} +0 -0
- /package/{api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → dist/api/resources/accounting/types/PaymentRequestType.js} +0 -0
- /package/{api/resources/crm/types/ConditionSchema.js → dist/api/resources/accounting/types/PaymentType.js} +0 -0
- /package/{api/resources/crm/types/ConditionSchemaConditionType.js → dist/api/resources/accounting/types/RemoteFieldApiCoverage.js} +0 -0
- /package/{api/resources/crm/types/LinkedAccountCondition.js → dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js} +0 -0
- /package/{api/resources/crm/types/LinkedAccountConditionRequest.js → dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js} +0 -0
- /package/{api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js → dist/api/resources/ats/types/RemoteFieldApiCoverage.js} +0 -0
- /package/{api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js → dist/api/resources/ats/types/ScreeningQuestionAnswer.js} +0 -0
- /package/{api/resources/crm/types/OperatorSchema.js → dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js} +0 -0
- /package/{api/resources/crm/types/PaginatedConditionSchemaList.js → dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.js} +0 -0
- /package/{api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js} +0 -0
- /package/{api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js} +0 -0
- /package/{api/resources/filestorage/types/ConditionSchema.js → dist/api/resources/crm/types/RemoteFieldApiCoverage.js} +0 -0
- /package/{api/resources/filestorage/types/ConditionSchemaConditionType.js → dist/api/resources/filestorage/types/RemoteFieldApiCoverage.js} +0 -0
- /package/{api/resources/filestorage/types/LinkedAccountCondition.js → dist/api/resources/hris/types/RemoteFieldApiCoverage.js} +0 -0
- /package/{api/resources/filestorage/types/LinkedAccountConditionRequest.js → dist/api/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +0 -0
- /package/{api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js → dist/api/resources/ticketing/types/ContactRequest.js} +0 -0
- /package/{api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js → dist/api/resources/ticketing/types/ContactRequestAccount.js} +0 -0
- /package/{api/resources/filestorage/types/OperatorSchema.js → dist/api/resources/ticketing/types/RemoteFieldApiCoverage.js} +0 -0
- /package/{api/resources/filestorage/types/PaginatedConditionSchemaList.js → dist/api/resources/ticketing/types/TicketingContactResponse.js} +0 -0
- /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/client/index.d.ts +0 -0
- /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/client/index.js +0 -0
- /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/index.d.ts +0 -0
- /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/index.js +0 -0
- /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/client/index.d.ts +0 -0
- /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/client/index.js +0 -0
- /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/index.d.ts +0 -0
- /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/index.js +0 -0
|
@@ -67,5 +67,197 @@ exports.ApplicationsRetrieveRequestExpand = {
|
|
|
67
67
|
OffersJobCurrentStageRejectReason: "offers,job,current_stage,reject_reason",
|
|
68
68
|
OffersJobRejectReason: "offers,job,reject_reason",
|
|
69
69
|
OffersRejectReason: "offers,reject_reason",
|
|
70
|
+
OffersScreeningQuestionAnswers: "offers,screening_question_answers",
|
|
71
|
+
OffersScreeningQuestionAnswersCandidate: "offers,screening_question_answers,candidate",
|
|
72
|
+
OffersScreeningQuestionAnswersCandidateCreditedTo: "offers,screening_question_answers,candidate,credited_to",
|
|
73
|
+
OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage: "offers,screening_question_answers,candidate,credited_to,current_stage",
|
|
74
|
+
OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
75
|
+
OffersScreeningQuestionAnswersCandidateCreditedToRejectReason: "offers,screening_question_answers,candidate,credited_to,reject_reason",
|
|
76
|
+
OffersScreeningQuestionAnswersCandidateCurrentStage: "offers,screening_question_answers,candidate,current_stage",
|
|
77
|
+
OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason: "offers,screening_question_answers,candidate,current_stage,reject_reason",
|
|
78
|
+
OffersScreeningQuestionAnswersCandidateJob: "offers,screening_question_answers,candidate,job",
|
|
79
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedTo: "offers,screening_question_answers,candidate,job,credited_to",
|
|
80
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,candidate,job,credited_to,current_stage",
|
|
81
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
82
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "offers,screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
83
|
+
OffersScreeningQuestionAnswersCandidateJobCurrentStage: "offers,screening_question_answers,candidate,job,current_stage",
|
|
84
|
+
OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
85
|
+
OffersScreeningQuestionAnswersCandidateJobRejectReason: "offers,screening_question_answers,candidate,job,reject_reason",
|
|
86
|
+
OffersScreeningQuestionAnswersCandidateRejectReason: "offers,screening_question_answers,candidate,reject_reason",
|
|
87
|
+
OffersScreeningQuestionAnswersCreditedTo: "offers,screening_question_answers,credited_to",
|
|
88
|
+
OffersScreeningQuestionAnswersCreditedToCurrentStage: "offers,screening_question_answers,credited_to,current_stage",
|
|
89
|
+
OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "offers,screening_question_answers,credited_to,current_stage,reject_reason",
|
|
90
|
+
OffersScreeningQuestionAnswersCreditedToRejectReason: "offers,screening_question_answers,credited_to,reject_reason",
|
|
91
|
+
OffersScreeningQuestionAnswersCurrentStage: "offers,screening_question_answers,current_stage",
|
|
92
|
+
OffersScreeningQuestionAnswersCurrentStageRejectReason: "offers,screening_question_answers,current_stage,reject_reason",
|
|
93
|
+
OffersScreeningQuestionAnswersJob: "offers,screening_question_answers,job",
|
|
94
|
+
OffersScreeningQuestionAnswersJobCreditedTo: "offers,screening_question_answers,job,credited_to",
|
|
95
|
+
OffersScreeningQuestionAnswersJobCreditedToCurrentStage: "offers,screening_question_answers,job,credited_to,current_stage",
|
|
96
|
+
OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
97
|
+
OffersScreeningQuestionAnswersJobCreditedToRejectReason: "offers,screening_question_answers,job,credited_to,reject_reason",
|
|
98
|
+
OffersScreeningQuestionAnswersJobCurrentStage: "offers,screening_question_answers,job,current_stage",
|
|
99
|
+
OffersScreeningQuestionAnswersJobCurrentStageRejectReason: "offers,screening_question_answers,job,current_stage,reject_reason",
|
|
100
|
+
OffersScreeningQuestionAnswersJobRejectReason: "offers,screening_question_answers,job,reject_reason",
|
|
101
|
+
OffersScreeningQuestionAnswersRejectReason: "offers,screening_question_answers,reject_reason",
|
|
102
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "offers,screening_question_answers,screening_question_answers.question",
|
|
103
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers,screening_question_answers.question,candidate",
|
|
104
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
105
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
106
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
107
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
108
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
109
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
110
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers,screening_question_answers.question,candidate,job",
|
|
111
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
112
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
113
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
114
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
115
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
116
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
117
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
118
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
119
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers,screening_question_answers.question,credited_to",
|
|
120
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
121
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
122
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
123
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers,screening_question_answers.question,current_stage",
|
|
124
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
125
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers,screening_question_answers.question,job",
|
|
126
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
127
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
128
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
129
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
130
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
131
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
132
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
133
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers,screening_question_answers.question,reject_reason",
|
|
134
|
+
OffersScreeningQuestionAnswersQuestion: "offers,screening_question_answers.question",
|
|
135
|
+
OffersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers.question,candidate",
|
|
136
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers.question,candidate,credited_to",
|
|
137
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
138
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
139
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
140
|
+
OffersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers.question,candidate,current_stage",
|
|
141
|
+
OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
142
|
+
OffersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers.question,candidate,job",
|
|
143
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers.question,candidate,job,credited_to",
|
|
144
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
145
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
146
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
147
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers.question,candidate,job,current_stage",
|
|
148
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
149
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers.question,candidate,job,reject_reason",
|
|
150
|
+
OffersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers.question,candidate,reject_reason",
|
|
151
|
+
OffersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers.question,credited_to",
|
|
152
|
+
OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers.question,credited_to,current_stage",
|
|
153
|
+
OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
154
|
+
OffersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers.question,credited_to,reject_reason",
|
|
155
|
+
OffersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers.question,current_stage",
|
|
156
|
+
OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers.question,current_stage,reject_reason",
|
|
157
|
+
OffersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers.question,job",
|
|
158
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers.question,job,credited_to",
|
|
159
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers.question,job,credited_to,current_stage",
|
|
160
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
161
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
162
|
+
OffersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers.question,job,current_stage",
|
|
163
|
+
OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
164
|
+
OffersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers.question,job,reject_reason",
|
|
165
|
+
OffersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers.question,reject_reason",
|
|
70
166
|
RejectReason: "reject_reason",
|
|
167
|
+
ScreeningQuestionAnswers: "screening_question_answers",
|
|
168
|
+
ScreeningQuestionAnswersCandidate: "screening_question_answers,candidate",
|
|
169
|
+
ScreeningQuestionAnswersCandidateCreditedTo: "screening_question_answers,candidate,credited_to",
|
|
170
|
+
ScreeningQuestionAnswersCandidateCreditedToCurrentStage: "screening_question_answers,candidate,credited_to,current_stage",
|
|
171
|
+
ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
172
|
+
ScreeningQuestionAnswersCandidateCreditedToRejectReason: "screening_question_answers,candidate,credited_to,reject_reason",
|
|
173
|
+
ScreeningQuestionAnswersCandidateCurrentStage: "screening_question_answers,candidate,current_stage",
|
|
174
|
+
ScreeningQuestionAnswersCandidateCurrentStageRejectReason: "screening_question_answers,candidate,current_stage,reject_reason",
|
|
175
|
+
ScreeningQuestionAnswersCandidateJob: "screening_question_answers,candidate,job",
|
|
176
|
+
ScreeningQuestionAnswersCandidateJobCreditedTo: "screening_question_answers,candidate,job,credited_to",
|
|
177
|
+
ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "screening_question_answers,candidate,job,credited_to,current_stage",
|
|
178
|
+
ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
179
|
+
ScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
180
|
+
ScreeningQuestionAnswersCandidateJobCurrentStage: "screening_question_answers,candidate,job,current_stage",
|
|
181
|
+
ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
182
|
+
ScreeningQuestionAnswersCandidateJobRejectReason: "screening_question_answers,candidate,job,reject_reason",
|
|
183
|
+
ScreeningQuestionAnswersCandidateRejectReason: "screening_question_answers,candidate,reject_reason",
|
|
184
|
+
ScreeningQuestionAnswersCreditedTo: "screening_question_answers,credited_to",
|
|
185
|
+
ScreeningQuestionAnswersCreditedToCurrentStage: "screening_question_answers,credited_to,current_stage",
|
|
186
|
+
ScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "screening_question_answers,credited_to,current_stage,reject_reason",
|
|
187
|
+
ScreeningQuestionAnswersCreditedToRejectReason: "screening_question_answers,credited_to,reject_reason",
|
|
188
|
+
ScreeningQuestionAnswersCurrentStage: "screening_question_answers,current_stage",
|
|
189
|
+
ScreeningQuestionAnswersCurrentStageRejectReason: "screening_question_answers,current_stage,reject_reason",
|
|
190
|
+
ScreeningQuestionAnswersJob: "screening_question_answers,job",
|
|
191
|
+
ScreeningQuestionAnswersJobCreditedTo: "screening_question_answers,job,credited_to",
|
|
192
|
+
ScreeningQuestionAnswersJobCreditedToCurrentStage: "screening_question_answers,job,credited_to,current_stage",
|
|
193
|
+
ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
194
|
+
ScreeningQuestionAnswersJobCreditedToRejectReason: "screening_question_answers,job,credited_to,reject_reason",
|
|
195
|
+
ScreeningQuestionAnswersJobCurrentStage: "screening_question_answers,job,current_stage",
|
|
196
|
+
ScreeningQuestionAnswersJobCurrentStageRejectReason: "screening_question_answers,job,current_stage,reject_reason",
|
|
197
|
+
ScreeningQuestionAnswersJobRejectReason: "screening_question_answers,job,reject_reason",
|
|
198
|
+
ScreeningQuestionAnswersRejectReason: "screening_question_answers,reject_reason",
|
|
199
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "screening_question_answers,screening_question_answers.question",
|
|
200
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "screening_question_answers,screening_question_answers.question,candidate",
|
|
201
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
202
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
203
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
204
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
205
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
206
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
207
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers,screening_question_answers.question,candidate,job",
|
|
208
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
209
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
210
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
211
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
212
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
213
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
214
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
215
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
216
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers,screening_question_answers.question,credited_to",
|
|
217
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
218
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
219
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
220
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers,screening_question_answers.question,current_stage",
|
|
221
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
222
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "screening_question_answers,screening_question_answers.question,job",
|
|
223
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
224
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
225
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
226
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
227
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
228
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
229
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
230
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers,screening_question_answers.question,reject_reason",
|
|
231
|
+
ScreeningQuestionAnswersQuestion: "screening_question_answers.question",
|
|
232
|
+
ScreeningQuestionAnswersQuestionCandidate: "screening_question_answers.question,candidate",
|
|
233
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers.question,candidate,credited_to",
|
|
234
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers.question,candidate,credited_to,current_stage",
|
|
235
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
236
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
237
|
+
ScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers.question,candidate,current_stage",
|
|
238
|
+
ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
239
|
+
ScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers.question,candidate,job",
|
|
240
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers.question,candidate,job,credited_to",
|
|
241
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
242
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
243
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
244
|
+
ScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers.question,candidate,job,current_stage",
|
|
245
|
+
ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
246
|
+
ScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers.question,candidate,job,reject_reason",
|
|
247
|
+
ScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers.question,candidate,reject_reason",
|
|
248
|
+
ScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers.question,credited_to",
|
|
249
|
+
ScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers.question,credited_to,current_stage",
|
|
250
|
+
ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
251
|
+
ScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers.question,credited_to,reject_reason",
|
|
252
|
+
ScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers.question,current_stage",
|
|
253
|
+
ScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers.question,current_stage,reject_reason",
|
|
254
|
+
ScreeningQuestionAnswersQuestionJob: "screening_question_answers.question,job",
|
|
255
|
+
ScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers.question,job,credited_to",
|
|
256
|
+
ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers.question,job,credited_to,current_stage",
|
|
257
|
+
ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
258
|
+
ScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers.question,job,credited_to,reject_reason",
|
|
259
|
+
ScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers.question,job,current_stage",
|
|
260
|
+
ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers.question,job,current_stage,reject_reason",
|
|
261
|
+
ScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers.question,job,reject_reason",
|
|
262
|
+
ScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers.question,reject_reason",
|
|
71
263
|
};
|
|
@@ -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.9",
|
|
74
74
|
},
|
|
75
75
|
contentType: "application/json",
|
|
76
76
|
body: yield serializers.ats.DataPassthroughRequest.jsonOrThrow(request, {
|
|
@@ -84,6 +84,7 @@ class AsyncPassthrough {
|
|
|
84
84
|
unrecognizedObjectKeys: "passthrough",
|
|
85
85
|
allowUnrecognizedUnionMembers: true,
|
|
86
86
|
allowUnrecognizedEnumValues: true,
|
|
87
|
+
skipValidation: true,
|
|
87
88
|
breadcrumbsPrefix: ["response"],
|
|
88
89
|
});
|
|
89
90
|
}
|
|
@@ -127,7 +128,7 @@ class AsyncPassthrough {
|
|
|
127
128
|
: undefined,
|
|
128
129
|
"X-Fern-Language": "JavaScript",
|
|
129
130
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
130
|
-
"X-Fern-SDK-Version": "1.0.
|
|
131
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
131
132
|
},
|
|
132
133
|
contentType: "application/json",
|
|
133
134
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -138,6 +139,7 @@ class AsyncPassthrough {
|
|
|
138
139
|
unrecognizedObjectKeys: "passthrough",
|
|
139
140
|
allowUnrecognizedUnionMembers: true,
|
|
140
141
|
allowUnrecognizedEnumValues: true,
|
|
142
|
+
skipValidation: true,
|
|
141
143
|
breadcrumbsPrefix: ["response"],
|
|
142
144
|
});
|
|
143
145
|
}
|
|
@@ -119,7 +119,7 @@ class Attachments {
|
|
|
119
119
|
: undefined,
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
122
|
-
"X-Fern-SDK-Version": "1.0.
|
|
122
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
123
123
|
},
|
|
124
124
|
contentType: "application/json",
|
|
125
125
|
queryParameters: _queryParams,
|
|
@@ -131,6 +131,7 @@ class Attachments {
|
|
|
131
131
|
unrecognizedObjectKeys: "passthrough",
|
|
132
132
|
allowUnrecognizedUnionMembers: true,
|
|
133
133
|
allowUnrecognizedEnumValues: true,
|
|
134
|
+
skipValidation: true,
|
|
134
135
|
breadcrumbsPrefix: ["response"],
|
|
135
136
|
});
|
|
136
137
|
}
|
|
@@ -185,7 +186,7 @@ class Attachments {
|
|
|
185
186
|
: undefined,
|
|
186
187
|
"X-Fern-Language": "JavaScript",
|
|
187
188
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
188
|
-
"X-Fern-SDK-Version": "1.0.
|
|
189
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
189
190
|
},
|
|
190
191
|
contentType: "application/json",
|
|
191
192
|
queryParameters: _queryParams,
|
|
@@ -200,6 +201,7 @@ class Attachments {
|
|
|
200
201
|
unrecognizedObjectKeys: "passthrough",
|
|
201
202
|
allowUnrecognizedUnionMembers: true,
|
|
202
203
|
allowUnrecognizedEnumValues: true,
|
|
204
|
+
skipValidation: true,
|
|
203
205
|
breadcrumbsPrefix: ["response"],
|
|
204
206
|
});
|
|
205
207
|
}
|
|
@@ -257,7 +259,7 @@ class Attachments {
|
|
|
257
259
|
: undefined,
|
|
258
260
|
"X-Fern-Language": "JavaScript",
|
|
259
261
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
260
|
-
"X-Fern-SDK-Version": "1.0.
|
|
262
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
261
263
|
},
|
|
262
264
|
contentType: "application/json",
|
|
263
265
|
queryParameters: _queryParams,
|
|
@@ -269,6 +271,7 @@ class Attachments {
|
|
|
269
271
|
unrecognizedObjectKeys: "passthrough",
|
|
270
272
|
allowUnrecognizedUnionMembers: true,
|
|
271
273
|
allowUnrecognizedEnumValues: true,
|
|
274
|
+
skipValidation: true,
|
|
272
275
|
breadcrumbsPrefix: ["response"],
|
|
273
276
|
});
|
|
274
277
|
}
|
|
@@ -312,7 +315,7 @@ class Attachments {
|
|
|
312
315
|
: undefined,
|
|
313
316
|
"X-Fern-Language": "JavaScript",
|
|
314
317
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
315
|
-
"X-Fern-SDK-Version": "1.0.
|
|
318
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
316
319
|
},
|
|
317
320
|
contentType: "application/json",
|
|
318
321
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -323,6 +326,7 @@ class Attachments {
|
|
|
323
326
|
unrecognizedObjectKeys: "passthrough",
|
|
324
327
|
allowUnrecognizedUnionMembers: true,
|
|
325
328
|
allowUnrecognizedEnumValues: true,
|
|
329
|
+
skipValidation: true,
|
|
326
330
|
breadcrumbsPrefix: ["response"],
|
|
327
331
|
});
|
|
328
332
|
}
|
|
@@ -87,7 +87,7 @@ class AuditTrail {
|
|
|
87
87
|
: undefined,
|
|
88
88
|
"X-Fern-Language": "JavaScript",
|
|
89
89
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
90
|
-
"X-Fern-SDK-Version": "1.0.
|
|
90
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
91
91
|
},
|
|
92
92
|
contentType: "application/json",
|
|
93
93
|
queryParameters: _queryParams,
|
|
@@ -99,6 +99,7 @@ class AuditTrail {
|
|
|
99
99
|
unrecognizedObjectKeys: "passthrough",
|
|
100
100
|
allowUnrecognizedUnionMembers: true,
|
|
101
101
|
allowUnrecognizedEnumValues: true,
|
|
102
|
+
skipValidation: true,
|
|
102
103
|
breadcrumbsPrefix: ["response"],
|
|
103
104
|
});
|
|
104
105
|
}
|
|
@@ -15,7 +15,7 @@ export interface AuditTrailListRequest {
|
|
|
15
15
|
*/
|
|
16
16
|
endDate?: string;
|
|
17
17
|
/**
|
|
18
|
-
* If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`
|
|
18
|
+
* If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED`
|
|
19
19
|
*/
|
|
20
20
|
eventType?: string;
|
|
21
21
|
/**
|
|
@@ -67,7 +67,7 @@ class AvailableActions {
|
|
|
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.9",
|
|
71
71
|
},
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -78,6 +78,7 @@ class AvailableActions {
|
|
|
78
78
|
unrecognizedObjectKeys: "passthrough",
|
|
79
79
|
allowUnrecognizedUnionMembers: true,
|
|
80
80
|
allowUnrecognizedEnumValues: true,
|
|
81
|
+
skipValidation: true,
|
|
81
82
|
breadcrumbsPrefix: ["response"],
|
|
82
83
|
});
|
|
83
84
|
}
|
|
@@ -57,8 +57,7 @@ export declare class Candidates {
|
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* await merge.ats.candidates.ignoreCreate("model_id", {
|
|
60
|
-
* reason: Merge.ats.ReasonEnum.GeneralCustomerRequest
|
|
61
|
-
* message: "deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39"
|
|
60
|
+
* reason: Merge.ats.ReasonEnum.GeneralCustomerRequest
|
|
62
61
|
* })
|
|
63
62
|
*/
|
|
64
63
|
ignoreCreate(modelId: string, request: Merge.ats.IgnoreCommonModelRequest, requestOptions?: Candidates.RequestOptions): Promise<void>;
|
|
@@ -122,7 +122,7 @@ class Candidates {
|
|
|
122
122
|
: undefined,
|
|
123
123
|
"X-Fern-Language": "JavaScript",
|
|
124
124
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
125
|
-
"X-Fern-SDK-Version": "1.0.
|
|
125
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
126
126
|
},
|
|
127
127
|
contentType: "application/json",
|
|
128
128
|
queryParameters: _queryParams,
|
|
@@ -134,6 +134,7 @@ class Candidates {
|
|
|
134
134
|
unrecognizedObjectKeys: "passthrough",
|
|
135
135
|
allowUnrecognizedUnionMembers: true,
|
|
136
136
|
allowUnrecognizedEnumValues: true,
|
|
137
|
+
skipValidation: true,
|
|
137
138
|
breadcrumbsPrefix: ["response"],
|
|
138
139
|
});
|
|
139
140
|
}
|
|
@@ -188,7 +189,7 @@ class Candidates {
|
|
|
188
189
|
: undefined,
|
|
189
190
|
"X-Fern-Language": "JavaScript",
|
|
190
191
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
191
|
-
"X-Fern-SDK-Version": "1.0.
|
|
192
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
192
193
|
},
|
|
193
194
|
contentType: "application/json",
|
|
194
195
|
queryParameters: _queryParams,
|
|
@@ -203,6 +204,7 @@ class Candidates {
|
|
|
203
204
|
unrecognizedObjectKeys: "passthrough",
|
|
204
205
|
allowUnrecognizedUnionMembers: true,
|
|
205
206
|
allowUnrecognizedEnumValues: true,
|
|
207
|
+
skipValidation: true,
|
|
206
208
|
breadcrumbsPrefix: ["response"],
|
|
207
209
|
});
|
|
208
210
|
}
|
|
@@ -254,7 +256,7 @@ class Candidates {
|
|
|
254
256
|
: undefined,
|
|
255
257
|
"X-Fern-Language": "JavaScript",
|
|
256
258
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
257
|
-
"X-Fern-SDK-Version": "1.0.
|
|
259
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
258
260
|
},
|
|
259
261
|
contentType: "application/json",
|
|
260
262
|
queryParameters: _queryParams,
|
|
@@ -266,6 +268,7 @@ class Candidates {
|
|
|
266
268
|
unrecognizedObjectKeys: "passthrough",
|
|
267
269
|
allowUnrecognizedUnionMembers: true,
|
|
268
270
|
allowUnrecognizedEnumValues: true,
|
|
271
|
+
skipValidation: true,
|
|
269
272
|
breadcrumbsPrefix: ["response"],
|
|
270
273
|
});
|
|
271
274
|
}
|
|
@@ -320,7 +323,7 @@ class Candidates {
|
|
|
320
323
|
: undefined,
|
|
321
324
|
"X-Fern-Language": "JavaScript",
|
|
322
325
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
323
|
-
"X-Fern-SDK-Version": "1.0.
|
|
326
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
324
327
|
},
|
|
325
328
|
contentType: "application/json",
|
|
326
329
|
queryParameters: _queryParams,
|
|
@@ -335,6 +338,7 @@ class Candidates {
|
|
|
335
338
|
unrecognizedObjectKeys: "passthrough",
|
|
336
339
|
allowUnrecognizedUnionMembers: true,
|
|
337
340
|
allowUnrecognizedEnumValues: true,
|
|
341
|
+
skipValidation: true,
|
|
338
342
|
breadcrumbsPrefix: ["response"],
|
|
339
343
|
});
|
|
340
344
|
}
|
|
@@ -364,8 +368,7 @@ class Candidates {
|
|
|
364
368
|
*
|
|
365
369
|
* @example
|
|
366
370
|
* await merge.ats.candidates.ignoreCreate("model_id", {
|
|
367
|
-
* reason: Merge.ats.ReasonEnum.GeneralCustomerRequest
|
|
368
|
-
* message: "deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39"
|
|
371
|
+
* reason: Merge.ats.ReasonEnum.GeneralCustomerRequest
|
|
369
372
|
* })
|
|
370
373
|
*/
|
|
371
374
|
ignoreCreate(modelId, request, requestOptions) {
|
|
@@ -381,7 +384,7 @@ class Candidates {
|
|
|
381
384
|
: undefined,
|
|
382
385
|
"X-Fern-Language": "JavaScript",
|
|
383
386
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
384
|
-
"X-Fern-SDK-Version": "1.0.
|
|
387
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
385
388
|
},
|
|
386
389
|
contentType: "application/json",
|
|
387
390
|
body: yield serializers.ats.IgnoreCommonModelRequest.jsonOrThrow(request, {
|
|
@@ -433,7 +436,7 @@ class Candidates {
|
|
|
433
436
|
: undefined,
|
|
434
437
|
"X-Fern-Language": "JavaScript",
|
|
435
438
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
436
|
-
"X-Fern-SDK-Version": "1.0.
|
|
439
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
437
440
|
},
|
|
438
441
|
contentType: "application/json",
|
|
439
442
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -444,6 +447,7 @@ class Candidates {
|
|
|
444
447
|
unrecognizedObjectKeys: "passthrough",
|
|
445
448
|
allowUnrecognizedUnionMembers: true,
|
|
446
449
|
allowUnrecognizedEnumValues: true,
|
|
450
|
+
skipValidation: true,
|
|
447
451
|
breadcrumbsPrefix: ["response"],
|
|
448
452
|
});
|
|
449
453
|
}
|
|
@@ -487,7 +491,7 @@ class Candidates {
|
|
|
487
491
|
: undefined,
|
|
488
492
|
"X-Fern-Language": "JavaScript",
|
|
489
493
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
490
|
-
"X-Fern-SDK-Version": "1.0.
|
|
494
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
491
495
|
},
|
|
492
496
|
contentType: "application/json",
|
|
493
497
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -498,6 +502,7 @@ class Candidates {
|
|
|
498
502
|
unrecognizedObjectKeys: "passthrough",
|
|
499
503
|
allowUnrecognizedUnionMembers: true,
|
|
500
504
|
allowUnrecognizedEnumValues: true,
|
|
505
|
+
skipValidation: true,
|
|
501
506
|
breadcrumbsPrefix: ["response"],
|
|
502
507
|
});
|
|
503
508
|
}
|
package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts
CHANGED
|
@@ -5,8 +5,7 @@ import * as Merge from "../../../../../..";
|
|
|
5
5
|
/**
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
|
-
* reason: Merge.ats.ReasonEnum.GeneralCustomerRequest
|
|
9
|
-
* message: "deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39"
|
|
8
|
+
* reason: Merge.ats.ReasonEnum.GeneralCustomerRequest
|
|
10
9
|
* }
|
|
11
10
|
*/
|
|
12
11
|
export interface IgnoreCommonModelRequest {
|
|
@@ -66,7 +66,7 @@ class DeleteAccount {
|
|
|
66
66
|
: undefined,
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
69
|
-
"X-Fern-SDK-Version": "1.0.
|
|
69
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
70
70
|
},
|
|
71
71
|
contentType: "application/json",
|
|
72
72
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -96,7 +96,7 @@ class Departments {
|
|
|
96
96
|
: undefined,
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
99
|
-
"X-Fern-SDK-Version": "1.0.
|
|
99
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
100
100
|
},
|
|
101
101
|
contentType: "application/json",
|
|
102
102
|
queryParameters: _queryParams,
|
|
@@ -108,6 +108,7 @@ class Departments {
|
|
|
108
108
|
unrecognizedObjectKeys: "passthrough",
|
|
109
109
|
allowUnrecognizedUnionMembers: true,
|
|
110
110
|
allowUnrecognizedEnumValues: true,
|
|
111
|
+
skipValidation: true,
|
|
111
112
|
breadcrumbsPrefix: ["response"],
|
|
112
113
|
});
|
|
113
114
|
}
|
|
@@ -156,7 +157,7 @@ class Departments {
|
|
|
156
157
|
: undefined,
|
|
157
158
|
"X-Fern-Language": "JavaScript",
|
|
158
159
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
159
|
-
"X-Fern-SDK-Version": "1.0.
|
|
160
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
160
161
|
},
|
|
161
162
|
contentType: "application/json",
|
|
162
163
|
queryParameters: _queryParams,
|
|
@@ -168,6 +169,7 @@ class Departments {
|
|
|
168
169
|
unrecognizedObjectKeys: "passthrough",
|
|
169
170
|
allowUnrecognizedUnionMembers: true,
|
|
170
171
|
allowUnrecognizedEnumValues: true,
|
|
172
|
+
skipValidation: true,
|
|
171
173
|
breadcrumbsPrefix: ["response"],
|
|
172
174
|
});
|
|
173
175
|
}
|
|
@@ -108,7 +108,7 @@ class Eeocs {
|
|
|
108
108
|
: undefined,
|
|
109
109
|
"X-Fern-Language": "JavaScript",
|
|
110
110
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
111
|
-
"X-Fern-SDK-Version": "1.0.
|
|
111
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
112
112
|
},
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
@@ -120,6 +120,7 @@ class Eeocs {
|
|
|
120
120
|
unrecognizedObjectKeys: "passthrough",
|
|
121
121
|
allowUnrecognizedUnionMembers: true,
|
|
122
122
|
allowUnrecognizedEnumValues: true,
|
|
123
|
+
skipValidation: true,
|
|
123
124
|
breadcrumbsPrefix: ["response"],
|
|
124
125
|
});
|
|
125
126
|
}
|
|
@@ -177,7 +178,7 @@ class Eeocs {
|
|
|
177
178
|
: undefined,
|
|
178
179
|
"X-Fern-Language": "JavaScript",
|
|
179
180
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
180
|
-
"X-Fern-SDK-Version": "1.0.
|
|
181
|
+
"X-Fern-SDK-Version": "1.0.9",
|
|
181
182
|
},
|
|
182
183
|
contentType: "application/json",
|
|
183
184
|
queryParameters: _queryParams,
|
|
@@ -189,6 +190,7 @@ class Eeocs {
|
|
|
189
190
|
unrecognizedObjectKeys: "passthrough",
|
|
190
191
|
allowUnrecognizedUnionMembers: true,
|
|
191
192
|
allowUnrecognizedEnumValues: true,
|
|
193
|
+
skipValidation: true,
|
|
192
194
|
breadcrumbsPrefix: ["response"],
|
|
193
195
|
});
|
|
194
196
|
}
|
|
@@ -32,7 +32,7 @@ export declare class FieldMapping {
|
|
|
32
32
|
* await merge.ats.fieldMapping.fieldMappingsCreate({
|
|
33
33
|
* targetFieldName: "example_target_field_name",
|
|
34
34
|
* targetFieldDescription: "this is a example description of the target field",
|
|
35
|
-
* remoteFieldTraversalPath: [],
|
|
35
|
+
* remoteFieldTraversalPath: ["example_remote_field"],
|
|
36
36
|
* remoteMethod: "GET",
|
|
37
37
|
* remoteUrlPath: "/example-url-path",
|
|
38
38
|
* commonModelName: "ExampleCommonModel"
|
|
@@ -50,10 +50,7 @@ export declare class FieldMapping {
|
|
|
50
50
|
* Create or update existing Field Mappings for a Linked Account. Changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start.
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
|
-
* await merge.ats.fieldMapping.fieldMappingsPartialUpdate("field_mapping_id", {
|
|
54
|
-
* remoteMethod: "GET",
|
|
55
|
-
* remoteUrlPath: "/example-url-path"
|
|
56
|
-
* })
|
|
53
|
+
* await merge.ats.fieldMapping.fieldMappingsPartialUpdate("field_mapping_id", {})
|
|
57
54
|
*/
|
|
58
55
|
fieldMappingsPartialUpdate(fieldMappingId: string, request?: Merge.ats.PatchedEditFieldMappingRequest, requestOptions?: FieldMapping.RequestOptions): Promise<Merge.ats.FieldMappingInstanceResponse>;
|
|
59
56
|
/**
|