@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
package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type ApplicationsRetrieveRequestExpand = "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";
|
|
4
|
+
export declare type ApplicationsRetrieveRequestExpand = "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";
|
|
5
5
|
export declare const ApplicationsRetrieveRequestExpand: {
|
|
6
6
|
readonly Candidate: "candidate";
|
|
7
7
|
readonly CandidateCreditedTo: "candidate,credited_to";
|
|
@@ -65,5 +65,197 @@ export declare const ApplicationsRetrieveRequestExpand: {
|
|
|
65
65
|
readonly OffersJobCurrentStageRejectReason: "offers,job,current_stage,reject_reason";
|
|
66
66
|
readonly OffersJobRejectReason: "offers,job,reject_reason";
|
|
67
67
|
readonly OffersRejectReason: "offers,reject_reason";
|
|
68
|
+
readonly OffersScreeningQuestionAnswers: "offers,screening_question_answers";
|
|
69
|
+
readonly OffersScreeningQuestionAnswersCandidate: "offers,screening_question_answers,candidate";
|
|
70
|
+
readonly OffersScreeningQuestionAnswersCandidateCreditedTo: "offers,screening_question_answers,candidate,credited_to";
|
|
71
|
+
readonly OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage: "offers,screening_question_answers,candidate,credited_to,current_stage";
|
|
72
|
+
readonly OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason";
|
|
73
|
+
readonly OffersScreeningQuestionAnswersCandidateCreditedToRejectReason: "offers,screening_question_answers,candidate,credited_to,reject_reason";
|
|
74
|
+
readonly OffersScreeningQuestionAnswersCandidateCurrentStage: "offers,screening_question_answers,candidate,current_stage";
|
|
75
|
+
readonly OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason: "offers,screening_question_answers,candidate,current_stage,reject_reason";
|
|
76
|
+
readonly OffersScreeningQuestionAnswersCandidateJob: "offers,screening_question_answers,candidate,job";
|
|
77
|
+
readonly OffersScreeningQuestionAnswersCandidateJobCreditedTo: "offers,screening_question_answers,candidate,job,credited_to";
|
|
78
|
+
readonly OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,candidate,job,credited_to,current_stage";
|
|
79
|
+
readonly OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason";
|
|
80
|
+
readonly OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "offers,screening_question_answers,candidate,job,credited_to,reject_reason";
|
|
81
|
+
readonly OffersScreeningQuestionAnswersCandidateJobCurrentStage: "offers,screening_question_answers,candidate,job,current_stage";
|
|
82
|
+
readonly OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,current_stage,reject_reason";
|
|
83
|
+
readonly OffersScreeningQuestionAnswersCandidateJobRejectReason: "offers,screening_question_answers,candidate,job,reject_reason";
|
|
84
|
+
readonly OffersScreeningQuestionAnswersCandidateRejectReason: "offers,screening_question_answers,candidate,reject_reason";
|
|
85
|
+
readonly OffersScreeningQuestionAnswersCreditedTo: "offers,screening_question_answers,credited_to";
|
|
86
|
+
readonly OffersScreeningQuestionAnswersCreditedToCurrentStage: "offers,screening_question_answers,credited_to,current_stage";
|
|
87
|
+
readonly OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "offers,screening_question_answers,credited_to,current_stage,reject_reason";
|
|
88
|
+
readonly OffersScreeningQuestionAnswersCreditedToRejectReason: "offers,screening_question_answers,credited_to,reject_reason";
|
|
89
|
+
readonly OffersScreeningQuestionAnswersCurrentStage: "offers,screening_question_answers,current_stage";
|
|
90
|
+
readonly OffersScreeningQuestionAnswersCurrentStageRejectReason: "offers,screening_question_answers,current_stage,reject_reason";
|
|
91
|
+
readonly OffersScreeningQuestionAnswersJob: "offers,screening_question_answers,job";
|
|
92
|
+
readonly OffersScreeningQuestionAnswersJobCreditedTo: "offers,screening_question_answers,job,credited_to";
|
|
93
|
+
readonly OffersScreeningQuestionAnswersJobCreditedToCurrentStage: "offers,screening_question_answers,job,credited_to,current_stage";
|
|
94
|
+
readonly OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,job,credited_to,current_stage,reject_reason";
|
|
95
|
+
readonly OffersScreeningQuestionAnswersJobCreditedToRejectReason: "offers,screening_question_answers,job,credited_to,reject_reason";
|
|
96
|
+
readonly OffersScreeningQuestionAnswersJobCurrentStage: "offers,screening_question_answers,job,current_stage";
|
|
97
|
+
readonly OffersScreeningQuestionAnswersJobCurrentStageRejectReason: "offers,screening_question_answers,job,current_stage,reject_reason";
|
|
98
|
+
readonly OffersScreeningQuestionAnswersJobRejectReason: "offers,screening_question_answers,job,reject_reason";
|
|
99
|
+
readonly OffersScreeningQuestionAnswersRejectReason: "offers,screening_question_answers,reject_reason";
|
|
100
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "offers,screening_question_answers,screening_question_answers.question";
|
|
101
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers,screening_question_answers.question,candidate";
|
|
102
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to";
|
|
103
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage";
|
|
104
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
|
|
105
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason";
|
|
106
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage";
|
|
107
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason";
|
|
108
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers,screening_question_answers.question,candidate,job";
|
|
109
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to";
|
|
110
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage";
|
|
111
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
|
|
112
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
|
|
113
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage";
|
|
114
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
|
|
115
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason";
|
|
116
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason";
|
|
117
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers,screening_question_answers.question,credited_to";
|
|
118
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage";
|
|
119
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason";
|
|
120
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason";
|
|
121
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers,screening_question_answers.question,current_stage";
|
|
122
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason";
|
|
123
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers,screening_question_answers.question,job";
|
|
124
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,job,credited_to";
|
|
125
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage";
|
|
126
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
|
|
127
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason";
|
|
128
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,current_stage";
|
|
129
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason";
|
|
130
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,reject_reason";
|
|
131
|
+
readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers,screening_question_answers.question,reject_reason";
|
|
132
|
+
readonly OffersScreeningQuestionAnswersQuestion: "offers,screening_question_answers.question";
|
|
133
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers.question,candidate";
|
|
134
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers.question,candidate,credited_to";
|
|
135
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,credited_to,current_stage";
|
|
136
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
|
|
137
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers.question,candidate,credited_to,reject_reason";
|
|
138
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers.question,candidate,current_stage";
|
|
139
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,current_stage,reject_reason";
|
|
140
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers.question,candidate,job";
|
|
141
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers.question,candidate,job,credited_to";
|
|
142
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage";
|
|
143
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
|
|
144
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
|
|
145
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers.question,candidate,job,current_stage";
|
|
146
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
|
|
147
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers.question,candidate,job,reject_reason";
|
|
148
|
+
readonly OffersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers.question,candidate,reject_reason";
|
|
149
|
+
readonly OffersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers.question,credited_to";
|
|
150
|
+
readonly OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers.question,credited_to,current_stage";
|
|
151
|
+
readonly OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,credited_to,current_stage,reject_reason";
|
|
152
|
+
readonly OffersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers.question,credited_to,reject_reason";
|
|
153
|
+
readonly OffersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers.question,current_stage";
|
|
154
|
+
readonly OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers.question,current_stage,reject_reason";
|
|
155
|
+
readonly OffersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers.question,job";
|
|
156
|
+
readonly OffersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers.question,job,credited_to";
|
|
157
|
+
readonly OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers.question,job,credited_to,current_stage";
|
|
158
|
+
readonly OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
|
|
159
|
+
readonly OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers.question,job,credited_to,reject_reason";
|
|
160
|
+
readonly OffersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers.question,job,current_stage";
|
|
161
|
+
readonly OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers.question,job,current_stage,reject_reason";
|
|
162
|
+
readonly OffersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers.question,job,reject_reason";
|
|
163
|
+
readonly OffersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers.question,reject_reason";
|
|
68
164
|
readonly RejectReason: "reject_reason";
|
|
165
|
+
readonly ScreeningQuestionAnswers: "screening_question_answers";
|
|
166
|
+
readonly ScreeningQuestionAnswersCandidate: "screening_question_answers,candidate";
|
|
167
|
+
readonly ScreeningQuestionAnswersCandidateCreditedTo: "screening_question_answers,candidate,credited_to";
|
|
168
|
+
readonly ScreeningQuestionAnswersCandidateCreditedToCurrentStage: "screening_question_answers,candidate,credited_to,current_stage";
|
|
169
|
+
readonly ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,credited_to,current_stage,reject_reason";
|
|
170
|
+
readonly ScreeningQuestionAnswersCandidateCreditedToRejectReason: "screening_question_answers,candidate,credited_to,reject_reason";
|
|
171
|
+
readonly ScreeningQuestionAnswersCandidateCurrentStage: "screening_question_answers,candidate,current_stage";
|
|
172
|
+
readonly ScreeningQuestionAnswersCandidateCurrentStageRejectReason: "screening_question_answers,candidate,current_stage,reject_reason";
|
|
173
|
+
readonly ScreeningQuestionAnswersCandidateJob: "screening_question_answers,candidate,job";
|
|
174
|
+
readonly ScreeningQuestionAnswersCandidateJobCreditedTo: "screening_question_answers,candidate,job,credited_to";
|
|
175
|
+
readonly ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "screening_question_answers,candidate,job,credited_to,current_stage";
|
|
176
|
+
readonly ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason";
|
|
177
|
+
readonly ScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "screening_question_answers,candidate,job,credited_to,reject_reason";
|
|
178
|
+
readonly ScreeningQuestionAnswersCandidateJobCurrentStage: "screening_question_answers,candidate,job,current_stage";
|
|
179
|
+
readonly ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "screening_question_answers,candidate,job,current_stage,reject_reason";
|
|
180
|
+
readonly ScreeningQuestionAnswersCandidateJobRejectReason: "screening_question_answers,candidate,job,reject_reason";
|
|
181
|
+
readonly ScreeningQuestionAnswersCandidateRejectReason: "screening_question_answers,candidate,reject_reason";
|
|
182
|
+
readonly ScreeningQuestionAnswersCreditedTo: "screening_question_answers,credited_to";
|
|
183
|
+
readonly ScreeningQuestionAnswersCreditedToCurrentStage: "screening_question_answers,credited_to,current_stage";
|
|
184
|
+
readonly ScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "screening_question_answers,credited_to,current_stage,reject_reason";
|
|
185
|
+
readonly ScreeningQuestionAnswersCreditedToRejectReason: "screening_question_answers,credited_to,reject_reason";
|
|
186
|
+
readonly ScreeningQuestionAnswersCurrentStage: "screening_question_answers,current_stage";
|
|
187
|
+
readonly ScreeningQuestionAnswersCurrentStageRejectReason: "screening_question_answers,current_stage,reject_reason";
|
|
188
|
+
readonly ScreeningQuestionAnswersJob: "screening_question_answers,job";
|
|
189
|
+
readonly ScreeningQuestionAnswersJobCreditedTo: "screening_question_answers,job,credited_to";
|
|
190
|
+
readonly ScreeningQuestionAnswersJobCreditedToCurrentStage: "screening_question_answers,job,credited_to,current_stage";
|
|
191
|
+
readonly ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "screening_question_answers,job,credited_to,current_stage,reject_reason";
|
|
192
|
+
readonly ScreeningQuestionAnswersJobCreditedToRejectReason: "screening_question_answers,job,credited_to,reject_reason";
|
|
193
|
+
readonly ScreeningQuestionAnswersJobCurrentStage: "screening_question_answers,job,current_stage";
|
|
194
|
+
readonly ScreeningQuestionAnswersJobCurrentStageRejectReason: "screening_question_answers,job,current_stage,reject_reason";
|
|
195
|
+
readonly ScreeningQuestionAnswersJobRejectReason: "screening_question_answers,job,reject_reason";
|
|
196
|
+
readonly ScreeningQuestionAnswersRejectReason: "screening_question_answers,reject_reason";
|
|
197
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "screening_question_answers,screening_question_answers.question";
|
|
198
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "screening_question_answers,screening_question_answers.question,candidate";
|
|
199
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,credited_to";
|
|
200
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage";
|
|
201
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
|
|
202
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason";
|
|
203
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,current_stage";
|
|
204
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason";
|
|
205
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers,screening_question_answers.question,candidate,job";
|
|
206
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to";
|
|
207
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage";
|
|
208
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
|
|
209
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
|
|
210
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage";
|
|
211
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
|
|
212
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason";
|
|
213
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers,screening_question_answers.question,candidate,reject_reason";
|
|
214
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers,screening_question_answers.question,credited_to";
|
|
215
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,credited_to,current_stage";
|
|
216
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason";
|
|
217
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,reject_reason";
|
|
218
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers,screening_question_answers.question,current_stage";
|
|
219
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,current_stage,reject_reason";
|
|
220
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "screening_question_answers,screening_question_answers.question,job";
|
|
221
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers,screening_question_answers.question,job,credited_to";
|
|
222
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage";
|
|
223
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
|
|
224
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason";
|
|
225
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers,screening_question_answers.question,job,current_stage";
|
|
226
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason";
|
|
227
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers,screening_question_answers.question,job,reject_reason";
|
|
228
|
+
readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers,screening_question_answers.question,reject_reason";
|
|
229
|
+
readonly ScreeningQuestionAnswersQuestion: "screening_question_answers.question";
|
|
230
|
+
readonly ScreeningQuestionAnswersQuestionCandidate: "screening_question_answers.question,candidate";
|
|
231
|
+
readonly ScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers.question,candidate,credited_to";
|
|
232
|
+
readonly ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers.question,candidate,credited_to,current_stage";
|
|
233
|
+
readonly ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
|
|
234
|
+
readonly ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers.question,candidate,credited_to,reject_reason";
|
|
235
|
+
readonly ScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers.question,candidate,current_stage";
|
|
236
|
+
readonly ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers.question,candidate,current_stage,reject_reason";
|
|
237
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers.question,candidate,job";
|
|
238
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers.question,candidate,job,credited_to";
|
|
239
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers.question,candidate,job,credited_to,current_stage";
|
|
240
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
|
|
241
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers.question,candidate,job,credited_to,reject_reason";
|
|
242
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers.question,candidate,job,current_stage";
|
|
243
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers.question,candidate,job,current_stage,reject_reason";
|
|
244
|
+
readonly ScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers.question,candidate,job,reject_reason";
|
|
245
|
+
readonly ScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers.question,candidate,reject_reason";
|
|
246
|
+
readonly ScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers.question,credited_to";
|
|
247
|
+
readonly ScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers.question,credited_to,current_stage";
|
|
248
|
+
readonly ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers.question,credited_to,current_stage,reject_reason";
|
|
249
|
+
readonly ScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers.question,credited_to,reject_reason";
|
|
250
|
+
readonly ScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers.question,current_stage";
|
|
251
|
+
readonly ScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers.question,current_stage,reject_reason";
|
|
252
|
+
readonly ScreeningQuestionAnswersQuestionJob: "screening_question_answers.question,job";
|
|
253
|
+
readonly ScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers.question,job,credited_to";
|
|
254
|
+
readonly ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers.question,job,credited_to,current_stage";
|
|
255
|
+
readonly ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,job,credited_to,current_stage,reject_reason";
|
|
256
|
+
readonly ScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers.question,job,credited_to,reject_reason";
|
|
257
|
+
readonly ScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers.question,job,current_stage";
|
|
258
|
+
readonly ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers.question,job,current_stage,reject_reason";
|
|
259
|
+
readonly ScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers.question,job,reject_reason";
|
|
260
|
+
readonly ScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers.question,reject_reason";
|
|
69
261
|
};
|
|
@@ -67,5 +67,197 @@ exports.ApplicationsRetrieveRequestExpand = {
|
|
|
67
67
|
OffersJobCurrentStageRejectReason: "offers,job,current_stage,reject_reason",
|
|
68
68
|
OffersJobRejectReason: "offers,job,reject_reason",
|
|
69
69
|
OffersRejectReason: "offers,reject_reason",
|
|
70
|
+
OffersScreeningQuestionAnswers: "offers,screening_question_answers",
|
|
71
|
+
OffersScreeningQuestionAnswersCandidate: "offers,screening_question_answers,candidate",
|
|
72
|
+
OffersScreeningQuestionAnswersCandidateCreditedTo: "offers,screening_question_answers,candidate,credited_to",
|
|
73
|
+
OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage: "offers,screening_question_answers,candidate,credited_to,current_stage",
|
|
74
|
+
OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
75
|
+
OffersScreeningQuestionAnswersCandidateCreditedToRejectReason: "offers,screening_question_answers,candidate,credited_to,reject_reason",
|
|
76
|
+
OffersScreeningQuestionAnswersCandidateCurrentStage: "offers,screening_question_answers,candidate,current_stage",
|
|
77
|
+
OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason: "offers,screening_question_answers,candidate,current_stage,reject_reason",
|
|
78
|
+
OffersScreeningQuestionAnswersCandidateJob: "offers,screening_question_answers,candidate,job",
|
|
79
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedTo: "offers,screening_question_answers,candidate,job,credited_to",
|
|
80
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,candidate,job,credited_to,current_stage",
|
|
81
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
82
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "offers,screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
83
|
+
OffersScreeningQuestionAnswersCandidateJobCurrentStage: "offers,screening_question_answers,candidate,job,current_stage",
|
|
84
|
+
OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
85
|
+
OffersScreeningQuestionAnswersCandidateJobRejectReason: "offers,screening_question_answers,candidate,job,reject_reason",
|
|
86
|
+
OffersScreeningQuestionAnswersCandidateRejectReason: "offers,screening_question_answers,candidate,reject_reason",
|
|
87
|
+
OffersScreeningQuestionAnswersCreditedTo: "offers,screening_question_answers,credited_to",
|
|
88
|
+
OffersScreeningQuestionAnswersCreditedToCurrentStage: "offers,screening_question_answers,credited_to,current_stage",
|
|
89
|
+
OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "offers,screening_question_answers,credited_to,current_stage,reject_reason",
|
|
90
|
+
OffersScreeningQuestionAnswersCreditedToRejectReason: "offers,screening_question_answers,credited_to,reject_reason",
|
|
91
|
+
OffersScreeningQuestionAnswersCurrentStage: "offers,screening_question_answers,current_stage",
|
|
92
|
+
OffersScreeningQuestionAnswersCurrentStageRejectReason: "offers,screening_question_answers,current_stage,reject_reason",
|
|
93
|
+
OffersScreeningQuestionAnswersJob: "offers,screening_question_answers,job",
|
|
94
|
+
OffersScreeningQuestionAnswersJobCreditedTo: "offers,screening_question_answers,job,credited_to",
|
|
95
|
+
OffersScreeningQuestionAnswersJobCreditedToCurrentStage: "offers,screening_question_answers,job,credited_to,current_stage",
|
|
96
|
+
OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
97
|
+
OffersScreeningQuestionAnswersJobCreditedToRejectReason: "offers,screening_question_answers,job,credited_to,reject_reason",
|
|
98
|
+
OffersScreeningQuestionAnswersJobCurrentStage: "offers,screening_question_answers,job,current_stage",
|
|
99
|
+
OffersScreeningQuestionAnswersJobCurrentStageRejectReason: "offers,screening_question_answers,job,current_stage,reject_reason",
|
|
100
|
+
OffersScreeningQuestionAnswersJobRejectReason: "offers,screening_question_answers,job,reject_reason",
|
|
101
|
+
OffersScreeningQuestionAnswersRejectReason: "offers,screening_question_answers,reject_reason",
|
|
102
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "offers,screening_question_answers,screening_question_answers.question",
|
|
103
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers,screening_question_answers.question,candidate",
|
|
104
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
105
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
106
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
107
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
108
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
109
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
110
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers,screening_question_answers.question,candidate,job",
|
|
111
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
112
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
113
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
114
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
115
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
116
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
117
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
118
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
119
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers,screening_question_answers.question,credited_to",
|
|
120
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
121
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
122
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
123
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers,screening_question_answers.question,current_stage",
|
|
124
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
125
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers,screening_question_answers.question,job",
|
|
126
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
127
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
128
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
129
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
130
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
131
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
132
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
133
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers,screening_question_answers.question,reject_reason",
|
|
134
|
+
OffersScreeningQuestionAnswersQuestion: "offers,screening_question_answers.question",
|
|
135
|
+
OffersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers.question,candidate",
|
|
136
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers.question,candidate,credited_to",
|
|
137
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
138
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
139
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
140
|
+
OffersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers.question,candidate,current_stage",
|
|
141
|
+
OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
142
|
+
OffersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers.question,candidate,job",
|
|
143
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers.question,candidate,job,credited_to",
|
|
144
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
145
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
146
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
147
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers.question,candidate,job,current_stage",
|
|
148
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
149
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers.question,candidate,job,reject_reason",
|
|
150
|
+
OffersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers.question,candidate,reject_reason",
|
|
151
|
+
OffersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers.question,credited_to",
|
|
152
|
+
OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers.question,credited_to,current_stage",
|
|
153
|
+
OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
154
|
+
OffersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers.question,credited_to,reject_reason",
|
|
155
|
+
OffersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers.question,current_stage",
|
|
156
|
+
OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers.question,current_stage,reject_reason",
|
|
157
|
+
OffersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers.question,job",
|
|
158
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers.question,job,credited_to",
|
|
159
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers.question,job,credited_to,current_stage",
|
|
160
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
161
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
162
|
+
OffersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers.question,job,current_stage",
|
|
163
|
+
OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
164
|
+
OffersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers.question,job,reject_reason",
|
|
165
|
+
OffersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers.question,reject_reason",
|
|
70
166
|
RejectReason: "reject_reason",
|
|
167
|
+
ScreeningQuestionAnswers: "screening_question_answers",
|
|
168
|
+
ScreeningQuestionAnswersCandidate: "screening_question_answers,candidate",
|
|
169
|
+
ScreeningQuestionAnswersCandidateCreditedTo: "screening_question_answers,candidate,credited_to",
|
|
170
|
+
ScreeningQuestionAnswersCandidateCreditedToCurrentStage: "screening_question_answers,candidate,credited_to,current_stage",
|
|
171
|
+
ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,credited_to,current_stage,reject_reason",
|
|
172
|
+
ScreeningQuestionAnswersCandidateCreditedToRejectReason: "screening_question_answers,candidate,credited_to,reject_reason",
|
|
173
|
+
ScreeningQuestionAnswersCandidateCurrentStage: "screening_question_answers,candidate,current_stage",
|
|
174
|
+
ScreeningQuestionAnswersCandidateCurrentStageRejectReason: "screening_question_answers,candidate,current_stage,reject_reason",
|
|
175
|
+
ScreeningQuestionAnswersCandidateJob: "screening_question_answers,candidate,job",
|
|
176
|
+
ScreeningQuestionAnswersCandidateJobCreditedTo: "screening_question_answers,candidate,job,credited_to",
|
|
177
|
+
ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "screening_question_answers,candidate,job,credited_to,current_stage",
|
|
178
|
+
ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
|
|
179
|
+
ScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "screening_question_answers,candidate,job,credited_to,reject_reason",
|
|
180
|
+
ScreeningQuestionAnswersCandidateJobCurrentStage: "screening_question_answers,candidate,job,current_stage",
|
|
181
|
+
ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "screening_question_answers,candidate,job,current_stage,reject_reason",
|
|
182
|
+
ScreeningQuestionAnswersCandidateJobRejectReason: "screening_question_answers,candidate,job,reject_reason",
|
|
183
|
+
ScreeningQuestionAnswersCandidateRejectReason: "screening_question_answers,candidate,reject_reason",
|
|
184
|
+
ScreeningQuestionAnswersCreditedTo: "screening_question_answers,credited_to",
|
|
185
|
+
ScreeningQuestionAnswersCreditedToCurrentStage: "screening_question_answers,credited_to,current_stage",
|
|
186
|
+
ScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "screening_question_answers,credited_to,current_stage,reject_reason",
|
|
187
|
+
ScreeningQuestionAnswersCreditedToRejectReason: "screening_question_answers,credited_to,reject_reason",
|
|
188
|
+
ScreeningQuestionAnswersCurrentStage: "screening_question_answers,current_stage",
|
|
189
|
+
ScreeningQuestionAnswersCurrentStageRejectReason: "screening_question_answers,current_stage,reject_reason",
|
|
190
|
+
ScreeningQuestionAnswersJob: "screening_question_answers,job",
|
|
191
|
+
ScreeningQuestionAnswersJobCreditedTo: "screening_question_answers,job,credited_to",
|
|
192
|
+
ScreeningQuestionAnswersJobCreditedToCurrentStage: "screening_question_answers,job,credited_to,current_stage",
|
|
193
|
+
ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "screening_question_answers,job,credited_to,current_stage,reject_reason",
|
|
194
|
+
ScreeningQuestionAnswersJobCreditedToRejectReason: "screening_question_answers,job,credited_to,reject_reason",
|
|
195
|
+
ScreeningQuestionAnswersJobCurrentStage: "screening_question_answers,job,current_stage",
|
|
196
|
+
ScreeningQuestionAnswersJobCurrentStageRejectReason: "screening_question_answers,job,current_stage,reject_reason",
|
|
197
|
+
ScreeningQuestionAnswersJobRejectReason: "screening_question_answers,job,reject_reason",
|
|
198
|
+
ScreeningQuestionAnswersRejectReason: "screening_question_answers,reject_reason",
|
|
199
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "screening_question_answers,screening_question_answers.question",
|
|
200
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "screening_question_answers,screening_question_answers.question,candidate",
|
|
201
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,credited_to",
|
|
202
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
|
|
203
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
204
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
205
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,current_stage",
|
|
206
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
207
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers,screening_question_answers.question,candidate,job",
|
|
208
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
|
|
209
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
210
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
211
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
212
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
|
|
213
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
214
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
|
|
215
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers,screening_question_answers.question,candidate,reject_reason",
|
|
216
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers,screening_question_answers.question,credited_to",
|
|
217
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,credited_to,current_stage",
|
|
218
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
219
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
|
|
220
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers,screening_question_answers.question,current_stage",
|
|
221
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
|
|
222
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "screening_question_answers,screening_question_answers.question,job",
|
|
223
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers,screening_question_answers.question,job,credited_to",
|
|
224
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
|
|
225
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
226
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
|
|
227
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers,screening_question_answers.question,job,current_stage",
|
|
228
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
|
|
229
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers,screening_question_answers.question,job,reject_reason",
|
|
230
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers,screening_question_answers.question,reject_reason",
|
|
231
|
+
ScreeningQuestionAnswersQuestion: "screening_question_answers.question",
|
|
232
|
+
ScreeningQuestionAnswersQuestionCandidate: "screening_question_answers.question,candidate",
|
|
233
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers.question,candidate,credited_to",
|
|
234
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers.question,candidate,credited_to,current_stage",
|
|
235
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
|
|
236
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers.question,candidate,credited_to,reject_reason",
|
|
237
|
+
ScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers.question,candidate,current_stage",
|
|
238
|
+
ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers.question,candidate,current_stage,reject_reason",
|
|
239
|
+
ScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers.question,candidate,job",
|
|
240
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers.question,candidate,job,credited_to",
|
|
241
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers.question,candidate,job,credited_to,current_stage",
|
|
242
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
|
|
243
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers.question,candidate,job,credited_to,reject_reason",
|
|
244
|
+
ScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers.question,candidate,job,current_stage",
|
|
245
|
+
ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers.question,candidate,job,current_stage,reject_reason",
|
|
246
|
+
ScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers.question,candidate,job,reject_reason",
|
|
247
|
+
ScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers.question,candidate,reject_reason",
|
|
248
|
+
ScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers.question,credited_to",
|
|
249
|
+
ScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers.question,credited_to,current_stage",
|
|
250
|
+
ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers.question,credited_to,current_stage,reject_reason",
|
|
251
|
+
ScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers.question,credited_to,reject_reason",
|
|
252
|
+
ScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers.question,current_stage",
|
|
253
|
+
ScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers.question,current_stage,reject_reason",
|
|
254
|
+
ScreeningQuestionAnswersQuestionJob: "screening_question_answers.question,job",
|
|
255
|
+
ScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers.question,job,credited_to",
|
|
256
|
+
ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers.question,job,credited_to,current_stage",
|
|
257
|
+
ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,job,credited_to,current_stage,reject_reason",
|
|
258
|
+
ScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers.question,job,credited_to,reject_reason",
|
|
259
|
+
ScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers.question,job,current_stage",
|
|
260
|
+
ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers.question,job,current_stage,reject_reason",
|
|
261
|
+
ScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers.question,job,reject_reason",
|
|
262
|
+
ScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers.question,reject_reason",
|
|
71
263
|
};
|
|
@@ -70,7 +70,7 @@ class AsyncPassthrough {
|
|
|
70
70
|
: undefined,
|
|
71
71
|
"X-Fern-Language": "JavaScript",
|
|
72
72
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
73
|
-
"X-Fern-SDK-Version": "1.0.
|
|
73
|
+
"X-Fern-SDK-Version": "1.0.10",
|
|
74
74
|
},
|
|
75
75
|
contentType: "application/json",
|
|
76
76
|
body: yield serializers.ats.DataPassthroughRequest.jsonOrThrow(request, {
|
|
@@ -84,6 +84,7 @@ class AsyncPassthrough {
|
|
|
84
84
|
unrecognizedObjectKeys: "passthrough",
|
|
85
85
|
allowUnrecognizedUnionMembers: true,
|
|
86
86
|
allowUnrecognizedEnumValues: true,
|
|
87
|
+
skipValidation: true,
|
|
87
88
|
breadcrumbsPrefix: ["response"],
|
|
88
89
|
});
|
|
89
90
|
}
|
|
@@ -127,7 +128,7 @@ class AsyncPassthrough {
|
|
|
127
128
|
: undefined,
|
|
128
129
|
"X-Fern-Language": "JavaScript",
|
|
129
130
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
130
|
-
"X-Fern-SDK-Version": "1.0.
|
|
131
|
+
"X-Fern-SDK-Version": "1.0.10",
|
|
131
132
|
},
|
|
132
133
|
contentType: "application/json",
|
|
133
134
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -138,6 +139,7 @@ class AsyncPassthrough {
|
|
|
138
139
|
unrecognizedObjectKeys: "passthrough",
|
|
139
140
|
allowUnrecognizedUnionMembers: true,
|
|
140
141
|
allowUnrecognizedEnumValues: true,
|
|
142
|
+
skipValidation: true,
|
|
141
143
|
breadcrumbsPrefix: ["response"],
|
|
142
144
|
});
|
|
143
145
|
}
|
|
@@ -119,7 +119,7 @@ class Attachments {
|
|
|
119
119
|
: undefined,
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
122
|
-
"X-Fern-SDK-Version": "1.0.
|
|
122
|
+
"X-Fern-SDK-Version": "1.0.10",
|
|
123
123
|
},
|
|
124
124
|
contentType: "application/json",
|
|
125
125
|
queryParameters: _queryParams,
|
|
@@ -131,6 +131,7 @@ class Attachments {
|
|
|
131
131
|
unrecognizedObjectKeys: "passthrough",
|
|
132
132
|
allowUnrecognizedUnionMembers: true,
|
|
133
133
|
allowUnrecognizedEnumValues: true,
|
|
134
|
+
skipValidation: true,
|
|
134
135
|
breadcrumbsPrefix: ["response"],
|
|
135
136
|
});
|
|
136
137
|
}
|
|
@@ -185,7 +186,7 @@ class Attachments {
|
|
|
185
186
|
: undefined,
|
|
186
187
|
"X-Fern-Language": "JavaScript",
|
|
187
188
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
188
|
-
"X-Fern-SDK-Version": "1.0.
|
|
189
|
+
"X-Fern-SDK-Version": "1.0.10",
|
|
189
190
|
},
|
|
190
191
|
contentType: "application/json",
|
|
191
192
|
queryParameters: _queryParams,
|
|
@@ -200,6 +201,7 @@ class Attachments {
|
|
|
200
201
|
unrecognizedObjectKeys: "passthrough",
|
|
201
202
|
allowUnrecognizedUnionMembers: true,
|
|
202
203
|
allowUnrecognizedEnumValues: true,
|
|
204
|
+
skipValidation: true,
|
|
203
205
|
breadcrumbsPrefix: ["response"],
|
|
204
206
|
});
|
|
205
207
|
}
|
|
@@ -257,7 +259,7 @@ class Attachments {
|
|
|
257
259
|
: undefined,
|
|
258
260
|
"X-Fern-Language": "JavaScript",
|
|
259
261
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
260
|
-
"X-Fern-SDK-Version": "1.0.
|
|
262
|
+
"X-Fern-SDK-Version": "1.0.10",
|
|
261
263
|
},
|
|
262
264
|
contentType: "application/json",
|
|
263
265
|
queryParameters: _queryParams,
|
|
@@ -269,6 +271,7 @@ class Attachments {
|
|
|
269
271
|
unrecognizedObjectKeys: "passthrough",
|
|
270
272
|
allowUnrecognizedUnionMembers: true,
|
|
271
273
|
allowUnrecognizedEnumValues: true,
|
|
274
|
+
skipValidation: true,
|
|
272
275
|
breadcrumbsPrefix: ["response"],
|
|
273
276
|
});
|
|
274
277
|
}
|
|
@@ -312,7 +315,7 @@ class Attachments {
|
|
|
312
315
|
: undefined,
|
|
313
316
|
"X-Fern-Language": "JavaScript",
|
|
314
317
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
315
|
-
"X-Fern-SDK-Version": "1.0.
|
|
318
|
+
"X-Fern-SDK-Version": "1.0.10",
|
|
316
319
|
},
|
|
317
320
|
contentType: "application/json",
|
|
318
321
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -323,6 +326,7 @@ class Attachments {
|
|
|
323
326
|
unrecognizedObjectKeys: "passthrough",
|
|
324
327
|
allowUnrecognizedUnionMembers: true,
|
|
325
328
|
allowUnrecognizedEnumValues: true,
|
|
329
|
+
skipValidation: true,
|
|
326
330
|
breadcrumbsPrefix: ["response"],
|
|
327
331
|
});
|
|
328
332
|
}
|