@mergeapi/merge-node-client 1.0.8 → 1.0.10
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 +3 -3
- package/Client.js +11 -11
- 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 +8 -3
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/accounts/client/Client.js +12 -5
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- 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 +12 -5
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
- 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 +8 -3
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -3
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/companyInfo/client/Client.js +8 -3
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +7 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +95 -6
- package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +9 -1
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -3
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +14 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +171 -6
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +9 -1
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/forceResync/client/Client.js +3 -2
- package/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -3
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +14 -0
- package/api/resources/accounting/resources/invoices/client/Client.js +175 -8
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +9 -1
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -1
- package/api/resources/accounting/resources/issues/client/Client.js +9 -4
- package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/items/client/Client.js +8 -3
- package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +25 -1
- package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +25 -1
- package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +14 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +171 -6
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +9 -1
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/index.d.ts +2 -0
- 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 +10 -3
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
- package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/api/resources/accounting/resources/payments/client/Client.d.ts +14 -0
- package/api/resources/accounting/resources/payments/client/Client.js +175 -8
- package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +9 -1
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/payments/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +14 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +171 -6
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +9 -1
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +33 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
- package/api/resources/accounting/resources/scopes/client/Client.d.ts +19 -4
- package/api/resources/accounting/resources/scopes/client/Client.js +25 -7
- 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 +8 -3
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -3
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/transactions/client/Client.js +8 -3
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -3
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
- package/api/resources/accounting/types/Account.d.ts +1 -1
- package/api/resources/accounting/types/AccountDetails.d.ts +2 -0
- package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
- package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/api/resources/accounting/types/AccountIntegration.d.ts +4 -2
- package/api/resources/accounting/types/AccountingAttachment.d.ts +1 -1
- package/api/resources/accounting/types/AccountingPeriod.d.ts +7 -3
- package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/accounting/types/BalanceSheet.d.ts +1 -1
- package/api/resources/accounting/types/CashFlowStatement.d.ts +1 -1
- package/api/resources/accounting/types/CompanyInfo.d.ts +1 -1
- package/api/resources/accounting/types/ComponentTypeEnum.d.ts +12 -0
- package/api/resources/accounting/types/ComponentTypeEnum.js +10 -0
- package/api/resources/accounting/types/Contact.d.ts +2 -1
- package/api/resources/accounting/types/ContactRequest.d.ts +1 -0
- package/api/resources/accounting/types/CreditNote.d.ts +3 -1
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +4 -2
- package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/api/resources/accounting/types/Expense.d.ts +4 -1
- package/api/resources/accounting/types/ExpenseLine.d.ts +4 -1
- package/api/resources/accounting/types/ExpenseLineRequest.d.ts +4 -0
- package/api/resources/accounting/types/ExpenseRequest.d.ts +3 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/FieldFormatEnum.d.ts +20 -0
- package/api/resources/accounting/types/FieldFormatEnum.js +14 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/api/resources/accounting/types/FieldTypeEnum.d.ts +20 -0
- package/api/resources/accounting/types/FieldTypeEnum.js +14 -0
- package/api/resources/accounting/types/IncomeStatement.d.ts +1 -1
- package/api/resources/accounting/types/Invoice.d.ts +10 -4
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +5 -1
- package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
- package/api/resources/accounting/types/InvoiceRequest.d.ts +10 -5
- package/api/resources/accounting/types/Item.d.ts +5 -1
- package/api/resources/accounting/types/ItemFormatEnum.d.ts +20 -0
- package/api/resources/accounting/types/ItemFormatEnum.js +14 -0
- package/api/resources/accounting/types/ItemPurchaseTaxRate.d.ts +8 -0
- package/api/resources/accounting/types/ItemPurchaseTaxRate.js +5 -0
- package/api/resources/accounting/types/ItemSalesTaxRate.d.ts +8 -0
- package/api/resources/accounting/types/ItemSalesTaxRate.js +5 -0
- package/api/resources/accounting/types/ItemSchema.d.ts +9 -0
- package/api/resources/accounting/types/ItemSchema.js +5 -0
- package/api/resources/accounting/types/ItemTypeEnum.d.ts +20 -0
- package/api/resources/accounting/types/ItemTypeEnum.js +14 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +8 -4
- package/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
- package/api/resources/accounting/types/JournalLine.d.ts +5 -1
- package/api/resources/accounting/types/JournalLineRequest.d.ts +4 -0
- package/api/resources/accounting/types/LanguageEnum.d.ts +12 -0
- package/api/resources/accounting/types/LanguageEnum.js +10 -0
- package/api/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedRemoteFieldClassList.js +5 -0
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/Payment.d.ts +5 -4
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +7 -4
- package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +5 -2
- package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +4 -1
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +3 -0
- package/api/resources/accounting/types/RemoteField.d.ts +8 -0
- package/api/resources/accounting/types/RemoteField.js +5 -0
- package/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/RemoteFieldClass.d.ts +16 -0
- package/api/resources/accounting/types/RemoteFieldClass.js +5 -0
- package/api/resources/accounting/types/RemoteFieldRequest.d.ts +8 -0
- package/api/resources/accounting/types/RemoteFieldRequest.js +5 -0
- package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +5 -0
- package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +5 -0
- package/api/resources/accounting/types/TaxComponent.d.ts +39 -0
- package/api/resources/accounting/types/TaxComponent.js +5 -0
- package/api/resources/accounting/types/TaxComponentComponentType.d.ts +11 -0
- package/api/resources/accounting/types/TaxComponentComponentType.js +5 -0
- package/api/resources/accounting/types/TaxRate.d.ts +18 -3
- package/api/resources/accounting/types/TaxRateStatus.d.ts +11 -0
- package/api/resources/accounting/types/TaxRateStatus.js +5 -0
- package/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +5 -0
- package/api/resources/accounting/types/TaxRateTaxComponentsItem.js +5 -0
- package/api/resources/accounting/types/TrackingCategory.d.ts +1 -1
- package/api/resources/accounting/types/Transaction.d.ts +3 -1
- package/api/resources/accounting/types/TransactionLineItem.d.ts +4 -3
- package/api/resources/accounting/types/VendorCredit.d.ts +4 -2
- package/api/resources/accounting/types/VendorCreditLine.d.ts +5 -3
- package/api/resources/accounting/types/index.d.ts +20 -2
- package/api/resources/accounting/types/index.js +20 -2
- 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.js +13 -7
- 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 +1 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +4 -2
- 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 +3 -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 +0 -1
- package/api/resources/ats/types/ActivityRequest.d.ts +0 -1
- package/api/resources/ats/types/Application.d.ts +1 -0
- 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/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
- package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
- package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ats/types/EmailAddress.d.ts +2 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/api/resources/ats/types/PhoneNumber.d.ts +2 -0
- package/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
- package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
- package/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
- package/api/resources/ats/types/Url.d.ts +2 -0
- package/api/resources/ats/types/index.d.ts +6 -0
- package/api/resources/ats/types/index.js +6 -0
- 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.js +19 -9
- 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/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -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 +1 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +3 -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.js +11 -5
- 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/AccountIntegration.d.ts +2 -0
- package/api/resources/crm/types/Association.d.ts +2 -2
- package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- 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 +1 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +3 -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 +1 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/api/resources/filestorage/types/Group.d.ts +1 -1
- package/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- 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.js +9 -5
- 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 +1 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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 +4 -2
- 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 +3 -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 +1 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- 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.js +8 -4
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +3 -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/AccountIntegration.d.ts +2 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/api/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +11 -11
- 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 +8 -3
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +12 -5
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- 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 +12 -5
- package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
- 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 +8 -3
- package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +7 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +95 -6
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +9 -1
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +14 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +171 -6
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +9 -1
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +3 -2
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +14 -0
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +175 -8
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +9 -1
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +1 -1
- package/dist/api/resources/accounting/resources/issues/client/Client.js +9 -4
- package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/items/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +25 -1
- package/dist/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
- package/dist/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +25 -1
- package/dist/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +14 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +171 -6
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +9 -1
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/index.d.ts +2 -0
- 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 +10 -3
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +14 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +175 -8
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +9 -1
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +14 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +171 -6
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +9 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +33 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +19 -4
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +25 -7
- 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 +8 -3
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -3
- package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
- package/dist/api/resources/accounting/types/Account.d.ts +1 -1
- package/dist/api/resources/accounting/types/AccountDetails.d.ts +2 -0
- package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -0
- package/dist/api/resources/accounting/types/AccountIntegration.d.ts +4 -2
- package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +1 -1
- package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +7 -3
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/accounting/types/BalanceSheet.d.ts +1 -1
- package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +1 -1
- package/dist/api/resources/accounting/types/CompanyInfo.d.ts +1 -1
- package/dist/api/resources/accounting/types/ComponentTypeEnum.d.ts +12 -0
- package/dist/api/resources/accounting/types/ComponentTypeEnum.js +10 -0
- package/dist/api/resources/accounting/types/Contact.d.ts +2 -1
- package/dist/api/resources/accounting/types/ContactRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/CreditNote.d.ts +3 -1
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +4 -2
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/accounting/types/Expense.d.ts +4 -1
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +4 -1
- package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +4 -0
- package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/FieldFormatEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/FieldFormatEnum.js +14 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/FieldTypeEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/FieldTypeEnum.js +14 -0
- package/dist/api/resources/accounting/types/IncomeStatement.d.ts +1 -1
- package/dist/api/resources/accounting/types/Invoice.d.ts +10 -4
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +5 -1
- package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +10 -5
- package/dist/api/resources/accounting/types/Item.d.ts +5 -1
- package/dist/api/resources/accounting/types/ItemFormatEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/ItemFormatEnum.js +14 -0
- package/dist/api/resources/accounting/types/ItemPurchaseTaxRate.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemPurchaseTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ItemSalesTaxRate.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemSalesTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ItemSchema.d.ts +9 -0
- package/dist/api/resources/accounting/types/ItemSchema.js +5 -0
- package/dist/api/resources/accounting/types/ItemTypeEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/ItemTypeEnum.js +14 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +8 -4
- package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +5 -1
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +4 -0
- package/dist/api/resources/accounting/types/LanguageEnum.d.ts +12 -0
- package/dist/api/resources/accounting/types/LanguageEnum.js +10 -0
- package/dist/api/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedRemoteFieldClassList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +5 -4
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +7 -4
- package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +5 -2
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +4 -1
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/RemoteField.d.ts +8 -0
- package/dist/api/resources/accounting/types/RemoteField.js +5 -0
- package/dist/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/RemoteFieldClass.d.ts +16 -0
- package/dist/api/resources/accounting/types/RemoteFieldClass.js +5 -0
- package/dist/api/resources/accounting/types/RemoteFieldRequest.d.ts +8 -0
- package/dist/api/resources/accounting/types/RemoteFieldRequest.js +5 -0
- package/dist/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +5 -0
- package/dist/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +5 -0
- package/dist/api/resources/accounting/types/TaxComponent.d.ts +39 -0
- package/dist/api/resources/accounting/types/TaxComponent.js +5 -0
- package/dist/api/resources/accounting/types/TaxComponentComponentType.d.ts +11 -0
- package/dist/api/resources/accounting/types/TaxComponentComponentType.js +5 -0
- package/dist/api/resources/accounting/types/TaxRate.d.ts +18 -3
- package/dist/api/resources/accounting/types/TaxRateStatus.d.ts +11 -0
- package/dist/api/resources/accounting/types/TaxRateStatus.js +5 -0
- package/dist/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/TaxRateTaxComponentsItem.js +5 -0
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +1 -1
- package/dist/api/resources/accounting/types/Transaction.d.ts +3 -1
- package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +4 -3
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +4 -2
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +5 -3
- package/dist/api/resources/accounting/types/index.d.ts +20 -2
- package/dist/api/resources/accounting/types/index.js +20 -2
- 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.js +13 -7
- 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 +1 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +4 -2
- 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 +3 -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 +0 -1
- package/dist/api/resources/ats/types/ActivityRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/Application.d.ts +1 -0
- 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/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
- package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
- package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ats/types/EmailAddress.d.ts +2 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +2 -0
- package/dist/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
- package/dist/api/resources/ats/types/Url.d.ts +2 -0
- package/dist/api/resources/ats/types/index.d.ts +6 -0
- package/dist/api/resources/ats/types/index.js +6 -0
- 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.js +19 -9
- 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/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -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 +1 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +3 -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.js +11 -5
- 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/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/crm/types/Association.d.ts +2 -2
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
- package/dist/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- 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 +1 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +3 -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 +1 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
- package/dist/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- 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.js +9 -5
- 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 +1 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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 +4 -2
- 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 +3 -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 +1 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- 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.js +8 -4
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- 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/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 +3 -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/AccountIntegration.d.ts +2 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
- package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
- package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -1
- package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -1
- package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountDetails.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/dist/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountingPeriod.d.ts +5 -2
- package/dist/serialization/resources/accounting/types/AccountingPeriod.js +8 -3
- package/dist/serialization/resources/accounting/types/ComponentTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ComponentTypeEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Contact.js +3 -0
- package/dist/serialization/resources/accounting/types/ContactRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ContactRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CreditNote.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Expense.js +4 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.js +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
- package/dist/serialization/resources/accounting/types/FieldFormatEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/FieldFormatEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
- package/dist/serialization/resources/accounting/types/FieldTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/FieldTypeEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +4 -2
- package/dist/serialization/resources/accounting/types/Invoice.js +12 -8
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/Item.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Item.js +2 -0
- package/dist/serialization/resources/accounting/types/ItemFormatEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ItemFormatEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/ItemPurchaseTaxRate.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ItemPurchaseTaxRate.js +43 -0
- package/dist/serialization/resources/accounting/types/ItemSalesTaxRate.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ItemSalesTaxRate.js +43 -0
- package/dist/serialization/resources/accounting/types/ItemSchema.d.ts +14 -0
- package/dist/serialization/resources/accounting/types/ItemSchema.js +44 -0
- package/dist/serialization/resources/accounting/types/ItemTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ItemTypeEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +4 -2
- package/dist/serialization/resources/accounting/types/JournalEntry.js +6 -2
- package/dist/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalEntryRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +4 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/LanguageEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/LanguageEnum.js +31 -0
- package/dist/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +14 -0
- package/dist/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.js +46 -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/Payment.d.ts +3 -2
- package/dist/serialization/resources/accounting/types/Payment.js +5 -2
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +12 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +3 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +7 -3
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.js +5 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +3 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.js +5 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/RemoteField.d.ts +13 -0
- package/dist/serialization/resources/accounting/types/RemoteField.js +43 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldClass.d.ts +21 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldClass.js +51 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +13 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldRequest.js +43 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +43 -0
- package/dist/serialization/resources/accounting/types/TaxComponent.d.ts +20 -0
- package/dist/serialization/resources/accounting/types/TaxComponent.js +50 -0
- package/dist/serialization/resources/accounting/types/TaxComponentComponentType.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/TaxComponentComponentType.js +43 -0
- package/dist/serialization/resources/accounting/types/TaxRate.d.ts +6 -1
- package/dist/serialization/resources/accounting/types/TaxRate.js +8 -1
- package/dist/serialization/resources/accounting/types/TaxRateStatus.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/TaxRateStatus.js +43 -0
- package/dist/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/Transaction.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Transaction.js +1 -0
- package/dist/serialization/resources/accounting/types/TransactionLineItem.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/TransactionLineItem.js +1 -1
- package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/VendorCredit.js +1 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +2 -1
- package/dist/serialization/resources/accounting/types/index.d.ts +20 -2
- package/dist/serialization/resources/accounting/types/index.js +20 -2
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
- 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 +1 -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 +1 -1
- package/dist/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
- 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/ScreeningQuestionAnswer.js +50 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
- 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/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
- 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 +6 -0
- package/dist/serialization/resources/ats/types/index.js +6 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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/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 +1 -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 +1 -1
- package/dist/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
- 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/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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 +1 -0
- package/dist/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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 +1 -0
- package/dist/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/dist/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
- package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -1
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -1
- package/serialization/resources/accounting/types/AccountDetails.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountDetails.js +1 -0
- package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -1
- package/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountIntegration.js +1 -0
- package/serialization/resources/accounting/types/AccountingPeriod.d.ts +5 -2
- package/serialization/resources/accounting/types/AccountingPeriod.js +8 -3
- package/serialization/resources/accounting/types/ComponentTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/ComponentTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/Contact.d.ts +1 -0
- package/serialization/resources/accounting/types/Contact.js +3 -0
- package/serialization/resources/accounting/types/ContactRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/ContactRequest.js +3 -0
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
- package/serialization/resources/accounting/types/CreditNote.js +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -1
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -1
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/serialization/resources/accounting/types/Expense.js +4 -0
- package/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
- package/serialization/resources/accounting/types/ExpenseLine.js +1 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.js +4 -0
- package/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseRequest.js +4 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
- package/serialization/resources/accounting/types/FieldFormatEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/FieldFormatEnum.js +31 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
- package/serialization/resources/accounting/types/FieldTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/FieldTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +4 -2
- package/serialization/resources/accounting/types/Invoice.js +12 -8
- package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
- package/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceRequest.js +4 -0
- package/serialization/resources/accounting/types/Item.d.ts +2 -0
- package/serialization/resources/accounting/types/Item.js +2 -0
- package/serialization/resources/accounting/types/ItemFormatEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/ItemFormatEnum.js +31 -0
- package/serialization/resources/accounting/types/ItemPurchaseTaxRate.d.ts +10 -0
- package/serialization/resources/accounting/types/ItemPurchaseTaxRate.js +43 -0
- package/serialization/resources/accounting/types/ItemSalesTaxRate.d.ts +10 -0
- package/serialization/resources/accounting/types/ItemSalesTaxRate.js +43 -0
- package/serialization/resources/accounting/types/ItemSchema.d.ts +14 -0
- package/serialization/resources/accounting/types/ItemSchema.js +44 -0
- package/serialization/resources/accounting/types/ItemTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/ItemTypeEnum.js +31 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +4 -2
- package/serialization/resources/accounting/types/JournalEntry.js +6 -2
- package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalEntryRequest.js +4 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalLine.js +4 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +4 -0
- package/serialization/resources/accounting/types/LanguageEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/LanguageEnum.js +31 -0
- package/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +14 -0
- package/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.js +46 -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/Payment.d.ts +3 -2
- package/serialization/resources/accounting/types/Payment.js +5 -2
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +12 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +3 -1
- package/serialization/resources/accounting/types/PurchaseOrder.js +7 -3
- package/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -1
- package/serialization/resources/accounting/types/PurchaseOrderLineItem.js +5 -1
- package/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +3 -1
- package/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.js +5 -1
- package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderRequest.js +4 -0
- package/serialization/resources/accounting/types/RemoteField.d.ts +13 -0
- package/serialization/resources/accounting/types/RemoteField.js +43 -0
- package/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/accounting/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
- package/serialization/resources/accounting/types/RemoteFieldClass.d.ts +21 -0
- package/serialization/resources/accounting/types/RemoteFieldClass.js +51 -0
- package/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +13 -0
- package/serialization/resources/accounting/types/RemoteFieldRequest.js +43 -0
- package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +10 -0
- package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +43 -0
- package/serialization/resources/accounting/types/TaxComponent.d.ts +20 -0
- package/serialization/resources/accounting/types/TaxComponent.js +50 -0
- package/serialization/resources/accounting/types/TaxComponentComponentType.d.ts +10 -0
- package/serialization/resources/accounting/types/TaxComponentComponentType.js +43 -0
- package/serialization/resources/accounting/types/TaxRate.d.ts +6 -1
- package/serialization/resources/accounting/types/TaxRate.js +8 -1
- package/serialization/resources/accounting/types/TaxRateStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/TaxRateStatus.js +43 -0
- package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +43 -0
- package/serialization/resources/accounting/types/Transaction.d.ts +1 -0
- package/serialization/resources/accounting/types/Transaction.js +1 -0
- package/serialization/resources/accounting/types/TransactionLineItem.d.ts +1 -1
- package/serialization/resources/accounting/types/TransactionLineItem.js +1 -1
- package/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
- package/serialization/resources/accounting/types/VendorCredit.js +1 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -1
- package/serialization/resources/accounting/types/VendorCreditLine.js +2 -1
- package/serialization/resources/accounting/types/index.d.ts +20 -2
- package/serialization/resources/accounting/types/index.js +20 -2
- 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/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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 +1 -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 +1 -1
- package/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
- 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/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
- 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 +6 -0
- package/serialization/resources/ats/types/index.js +6 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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/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 +1 -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 +1 -1
- package/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
- package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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 +1 -0
- package/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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 +1 -0
- package/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -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/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
- package/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
- package/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
- package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/serialization/resources/ticketing/types/Tag.js +1 -0
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const ApplicationsListRequestExpand: core.serialization.Schema<serializers.ats.ApplicationsListRequestExpand.Raw, Merge.ats.ApplicationsListRequestExpand>;
|
|
8
8
|
export declare namespace ApplicationsListRequestExpand {
|
|
9
|
-
type Raw = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "reject_reason";
|
|
9
|
+
type Raw = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "offers,screening_question_answers" | "offers,screening_question_answers,candidate" | "offers,screening_question_answers,candidate,credited_to" | "offers,screening_question_answers,candidate,credited_to,current_stage" | "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,credited_to,reject_reason" | "offers,screening_question_answers,candidate,current_stage" | "offers,screening_question_answers,candidate,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job" | "offers,screening_question_answers,candidate,job,credited_to" | "offers,screening_question_answers,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,candidate,job,current_stage" | "offers,screening_question_answers,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,reject_reason" | "offers,screening_question_answers,candidate,reject_reason" | "offers,screening_question_answers,credited_to" | "offers,screening_question_answers,credited_to,current_stage" | "offers,screening_question_answers,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,credited_to,reject_reason" | "offers,screening_question_answers,current_stage" | "offers,screening_question_answers,current_stage,reject_reason" | "offers,screening_question_answers,job" | "offers,screening_question_answers,job,credited_to" | "offers,screening_question_answers,job,credited_to,current_stage" | "offers,screening_question_answers,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,job,credited_to,reject_reason" | "offers,screening_question_answers,job,current_stage" | "offers,screening_question_answers,job,current_stage,reject_reason" | "offers,screening_question_answers,job,reject_reason" | "offers,screening_question_answers,reject_reason" | "offers,screening_question_answers,screening_question_answers.question" | "offers,screening_question_answers,screening_question_answers.question,candidate" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,current_stage" | "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,reject_reason" | "offers,screening_question_answers.question" | "offers,screening_question_answers.question,candidate" | "offers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers.question,credited_to" | "offers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers.question,current_stage" | "offers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers.question,job" | "offers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers.question,reject_reason" | "reject_reason" | "screening_question_answers" | "screening_question_answers,candidate" | "screening_question_answers,candidate,credited_to" | "screening_question_answers,candidate,credited_to,current_stage" | "screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,credited_to,reject_reason" | "screening_question_answers,candidate,current_stage" | "screening_question_answers,candidate,current_stage,reject_reason" | "screening_question_answers,candidate,job" | "screening_question_answers,candidate,job,credited_to" | "screening_question_answers,candidate,job,credited_to,current_stage" | "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,job,credited_to,reject_reason" | "screening_question_answers,candidate,job,current_stage" | "screening_question_answers,candidate,job,current_stage,reject_reason" | "screening_question_answers,candidate,job,reject_reason" | "screening_question_answers,candidate,reject_reason" | "screening_question_answers,credited_to" | "screening_question_answers,credited_to,current_stage" | "screening_question_answers,credited_to,current_stage,reject_reason" | "screening_question_answers,credited_to,reject_reason" | "screening_question_answers,current_stage" | "screening_question_answers,current_stage,reject_reason" | "screening_question_answers,job" | "screening_question_answers,job,credited_to" | "screening_question_answers,job,credited_to,current_stage" | "screening_question_answers,job,credited_to,current_stage,reject_reason" | "screening_question_answers,job,credited_to,reject_reason" | "screening_question_answers,job,current_stage" | "screening_question_answers,job,current_stage,reject_reason" | "screening_question_answers,job,reject_reason" | "screening_question_answers,reject_reason" | "screening_question_answers,screening_question_answers.question" | "screening_question_answers,screening_question_answers.question,candidate" | "screening_question_answers,screening_question_answers.question,candidate,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,current_stage" | "screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job" | "screening_question_answers,screening_question_answers.question,job,credited_to" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,job,current_stage" | "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,reject_reason" | "screening_question_answers,screening_question_answers.question,reject_reason" | "screening_question_answers.question" | "screening_question_answers.question,candidate" | "screening_question_answers.question,candidate,credited_to" | "screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers.question,candidate,current_stage" | "screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers.question,candidate,job" | "screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers.question,candidate,reject_reason" | "screening_question_answers.question,credited_to" | "screening_question_answers.question,credited_to,current_stage" | "screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers.question,current_stage" | "screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers.question,job" | "screening_question_answers.question,job,credited_to" | "screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers.question,job,current_stage" | "screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers.question,job,reject_reason" | "screening_question_answers.question,reject_reason";
|
|
10
10
|
}
|
|
@@ -91,5 +91,197 @@ exports.ApplicationsListRequestExpand = core.serialization.enum_([
|
|
|
91
91
|
"offers,job,current_stage,reject_reason",
|
|
92
92
|
"offers,job,reject_reason",
|
|
93
93
|
"offers,reject_reason",
|
|
94
|
+
"offers,screening_question_answers",
|
|
95
|
+
"offers,screening_question_answers,candidate",
|
|
96
|
+
"offers,screening_question_answers,candidate,credited_to",
|
|
97
|
+
"offers,screening_question_answers,candidate,credited_to,current_stage",
|
|
98
|
+
"offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
99
|
+
"offers,screening_question_answers,candidate,credited_to,reject_reason",
|
|
100
|
+
"offers,screening_question_answers,candidate,current_stage",
|
|
101
|
+
"offers,screening_question_answers,candidate,current_stage,reject_reason",
|
|
102
|
+
"offers,screening_question_answers,candidate,job",
|
|
103
|
+
"offers,screening_question_answers,candidate,job,credited_to",
|
|
104
|
+
"offers,screening_question_answers,candidate,job,credited_to,current_stage",
|
|
105
|
+
"offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
106
|
+
"offers,screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
107
|
+
"offers,screening_question_answers,candidate,job,current_stage",
|
|
108
|
+
"offers,screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
109
|
+
"offers,screening_question_answers,candidate,job,reject_reason",
|
|
110
|
+
"offers,screening_question_answers,candidate,reject_reason",
|
|
111
|
+
"offers,screening_question_answers,credited_to",
|
|
112
|
+
"offers,screening_question_answers,credited_to,current_stage",
|
|
113
|
+
"offers,screening_question_answers,credited_to,current_stage,reject_reason",
|
|
114
|
+
"offers,screening_question_answers,credited_to,reject_reason",
|
|
115
|
+
"offers,screening_question_answers,current_stage",
|
|
116
|
+
"offers,screening_question_answers,current_stage,reject_reason",
|
|
117
|
+
"offers,screening_question_answers,job",
|
|
118
|
+
"offers,screening_question_answers,job,credited_to",
|
|
119
|
+
"offers,screening_question_answers,job,credited_to,current_stage",
|
|
120
|
+
"offers,screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
121
|
+
"offers,screening_question_answers,job,credited_to,reject_reason",
|
|
122
|
+
"offers,screening_question_answers,job,current_stage",
|
|
123
|
+
"offers,screening_question_answers,job,current_stage,reject_reason",
|
|
124
|
+
"offers,screening_question_answers,job,reject_reason",
|
|
125
|
+
"offers,screening_question_answers,reject_reason",
|
|
126
|
+
"offers,screening_question_answers,screening_question_answers.question",
|
|
127
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate",
|
|
128
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
129
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
130
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
131
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
132
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
133
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
134
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job",
|
|
135
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
136
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
137
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
138
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
139
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
140
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
141
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
142
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
143
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to",
|
|
144
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
145
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
146
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
147
|
+
"offers,screening_question_answers,screening_question_answers.question,current_stage",
|
|
148
|
+
"offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
149
|
+
"offers,screening_question_answers,screening_question_answers.question,job",
|
|
150
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
151
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
152
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
153
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
154
|
+
"offers,screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
155
|
+
"offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
156
|
+
"offers,screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
157
|
+
"offers,screening_question_answers,screening_question_answers.question,reject_reason",
|
|
158
|
+
"offers,screening_question_answers.question",
|
|
159
|
+
"offers,screening_question_answers.question,candidate",
|
|
160
|
+
"offers,screening_question_answers.question,candidate,credited_to",
|
|
161
|
+
"offers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
162
|
+
"offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
163
|
+
"offers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
164
|
+
"offers,screening_question_answers.question,candidate,current_stage",
|
|
165
|
+
"offers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
166
|
+
"offers,screening_question_answers.question,candidate,job",
|
|
167
|
+
"offers,screening_question_answers.question,candidate,job,credited_to",
|
|
168
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
169
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
170
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
171
|
+
"offers,screening_question_answers.question,candidate,job,current_stage",
|
|
172
|
+
"offers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
173
|
+
"offers,screening_question_answers.question,candidate,job,reject_reason",
|
|
174
|
+
"offers,screening_question_answers.question,candidate,reject_reason",
|
|
175
|
+
"offers,screening_question_answers.question,credited_to",
|
|
176
|
+
"offers,screening_question_answers.question,credited_to,current_stage",
|
|
177
|
+
"offers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
178
|
+
"offers,screening_question_answers.question,credited_to,reject_reason",
|
|
179
|
+
"offers,screening_question_answers.question,current_stage",
|
|
180
|
+
"offers,screening_question_answers.question,current_stage,reject_reason",
|
|
181
|
+
"offers,screening_question_answers.question,job",
|
|
182
|
+
"offers,screening_question_answers.question,job,credited_to",
|
|
183
|
+
"offers,screening_question_answers.question,job,credited_to,current_stage",
|
|
184
|
+
"offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
185
|
+
"offers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
186
|
+
"offers,screening_question_answers.question,job,current_stage",
|
|
187
|
+
"offers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
188
|
+
"offers,screening_question_answers.question,job,reject_reason",
|
|
189
|
+
"offers,screening_question_answers.question,reject_reason",
|
|
94
190
|
"reject_reason",
|
|
191
|
+
"screening_question_answers",
|
|
192
|
+
"screening_question_answers,candidate",
|
|
193
|
+
"screening_question_answers,candidate,credited_to",
|
|
194
|
+
"screening_question_answers,candidate,credited_to,current_stage",
|
|
195
|
+
"screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
196
|
+
"screening_question_answers,candidate,credited_to,reject_reason",
|
|
197
|
+
"screening_question_answers,candidate,current_stage",
|
|
198
|
+
"screening_question_answers,candidate,current_stage,reject_reason",
|
|
199
|
+
"screening_question_answers,candidate,job",
|
|
200
|
+
"screening_question_answers,candidate,job,credited_to",
|
|
201
|
+
"screening_question_answers,candidate,job,credited_to,current_stage",
|
|
202
|
+
"screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
203
|
+
"screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
204
|
+
"screening_question_answers,candidate,job,current_stage",
|
|
205
|
+
"screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
206
|
+
"screening_question_answers,candidate,job,reject_reason",
|
|
207
|
+
"screening_question_answers,candidate,reject_reason",
|
|
208
|
+
"screening_question_answers,credited_to",
|
|
209
|
+
"screening_question_answers,credited_to,current_stage",
|
|
210
|
+
"screening_question_answers,credited_to,current_stage,reject_reason",
|
|
211
|
+
"screening_question_answers,credited_to,reject_reason",
|
|
212
|
+
"screening_question_answers,current_stage",
|
|
213
|
+
"screening_question_answers,current_stage,reject_reason",
|
|
214
|
+
"screening_question_answers,job",
|
|
215
|
+
"screening_question_answers,job,credited_to",
|
|
216
|
+
"screening_question_answers,job,credited_to,current_stage",
|
|
217
|
+
"screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
218
|
+
"screening_question_answers,job,credited_to,reject_reason",
|
|
219
|
+
"screening_question_answers,job,current_stage",
|
|
220
|
+
"screening_question_answers,job,current_stage,reject_reason",
|
|
221
|
+
"screening_question_answers,job,reject_reason",
|
|
222
|
+
"screening_question_answers,reject_reason",
|
|
223
|
+
"screening_question_answers,screening_question_answers.question",
|
|
224
|
+
"screening_question_answers,screening_question_answers.question,candidate",
|
|
225
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
226
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
227
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
228
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
229
|
+
"screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
230
|
+
"screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
231
|
+
"screening_question_answers,screening_question_answers.question,candidate,job",
|
|
232
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
233
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
234
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
235
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
236
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
237
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
238
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
239
|
+
"screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
240
|
+
"screening_question_answers,screening_question_answers.question,credited_to",
|
|
241
|
+
"screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
242
|
+
"screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
243
|
+
"screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
244
|
+
"screening_question_answers,screening_question_answers.question,current_stage",
|
|
245
|
+
"screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
246
|
+
"screening_question_answers,screening_question_answers.question,job",
|
|
247
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
248
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
249
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
250
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
251
|
+
"screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
252
|
+
"screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
253
|
+
"screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
254
|
+
"screening_question_answers,screening_question_answers.question,reject_reason",
|
|
255
|
+
"screening_question_answers.question",
|
|
256
|
+
"screening_question_answers.question,candidate",
|
|
257
|
+
"screening_question_answers.question,candidate,credited_to",
|
|
258
|
+
"screening_question_answers.question,candidate,credited_to,current_stage",
|
|
259
|
+
"screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
260
|
+
"screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
261
|
+
"screening_question_answers.question,candidate,current_stage",
|
|
262
|
+
"screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
263
|
+
"screening_question_answers.question,candidate,job",
|
|
264
|
+
"screening_question_answers.question,candidate,job,credited_to",
|
|
265
|
+
"screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
266
|
+
"screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
267
|
+
"screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
268
|
+
"screening_question_answers.question,candidate,job,current_stage",
|
|
269
|
+
"screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
270
|
+
"screening_question_answers.question,candidate,job,reject_reason",
|
|
271
|
+
"screening_question_answers.question,candidate,reject_reason",
|
|
272
|
+
"screening_question_answers.question,credited_to",
|
|
273
|
+
"screening_question_answers.question,credited_to,current_stage",
|
|
274
|
+
"screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
275
|
+
"screening_question_answers.question,credited_to,reject_reason",
|
|
276
|
+
"screening_question_answers.question,current_stage",
|
|
277
|
+
"screening_question_answers.question,current_stage,reject_reason",
|
|
278
|
+
"screening_question_answers.question,job",
|
|
279
|
+
"screening_question_answers.question,job,credited_to",
|
|
280
|
+
"screening_question_answers.question,job,credited_to,current_stage",
|
|
281
|
+
"screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
282
|
+
"screening_question_answers.question,job,credited_to,reject_reason",
|
|
283
|
+
"screening_question_answers.question,job,current_stage",
|
|
284
|
+
"screening_question_answers.question,job,current_stage,reject_reason",
|
|
285
|
+
"screening_question_answers.question,job,reject_reason",
|
|
286
|
+
"screening_question_answers.question,reject_reason",
|
|
95
287
|
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const ApplicationsRetrieveRequestExpand: core.serialization.Schema<serializers.ats.ApplicationsRetrieveRequestExpand.Raw, Merge.ats.ApplicationsRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace ApplicationsRetrieveRequestExpand {
|
|
9
|
-
type Raw = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "reject_reason";
|
|
9
|
+
type Raw = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "offers,screening_question_answers" | "offers,screening_question_answers,candidate" | "offers,screening_question_answers,candidate,credited_to" | "offers,screening_question_answers,candidate,credited_to,current_stage" | "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,credited_to,reject_reason" | "offers,screening_question_answers,candidate,current_stage" | "offers,screening_question_answers,candidate,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job" | "offers,screening_question_answers,candidate,job,credited_to" | "offers,screening_question_answers,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,candidate,job,current_stage" | "offers,screening_question_answers,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,reject_reason" | "offers,screening_question_answers,candidate,reject_reason" | "offers,screening_question_answers,credited_to" | "offers,screening_question_answers,credited_to,current_stage" | "offers,screening_question_answers,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,credited_to,reject_reason" | "offers,screening_question_answers,current_stage" | "offers,screening_question_answers,current_stage,reject_reason" | "offers,screening_question_answers,job" | "offers,screening_question_answers,job,credited_to" | "offers,screening_question_answers,job,credited_to,current_stage" | "offers,screening_question_answers,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,job,credited_to,reject_reason" | "offers,screening_question_answers,job,current_stage" | "offers,screening_question_answers,job,current_stage,reject_reason" | "offers,screening_question_answers,job,reject_reason" | "offers,screening_question_answers,reject_reason" | "offers,screening_question_answers,screening_question_answers.question" | "offers,screening_question_answers,screening_question_answers.question,candidate" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,current_stage" | "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,reject_reason" | "offers,screening_question_answers.question" | "offers,screening_question_answers.question,candidate" | "offers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers.question,credited_to" | "offers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers.question,current_stage" | "offers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers.question,job" | "offers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers.question,reject_reason" | "reject_reason" | "screening_question_answers" | "screening_question_answers,candidate" | "screening_question_answers,candidate,credited_to" | "screening_question_answers,candidate,credited_to,current_stage" | "screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,credited_to,reject_reason" | "screening_question_answers,candidate,current_stage" | "screening_question_answers,candidate,current_stage,reject_reason" | "screening_question_answers,candidate,job" | "screening_question_answers,candidate,job,credited_to" | "screening_question_answers,candidate,job,credited_to,current_stage" | "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,job,credited_to,reject_reason" | "screening_question_answers,candidate,job,current_stage" | "screening_question_answers,candidate,job,current_stage,reject_reason" | "screening_question_answers,candidate,job,reject_reason" | "screening_question_answers,candidate,reject_reason" | "screening_question_answers,credited_to" | "screening_question_answers,credited_to,current_stage" | "screening_question_answers,credited_to,current_stage,reject_reason" | "screening_question_answers,credited_to,reject_reason" | "screening_question_answers,current_stage" | "screening_question_answers,current_stage,reject_reason" | "screening_question_answers,job" | "screening_question_answers,job,credited_to" | "screening_question_answers,job,credited_to,current_stage" | "screening_question_answers,job,credited_to,current_stage,reject_reason" | "screening_question_answers,job,credited_to,reject_reason" | "screening_question_answers,job,current_stage" | "screening_question_answers,job,current_stage,reject_reason" | "screening_question_answers,job,reject_reason" | "screening_question_answers,reject_reason" | "screening_question_answers,screening_question_answers.question" | "screening_question_answers,screening_question_answers.question,candidate" | "screening_question_answers,screening_question_answers.question,candidate,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,current_stage" | "screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job" | "screening_question_answers,screening_question_answers.question,job,credited_to" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,job,current_stage" | "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,reject_reason" | "screening_question_answers,screening_question_answers.question,reject_reason" | "screening_question_answers.question" | "screening_question_answers.question,candidate" | "screening_question_answers.question,candidate,credited_to" | "screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers.question,candidate,current_stage" | "screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers.question,candidate,job" | "screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers.question,candidate,reject_reason" | "screening_question_answers.question,credited_to" | "screening_question_answers.question,credited_to,current_stage" | "screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers.question,current_stage" | "screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers.question,job" | "screening_question_answers.question,job,credited_to" | "screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers.question,job,current_stage" | "screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers.question,job,reject_reason" | "screening_question_answers.question,reject_reason";
|
|
10
10
|
}
|
|
@@ -91,5 +91,197 @@ exports.ApplicationsRetrieveRequestExpand = core.serialization.enum_([
|
|
|
91
91
|
"offers,job,current_stage,reject_reason",
|
|
92
92
|
"offers,job,reject_reason",
|
|
93
93
|
"offers,reject_reason",
|
|
94
|
+
"offers,screening_question_answers",
|
|
95
|
+
"offers,screening_question_answers,candidate",
|
|
96
|
+
"offers,screening_question_answers,candidate,credited_to",
|
|
97
|
+
"offers,screening_question_answers,candidate,credited_to,current_stage",
|
|
98
|
+
"offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
99
|
+
"offers,screening_question_answers,candidate,credited_to,reject_reason",
|
|
100
|
+
"offers,screening_question_answers,candidate,current_stage",
|
|
101
|
+
"offers,screening_question_answers,candidate,current_stage,reject_reason",
|
|
102
|
+
"offers,screening_question_answers,candidate,job",
|
|
103
|
+
"offers,screening_question_answers,candidate,job,credited_to",
|
|
104
|
+
"offers,screening_question_answers,candidate,job,credited_to,current_stage",
|
|
105
|
+
"offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
106
|
+
"offers,screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
107
|
+
"offers,screening_question_answers,candidate,job,current_stage",
|
|
108
|
+
"offers,screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
109
|
+
"offers,screening_question_answers,candidate,job,reject_reason",
|
|
110
|
+
"offers,screening_question_answers,candidate,reject_reason",
|
|
111
|
+
"offers,screening_question_answers,credited_to",
|
|
112
|
+
"offers,screening_question_answers,credited_to,current_stage",
|
|
113
|
+
"offers,screening_question_answers,credited_to,current_stage,reject_reason",
|
|
114
|
+
"offers,screening_question_answers,credited_to,reject_reason",
|
|
115
|
+
"offers,screening_question_answers,current_stage",
|
|
116
|
+
"offers,screening_question_answers,current_stage,reject_reason",
|
|
117
|
+
"offers,screening_question_answers,job",
|
|
118
|
+
"offers,screening_question_answers,job,credited_to",
|
|
119
|
+
"offers,screening_question_answers,job,credited_to,current_stage",
|
|
120
|
+
"offers,screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
121
|
+
"offers,screening_question_answers,job,credited_to,reject_reason",
|
|
122
|
+
"offers,screening_question_answers,job,current_stage",
|
|
123
|
+
"offers,screening_question_answers,job,current_stage,reject_reason",
|
|
124
|
+
"offers,screening_question_answers,job,reject_reason",
|
|
125
|
+
"offers,screening_question_answers,reject_reason",
|
|
126
|
+
"offers,screening_question_answers,screening_question_answers.question",
|
|
127
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate",
|
|
128
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
129
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
130
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
131
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
132
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
133
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
134
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job",
|
|
135
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
136
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
137
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
138
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
139
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
140
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
141
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
142
|
+
"offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
143
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to",
|
|
144
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
145
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
146
|
+
"offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
147
|
+
"offers,screening_question_answers,screening_question_answers.question,current_stage",
|
|
148
|
+
"offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
149
|
+
"offers,screening_question_answers,screening_question_answers.question,job",
|
|
150
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
151
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
152
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
153
|
+
"offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
154
|
+
"offers,screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
155
|
+
"offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
156
|
+
"offers,screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
157
|
+
"offers,screening_question_answers,screening_question_answers.question,reject_reason",
|
|
158
|
+
"offers,screening_question_answers.question",
|
|
159
|
+
"offers,screening_question_answers.question,candidate",
|
|
160
|
+
"offers,screening_question_answers.question,candidate,credited_to",
|
|
161
|
+
"offers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
162
|
+
"offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
163
|
+
"offers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
164
|
+
"offers,screening_question_answers.question,candidate,current_stage",
|
|
165
|
+
"offers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
166
|
+
"offers,screening_question_answers.question,candidate,job",
|
|
167
|
+
"offers,screening_question_answers.question,candidate,job,credited_to",
|
|
168
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
169
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
170
|
+
"offers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
171
|
+
"offers,screening_question_answers.question,candidate,job,current_stage",
|
|
172
|
+
"offers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
173
|
+
"offers,screening_question_answers.question,candidate,job,reject_reason",
|
|
174
|
+
"offers,screening_question_answers.question,candidate,reject_reason",
|
|
175
|
+
"offers,screening_question_answers.question,credited_to",
|
|
176
|
+
"offers,screening_question_answers.question,credited_to,current_stage",
|
|
177
|
+
"offers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
178
|
+
"offers,screening_question_answers.question,credited_to,reject_reason",
|
|
179
|
+
"offers,screening_question_answers.question,current_stage",
|
|
180
|
+
"offers,screening_question_answers.question,current_stage,reject_reason",
|
|
181
|
+
"offers,screening_question_answers.question,job",
|
|
182
|
+
"offers,screening_question_answers.question,job,credited_to",
|
|
183
|
+
"offers,screening_question_answers.question,job,credited_to,current_stage",
|
|
184
|
+
"offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
185
|
+
"offers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
186
|
+
"offers,screening_question_answers.question,job,current_stage",
|
|
187
|
+
"offers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
188
|
+
"offers,screening_question_answers.question,job,reject_reason",
|
|
189
|
+
"offers,screening_question_answers.question,reject_reason",
|
|
94
190
|
"reject_reason",
|
|
191
|
+
"screening_question_answers",
|
|
192
|
+
"screening_question_answers,candidate",
|
|
193
|
+
"screening_question_answers,candidate,credited_to",
|
|
194
|
+
"screening_question_answers,candidate,credited_to,current_stage",
|
|
195
|
+
"screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
196
|
+
"screening_question_answers,candidate,credited_to,reject_reason",
|
|
197
|
+
"screening_question_answers,candidate,current_stage",
|
|
198
|
+
"screening_question_answers,candidate,current_stage,reject_reason",
|
|
199
|
+
"screening_question_answers,candidate,job",
|
|
200
|
+
"screening_question_answers,candidate,job,credited_to",
|
|
201
|
+
"screening_question_answers,candidate,job,credited_to,current_stage",
|
|
202
|
+
"screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
203
|
+
"screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
204
|
+
"screening_question_answers,candidate,job,current_stage",
|
|
205
|
+
"screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
206
|
+
"screening_question_answers,candidate,job,reject_reason",
|
|
207
|
+
"screening_question_answers,candidate,reject_reason",
|
|
208
|
+
"screening_question_answers,credited_to",
|
|
209
|
+
"screening_question_answers,credited_to,current_stage",
|
|
210
|
+
"screening_question_answers,credited_to,current_stage,reject_reason",
|
|
211
|
+
"screening_question_answers,credited_to,reject_reason",
|
|
212
|
+
"screening_question_answers,current_stage",
|
|
213
|
+
"screening_question_answers,current_stage,reject_reason",
|
|
214
|
+
"screening_question_answers,job",
|
|
215
|
+
"screening_question_answers,job,credited_to",
|
|
216
|
+
"screening_question_answers,job,credited_to,current_stage",
|
|
217
|
+
"screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
218
|
+
"screening_question_answers,job,credited_to,reject_reason",
|
|
219
|
+
"screening_question_answers,job,current_stage",
|
|
220
|
+
"screening_question_answers,job,current_stage,reject_reason",
|
|
221
|
+
"screening_question_answers,job,reject_reason",
|
|
222
|
+
"screening_question_answers,reject_reason",
|
|
223
|
+
"screening_question_answers,screening_question_answers.question",
|
|
224
|
+
"screening_question_answers,screening_question_answers.question,candidate",
|
|
225
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
226
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
227
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
228
|
+
"screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
229
|
+
"screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
230
|
+
"screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
231
|
+
"screening_question_answers,screening_question_answers.question,candidate,job",
|
|
232
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
233
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
234
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
235
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
236
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
237
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
238
|
+
"screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
239
|
+
"screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
240
|
+
"screening_question_answers,screening_question_answers.question,credited_to",
|
|
241
|
+
"screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
242
|
+
"screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
243
|
+
"screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
244
|
+
"screening_question_answers,screening_question_answers.question,current_stage",
|
|
245
|
+
"screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
246
|
+
"screening_question_answers,screening_question_answers.question,job",
|
|
247
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
248
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
249
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
250
|
+
"screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
251
|
+
"screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
252
|
+
"screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
253
|
+
"screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
254
|
+
"screening_question_answers,screening_question_answers.question,reject_reason",
|
|
255
|
+
"screening_question_answers.question",
|
|
256
|
+
"screening_question_answers.question,candidate",
|
|
257
|
+
"screening_question_answers.question,candidate,credited_to",
|
|
258
|
+
"screening_question_answers.question,candidate,credited_to,current_stage",
|
|
259
|
+
"screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
260
|
+
"screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
261
|
+
"screening_question_answers.question,candidate,current_stage",
|
|
262
|
+
"screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
263
|
+
"screening_question_answers.question,candidate,job",
|
|
264
|
+
"screening_question_answers.question,candidate,job,credited_to",
|
|
265
|
+
"screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
266
|
+
"screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
267
|
+
"screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
268
|
+
"screening_question_answers.question,candidate,job,current_stage",
|
|
269
|
+
"screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
270
|
+
"screening_question_answers.question,candidate,job,reject_reason",
|
|
271
|
+
"screening_question_answers.question,candidate,reject_reason",
|
|
272
|
+
"screening_question_answers.question,credited_to",
|
|
273
|
+
"screening_question_answers.question,credited_to,current_stage",
|
|
274
|
+
"screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
275
|
+
"screening_question_answers.question,credited_to,reject_reason",
|
|
276
|
+
"screening_question_answers.question,current_stage",
|
|
277
|
+
"screening_question_answers.question,current_stage,reject_reason",
|
|
278
|
+
"screening_question_answers.question,job",
|
|
279
|
+
"screening_question_answers.question,job,credited_to",
|
|
280
|
+
"screening_question_answers.question,job,credited_to,current_stage",
|
|
281
|
+
"screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
282
|
+
"screening_question_answers.question,job,credited_to,reject_reason",
|
|
283
|
+
"screening_question_answers.question,job,current_stage",
|
|
284
|
+
"screening_question_answers.question,job,current_stage,reject_reason",
|
|
285
|
+
"screening_question_answers.question,job,reject_reason",
|
|
286
|
+
"screening_question_answers.question,reject_reason",
|
|
95
287
|
]);
|
|
@@ -14,6 +14,7 @@ export declare namespace EndUserDetailsRequest {
|
|
|
14
14
|
integration?: string | null;
|
|
15
15
|
link_expiry_mins?: number | null;
|
|
16
16
|
should_create_magic_link_url?: boolean | null;
|
|
17
|
+
hide_admin_magic_link?: boolean | null;
|
|
17
18
|
common_models?: serializers.ats.CommonModelScopesBodyRequest.Raw[] | null;
|
|
18
19
|
category_common_model_scopes?: Record<string, serializers.ats.IndividualCommonModelScopeDeserializerRequest.Raw[] | null | undefined> | null;
|
|
19
20
|
language?: string | null;
|
|
@@ -45,6 +45,7 @@ exports.EndUserDetailsRequest = core.serialization.object({
|
|
|
45
45
|
integration: core.serialization.string().optional(),
|
|
46
46
|
linkExpiryMins: core.serialization.property("link_expiry_mins", core.serialization.number().optional()),
|
|
47
47
|
shouldCreateMagicLinkUrl: core.serialization.property("should_create_magic_link_url", core.serialization.boolean().optional()),
|
|
48
|
+
hideAdminMagicLink: core.serialization.property("hide_admin_magic_link", core.serialization.boolean().optional()),
|
|
48
49
|
commonModels: core.serialization.property("common_models", core.serialization
|
|
49
50
|
.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../../..")))).ats.CommonModelScopesBodyRequest; })))
|
|
50
51
|
.optional()),
|
|
@@ -8,6 +8,7 @@ export declare const AccountIntegration: core.serialization.ObjectSchema<seriali
|
|
|
8
8
|
export declare namespace AccountIntegration {
|
|
9
9
|
interface Raw {
|
|
10
10
|
name: string;
|
|
11
|
+
abbreviated_name?: string | null;
|
|
11
12
|
categories?: serializers.ats.CategoriesEnum.Raw[] | null;
|
|
12
13
|
image?: string | null;
|
|
13
14
|
square_image?: string | null;
|
|
@@ -39,6 +39,7 @@ exports.AccountIntegration = void 0;
|
|
|
39
39
|
const core = __importStar(require("../../../../core"));
|
|
40
40
|
exports.AccountIntegration = core.serialization.object({
|
|
41
41
|
name: core.serialization.string(),
|
|
42
|
+
abbreviatedName: core.serialization.property("abbreviated_name", core.serialization.string().optional()),
|
|
42
43
|
categories: core.serialization
|
|
43
44
|
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.CategoriesEnum; })))
|
|
44
45
|
.optional(),
|
|
@@ -18,6 +18,7 @@ export declare namespace Application {
|
|
|
18
18
|
offers?: (serializers.ats.ApplicationOffersItem.Raw | null | undefined)[] | null;
|
|
19
19
|
source?: string | null;
|
|
20
20
|
credited_to?: serializers.ats.ApplicationCreditedTo.Raw | null;
|
|
21
|
+
screening_question_answers?: serializers.ats.ApplicationScreeningQuestionAnswersItem.Raw[] | null;
|
|
21
22
|
current_stage?: serializers.ats.ApplicationCurrentStage.Raw | null;
|
|
22
23
|
reject_reason?: serializers.ats.ApplicationRejectReason.Raw | null;
|
|
23
24
|
remote_was_deleted?: boolean | null;
|
|
@@ -51,6 +51,9 @@ exports.Application = core.serialization.object({
|
|
|
51
51
|
.optional(),
|
|
52
52
|
source: core.serialization.string().optional(),
|
|
53
53
|
creditedTo: core.serialization.property("credited_to", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationCreditedTo; })).optional()),
|
|
54
|
+
screeningQuestionAnswers: core.serialization.property("screening_question_answers", core.serialization
|
|
55
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationScreeningQuestionAnswersItem; })))
|
|
56
|
+
.optional()),
|
|
54
57
|
currentStage: core.serialization.property("current_stage", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationCurrentStage; })).optional()),
|
|
55
58
|
rejectReason: core.serialization.property("reject_reason", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRejectReason; })).optional()),
|
|
56
59
|
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
@@ -14,6 +14,7 @@ export declare namespace ApplicationRequest {
|
|
|
14
14
|
offers?: (serializers.ats.ApplicationRequestOffersItem.Raw | null | undefined)[] | null;
|
|
15
15
|
source?: string | null;
|
|
16
16
|
credited_to?: serializers.ats.ApplicationRequestCreditedTo.Raw | null;
|
|
17
|
+
screening_question_answers?: serializers.ats.ApplicationRequestScreeningQuestionAnswersItem.Raw[] | null;
|
|
17
18
|
current_stage?: serializers.ats.ApplicationRequestCurrentStage.Raw | null;
|
|
18
19
|
reject_reason?: serializers.ats.ApplicationRequestRejectReason.Raw | null;
|
|
19
20
|
remote_template_id?: string | null;
|
|
@@ -49,6 +49,9 @@ exports.ApplicationRequest = core.serialization.object({
|
|
|
49
49
|
.optional(),
|
|
50
50
|
source: core.serialization.string().optional(),
|
|
51
51
|
creditedTo: core.serialization.property("credited_to", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestCreditedTo; })).optional()),
|
|
52
|
+
screeningQuestionAnswers: core.serialization.property("screening_question_answers", core.serialization
|
|
53
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestScreeningQuestionAnswersItem; })))
|
|
54
|
+
.optional()),
|
|
52
55
|
currentStage: core.serialization.property("current_stage", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestCurrentStage; })).optional()),
|
|
53
56
|
rejectReason: core.serialization.property("reject_reason", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ats.ApplicationRequestRejectReason; })).optional()),
|
|
54
57
|
remoteTemplateId: core.serialization.property("remote_template_id", core.serialization.string().optional()),
|
package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../..";
|
|
5
|
+
import * as Merge from "../../../../api";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ApplicationRequestScreeningQuestionAnswersItem: core.serialization.Schema<serializers.ats.ApplicationRequestScreeningQuestionAnswersItem.Raw, Merge.ats.ApplicationRequestScreeningQuestionAnswersItem>;
|
|
8
|
+
export declare namespace ApplicationRequestScreeningQuestionAnswersItem {
|
|
9
|
+
type Raw = string | serializers.ats.ScreeningQuestionAnswerRequest.Raw;
|
|
10
|
+
}
|