@mergeapi/merge-node-client 1.1.8 → 2.0.0
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/.mock/definition/accounting/__package__.yml +55865 -0
- package/.mock/definition/accounting/accountDetails.yml +36 -0
- package/.mock/definition/accounting/accountToken.yml +44 -0
- package/.mock/definition/accounting/accountingPeriods.yml +119 -0
- package/.mock/definition/accounting/accounts.yml +496 -0
- package/.mock/definition/accounting/addresses.yml +61 -0
- package/.mock/definition/accounting/asyncPassthrough.yml +70 -0
- package/.mock/definition/accounting/asyncTasks.yml +81 -0
- package/.mock/definition/accounting/attachments.yml +402 -0
- package/.mock/definition/accounting/auditTrail.yml +94 -0
- package/.mock/definition/accounting/availableActions.yml +50 -0
- package/.mock/definition/accounting/balanceSheets.yml +241 -0
- package/.mock/definition/accounting/bankFeedAccounts.yml +386 -0
- package/.mock/definition/accounting/bankFeedTransactions.yml +403 -0
- package/.mock/definition/accounting/cashFlowStatements.yml +241 -0
- package/.mock/definition/accounting/companyInfo.yml +205 -0
- package/.mock/definition/accounting/contacts.yml +602 -0
- package/.mock/definition/accounting/creditNotes.yml +1145 -0
- package/.mock/definition/accounting/deleteAccount.yml +15 -0
- package/.mock/definition/accounting/employees.yml +137 -0
- package/.mock/definition/accounting/expenses.yml +964 -0
- package/.mock/definition/accounting/fieldMapping.yml +1198 -0
- package/.mock/definition/accounting/forceResync.yml +37 -0
- package/.mock/definition/accounting/generalLedgerTransactions.yml +289 -0
- package/.mock/definition/accounting/generateKey.yml +36 -0
- package/.mock/definition/accounting/incomeStatements.yml +269 -0
- package/.mock/definition/accounting/invoices.yml +28100 -0
- package/.mock/definition/accounting/issues.yml +129 -0
- package/.mock/definition/accounting/items.yml +842 -0
- package/.mock/definition/accounting/journalEntries.yml +959 -0
- package/.mock/definition/accounting/linkToken.yml +152 -0
- package/.mock/definition/accounting/linkedAccounts.yml +150 -0
- package/.mock/definition/accounting/passthrough.yml +40 -0
- package/.mock/definition/accounting/paymentMethods.yml +119 -0
- package/.mock/definition/accounting/paymentTerms.yml +133 -0
- package/.mock/definition/accounting/payments.yml +1482 -0
- package/.mock/definition/accounting/phoneNumbers.yml +44 -0
- package/.mock/definition/accounting/projects.yml +146 -0
- package/.mock/definition/accounting/purchaseOrders.yml +1289 -0
- package/.mock/definition/accounting/regenerateKey.yml +36 -0
- package/.mock/definition/accounting/scopes.yml +160 -0
- package/.mock/definition/accounting/syncStatus.yml +55 -0
- package/.mock/definition/accounting/taxRates.yml +185 -0
- package/.mock/definition/accounting/trackingCategories.yml +182 -0
- package/.mock/definition/accounting/transactions.yml +385 -0
- package/.mock/definition/accounting/vendorCredits.yml +683 -0
- package/.mock/definition/accounting/webhookReceivers.yml +61 -0
- package/.mock/definition/api.yml +20 -0
- package/.mock/definition/ats/__package__.yml +4730 -0
- package/.mock/definition/ats/accountDetails.yml +36 -0
- package/.mock/definition/ats/accountToken.yml +44 -0
- package/.mock/definition/ats/activities.yml +474 -0
- package/.mock/definition/ats/applications.yml +1903 -0
- package/.mock/definition/ats/asyncPassthrough.yml +70 -0
- package/.mock/definition/ats/attachments.yml +432 -0
- package/.mock/definition/ats/auditTrail.yml +94 -0
- package/.mock/definition/ats/availableActions.yml +50 -0
- package/.mock/definition/ats/candidates.yml +876 -0
- package/.mock/definition/ats/deleteAccount.yml +15 -0
- package/.mock/definition/ats/departments.yml +136 -0
- package/.mock/definition/ats/eeocs.yml +300 -0
- package/.mock/definition/ats/fieldMapping.yml +892 -0
- package/.mock/definition/ats/forceResync.yml +37 -0
- package/.mock/definition/ats/generateKey.yml +36 -0
- package/.mock/definition/ats/interviews.yml +526 -0
- package/.mock/definition/ats/issues.yml +129 -0
- package/.mock/definition/ats/jobInterviewStages.yml +153 -0
- package/.mock/definition/ats/jobPostings.yml +195 -0
- package/.mock/definition/ats/jobs.yml +454 -0
- package/.mock/definition/ats/linkToken.yml +152 -0
- package/.mock/definition/ats/linkedAccounts.yml +150 -0
- package/.mock/definition/ats/offers.yml +201 -0
- package/.mock/definition/ats/offices.yml +138 -0
- package/.mock/definition/ats/passthrough.yml +40 -0
- package/.mock/definition/ats/regenerateKey.yml +36 -0
- package/.mock/definition/ats/rejectReasons.yml +136 -0
- package/.mock/definition/ats/scopes.yml +160 -0
- package/.mock/definition/ats/scorecards.yml +216 -0
- package/.mock/definition/ats/syncStatus.yml +55 -0
- package/.mock/definition/ats/tags.yml +88 -0
- package/.mock/definition/ats/users.yml +173 -0
- package/.mock/definition/ats/webhookReceivers.yml +61 -0
- package/.mock/definition/crm/__package__.yml +5741 -0
- package/.mock/definition/crm/accountDetails.yml +36 -0
- package/.mock/definition/crm/accountToken.yml +44 -0
- package/.mock/definition/crm/accounts.yml +846 -0
- package/.mock/definition/crm/associationTypes.yml +420 -0
- package/.mock/definition/crm/associations.yml +142 -0
- package/.mock/definition/crm/asyncPassthrough.yml +70 -0
- package/.mock/definition/crm/auditTrail.yml +94 -0
- package/.mock/definition/crm/availableActions.yml +50 -0
- package/.mock/definition/crm/contacts.yml +900 -0
- package/.mock/definition/crm/customObjectClasses.yml +196 -0
- package/.mock/definition/crm/customObjects.yml +476 -0
- package/.mock/definition/crm/deleteAccount.yml +15 -0
- package/.mock/definition/crm/engagementTypes.yml +204 -0
- package/.mock/definition/crm/engagements.yml +855 -0
- package/.mock/definition/crm/fieldMapping.yml +654 -0
- package/.mock/definition/crm/forceResync.yml +37 -0
- package/.mock/definition/crm/generateKey.yml +36 -0
- package/.mock/definition/crm/issues.yml +129 -0
- package/.mock/definition/crm/leads.yml +626 -0
- package/.mock/definition/crm/linkToken.yml +152 -0
- package/.mock/definition/crm/linkedAccounts.yml +148 -0
- package/.mock/definition/crm/notes.yml +577 -0
- package/.mock/definition/crm/opportunities.yml +868 -0
- package/.mock/definition/crm/passthrough.yml +40 -0
- package/.mock/definition/crm/regenerateKey.yml +36 -0
- package/.mock/definition/crm/scopes.yml +160 -0
- package/.mock/definition/crm/stages.yml +222 -0
- package/.mock/definition/crm/syncStatus.yml +55 -0
- package/.mock/definition/crm/tasks.yml +807 -0
- package/.mock/definition/crm/users.yml +251 -0
- package/.mock/definition/crm/webhookReceivers.yml +61 -0
- package/.mock/definition/filestorage/__package__.yml +2365 -0
- package/.mock/definition/filestorage/accountDetails.yml +36 -0
- package/.mock/definition/filestorage/accountToken.yml +44 -0
- package/.mock/definition/filestorage/asyncPassthrough.yml +70 -0
- package/.mock/definition/filestorage/auditTrail.yml +94 -0
- package/.mock/definition/filestorage/availableActions.yml +50 -0
- package/.mock/definition/filestorage/deleteAccount.yml +15 -0
- package/.mock/definition/filestorage/drives.yml +145 -0
- package/.mock/definition/filestorage/fieldMapping.yml +518 -0
- package/.mock/definition/filestorage/files.yml +672 -0
- package/.mock/definition/filestorage/folders.yml +466 -0
- package/.mock/definition/filestorage/forceResync.yml +37 -0
- package/.mock/definition/filestorage/generateKey.yml +36 -0
- package/.mock/definition/filestorage/groups.yml +154 -0
- package/.mock/definition/filestorage/issues.yml +129 -0
- package/.mock/definition/filestorage/linkToken.yml +135 -0
- package/.mock/definition/filestorage/linkedAccounts.yml +150 -0
- package/.mock/definition/filestorage/passthrough.yml +40 -0
- package/.mock/definition/filestorage/regenerateKey.yml +36 -0
- package/.mock/definition/filestorage/scopes.yml +160 -0
- package/.mock/definition/filestorage/syncStatus.yml +55 -0
- package/.mock/definition/filestorage/users.yml +143 -0
- package/.mock/definition/filestorage/webhookReceivers.yml +61 -0
- package/.mock/definition/hris/__package__.yml +7691 -0
- package/.mock/definition/hris/accountDetails.yml +36 -0
- package/.mock/definition/hris/accountToken.yml +44 -0
- package/.mock/definition/hris/asyncPassthrough.yml +70 -0
- package/.mock/definition/hris/auditTrail.yml +94 -0
- package/.mock/definition/hris/availableActions.yml +50 -0
- package/.mock/definition/hris/bankInfo.yml +212 -0
- package/.mock/definition/hris/benefits.yml +165 -0
- package/.mock/definition/hris/companies.yml +146 -0
- package/.mock/definition/hris/deleteAccount.yml +15 -0
- package/.mock/definition/hris/dependents.yml +166 -0
- package/.mock/definition/hris/employeePayrollRuns.yml +301 -0
- package/.mock/definition/hris/employees.yml +1787 -0
- package/.mock/definition/hris/employerBenefits.yml +140 -0
- package/.mock/definition/hris/employments.yml +337 -0
- package/.mock/definition/hris/fieldMapping.yml +892 -0
- package/.mock/definition/hris/forceResync.yml +37 -0
- package/.mock/definition/hris/generateKey.yml +36 -0
- package/.mock/definition/hris/groups.yml +179 -0
- package/.mock/definition/hris/issues.yml +129 -0
- package/.mock/definition/hris/linkToken.yml +152 -0
- package/.mock/definition/hris/linkedAccounts.yml +150 -0
- package/.mock/definition/hris/locations.yml +218 -0
- package/.mock/definition/hris/passthrough.yml +40 -0
- package/.mock/definition/hris/payGroups.yml +136 -0
- package/.mock/definition/hris/payrollRuns.yml +243 -0
- package/.mock/definition/hris/regenerateKey.yml +36 -0
- package/.mock/definition/hris/scopes.yml +160 -0
- package/.mock/definition/hris/syncStatus.yml +55 -0
- package/.mock/definition/hris/teams.yml +151 -0
- package/.mock/definition/hris/timeOff.yml +599 -0
- package/.mock/definition/hris/timeOffBalances.yml +205 -0
- package/.mock/definition/hris/timesheetEntries.yml +444 -0
- package/.mock/definition/hris/webhookReceivers.yml +61 -0
- package/.mock/definition/ticketing/__package__.yml +3421 -0
- package/.mock/definition/ticketing/accountDetails.yml +36 -0
- package/.mock/definition/ticketing/accountToken.yml +44 -0
- package/.mock/definition/ticketing/accounts.yml +142 -0
- package/.mock/definition/ticketing/asyncPassthrough.yml +70 -0
- package/.mock/definition/ticketing/attachments.yml +446 -0
- package/.mock/definition/ticketing/auditTrail.yml +94 -0
- package/.mock/definition/ticketing/availableActions.yml +50 -0
- package/.mock/definition/ticketing/collections.yml +253 -0
- package/.mock/definition/ticketing/comments.yml +461 -0
- package/.mock/definition/ticketing/contacts.yml +406 -0
- package/.mock/definition/ticketing/deleteAccount.yml +15 -0
- package/.mock/definition/ticketing/fieldMapping.yml +722 -0
- package/.mock/definition/ticketing/forceResync.yml +37 -0
- package/.mock/definition/ticketing/generateKey.yml +36 -0
- package/.mock/definition/ticketing/issues.yml +129 -0
- package/.mock/definition/ticketing/linkToken.yml +152 -0
- package/.mock/definition/ticketing/linkedAccounts.yml +150 -0
- package/.mock/definition/ticketing/passthrough.yml +40 -0
- package/.mock/definition/ticketing/projects.yml +220 -0
- package/.mock/definition/ticketing/regenerateKey.yml +36 -0
- package/.mock/definition/ticketing/roles.yml +144 -0
- package/.mock/definition/ticketing/scopes.yml +160 -0
- package/.mock/definition/ticketing/syncStatus.yml +55 -0
- package/.mock/definition/ticketing/tags.yml +134 -0
- package/.mock/definition/ticketing/teams.yml +136 -0
- package/.mock/definition/ticketing/tickets.yml +2151 -0
- package/.mock/definition/ticketing/users.yml +185 -0
- package/.mock/definition/ticketing/webhookReceivers.yml +61 -0
- package/.mock/fern.config.json +4 -0
- package/Client.d.ts +3 -1
- package/Client.js +44 -1
- package/api/resources/accounting/client/Client.d.ts +5 -0
- package/api/resources/accounting/client/Client.js +23 -18
- package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
- package/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
- package/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/accounts/client/Client.js +37 -23
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- package/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/addresses/client/Client.js +9 -6
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
- package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
- package/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/attachments/client/Client.js +33 -22
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
- package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
- package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/contacts/client/Client.js +45 -29
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
- package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
- package/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/employees/client/Client.js +17 -12
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +57 -36
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
- package/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
- package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
- package/api/resources/accounting/resources/index.d.ts +5 -1
- package/api/resources/accounting/resources/index.js +6 -2
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +73 -46
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/issues/client/Client.js +17 -12
- package/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
- package/api/resources/accounting/resources/items/client/Client.js +306 -12
- package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
- package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
- package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
- package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
- package/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/index.js +1 -0
- package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/types/index.js +17 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
- package/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
- package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
- package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
- package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/payments/client/Client.js +73 -46
- package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
- package/api/resources/accounting/resources/projects/client/Client.d.ts +59 -0
- package/api/resources/accounting/resources/projects/client/Client.js +230 -0
- package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/projects/client/index.js +17 -0
- package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
- package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
- package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
- package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
- package/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/projects/index.d.ts +2 -0
- package/api/resources/accounting/resources/projects/index.js +18 -0
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
- package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
- package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
- package/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/projects/types/index.js +18 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
- package/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +25 -16
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
- package/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
- package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
- package/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/transactions/client/Client.js +17 -12
- package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
- package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
- package/api/resources/accounting/types/AccountDetails.d.ts +1 -1
- package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
- package/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
- package/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
- package/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
- package/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
- 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/CreditNoteLineItem.d.ts +3 -0
- package/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
- package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
- package/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
- package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/accounting/types/EventTypeEnum.js +1 -0
- package/api/resources/accounting/types/ExpenseLine.d.ts +1 -0
- package/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseLineProject.js +5 -0
- package/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
- package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
- package/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
- package/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
- package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +3 -0
- package/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
- package/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
- package/api/resources/accounting/types/ItemRequestRequest.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
- package/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
- package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
- package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
- package/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
- package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
- package/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
- package/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
- package/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
- package/api/resources/accounting/types/ItemResponse.d.ts +10 -0
- package/api/resources/accounting/types/ItemResponse.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +1 -0
- package/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
- package/api/resources/accounting/types/JournalLineProject.js +5 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
- package/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedProjectList.js +5 -0
- package/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
- package/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
- package/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
- package/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
- package/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
- package/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
- package/api/resources/accounting/types/Project.d.ts +32 -0
- package/api/resources/accounting/types/Project.js +5 -0
- package/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
- package/api/resources/accounting/types/ProjectCompany.js +5 -0
- package/api/resources/accounting/types/ProjectContact.d.ts +8 -0
- package/api/resources/accounting/types/ProjectContact.js +5 -0
- package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
- package/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
- package/api/resources/accounting/types/SyncStatusStatus.js +5 -0
- package/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
- package/api/resources/accounting/types/Type2BbEnum.js +12 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
- package/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
- package/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
- package/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
- package/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
- package/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
- package/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
- package/api/resources/accounting/types/index.d.ts +39 -0
- package/api/resources/accounting/types/index.js +39 -0
- package/api/resources/ats/client/Client.d.ts +2 -0
- package/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
- package/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +9 -6
- package/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/activities/client/Client.js +33 -22
- package/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/applications/client/Client.js +41 -26
- package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
- package/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/attachments/client/Client.js +33 -22
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +9 -6
- package/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/candidates/client/Client.js +57 -36
- package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
- package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
- package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
- package/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
- package/api/resources/ats/resources/candidates/types/index.js +1 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
- package/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/departments/client/Client.js +17 -12
- package/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/eeocs/client/Client.js +17 -12
- package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/forceResync/client/Client.js +9 -6
- package/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +9 -4
- package/api/resources/ats/resources/index.d.ts +2 -1
- package/api/resources/ats/resources/index.js +3 -2
- package/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/interviews/client/Client.js +33 -22
- package/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/issues/client/Client.js +17 -12
- package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
- package/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
- package/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/jobs/client/Client.js +25 -18
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/linkToken/client/Client.js +9 -4
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/ats/resources/linkToken/index.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/index.js +1 -0
- package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/types/index.js +17 -0
- package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
- package/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/offers/client/Client.js +17 -12
- package/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/offices/client/Client.js +17 -12
- package/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/passthrough/client/Client.js +9 -4
- package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
- package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
- package/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/scopes/client/Client.js +25 -16
- package/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/scorecards/client/Client.js +17 -12
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
- package/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/tags/client/Client.js +9 -6
- package/api/resources/ats/resources/users/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/users/client/Client.js +17 -12
- package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
- package/api/resources/ats/types/AccountDetails.d.ts +1 -1
- package/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
- package/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
- package/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
- package/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
- package/api/resources/ats/types/AccountDetailsCategory.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/EventTypeEnum.d.ts +1 -0
- package/api/resources/ats/types/Job.d.ts +1 -1
- package/api/resources/ats/types/JobPosting.d.ts +1 -1
- package/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
- package/api/resources/ats/types/JobPostingStatus.js +5 -0
- package/api/resources/ats/types/JobType.d.ts +12 -0
- package/api/resources/ats/types/JobType.js +5 -0
- package/api/resources/ats/types/SyncStatus.d.ts +2 -2
- package/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
- package/api/resources/ats/types/SyncStatusStatus.js +5 -0
- package/api/resources/ats/types/index.d.ts +7 -0
- package/api/resources/ats/types/index.js +7 -0
- package/api/resources/crm/client/Client.d.ts +2 -0
- package/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
- package/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +9 -6
- package/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/accounts/client/Client.js +61 -39
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
- package/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/associations/client/Client.js +17 -12
- package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +9 -6
- package/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/contacts/client/Client.js +69 -43
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/customObjects/client/Client.js +45 -29
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
- package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/engagements/client/Client.js +61 -39
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/forceResync/client/Client.js +9 -6
- package/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +9 -4
- package/api/resources/crm/resources/index.d.ts +2 -1
- package/api/resources/crm/resources/index.js +3 -2
- package/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/issues/client/Client.js +17 -12
- package/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/leads/client/Client.js +45 -29
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/linkToken/client/Client.js +9 -4
- package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/crm/resources/linkToken/index.d.ts +1 -0
- package/api/resources/crm/resources/linkToken/index.js +1 -0
- package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/crm/resources/linkToken/types/index.js +17 -0
- package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
- package/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/notes/client/Client.js +45 -29
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/opportunities/client/Client.js +61 -39
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/passthrough/client/Client.js +9 -4
- package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
- package/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/scopes/client/Client.js +25 -16
- package/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/stages/client/Client.js +29 -19
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
- package/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
- package/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/tasks/client/Client.js +61 -39
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/users/client/Client.js +37 -23
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
- package/api/resources/crm/types/AccountDetails.d.ts +1 -1
- package/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
- package/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
- package/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
- package/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
- package/api/resources/crm/types/AccountDetailsCategory.js +5 -0
- 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/CustomObjectRequest.d.ts +2 -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/IgnoreCommonModelRequest.d.ts +1 -1
- package/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
- package/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
- package/api/resources/crm/types/SyncStatus.d.ts +1 -1
- package/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
- package/api/resources/crm/types/SyncStatusStatus.js +5 -0
- package/api/resources/crm/types/index.d.ts +5 -0
- package/api/resources/crm/types/index.js +5 -0
- package/api/resources/filestorage/client/Client.d.ts +2 -0
- package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
- package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
- package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
- package/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +17 -12
- package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
- package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/files/client/Client.js +81 -44
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
- package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
- package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
- package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
- package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
- package/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/api/resources/filestorage/resources/files/types/index.js +2 -0
- package/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/folders/client/Client.js +33 -22
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
- package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
- package/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +17 -12
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/issues/client/Client.js +17 -12
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
- package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
- package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
- package/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
- package/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/users/client/Client.js +17 -12
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
- package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -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/DownloadRequestMeta.d.ts +0 -1
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/api/resources/filestorage/types/FileRequest.d.ts +2 -0
- package/api/resources/filestorage/types/File_.d.ts +2 -0
- package/api/resources/hris/client/Client.d.ts +2 -0
- package/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
- package/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +9 -6
- package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +9 -6
- package/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
- package/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/benefits/client/Client.js +17 -12
- package/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/companies/client/Client.js +17 -12
- package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
- package/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/dependents/client/Client.js +17 -12
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
- package/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/employees/client/Client.js +41 -26
- package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
- package/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/employments/client/Client.js +17 -12
- package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/forceResync/client/Client.js +9 -6
- package/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +9 -4
- package/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/groups/client/Client.js +17 -12
- package/api/resources/hris/resources/index.d.ts +2 -1
- package/api/resources/hris/resources/index.js +3 -2
- package/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/issues/client/Client.js +17 -12
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/linkToken/client/Client.js +9 -4
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/hris/resources/linkToken/index.d.ts +1 -0
- package/api/resources/hris/resources/linkToken/index.js +1 -0
- package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/hris/resources/linkToken/types/index.js +17 -0
- package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
- package/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/locations/client/Client.js +17 -12
- package/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/passthrough/client/Client.js +9 -4
- package/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +17 -12
- package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
- package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
- package/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/scopes/client/Client.js +25 -16
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
- package/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/teams/client/Client.js +17 -12
- package/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/timeOff/client/Client.js +33 -22
- package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
- package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
- package/api/resources/hris/types/AccountDetails.d.ts +1 -1
- package/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
- package/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
- package/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
- package/api/resources/hris/types/AccountDetailsCategory.js +5 -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/index.d.ts +2 -0
- package/api/resources/hris/types/index.js +2 -0
- package/api/resources/ticketing/client/Client.d.ts +2 -0
- package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
- package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
- package/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +25 -18
- package/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/comments/client/Client.js +33 -22
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
- package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
- package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
- package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
- package/api/resources/ticketing/resources/index.d.ts +2 -1
- package/api/resources/ticketing/resources/index.js +3 -2
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +17 -12
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
- package/api/resources/ticketing/resources/linkToken/index.js +1 -0
- package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
- package/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
- package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
- package/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +25 -18
- package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
- package/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +17 -12
- package/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
- package/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +17 -12
- package/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/teams/client/Client.js +17 -12
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/users/client/Client.js +17 -12
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
- package/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
- package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
- package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
- package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
- package/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
- package/api/resources/ticketing/types/AccountDetailsCategory.js +5 -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/Collection.d.ts +9 -8
- package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
- package/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
- package/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -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/PatchedTicketRequest.d.ts +9 -0
- package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
- package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
- package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
- package/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
- package/api/resources/ticketing/types/Ticket.d.ts +9 -0
- package/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
- package/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
- package/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
- package/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
- package/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
- package/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
- package/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
- package/api/resources/ticketing/types/index.d.ts +10 -2
- package/api/resources/ticketing/types/index.js +10 -2
- package/core/fetcher/Fetcher.d.ts +2 -1
- package/core/fetcher/Fetcher.js +22 -9
- package/core/fetcher/Headers.d.ts +2 -0
- package/core/fetcher/Headers.js +84 -0
- package/core/fetcher/RawResponse.js +3 -2
- package/core/headers.d.ts +3 -0
- package/core/headers.js +29 -0
- package/core/index.d.ts +1 -1
- package/core/index.js +1 -1
- package/dist/Client.d.ts +3 -1
- package/dist/Client.js +44 -1
- package/dist/api/resources/accounting/client/Client.d.ts +5 -0
- package/dist/api/resources/accounting/client/Client.js +23 -18
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +37 -23
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
- package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +33 -22
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +45 -29
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/employees/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +57 -36
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/index.d.ts +5 -1
- package/dist/api/resources/accounting/resources/index.js +6 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +73 -46
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/issues/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
- package/dist/api/resources/accounting/resources/items/client/Client.js +306 -12
- package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
- package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
- package/dist/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
- package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkToken/index.js +1 -0
- package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/dist/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkToken/types/index.js +17 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +73 -46
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +59 -0
- package/dist/api/resources/accounting/resources/projects/client/Client.js +230 -0
- package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/projects/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
- package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
- package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/projects/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/projects/index.js +18 -0
- package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
- package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
- package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
- package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
- package/dist/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/projects/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
- package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +25 -16
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
- package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +17 -12
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
- package/dist/api/resources/accounting/types/AccountDetails.d.ts +1 -1
- package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
- package/dist/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
- package/dist/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
- 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/CreditNoteLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
- package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
- package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
- 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/ExpenseLine.d.ts +1 -0
- package/dist/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseLineProject.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
- package/dist/api/resources/accounting/types/ItemRequestRequest.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
- package/dist/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
- package/dist/api/resources/accounting/types/ItemResponse.d.ts +10 -0
- package/dist/api/resources/accounting/types/ItemResponse.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +1 -0
- package/dist/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalLineProject.js +5 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedProjectList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
- package/dist/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
- package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
- package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
- package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
- package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
- package/dist/api/resources/accounting/types/Project.d.ts +32 -0
- package/dist/api/resources/accounting/types/Project.js +5 -0
- package/dist/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ProjectCompany.js +5 -0
- package/dist/api/resources/accounting/types/ProjectContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/ProjectContact.js +5 -0
- package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/SyncStatus.d.ts +1 -1
- package/dist/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
- package/dist/api/resources/accounting/types/SyncStatusStatus.js +5 -0
- package/dist/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
- package/dist/api/resources/accounting/types/Type2BbEnum.js +12 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/index.d.ts +39 -0
- package/dist/api/resources/accounting/types/index.js +39 -0
- package/dist/api/resources/ats/client/Client.d.ts +2 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +33 -22
- package/dist/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/applications/client/Client.js +41 -26
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
- package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/attachments/client/Client.js +33 -22
- package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +57 -36
- package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
- package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
- package/dist/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/candidates/types/index.js +1 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +9 -4
- package/dist/api/resources/ats/resources/index.d.ts +2 -1
- package/dist/api/resources/ats/resources/index.js +3 -2
- package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +33 -22
- package/dist/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/issues/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/jobs/client/Client.js +25 -18
- package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +9 -4
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/api/resources/ats/resources/linkToken/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/index.js +1 -0
- package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/dist/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/types/index.js +17 -0
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/offices/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +9 -4
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/scopes/client/Client.js +25 -16
- package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +9 -6
- package/dist/api/resources/ats/resources/users/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +17 -12
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
- package/dist/api/resources/ats/types/AccountDetails.d.ts +1 -1
- package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
- package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
- package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
- package/dist/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
- package/dist/api/resources/ats/types/AccountDetailsCategory.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/EventTypeEnum.d.ts +1 -0
- package/dist/api/resources/ats/types/Job.d.ts +1 -1
- package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
- package/dist/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
- package/dist/api/resources/ats/types/JobPostingStatus.js +5 -0
- package/dist/api/resources/ats/types/JobType.d.ts +12 -0
- package/dist/api/resources/ats/types/JobType.js +5 -0
- package/dist/api/resources/ats/types/SyncStatus.d.ts +2 -2
- package/dist/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
- package/dist/api/resources/ats/types/SyncStatusStatus.js +5 -0
- package/dist/api/resources/ats/types/index.d.ts +7 -0
- package/dist/api/resources/ats/types/index.js +7 -0
- package/dist/api/resources/crm/client/Client.d.ts +2 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +61 -39
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
- package/dist/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/associations/client/Client.js +17 -12
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
- package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +69 -43
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +45 -29
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/engagements/client/Client.js +61 -39
- 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 +3 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +9 -4
- package/dist/api/resources/crm/resources/index.d.ts +2 -1
- package/dist/api/resources/crm/resources/index.js +3 -2
- package/dist/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +17 -12
- package/dist/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/leads/client/Client.js +45 -29
- 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 +3 -1
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +9 -4
- package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/api/resources/crm/resources/linkToken/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkToken/index.js +1 -0
- package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/dist/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkToken/types/index.js +17 -0
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
- package/dist/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +45 -29
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +61 -39
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +9 -4
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
- package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +25 -16
- package/dist/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/stages/client/Client.js +29 -19
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
- package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +61 -39
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/users/client/Client.js +37 -23
- package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
- package/dist/api/resources/crm/types/AccountDetails.d.ts +1 -1
- package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
- package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
- package/dist/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
- package/dist/api/resources/crm/types/AccountDetailsCategory.js +5 -0
- 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/CustomObjectRequest.d.ts +2 -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/IgnoreCommonModelRequest.d.ts +1 -1
- package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
- package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
- package/dist/api/resources/crm/types/SyncStatus.d.ts +1 -1
- package/dist/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
- package/dist/api/resources/crm/types/SyncStatusStatus.js +5 -0
- package/dist/api/resources/crm/types/index.d.ts +5 -0
- package/dist/api/resources/crm/types/index.js +5 -0
- package/dist/api/resources/filestorage/client/Client.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +17 -12
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/files/client/Client.js +81 -44
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
- package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
- package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
- package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
- package/dist/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/files/types/index.js +2 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +33 -22
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
- package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +17 -12
- package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +17 -12
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
- package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
- package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +17 -12
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
- package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -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/DownloadRequestMeta.d.ts +0 -1
- 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/FileRequest.d.ts +2 -0
- package/dist/api/resources/filestorage/types/File_.d.ts +2 -0
- package/dist/api/resources/hris/client/Client.d.ts +2 -0
- package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
- package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/benefits/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/companies/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/employees/client/Client.js +41 -26
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/employments/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +9 -4
- package/dist/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/index.d.ts +2 -1
- package/dist/api/resources/hris/resources/index.js +3 -2
- package/dist/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/issues/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +9 -4
- package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/api/resources/hris/resources/linkToken/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkToken/index.js +1 -0
- package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/dist/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkToken/types/index.js +17 -0
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +9 -4
- package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
- package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +25 -16
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
- package/dist/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +33 -22
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
- package/dist/api/resources/hris/types/AccountDetails.d.ts +1 -1
- package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
- package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
- package/dist/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
- package/dist/api/resources/hris/types/AccountDetailsCategory.js +5 -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/index.d.ts +2 -0
- package/dist/api/resources/hris/types/index.js +2 -0
- package/dist/api/resources/ticketing/client/Client.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
- package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +25 -18
- package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +33 -22
- package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
- package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/index.js +3 -2
- package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +17 -12
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
- package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkToken/index.js +1 -0
- package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
- package/dist/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
- package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +25 -18
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
- package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +17 -12
- package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
- package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +17 -12
- package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +17 -12
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/users/client/Client.js +17 -12
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
- package/dist/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
- package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
- package/dist/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
- package/dist/api/resources/ticketing/types/AccountDetailsCategory.js +5 -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/Collection.d.ts +9 -8
- package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
- package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
- package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -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/PatchedTicketRequest.d.ts +9 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
- package/dist/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
- package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
- package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
- package/dist/api/resources/ticketing/types/Ticket.d.ts +9 -0
- package/dist/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
- package/dist/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
- package/dist/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
- package/dist/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
- package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
- package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
- package/dist/api/resources/ticketing/types/index.d.ts +10 -2
- package/dist/api/resources/ticketing/types/index.js +10 -2
- package/dist/core/fetcher/Fetcher.d.ts +2 -1
- package/dist/core/fetcher/Fetcher.js +22 -9
- package/dist/core/fetcher/Headers.d.ts +2 -0
- package/dist/core/fetcher/Headers.js +84 -0
- package/dist/core/fetcher/RawResponse.js +3 -2
- package/dist/core/headers.d.ts +3 -0
- package/dist/core/headers.js +29 -0
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +1 -1
- package/dist/errors/MergeError.d.ts +4 -1
- package/dist/errors/MergeError.js +4 -7
- package/dist/serialization/resources/accounting/resources/index.d.ts +5 -1
- package/dist/serialization/resources/accounting/resources/index.js +6 -2
- package/dist/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/items/client/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
- package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
- package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
- package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
- package/dist/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
- package/dist/serialization/resources/accounting/resources/items/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/items/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/dist/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/linkToken/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/dist/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/projects/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
- package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
- package/dist/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/projects/types/index.js +18 -0
- package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/AccountDetails.js +2 -2
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
- package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
- 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/ExpenseLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.js +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
- package/dist/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/ItemResponse.js +50 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +2 -0
- package/dist/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/JournalLineProject.js +42 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
- package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
- package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
- package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
- package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
- package/dist/serialization/resources/accounting/types/Project.d.ts +24 -0
- package/dist/serialization/resources/accounting/types/Project.js +55 -0
- package/dist/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ProjectCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ProjectContact.js +42 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/SyncStatus.js +2 -2
- package/dist/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
- package/dist/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
- package/dist/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +39 -0
- package/dist/serialization/resources/accounting/types/index.js +39 -0
- package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
- package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
- package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
- package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
- package/dist/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/candidates/types/index.js +1 -0
- package/dist/serialization/resources/ats/resources/index.d.ts +2 -1
- package/dist/serialization/resources/ats/resources/index.js +3 -2
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/dist/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/index.js +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/dist/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
- package/dist/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
- package/dist/serialization/resources/ats/types/AccountDetails.js +2 -2
- package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
- package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
- package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
- package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
- package/dist/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
- package/dist/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
- package/dist/serialization/resources/ats/types/Job.d.ts +2 -2
- package/dist/serialization/resources/ats/types/Job.js +2 -2
- package/dist/serialization/resources/ats/types/JobPosting.d.ts +2 -2
- package/dist/serialization/resources/ats/types/JobPosting.js +2 -2
- package/dist/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
- package/dist/serialization/resources/ats/types/JobPostingStatus.js +42 -0
- package/dist/serialization/resources/ats/types/JobType.d.ts +11 -0
- package/dist/serialization/resources/ats/types/JobType.js +42 -0
- package/dist/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
- package/dist/serialization/resources/ats/types/SyncStatus.js +4 -4
- package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
- package/dist/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
- package/dist/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
- package/dist/serialization/resources/ats/types/index.d.ts +7 -0
- package/dist/serialization/resources/ats/types/index.js +7 -0
- package/dist/serialization/resources/crm/resources/index.d.ts +2 -1
- package/dist/serialization/resources/crm/resources/index.js +3 -2
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/dist/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/index.js +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/dist/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
- package/dist/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
- package/dist/serialization/resources/crm/types/AccountDetails.js +2 -2
- package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
- package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
- package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
- package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
- package/dist/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
- package/dist/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
- package/dist/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
- package/dist/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
- 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/IgnoreCommonModelRequest.d.ts +2 -2
- package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
- package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
- package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
- package/dist/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
- package/dist/serialization/resources/crm/types/SyncStatus.js +2 -2
- package/dist/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
- package/dist/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
- package/dist/serialization/resources/crm/types/index.d.ts +5 -0
- package/dist/serialization/resources/crm/types/index.js +5 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
- package/dist/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/dist/serialization/resources/filestorage/resources/files/types/index.js +2 -0
- package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
- package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
- 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/FileRequest.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/FileRequest.js +1 -0
- package/dist/serialization/resources/filestorage/types/File_.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/File_.js +1 -0
- package/dist/serialization/resources/hris/resources/index.d.ts +2 -1
- package/dist/serialization/resources/hris/resources/index.js +3 -2
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/dist/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/index.js +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/dist/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
- package/dist/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
- package/dist/serialization/resources/hris/types/AccountDetails.js +2 -2
- package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
- package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
- package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
- package/dist/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
- package/dist/serialization/resources/hris/types/AccountDetailsCategory.js +42 -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/index.d.ts +2 -0
- package/dist/serialization/resources/hris/types/index.js +2 -0
- package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -1
- package/dist/serialization/resources/ticketing/resources/index.js +3 -2
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/dist/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
- package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/AccountDetails.js +2 -2
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/Collection.js +2 -2
- package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
- package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -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/PatchedTicketRequest.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
- package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/SyncStatus.js +2 -2
- package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
- package/dist/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/Ticket.js +2 -0
- package/dist/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
- package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
- package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/TicketRequest.js +2 -0
- package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +10 -2
- package/dist/serialization/resources/ticketing/types/index.js +10 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/errors/MergeError.d.ts +4 -1
- package/errors/MergeError.js +4 -7
- package/jest.config.mjs +1 -0
- package/package.json +7 -3
- package/reference.md +403 -3
- package/scripts/rename-to-esm-files.js +10 -2
- package/serialization/resources/accounting/resources/index.d.ts +5 -1
- package/serialization/resources/accounting/resources/index.js +6 -2
- package/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/items/client/index.js +17 -0
- package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
- package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
- package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
- package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
- package/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
- package/serialization/resources/accounting/resources/items/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/items/index.js +1 -0
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkToken/index.js +1 -0
- package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/projects/index.js +17 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
- package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/projects/types/index.js +18 -0
- package/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/accounting/types/AccountDetails.js +2 -2
- package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
- package/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
- package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
- package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
- package/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
- package/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
- package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
- package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
- package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
- package/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseLine.js +2 -0
- package/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
- package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
- package/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
- package/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
- package/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
- package/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
- package/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
- package/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
- package/serialization/resources/accounting/types/ItemResponse.js +50 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalLine.js +2 -0
- package/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
- package/serialization/resources/accounting/types/JournalLineProject.js +42 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
- package/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
- package/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
- package/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
- package/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
- package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
- package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
- package/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
- package/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
- package/serialization/resources/accounting/types/Project.d.ts +24 -0
- package/serialization/resources/accounting/types/Project.js +55 -0
- package/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ProjectCompany.js +42 -0
- package/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
- package/serialization/resources/accounting/types/ProjectContact.js +42 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
- package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/accounting/types/SyncStatus.js +2 -2
- package/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
- package/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
- package/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
- package/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
- package/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
- package/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
- package/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
- package/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
- package/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
- package/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
- package/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
- package/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
- package/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
- package/serialization/resources/accounting/types/index.d.ts +39 -0
- package/serialization/resources/accounting/types/index.js +39 -0
- package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
- package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
- package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
- package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
- package/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
- package/serialization/resources/ats/resources/candidates/types/index.js +1 -0
- package/serialization/resources/ats/resources/index.d.ts +2 -1
- package/serialization/resources/ats/resources/index.js +3 -2
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/ats/resources/linkToken/index.js +1 -0
- package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/ats/types/AccountDetails.js +2 -2
- package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
- package/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
- package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
- package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
- package/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
- package/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
- package/serialization/resources/ats/types/Job.d.ts +2 -2
- package/serialization/resources/ats/types/Job.js +2 -2
- package/serialization/resources/ats/types/JobPosting.d.ts +2 -2
- package/serialization/resources/ats/types/JobPosting.js +2 -2
- package/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
- package/serialization/resources/ats/types/JobPostingStatus.js +42 -0
- package/serialization/resources/ats/types/JobType.d.ts +11 -0
- package/serialization/resources/ats/types/JobType.js +42 -0
- package/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
- package/serialization/resources/ats/types/SyncStatus.js +4 -4
- package/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
- package/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
- package/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
- package/serialization/resources/ats/types/index.d.ts +7 -0
- package/serialization/resources/ats/types/index.js +7 -0
- package/serialization/resources/crm/resources/index.d.ts +2 -1
- package/serialization/resources/crm/resources/index.js +3 -2
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/crm/resources/linkToken/index.js +1 -0
- package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/crm/types/AccountDetails.js +2 -2
- package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
- package/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
- package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
- package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
- package/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
- package/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
- package/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
- package/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
- package/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
- package/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
- package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
- package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
- package/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/crm/types/SyncStatus.js +2 -2
- package/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
- package/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
- package/serialization/resources/crm/types/index.d.ts +5 -0
- package/serialization/resources/crm/types/index.js +5 -0
- package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
- package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/resources/files/types/index.js +2 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
- package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
- package/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
- package/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
- package/serialization/resources/filestorage/types/FileRequest.js +1 -0
- package/serialization/resources/filestorage/types/File_.d.ts +1 -0
- package/serialization/resources/filestorage/types/File_.js +1 -0
- package/serialization/resources/hris/resources/index.d.ts +2 -1
- package/serialization/resources/hris/resources/index.js +3 -2
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/hris/resources/linkToken/index.js +1 -0
- package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/hris/types/AccountDetails.js +2 -2
- package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
- package/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
- package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
- package/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
- package/serialization/resources/hris/types/AccountDetailsCategory.js +42 -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/index.d.ts +2 -0
- package/serialization/resources/hris/types/index.js +2 -0
- package/serialization/resources/ticketing/resources/index.d.ts +2 -1
- package/serialization/resources/ticketing/resources/index.js +3 -2
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
- package/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
- package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
- package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
- package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
- package/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
- package/serialization/resources/ticketing/types/AccountDetails.js +2 -2
- package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
- package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
- package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
- package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
- package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
- package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
- package/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
- package/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
- package/serialization/resources/ticketing/types/Collection.d.ts +2 -2
- package/serialization/resources/ticketing/types/Collection.js +2 -2
- package/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
- package/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
- package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -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/PatchedTicketRequest.d.ts +2 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
- package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
- package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
- package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
- package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
- package/serialization/resources/ticketing/types/Ticket.js +2 -0
- package/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
- package/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
- package/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
- package/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
- package/serialization/resources/ticketing/types/TicketRequest.js +2 -0
- package/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
- package/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
- package/serialization/resources/ticketing/types/index.d.ts +10 -2
- package/serialization/resources/ticketing/types/index.js +10 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
- package/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
|
@@ -0,0 +1,1903 @@
|
|
|
1
|
+
types:
|
|
2
|
+
ApplicationsListRequestExpand:
|
|
3
|
+
enum:
|
|
4
|
+
- candidate
|
|
5
|
+
- value: candidate,credited_to
|
|
6
|
+
name: CandidateCreditedTo
|
|
7
|
+
- value: candidate,credited_to,current_stage
|
|
8
|
+
name: CandidateCreditedToCurrentStage
|
|
9
|
+
- value: candidate,credited_to,current_stage,reject_reason
|
|
10
|
+
name: CandidateCreditedToCurrentStageRejectReason
|
|
11
|
+
- value: candidate,credited_to,reject_reason
|
|
12
|
+
name: CandidateCreditedToRejectReason
|
|
13
|
+
- value: candidate,current_stage
|
|
14
|
+
name: CandidateCurrentStage
|
|
15
|
+
- value: candidate,current_stage,reject_reason
|
|
16
|
+
name: CandidateCurrentStageRejectReason
|
|
17
|
+
- value: candidate,job
|
|
18
|
+
name: CandidateJob
|
|
19
|
+
- value: candidate,job,credited_to
|
|
20
|
+
name: CandidateJobCreditedTo
|
|
21
|
+
- value: candidate,job,credited_to,current_stage
|
|
22
|
+
name: CandidateJobCreditedToCurrentStage
|
|
23
|
+
- value: candidate,job,credited_to,current_stage,reject_reason
|
|
24
|
+
name: CandidateJobCreditedToCurrentStageRejectReason
|
|
25
|
+
- value: candidate,job,credited_to,reject_reason
|
|
26
|
+
name: CandidateJobCreditedToRejectReason
|
|
27
|
+
- value: candidate,job,current_stage
|
|
28
|
+
name: CandidateJobCurrentStage
|
|
29
|
+
- value: candidate,job,current_stage,reject_reason
|
|
30
|
+
name: CandidateJobCurrentStageRejectReason
|
|
31
|
+
- value: candidate,job,reject_reason
|
|
32
|
+
name: CandidateJobRejectReason
|
|
33
|
+
- value: candidate,reject_reason
|
|
34
|
+
name: CandidateRejectReason
|
|
35
|
+
- credited_to
|
|
36
|
+
- value: credited_to,current_stage
|
|
37
|
+
name: CreditedToCurrentStage
|
|
38
|
+
- value: credited_to,current_stage,reject_reason
|
|
39
|
+
name: CreditedToCurrentStageRejectReason
|
|
40
|
+
- value: credited_to,reject_reason
|
|
41
|
+
name: CreditedToRejectReason
|
|
42
|
+
- current_stage
|
|
43
|
+
- value: current_stage,reject_reason
|
|
44
|
+
name: CurrentStageRejectReason
|
|
45
|
+
- job
|
|
46
|
+
- value: job,credited_to
|
|
47
|
+
name: JobCreditedTo
|
|
48
|
+
- value: job,credited_to,current_stage
|
|
49
|
+
name: JobCreditedToCurrentStage
|
|
50
|
+
- value: job,credited_to,current_stage,reject_reason
|
|
51
|
+
name: JobCreditedToCurrentStageRejectReason
|
|
52
|
+
- value: job,credited_to,reject_reason
|
|
53
|
+
name: JobCreditedToRejectReason
|
|
54
|
+
- value: job,current_stage
|
|
55
|
+
name: JobCurrentStage
|
|
56
|
+
- value: job,current_stage,reject_reason
|
|
57
|
+
name: JobCurrentStageRejectReason
|
|
58
|
+
- value: job,reject_reason
|
|
59
|
+
name: JobRejectReason
|
|
60
|
+
- offers
|
|
61
|
+
- value: offers,candidate
|
|
62
|
+
name: OffersCandidate
|
|
63
|
+
- value: offers,candidate,credited_to
|
|
64
|
+
name: OffersCandidateCreditedTo
|
|
65
|
+
- value: offers,candidate,credited_to,current_stage
|
|
66
|
+
name: OffersCandidateCreditedToCurrentStage
|
|
67
|
+
- value: offers,candidate,credited_to,current_stage,reject_reason
|
|
68
|
+
name: OffersCandidateCreditedToCurrentStageRejectReason
|
|
69
|
+
- value: offers,candidate,credited_to,reject_reason
|
|
70
|
+
name: OffersCandidateCreditedToRejectReason
|
|
71
|
+
- value: offers,candidate,current_stage
|
|
72
|
+
name: OffersCandidateCurrentStage
|
|
73
|
+
- value: offers,candidate,current_stage,reject_reason
|
|
74
|
+
name: OffersCandidateCurrentStageRejectReason
|
|
75
|
+
- value: offers,candidate,job
|
|
76
|
+
name: OffersCandidateJob
|
|
77
|
+
- value: offers,candidate,job,credited_to
|
|
78
|
+
name: OffersCandidateJobCreditedTo
|
|
79
|
+
- value: offers,candidate,job,credited_to,current_stage
|
|
80
|
+
name: OffersCandidateJobCreditedToCurrentStage
|
|
81
|
+
- value: offers,candidate,job,credited_to,current_stage,reject_reason
|
|
82
|
+
name: OffersCandidateJobCreditedToCurrentStageRejectReason
|
|
83
|
+
- value: offers,candidate,job,credited_to,reject_reason
|
|
84
|
+
name: OffersCandidateJobCreditedToRejectReason
|
|
85
|
+
- value: offers,candidate,job,current_stage
|
|
86
|
+
name: OffersCandidateJobCurrentStage
|
|
87
|
+
- value: offers,candidate,job,current_stage,reject_reason
|
|
88
|
+
name: OffersCandidateJobCurrentStageRejectReason
|
|
89
|
+
- value: offers,candidate,job,reject_reason
|
|
90
|
+
name: OffersCandidateJobRejectReason
|
|
91
|
+
- value: offers,candidate,reject_reason
|
|
92
|
+
name: OffersCandidateRejectReason
|
|
93
|
+
- value: offers,credited_to
|
|
94
|
+
name: OffersCreditedTo
|
|
95
|
+
- value: offers,credited_to,current_stage
|
|
96
|
+
name: OffersCreditedToCurrentStage
|
|
97
|
+
- value: offers,credited_to,current_stage,reject_reason
|
|
98
|
+
name: OffersCreditedToCurrentStageRejectReason
|
|
99
|
+
- value: offers,credited_to,reject_reason
|
|
100
|
+
name: OffersCreditedToRejectReason
|
|
101
|
+
- value: offers,current_stage
|
|
102
|
+
name: OffersCurrentStage
|
|
103
|
+
- value: offers,current_stage,reject_reason
|
|
104
|
+
name: OffersCurrentStageRejectReason
|
|
105
|
+
- value: offers,job
|
|
106
|
+
name: OffersJob
|
|
107
|
+
- value: offers,job,credited_to
|
|
108
|
+
name: OffersJobCreditedTo
|
|
109
|
+
- value: offers,job,credited_to,current_stage
|
|
110
|
+
name: OffersJobCreditedToCurrentStage
|
|
111
|
+
- value: offers,job,credited_to,current_stage,reject_reason
|
|
112
|
+
name: OffersJobCreditedToCurrentStageRejectReason
|
|
113
|
+
- value: offers,job,credited_to,reject_reason
|
|
114
|
+
name: OffersJobCreditedToRejectReason
|
|
115
|
+
- value: offers,job,current_stage
|
|
116
|
+
name: OffersJobCurrentStage
|
|
117
|
+
- value: offers,job,current_stage,reject_reason
|
|
118
|
+
name: OffersJobCurrentStageRejectReason
|
|
119
|
+
- value: offers,job,reject_reason
|
|
120
|
+
name: OffersJobRejectReason
|
|
121
|
+
- value: offers,reject_reason
|
|
122
|
+
name: OffersRejectReason
|
|
123
|
+
- value: offers,screening_question_answers
|
|
124
|
+
name: OffersScreeningQuestionAnswers
|
|
125
|
+
- value: offers,screening_question_answers,candidate
|
|
126
|
+
name: OffersScreeningQuestionAnswersCandidate
|
|
127
|
+
- value: offers,screening_question_answers,candidate,credited_to
|
|
128
|
+
name: OffersScreeningQuestionAnswersCandidateCreditedTo
|
|
129
|
+
- value: offers,screening_question_answers,candidate,credited_to,current_stage
|
|
130
|
+
name: OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage
|
|
131
|
+
- value: >-
|
|
132
|
+
offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason
|
|
133
|
+
name: >-
|
|
134
|
+
OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
|
|
135
|
+
- value: offers,screening_question_answers,candidate,credited_to,reject_reason
|
|
136
|
+
name: OffersScreeningQuestionAnswersCandidateCreditedToRejectReason
|
|
137
|
+
- value: offers,screening_question_answers,candidate,current_stage
|
|
138
|
+
name: OffersScreeningQuestionAnswersCandidateCurrentStage
|
|
139
|
+
- value: >-
|
|
140
|
+
offers,screening_question_answers,candidate,current_stage,reject_reason
|
|
141
|
+
name: OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason
|
|
142
|
+
- value: offers,screening_question_answers,candidate,job
|
|
143
|
+
name: OffersScreeningQuestionAnswersCandidateJob
|
|
144
|
+
- value: offers,screening_question_answers,candidate,job,credited_to
|
|
145
|
+
name: OffersScreeningQuestionAnswersCandidateJobCreditedTo
|
|
146
|
+
- value: >-
|
|
147
|
+
offers,screening_question_answers,candidate,job,credited_to,current_stage
|
|
148
|
+
name: OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
|
|
149
|
+
- value: >-
|
|
150
|
+
offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
|
|
151
|
+
name: >-
|
|
152
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
|
|
153
|
+
- value: >-
|
|
154
|
+
offers,screening_question_answers,candidate,job,credited_to,reject_reason
|
|
155
|
+
name: OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason
|
|
156
|
+
- value: offers,screening_question_answers,candidate,job,current_stage
|
|
157
|
+
name: OffersScreeningQuestionAnswersCandidateJobCurrentStage
|
|
158
|
+
- value: >-
|
|
159
|
+
offers,screening_question_answers,candidate,job,current_stage,reject_reason
|
|
160
|
+
name: OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
|
|
161
|
+
- value: offers,screening_question_answers,candidate,job,reject_reason
|
|
162
|
+
name: OffersScreeningQuestionAnswersCandidateJobRejectReason
|
|
163
|
+
- value: offers,screening_question_answers,candidate,reject_reason
|
|
164
|
+
name: OffersScreeningQuestionAnswersCandidateRejectReason
|
|
165
|
+
- value: offers,screening_question_answers,credited_to
|
|
166
|
+
name: OffersScreeningQuestionAnswersCreditedTo
|
|
167
|
+
- value: offers,screening_question_answers,credited_to,current_stage
|
|
168
|
+
name: OffersScreeningQuestionAnswersCreditedToCurrentStage
|
|
169
|
+
- value: >-
|
|
170
|
+
offers,screening_question_answers,credited_to,current_stage,reject_reason
|
|
171
|
+
name: OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason
|
|
172
|
+
- value: offers,screening_question_answers,credited_to,reject_reason
|
|
173
|
+
name: OffersScreeningQuestionAnswersCreditedToRejectReason
|
|
174
|
+
- value: offers,screening_question_answers,current_stage
|
|
175
|
+
name: OffersScreeningQuestionAnswersCurrentStage
|
|
176
|
+
- value: offers,screening_question_answers,current_stage,reject_reason
|
|
177
|
+
name: OffersScreeningQuestionAnswersCurrentStageRejectReason
|
|
178
|
+
- value: offers,screening_question_answers,job
|
|
179
|
+
name: OffersScreeningQuestionAnswersJob
|
|
180
|
+
- value: offers,screening_question_answers,job,credited_to
|
|
181
|
+
name: OffersScreeningQuestionAnswersJobCreditedTo
|
|
182
|
+
- value: offers,screening_question_answers,job,credited_to,current_stage
|
|
183
|
+
name: OffersScreeningQuestionAnswersJobCreditedToCurrentStage
|
|
184
|
+
- value: >-
|
|
185
|
+
offers,screening_question_answers,job,credited_to,current_stage,reject_reason
|
|
186
|
+
name: OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
|
|
187
|
+
- value: offers,screening_question_answers,job,credited_to,reject_reason
|
|
188
|
+
name: OffersScreeningQuestionAnswersJobCreditedToRejectReason
|
|
189
|
+
- value: offers,screening_question_answers,job,current_stage
|
|
190
|
+
name: OffersScreeningQuestionAnswersJobCurrentStage
|
|
191
|
+
- value: offers,screening_question_answers,job,current_stage,reject_reason
|
|
192
|
+
name: OffersScreeningQuestionAnswersJobCurrentStageRejectReason
|
|
193
|
+
- value: offers,screening_question_answers,job,reject_reason
|
|
194
|
+
name: OffersScreeningQuestionAnswersJobRejectReason
|
|
195
|
+
- value: offers,screening_question_answers,reject_reason
|
|
196
|
+
name: OffersScreeningQuestionAnswersRejectReason
|
|
197
|
+
- value: offers,screening_question_answers,screening_question_answers.question
|
|
198
|
+
name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion
|
|
199
|
+
- value: >-
|
|
200
|
+
offers,screening_question_answers,screening_question_answers.question,candidate
|
|
201
|
+
name: >-
|
|
202
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
|
|
203
|
+
- value: >-
|
|
204
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to
|
|
205
|
+
name: >-
|
|
206
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
207
|
+
- value: >-
|
|
208
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
|
|
209
|
+
name: >-
|
|
210
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
211
|
+
- value: >-
|
|
212
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
213
|
+
name: >-
|
|
214
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
215
|
+
- value: >-
|
|
216
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
|
|
217
|
+
name: >-
|
|
218
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
219
|
+
- value: >-
|
|
220
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,current_stage
|
|
221
|
+
name: >-
|
|
222
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
223
|
+
- value: >-
|
|
224
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
|
|
225
|
+
name: >-
|
|
226
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
227
|
+
- value: >-
|
|
228
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job
|
|
229
|
+
name: >-
|
|
230
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
|
|
231
|
+
- value: >-
|
|
232
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to
|
|
233
|
+
name: >-
|
|
234
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
235
|
+
- value: >-
|
|
236
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
237
|
+
name: >-
|
|
238
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
239
|
+
- value: >-
|
|
240
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
241
|
+
name: >-
|
|
242
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
243
|
+
- value: >-
|
|
244
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
245
|
+
name: >-
|
|
246
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
247
|
+
- value: >-
|
|
248
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage
|
|
249
|
+
name: >-
|
|
250
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
251
|
+
- value: >-
|
|
252
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
253
|
+
name: >-
|
|
254
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
255
|
+
- value: >-
|
|
256
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
|
|
257
|
+
name: >-
|
|
258
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
259
|
+
- value: >-
|
|
260
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason
|
|
261
|
+
name: >-
|
|
262
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
263
|
+
- value: >-
|
|
264
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to
|
|
265
|
+
name: >-
|
|
266
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
|
|
267
|
+
- value: >-
|
|
268
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage
|
|
269
|
+
name: >-
|
|
270
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
271
|
+
- value: >-
|
|
272
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
273
|
+
name: >-
|
|
274
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
275
|
+
- value: >-
|
|
276
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason
|
|
277
|
+
name: >-
|
|
278
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
279
|
+
- value: >-
|
|
280
|
+
offers,screening_question_answers,screening_question_answers.question,current_stage
|
|
281
|
+
name: >-
|
|
282
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
|
|
283
|
+
- value: >-
|
|
284
|
+
offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason
|
|
285
|
+
name: >-
|
|
286
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
287
|
+
- value: >-
|
|
288
|
+
offers,screening_question_answers,screening_question_answers.question,job
|
|
289
|
+
name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
|
|
290
|
+
- value: >-
|
|
291
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to
|
|
292
|
+
name: >-
|
|
293
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
|
|
294
|
+
- value: >-
|
|
295
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
|
|
296
|
+
name: >-
|
|
297
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
298
|
+
- value: >-
|
|
299
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
300
|
+
name: >-
|
|
301
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
302
|
+
- value: >-
|
|
303
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
|
|
304
|
+
name: >-
|
|
305
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
306
|
+
- value: >-
|
|
307
|
+
offers,screening_question_answers,screening_question_answers.question,job,current_stage
|
|
308
|
+
name: >-
|
|
309
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
|
|
310
|
+
- value: >-
|
|
311
|
+
offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
|
|
312
|
+
name: >-
|
|
313
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
314
|
+
- value: >-
|
|
315
|
+
offers,screening_question_answers,screening_question_answers.question,job,reject_reason
|
|
316
|
+
name: >-
|
|
317
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
|
|
318
|
+
- value: >-
|
|
319
|
+
offers,screening_question_answers,screening_question_answers.question,reject_reason
|
|
320
|
+
name: >-
|
|
321
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
|
|
322
|
+
- value: offers,screening_question_answers.question
|
|
323
|
+
name: OffersScreeningQuestionAnswersQuestion
|
|
324
|
+
- value: offers,screening_question_answers.question,candidate
|
|
325
|
+
name: OffersScreeningQuestionAnswersQuestionCandidate
|
|
326
|
+
- value: offers,screening_question_answers.question,candidate,credited_to
|
|
327
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
328
|
+
- value: >-
|
|
329
|
+
offers,screening_question_answers.question,candidate,credited_to,current_stage
|
|
330
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
331
|
+
- value: >-
|
|
332
|
+
offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
333
|
+
name: >-
|
|
334
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
335
|
+
- value: >-
|
|
336
|
+
offers,screening_question_answers.question,candidate,credited_to,reject_reason
|
|
337
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
338
|
+
- value: offers,screening_question_answers.question,candidate,current_stage
|
|
339
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
340
|
+
- value: >-
|
|
341
|
+
offers,screening_question_answers.question,candidate,current_stage,reject_reason
|
|
342
|
+
name: >-
|
|
343
|
+
OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
344
|
+
- value: offers,screening_question_answers.question,candidate,job
|
|
345
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJob
|
|
346
|
+
- value: offers,screening_question_answers.question,candidate,job,credited_to
|
|
347
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
348
|
+
- value: >-
|
|
349
|
+
offers,screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
350
|
+
name: >-
|
|
351
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
352
|
+
- value: >-
|
|
353
|
+
offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
354
|
+
name: >-
|
|
355
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
356
|
+
- value: >-
|
|
357
|
+
offers,screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
358
|
+
name: >-
|
|
359
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
360
|
+
- value: offers,screening_question_answers.question,candidate,job,current_stage
|
|
361
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
362
|
+
- value: >-
|
|
363
|
+
offers,screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
364
|
+
name: >-
|
|
365
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
366
|
+
- value: offers,screening_question_answers.question,candidate,job,reject_reason
|
|
367
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
368
|
+
- value: offers,screening_question_answers.question,candidate,reject_reason
|
|
369
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
370
|
+
- value: offers,screening_question_answers.question,credited_to
|
|
371
|
+
name: OffersScreeningQuestionAnswersQuestionCreditedTo
|
|
372
|
+
- value: offers,screening_question_answers.question,credited_to,current_stage
|
|
373
|
+
name: OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
374
|
+
- value: >-
|
|
375
|
+
offers,screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
376
|
+
name: >-
|
|
377
|
+
OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
378
|
+
- value: offers,screening_question_answers.question,credited_to,reject_reason
|
|
379
|
+
name: OffersScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
380
|
+
- value: offers,screening_question_answers.question,current_stage
|
|
381
|
+
name: OffersScreeningQuestionAnswersQuestionCurrentStage
|
|
382
|
+
- value: offers,screening_question_answers.question,current_stage,reject_reason
|
|
383
|
+
name: OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
384
|
+
- value: offers,screening_question_answers.question,job
|
|
385
|
+
name: OffersScreeningQuestionAnswersQuestionJob
|
|
386
|
+
- value: offers,screening_question_answers.question,job,credited_to
|
|
387
|
+
name: OffersScreeningQuestionAnswersQuestionJobCreditedTo
|
|
388
|
+
- value: >-
|
|
389
|
+
offers,screening_question_answers.question,job,credited_to,current_stage
|
|
390
|
+
name: OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
391
|
+
- value: >-
|
|
392
|
+
offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
393
|
+
name: >-
|
|
394
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
395
|
+
- value: >-
|
|
396
|
+
offers,screening_question_answers.question,job,credited_to,reject_reason
|
|
397
|
+
name: OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
398
|
+
- value: offers,screening_question_answers.question,job,current_stage
|
|
399
|
+
name: OffersScreeningQuestionAnswersQuestionJobCurrentStage
|
|
400
|
+
- value: >-
|
|
401
|
+
offers,screening_question_answers.question,job,current_stage,reject_reason
|
|
402
|
+
name: OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
403
|
+
- value: offers,screening_question_answers.question,job,reject_reason
|
|
404
|
+
name: OffersScreeningQuestionAnswersQuestionJobRejectReason
|
|
405
|
+
- value: offers,screening_question_answers.question,reject_reason
|
|
406
|
+
name: OffersScreeningQuestionAnswersQuestionRejectReason
|
|
407
|
+
- reject_reason
|
|
408
|
+
- screening_question_answers
|
|
409
|
+
- value: screening_question_answers,candidate
|
|
410
|
+
name: ScreeningQuestionAnswersCandidate
|
|
411
|
+
- value: screening_question_answers,candidate,credited_to
|
|
412
|
+
name: ScreeningQuestionAnswersCandidateCreditedTo
|
|
413
|
+
- value: screening_question_answers,candidate,credited_to,current_stage
|
|
414
|
+
name: ScreeningQuestionAnswersCandidateCreditedToCurrentStage
|
|
415
|
+
- value: >-
|
|
416
|
+
screening_question_answers,candidate,credited_to,current_stage,reject_reason
|
|
417
|
+
name: ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
|
|
418
|
+
- value: screening_question_answers,candidate,credited_to,reject_reason
|
|
419
|
+
name: ScreeningQuestionAnswersCandidateCreditedToRejectReason
|
|
420
|
+
- value: screening_question_answers,candidate,current_stage
|
|
421
|
+
name: ScreeningQuestionAnswersCandidateCurrentStage
|
|
422
|
+
- value: screening_question_answers,candidate,current_stage,reject_reason
|
|
423
|
+
name: ScreeningQuestionAnswersCandidateCurrentStageRejectReason
|
|
424
|
+
- value: screening_question_answers,candidate,job
|
|
425
|
+
name: ScreeningQuestionAnswersCandidateJob
|
|
426
|
+
- value: screening_question_answers,candidate,job,credited_to
|
|
427
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedTo
|
|
428
|
+
- value: screening_question_answers,candidate,job,credited_to,current_stage
|
|
429
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
|
|
430
|
+
- value: >-
|
|
431
|
+
screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
|
|
432
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
|
|
433
|
+
- value: screening_question_answers,candidate,job,credited_to,reject_reason
|
|
434
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedToRejectReason
|
|
435
|
+
- value: screening_question_answers,candidate,job,current_stage
|
|
436
|
+
name: ScreeningQuestionAnswersCandidateJobCurrentStage
|
|
437
|
+
- value: screening_question_answers,candidate,job,current_stage,reject_reason
|
|
438
|
+
name: ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
|
|
439
|
+
- value: screening_question_answers,candidate,job,reject_reason
|
|
440
|
+
name: ScreeningQuestionAnswersCandidateJobRejectReason
|
|
441
|
+
- value: screening_question_answers,candidate,reject_reason
|
|
442
|
+
name: ScreeningQuestionAnswersCandidateRejectReason
|
|
443
|
+
- value: screening_question_answers,credited_to
|
|
444
|
+
name: ScreeningQuestionAnswersCreditedTo
|
|
445
|
+
- value: screening_question_answers,credited_to,current_stage
|
|
446
|
+
name: ScreeningQuestionAnswersCreditedToCurrentStage
|
|
447
|
+
- value: screening_question_answers,credited_to,current_stage,reject_reason
|
|
448
|
+
name: ScreeningQuestionAnswersCreditedToCurrentStageRejectReason
|
|
449
|
+
- value: screening_question_answers,credited_to,reject_reason
|
|
450
|
+
name: ScreeningQuestionAnswersCreditedToRejectReason
|
|
451
|
+
- value: screening_question_answers,current_stage
|
|
452
|
+
name: ScreeningQuestionAnswersCurrentStage
|
|
453
|
+
- value: screening_question_answers,current_stage,reject_reason
|
|
454
|
+
name: ScreeningQuestionAnswersCurrentStageRejectReason
|
|
455
|
+
- value: screening_question_answers,job
|
|
456
|
+
name: ScreeningQuestionAnswersJob
|
|
457
|
+
- value: screening_question_answers,job,credited_to
|
|
458
|
+
name: ScreeningQuestionAnswersJobCreditedTo
|
|
459
|
+
- value: screening_question_answers,job,credited_to,current_stage
|
|
460
|
+
name: ScreeningQuestionAnswersJobCreditedToCurrentStage
|
|
461
|
+
- value: screening_question_answers,job,credited_to,current_stage,reject_reason
|
|
462
|
+
name: ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
|
|
463
|
+
- value: screening_question_answers,job,credited_to,reject_reason
|
|
464
|
+
name: ScreeningQuestionAnswersJobCreditedToRejectReason
|
|
465
|
+
- value: screening_question_answers,job,current_stage
|
|
466
|
+
name: ScreeningQuestionAnswersJobCurrentStage
|
|
467
|
+
- value: screening_question_answers,job,current_stage,reject_reason
|
|
468
|
+
name: ScreeningQuestionAnswersJobCurrentStageRejectReason
|
|
469
|
+
- value: screening_question_answers,job,reject_reason
|
|
470
|
+
name: ScreeningQuestionAnswersJobRejectReason
|
|
471
|
+
- value: screening_question_answers,reject_reason
|
|
472
|
+
name: ScreeningQuestionAnswersRejectReason
|
|
473
|
+
- value: screening_question_answers,screening_question_answers.question
|
|
474
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestion
|
|
475
|
+
- value: >-
|
|
476
|
+
screening_question_answers,screening_question_answers.question,candidate
|
|
477
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
|
|
478
|
+
- value: >-
|
|
479
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to
|
|
480
|
+
name: >-
|
|
481
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
482
|
+
- value: >-
|
|
483
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
|
|
484
|
+
name: >-
|
|
485
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
486
|
+
- value: >-
|
|
487
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
488
|
+
name: >-
|
|
489
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
490
|
+
- value: >-
|
|
491
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
|
|
492
|
+
name: >-
|
|
493
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
494
|
+
- value: >-
|
|
495
|
+
screening_question_answers,screening_question_answers.question,candidate,current_stage
|
|
496
|
+
name: >-
|
|
497
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
498
|
+
- value: >-
|
|
499
|
+
screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
|
|
500
|
+
name: >-
|
|
501
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
502
|
+
- value: >-
|
|
503
|
+
screening_question_answers,screening_question_answers.question,candidate,job
|
|
504
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
|
|
505
|
+
- value: >-
|
|
506
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to
|
|
507
|
+
name: >-
|
|
508
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
509
|
+
- value: >-
|
|
510
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
511
|
+
name: >-
|
|
512
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
513
|
+
- value: >-
|
|
514
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
515
|
+
name: >-
|
|
516
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
517
|
+
- value: >-
|
|
518
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
519
|
+
name: >-
|
|
520
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
521
|
+
- value: >-
|
|
522
|
+
screening_question_answers,screening_question_answers.question,candidate,job,current_stage
|
|
523
|
+
name: >-
|
|
524
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
525
|
+
- value: >-
|
|
526
|
+
screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
527
|
+
name: >-
|
|
528
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
529
|
+
- value: >-
|
|
530
|
+
screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
|
|
531
|
+
name: >-
|
|
532
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
533
|
+
- value: >-
|
|
534
|
+
screening_question_answers,screening_question_answers.question,candidate,reject_reason
|
|
535
|
+
name: >-
|
|
536
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
537
|
+
- value: >-
|
|
538
|
+
screening_question_answers,screening_question_answers.question,credited_to
|
|
539
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
|
|
540
|
+
- value: >-
|
|
541
|
+
screening_question_answers,screening_question_answers.question,credited_to,current_stage
|
|
542
|
+
name: >-
|
|
543
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
544
|
+
- value: >-
|
|
545
|
+
screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
546
|
+
name: >-
|
|
547
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
548
|
+
- value: >-
|
|
549
|
+
screening_question_answers,screening_question_answers.question,credited_to,reject_reason
|
|
550
|
+
name: >-
|
|
551
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
552
|
+
- value: >-
|
|
553
|
+
screening_question_answers,screening_question_answers.question,current_stage
|
|
554
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
|
|
555
|
+
- value: >-
|
|
556
|
+
screening_question_answers,screening_question_answers.question,current_stage,reject_reason
|
|
557
|
+
name: >-
|
|
558
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
559
|
+
- value: screening_question_answers,screening_question_answers.question,job
|
|
560
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
|
|
561
|
+
- value: >-
|
|
562
|
+
screening_question_answers,screening_question_answers.question,job,credited_to
|
|
563
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
|
|
564
|
+
- value: >-
|
|
565
|
+
screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
|
|
566
|
+
name: >-
|
|
567
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
568
|
+
- value: >-
|
|
569
|
+
screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
570
|
+
name: >-
|
|
571
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
572
|
+
- value: >-
|
|
573
|
+
screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
|
|
574
|
+
name: >-
|
|
575
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
576
|
+
- value: >-
|
|
577
|
+
screening_question_answers,screening_question_answers.question,job,current_stage
|
|
578
|
+
name: >-
|
|
579
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
|
|
580
|
+
- value: >-
|
|
581
|
+
screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
|
|
582
|
+
name: >-
|
|
583
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
584
|
+
- value: >-
|
|
585
|
+
screening_question_answers,screening_question_answers.question,job,reject_reason
|
|
586
|
+
name: >-
|
|
587
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
|
|
588
|
+
- value: >-
|
|
589
|
+
screening_question_answers,screening_question_answers.question,reject_reason
|
|
590
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
|
|
591
|
+
- value: screening_question_answers.question
|
|
592
|
+
name: ScreeningQuestionAnswersQuestion
|
|
593
|
+
- value: screening_question_answers.question,candidate
|
|
594
|
+
name: ScreeningQuestionAnswersQuestionCandidate
|
|
595
|
+
- value: screening_question_answers.question,candidate,credited_to
|
|
596
|
+
name: ScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
597
|
+
- value: >-
|
|
598
|
+
screening_question_answers.question,candidate,credited_to,current_stage
|
|
599
|
+
name: ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
600
|
+
- value: >-
|
|
601
|
+
screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
602
|
+
name: >-
|
|
603
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
604
|
+
- value: >-
|
|
605
|
+
screening_question_answers.question,candidate,credited_to,reject_reason
|
|
606
|
+
name: ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
607
|
+
- value: screening_question_answers.question,candidate,current_stage
|
|
608
|
+
name: ScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
609
|
+
- value: >-
|
|
610
|
+
screening_question_answers.question,candidate,current_stage,reject_reason
|
|
611
|
+
name: ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
612
|
+
- value: screening_question_answers.question,candidate,job
|
|
613
|
+
name: ScreeningQuestionAnswersQuestionCandidateJob
|
|
614
|
+
- value: screening_question_answers.question,candidate,job,credited_to
|
|
615
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
616
|
+
- value: >-
|
|
617
|
+
screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
618
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
619
|
+
- value: >-
|
|
620
|
+
screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
621
|
+
name: >-
|
|
622
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
623
|
+
- value: >-
|
|
624
|
+
screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
625
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
626
|
+
- value: screening_question_answers.question,candidate,job,current_stage
|
|
627
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
628
|
+
- value: >-
|
|
629
|
+
screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
630
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
631
|
+
- value: screening_question_answers.question,candidate,job,reject_reason
|
|
632
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
633
|
+
- value: screening_question_answers.question,candidate,reject_reason
|
|
634
|
+
name: ScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
635
|
+
- value: screening_question_answers.question,credited_to
|
|
636
|
+
name: ScreeningQuestionAnswersQuestionCreditedTo
|
|
637
|
+
- value: screening_question_answers.question,credited_to,current_stage
|
|
638
|
+
name: ScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
639
|
+
- value: >-
|
|
640
|
+
screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
641
|
+
name: ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
642
|
+
- value: screening_question_answers.question,credited_to,reject_reason
|
|
643
|
+
name: ScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
644
|
+
- value: screening_question_answers.question,current_stage
|
|
645
|
+
name: ScreeningQuestionAnswersQuestionCurrentStage
|
|
646
|
+
- value: screening_question_answers.question,current_stage,reject_reason
|
|
647
|
+
name: ScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
648
|
+
- value: screening_question_answers.question,job
|
|
649
|
+
name: ScreeningQuestionAnswersQuestionJob
|
|
650
|
+
- value: screening_question_answers.question,job,credited_to
|
|
651
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedTo
|
|
652
|
+
- value: screening_question_answers.question,job,credited_to,current_stage
|
|
653
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
654
|
+
- value: >-
|
|
655
|
+
screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
656
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
657
|
+
- value: screening_question_answers.question,job,credited_to,reject_reason
|
|
658
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
659
|
+
- value: screening_question_answers.question,job,current_stage
|
|
660
|
+
name: ScreeningQuestionAnswersQuestionJobCurrentStage
|
|
661
|
+
- value: screening_question_answers.question,job,current_stage,reject_reason
|
|
662
|
+
name: ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
663
|
+
- value: screening_question_answers.question,job,reject_reason
|
|
664
|
+
name: ScreeningQuestionAnswersQuestionJobRejectReason
|
|
665
|
+
- value: screening_question_answers.question,reject_reason
|
|
666
|
+
name: ScreeningQuestionAnswersQuestionRejectReason
|
|
667
|
+
source:
|
|
668
|
+
openapi: openapi/openapi.yml
|
|
669
|
+
ApplicationsRetrieveRequestExpand:
|
|
670
|
+
enum:
|
|
671
|
+
- candidate
|
|
672
|
+
- value: candidate,credited_to
|
|
673
|
+
name: CandidateCreditedTo
|
|
674
|
+
- value: candidate,credited_to,current_stage
|
|
675
|
+
name: CandidateCreditedToCurrentStage
|
|
676
|
+
- value: candidate,credited_to,current_stage,reject_reason
|
|
677
|
+
name: CandidateCreditedToCurrentStageRejectReason
|
|
678
|
+
- value: candidate,credited_to,reject_reason
|
|
679
|
+
name: CandidateCreditedToRejectReason
|
|
680
|
+
- value: candidate,current_stage
|
|
681
|
+
name: CandidateCurrentStage
|
|
682
|
+
- value: candidate,current_stage,reject_reason
|
|
683
|
+
name: CandidateCurrentStageRejectReason
|
|
684
|
+
- value: candidate,job
|
|
685
|
+
name: CandidateJob
|
|
686
|
+
- value: candidate,job,credited_to
|
|
687
|
+
name: CandidateJobCreditedTo
|
|
688
|
+
- value: candidate,job,credited_to,current_stage
|
|
689
|
+
name: CandidateJobCreditedToCurrentStage
|
|
690
|
+
- value: candidate,job,credited_to,current_stage,reject_reason
|
|
691
|
+
name: CandidateJobCreditedToCurrentStageRejectReason
|
|
692
|
+
- value: candidate,job,credited_to,reject_reason
|
|
693
|
+
name: CandidateJobCreditedToRejectReason
|
|
694
|
+
- value: candidate,job,current_stage
|
|
695
|
+
name: CandidateJobCurrentStage
|
|
696
|
+
- value: candidate,job,current_stage,reject_reason
|
|
697
|
+
name: CandidateJobCurrentStageRejectReason
|
|
698
|
+
- value: candidate,job,reject_reason
|
|
699
|
+
name: CandidateJobRejectReason
|
|
700
|
+
- value: candidate,reject_reason
|
|
701
|
+
name: CandidateRejectReason
|
|
702
|
+
- credited_to
|
|
703
|
+
- value: credited_to,current_stage
|
|
704
|
+
name: CreditedToCurrentStage
|
|
705
|
+
- value: credited_to,current_stage,reject_reason
|
|
706
|
+
name: CreditedToCurrentStageRejectReason
|
|
707
|
+
- value: credited_to,reject_reason
|
|
708
|
+
name: CreditedToRejectReason
|
|
709
|
+
- current_stage
|
|
710
|
+
- value: current_stage,reject_reason
|
|
711
|
+
name: CurrentStageRejectReason
|
|
712
|
+
- job
|
|
713
|
+
- value: job,credited_to
|
|
714
|
+
name: JobCreditedTo
|
|
715
|
+
- value: job,credited_to,current_stage
|
|
716
|
+
name: JobCreditedToCurrentStage
|
|
717
|
+
- value: job,credited_to,current_stage,reject_reason
|
|
718
|
+
name: JobCreditedToCurrentStageRejectReason
|
|
719
|
+
- value: job,credited_to,reject_reason
|
|
720
|
+
name: JobCreditedToRejectReason
|
|
721
|
+
- value: job,current_stage
|
|
722
|
+
name: JobCurrentStage
|
|
723
|
+
- value: job,current_stage,reject_reason
|
|
724
|
+
name: JobCurrentStageRejectReason
|
|
725
|
+
- value: job,reject_reason
|
|
726
|
+
name: JobRejectReason
|
|
727
|
+
- offers
|
|
728
|
+
- value: offers,candidate
|
|
729
|
+
name: OffersCandidate
|
|
730
|
+
- value: offers,candidate,credited_to
|
|
731
|
+
name: OffersCandidateCreditedTo
|
|
732
|
+
- value: offers,candidate,credited_to,current_stage
|
|
733
|
+
name: OffersCandidateCreditedToCurrentStage
|
|
734
|
+
- value: offers,candidate,credited_to,current_stage,reject_reason
|
|
735
|
+
name: OffersCandidateCreditedToCurrentStageRejectReason
|
|
736
|
+
- value: offers,candidate,credited_to,reject_reason
|
|
737
|
+
name: OffersCandidateCreditedToRejectReason
|
|
738
|
+
- value: offers,candidate,current_stage
|
|
739
|
+
name: OffersCandidateCurrentStage
|
|
740
|
+
- value: offers,candidate,current_stage,reject_reason
|
|
741
|
+
name: OffersCandidateCurrentStageRejectReason
|
|
742
|
+
- value: offers,candidate,job
|
|
743
|
+
name: OffersCandidateJob
|
|
744
|
+
- value: offers,candidate,job,credited_to
|
|
745
|
+
name: OffersCandidateJobCreditedTo
|
|
746
|
+
- value: offers,candidate,job,credited_to,current_stage
|
|
747
|
+
name: OffersCandidateJobCreditedToCurrentStage
|
|
748
|
+
- value: offers,candidate,job,credited_to,current_stage,reject_reason
|
|
749
|
+
name: OffersCandidateJobCreditedToCurrentStageRejectReason
|
|
750
|
+
- value: offers,candidate,job,credited_to,reject_reason
|
|
751
|
+
name: OffersCandidateJobCreditedToRejectReason
|
|
752
|
+
- value: offers,candidate,job,current_stage
|
|
753
|
+
name: OffersCandidateJobCurrentStage
|
|
754
|
+
- value: offers,candidate,job,current_stage,reject_reason
|
|
755
|
+
name: OffersCandidateJobCurrentStageRejectReason
|
|
756
|
+
- value: offers,candidate,job,reject_reason
|
|
757
|
+
name: OffersCandidateJobRejectReason
|
|
758
|
+
- value: offers,candidate,reject_reason
|
|
759
|
+
name: OffersCandidateRejectReason
|
|
760
|
+
- value: offers,credited_to
|
|
761
|
+
name: OffersCreditedTo
|
|
762
|
+
- value: offers,credited_to,current_stage
|
|
763
|
+
name: OffersCreditedToCurrentStage
|
|
764
|
+
- value: offers,credited_to,current_stage,reject_reason
|
|
765
|
+
name: OffersCreditedToCurrentStageRejectReason
|
|
766
|
+
- value: offers,credited_to,reject_reason
|
|
767
|
+
name: OffersCreditedToRejectReason
|
|
768
|
+
- value: offers,current_stage
|
|
769
|
+
name: OffersCurrentStage
|
|
770
|
+
- value: offers,current_stage,reject_reason
|
|
771
|
+
name: OffersCurrentStageRejectReason
|
|
772
|
+
- value: offers,job
|
|
773
|
+
name: OffersJob
|
|
774
|
+
- value: offers,job,credited_to
|
|
775
|
+
name: OffersJobCreditedTo
|
|
776
|
+
- value: offers,job,credited_to,current_stage
|
|
777
|
+
name: OffersJobCreditedToCurrentStage
|
|
778
|
+
- value: offers,job,credited_to,current_stage,reject_reason
|
|
779
|
+
name: OffersJobCreditedToCurrentStageRejectReason
|
|
780
|
+
- value: offers,job,credited_to,reject_reason
|
|
781
|
+
name: OffersJobCreditedToRejectReason
|
|
782
|
+
- value: offers,job,current_stage
|
|
783
|
+
name: OffersJobCurrentStage
|
|
784
|
+
- value: offers,job,current_stage,reject_reason
|
|
785
|
+
name: OffersJobCurrentStageRejectReason
|
|
786
|
+
- value: offers,job,reject_reason
|
|
787
|
+
name: OffersJobRejectReason
|
|
788
|
+
- value: offers,reject_reason
|
|
789
|
+
name: OffersRejectReason
|
|
790
|
+
- value: offers,screening_question_answers
|
|
791
|
+
name: OffersScreeningQuestionAnswers
|
|
792
|
+
- value: offers,screening_question_answers,candidate
|
|
793
|
+
name: OffersScreeningQuestionAnswersCandidate
|
|
794
|
+
- value: offers,screening_question_answers,candidate,credited_to
|
|
795
|
+
name: OffersScreeningQuestionAnswersCandidateCreditedTo
|
|
796
|
+
- value: offers,screening_question_answers,candidate,credited_to,current_stage
|
|
797
|
+
name: OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage
|
|
798
|
+
- value: >-
|
|
799
|
+
offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason
|
|
800
|
+
name: >-
|
|
801
|
+
OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
|
|
802
|
+
- value: offers,screening_question_answers,candidate,credited_to,reject_reason
|
|
803
|
+
name: OffersScreeningQuestionAnswersCandidateCreditedToRejectReason
|
|
804
|
+
- value: offers,screening_question_answers,candidate,current_stage
|
|
805
|
+
name: OffersScreeningQuestionAnswersCandidateCurrentStage
|
|
806
|
+
- value: >-
|
|
807
|
+
offers,screening_question_answers,candidate,current_stage,reject_reason
|
|
808
|
+
name: OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason
|
|
809
|
+
- value: offers,screening_question_answers,candidate,job
|
|
810
|
+
name: OffersScreeningQuestionAnswersCandidateJob
|
|
811
|
+
- value: offers,screening_question_answers,candidate,job,credited_to
|
|
812
|
+
name: OffersScreeningQuestionAnswersCandidateJobCreditedTo
|
|
813
|
+
- value: >-
|
|
814
|
+
offers,screening_question_answers,candidate,job,credited_to,current_stage
|
|
815
|
+
name: OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
|
|
816
|
+
- value: >-
|
|
817
|
+
offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
|
|
818
|
+
name: >-
|
|
819
|
+
OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
|
|
820
|
+
- value: >-
|
|
821
|
+
offers,screening_question_answers,candidate,job,credited_to,reject_reason
|
|
822
|
+
name: OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason
|
|
823
|
+
- value: offers,screening_question_answers,candidate,job,current_stage
|
|
824
|
+
name: OffersScreeningQuestionAnswersCandidateJobCurrentStage
|
|
825
|
+
- value: >-
|
|
826
|
+
offers,screening_question_answers,candidate,job,current_stage,reject_reason
|
|
827
|
+
name: OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
|
|
828
|
+
- value: offers,screening_question_answers,candidate,job,reject_reason
|
|
829
|
+
name: OffersScreeningQuestionAnswersCandidateJobRejectReason
|
|
830
|
+
- value: offers,screening_question_answers,candidate,reject_reason
|
|
831
|
+
name: OffersScreeningQuestionAnswersCandidateRejectReason
|
|
832
|
+
- value: offers,screening_question_answers,credited_to
|
|
833
|
+
name: OffersScreeningQuestionAnswersCreditedTo
|
|
834
|
+
- value: offers,screening_question_answers,credited_to,current_stage
|
|
835
|
+
name: OffersScreeningQuestionAnswersCreditedToCurrentStage
|
|
836
|
+
- value: >-
|
|
837
|
+
offers,screening_question_answers,credited_to,current_stage,reject_reason
|
|
838
|
+
name: OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason
|
|
839
|
+
- value: offers,screening_question_answers,credited_to,reject_reason
|
|
840
|
+
name: OffersScreeningQuestionAnswersCreditedToRejectReason
|
|
841
|
+
- value: offers,screening_question_answers,current_stage
|
|
842
|
+
name: OffersScreeningQuestionAnswersCurrentStage
|
|
843
|
+
- value: offers,screening_question_answers,current_stage,reject_reason
|
|
844
|
+
name: OffersScreeningQuestionAnswersCurrentStageRejectReason
|
|
845
|
+
- value: offers,screening_question_answers,job
|
|
846
|
+
name: OffersScreeningQuestionAnswersJob
|
|
847
|
+
- value: offers,screening_question_answers,job,credited_to
|
|
848
|
+
name: OffersScreeningQuestionAnswersJobCreditedTo
|
|
849
|
+
- value: offers,screening_question_answers,job,credited_to,current_stage
|
|
850
|
+
name: OffersScreeningQuestionAnswersJobCreditedToCurrentStage
|
|
851
|
+
- value: >-
|
|
852
|
+
offers,screening_question_answers,job,credited_to,current_stage,reject_reason
|
|
853
|
+
name: OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
|
|
854
|
+
- value: offers,screening_question_answers,job,credited_to,reject_reason
|
|
855
|
+
name: OffersScreeningQuestionAnswersJobCreditedToRejectReason
|
|
856
|
+
- value: offers,screening_question_answers,job,current_stage
|
|
857
|
+
name: OffersScreeningQuestionAnswersJobCurrentStage
|
|
858
|
+
- value: offers,screening_question_answers,job,current_stage,reject_reason
|
|
859
|
+
name: OffersScreeningQuestionAnswersJobCurrentStageRejectReason
|
|
860
|
+
- value: offers,screening_question_answers,job,reject_reason
|
|
861
|
+
name: OffersScreeningQuestionAnswersJobRejectReason
|
|
862
|
+
- value: offers,screening_question_answers,reject_reason
|
|
863
|
+
name: OffersScreeningQuestionAnswersRejectReason
|
|
864
|
+
- value: offers,screening_question_answers,screening_question_answers.question
|
|
865
|
+
name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion
|
|
866
|
+
- value: >-
|
|
867
|
+
offers,screening_question_answers,screening_question_answers.question,candidate
|
|
868
|
+
name: >-
|
|
869
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
|
|
870
|
+
- value: >-
|
|
871
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to
|
|
872
|
+
name: >-
|
|
873
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
874
|
+
- value: >-
|
|
875
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
|
|
876
|
+
name: >-
|
|
877
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
878
|
+
- value: >-
|
|
879
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
880
|
+
name: >-
|
|
881
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
882
|
+
- value: >-
|
|
883
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
|
|
884
|
+
name: >-
|
|
885
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
886
|
+
- value: >-
|
|
887
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,current_stage
|
|
888
|
+
name: >-
|
|
889
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
890
|
+
- value: >-
|
|
891
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
|
|
892
|
+
name: >-
|
|
893
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
894
|
+
- value: >-
|
|
895
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job
|
|
896
|
+
name: >-
|
|
897
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
|
|
898
|
+
- value: >-
|
|
899
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to
|
|
900
|
+
name: >-
|
|
901
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
902
|
+
- value: >-
|
|
903
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
904
|
+
name: >-
|
|
905
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
906
|
+
- value: >-
|
|
907
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
908
|
+
name: >-
|
|
909
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
910
|
+
- value: >-
|
|
911
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
912
|
+
name: >-
|
|
913
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
914
|
+
- value: >-
|
|
915
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage
|
|
916
|
+
name: >-
|
|
917
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
918
|
+
- value: >-
|
|
919
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
920
|
+
name: >-
|
|
921
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
922
|
+
- value: >-
|
|
923
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
|
|
924
|
+
name: >-
|
|
925
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
926
|
+
- value: >-
|
|
927
|
+
offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason
|
|
928
|
+
name: >-
|
|
929
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
930
|
+
- value: >-
|
|
931
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to
|
|
932
|
+
name: >-
|
|
933
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
|
|
934
|
+
- value: >-
|
|
935
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage
|
|
936
|
+
name: >-
|
|
937
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
938
|
+
- value: >-
|
|
939
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
940
|
+
name: >-
|
|
941
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
942
|
+
- value: >-
|
|
943
|
+
offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason
|
|
944
|
+
name: >-
|
|
945
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
946
|
+
- value: >-
|
|
947
|
+
offers,screening_question_answers,screening_question_answers.question,current_stage
|
|
948
|
+
name: >-
|
|
949
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
|
|
950
|
+
- value: >-
|
|
951
|
+
offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason
|
|
952
|
+
name: >-
|
|
953
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
954
|
+
- value: >-
|
|
955
|
+
offers,screening_question_answers,screening_question_answers.question,job
|
|
956
|
+
name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
|
|
957
|
+
- value: >-
|
|
958
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to
|
|
959
|
+
name: >-
|
|
960
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
|
|
961
|
+
- value: >-
|
|
962
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
|
|
963
|
+
name: >-
|
|
964
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
965
|
+
- value: >-
|
|
966
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
967
|
+
name: >-
|
|
968
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
969
|
+
- value: >-
|
|
970
|
+
offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
|
|
971
|
+
name: >-
|
|
972
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
973
|
+
- value: >-
|
|
974
|
+
offers,screening_question_answers,screening_question_answers.question,job,current_stage
|
|
975
|
+
name: >-
|
|
976
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
|
|
977
|
+
- value: >-
|
|
978
|
+
offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
|
|
979
|
+
name: >-
|
|
980
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
981
|
+
- value: >-
|
|
982
|
+
offers,screening_question_answers,screening_question_answers.question,job,reject_reason
|
|
983
|
+
name: >-
|
|
984
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
|
|
985
|
+
- value: >-
|
|
986
|
+
offers,screening_question_answers,screening_question_answers.question,reject_reason
|
|
987
|
+
name: >-
|
|
988
|
+
OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
|
|
989
|
+
- value: offers,screening_question_answers.question
|
|
990
|
+
name: OffersScreeningQuestionAnswersQuestion
|
|
991
|
+
- value: offers,screening_question_answers.question,candidate
|
|
992
|
+
name: OffersScreeningQuestionAnswersQuestionCandidate
|
|
993
|
+
- value: offers,screening_question_answers.question,candidate,credited_to
|
|
994
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
995
|
+
- value: >-
|
|
996
|
+
offers,screening_question_answers.question,candidate,credited_to,current_stage
|
|
997
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
998
|
+
- value: >-
|
|
999
|
+
offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
1000
|
+
name: >-
|
|
1001
|
+
OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
1002
|
+
- value: >-
|
|
1003
|
+
offers,screening_question_answers.question,candidate,credited_to,reject_reason
|
|
1004
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
1005
|
+
- value: offers,screening_question_answers.question,candidate,current_stage
|
|
1006
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
1007
|
+
- value: >-
|
|
1008
|
+
offers,screening_question_answers.question,candidate,current_stage,reject_reason
|
|
1009
|
+
name: >-
|
|
1010
|
+
OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
1011
|
+
- value: offers,screening_question_answers.question,candidate,job
|
|
1012
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJob
|
|
1013
|
+
- value: offers,screening_question_answers.question,candidate,job,credited_to
|
|
1014
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
1015
|
+
- value: >-
|
|
1016
|
+
offers,screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
1017
|
+
name: >-
|
|
1018
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
1019
|
+
- value: >-
|
|
1020
|
+
offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
1021
|
+
name: >-
|
|
1022
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
1023
|
+
- value: >-
|
|
1024
|
+
offers,screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
1025
|
+
name: >-
|
|
1026
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
1027
|
+
- value: offers,screening_question_answers.question,candidate,job,current_stage
|
|
1028
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
1029
|
+
- value: >-
|
|
1030
|
+
offers,screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
1031
|
+
name: >-
|
|
1032
|
+
OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
1033
|
+
- value: offers,screening_question_answers.question,candidate,job,reject_reason
|
|
1034
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
1035
|
+
- value: offers,screening_question_answers.question,candidate,reject_reason
|
|
1036
|
+
name: OffersScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
1037
|
+
- value: offers,screening_question_answers.question,credited_to
|
|
1038
|
+
name: OffersScreeningQuestionAnswersQuestionCreditedTo
|
|
1039
|
+
- value: offers,screening_question_answers.question,credited_to,current_stage
|
|
1040
|
+
name: OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
1041
|
+
- value: >-
|
|
1042
|
+
offers,screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
1043
|
+
name: >-
|
|
1044
|
+
OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
1045
|
+
- value: offers,screening_question_answers.question,credited_to,reject_reason
|
|
1046
|
+
name: OffersScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
1047
|
+
- value: offers,screening_question_answers.question,current_stage
|
|
1048
|
+
name: OffersScreeningQuestionAnswersQuestionCurrentStage
|
|
1049
|
+
- value: offers,screening_question_answers.question,current_stage,reject_reason
|
|
1050
|
+
name: OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
1051
|
+
- value: offers,screening_question_answers.question,job
|
|
1052
|
+
name: OffersScreeningQuestionAnswersQuestionJob
|
|
1053
|
+
- value: offers,screening_question_answers.question,job,credited_to
|
|
1054
|
+
name: OffersScreeningQuestionAnswersQuestionJobCreditedTo
|
|
1055
|
+
- value: >-
|
|
1056
|
+
offers,screening_question_answers.question,job,credited_to,current_stage
|
|
1057
|
+
name: OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
1058
|
+
- value: >-
|
|
1059
|
+
offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
1060
|
+
name: >-
|
|
1061
|
+
OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
1062
|
+
- value: >-
|
|
1063
|
+
offers,screening_question_answers.question,job,credited_to,reject_reason
|
|
1064
|
+
name: OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
1065
|
+
- value: offers,screening_question_answers.question,job,current_stage
|
|
1066
|
+
name: OffersScreeningQuestionAnswersQuestionJobCurrentStage
|
|
1067
|
+
- value: >-
|
|
1068
|
+
offers,screening_question_answers.question,job,current_stage,reject_reason
|
|
1069
|
+
name: OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
1070
|
+
- value: offers,screening_question_answers.question,job,reject_reason
|
|
1071
|
+
name: OffersScreeningQuestionAnswersQuestionJobRejectReason
|
|
1072
|
+
- value: offers,screening_question_answers.question,reject_reason
|
|
1073
|
+
name: OffersScreeningQuestionAnswersQuestionRejectReason
|
|
1074
|
+
- reject_reason
|
|
1075
|
+
- screening_question_answers
|
|
1076
|
+
- value: screening_question_answers,candidate
|
|
1077
|
+
name: ScreeningQuestionAnswersCandidate
|
|
1078
|
+
- value: screening_question_answers,candidate,credited_to
|
|
1079
|
+
name: ScreeningQuestionAnswersCandidateCreditedTo
|
|
1080
|
+
- value: screening_question_answers,candidate,credited_to,current_stage
|
|
1081
|
+
name: ScreeningQuestionAnswersCandidateCreditedToCurrentStage
|
|
1082
|
+
- value: >-
|
|
1083
|
+
screening_question_answers,candidate,credited_to,current_stage,reject_reason
|
|
1084
|
+
name: ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
|
|
1085
|
+
- value: screening_question_answers,candidate,credited_to,reject_reason
|
|
1086
|
+
name: ScreeningQuestionAnswersCandidateCreditedToRejectReason
|
|
1087
|
+
- value: screening_question_answers,candidate,current_stage
|
|
1088
|
+
name: ScreeningQuestionAnswersCandidateCurrentStage
|
|
1089
|
+
- value: screening_question_answers,candidate,current_stage,reject_reason
|
|
1090
|
+
name: ScreeningQuestionAnswersCandidateCurrentStageRejectReason
|
|
1091
|
+
- value: screening_question_answers,candidate,job
|
|
1092
|
+
name: ScreeningQuestionAnswersCandidateJob
|
|
1093
|
+
- value: screening_question_answers,candidate,job,credited_to
|
|
1094
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedTo
|
|
1095
|
+
- value: screening_question_answers,candidate,job,credited_to,current_stage
|
|
1096
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
|
|
1097
|
+
- value: >-
|
|
1098
|
+
screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
|
|
1099
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
|
|
1100
|
+
- value: screening_question_answers,candidate,job,credited_to,reject_reason
|
|
1101
|
+
name: ScreeningQuestionAnswersCandidateJobCreditedToRejectReason
|
|
1102
|
+
- value: screening_question_answers,candidate,job,current_stage
|
|
1103
|
+
name: ScreeningQuestionAnswersCandidateJobCurrentStage
|
|
1104
|
+
- value: screening_question_answers,candidate,job,current_stage,reject_reason
|
|
1105
|
+
name: ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
|
|
1106
|
+
- value: screening_question_answers,candidate,job,reject_reason
|
|
1107
|
+
name: ScreeningQuestionAnswersCandidateJobRejectReason
|
|
1108
|
+
- value: screening_question_answers,candidate,reject_reason
|
|
1109
|
+
name: ScreeningQuestionAnswersCandidateRejectReason
|
|
1110
|
+
- value: screening_question_answers,credited_to
|
|
1111
|
+
name: ScreeningQuestionAnswersCreditedTo
|
|
1112
|
+
- value: screening_question_answers,credited_to,current_stage
|
|
1113
|
+
name: ScreeningQuestionAnswersCreditedToCurrentStage
|
|
1114
|
+
- value: screening_question_answers,credited_to,current_stage,reject_reason
|
|
1115
|
+
name: ScreeningQuestionAnswersCreditedToCurrentStageRejectReason
|
|
1116
|
+
- value: screening_question_answers,credited_to,reject_reason
|
|
1117
|
+
name: ScreeningQuestionAnswersCreditedToRejectReason
|
|
1118
|
+
- value: screening_question_answers,current_stage
|
|
1119
|
+
name: ScreeningQuestionAnswersCurrentStage
|
|
1120
|
+
- value: screening_question_answers,current_stage,reject_reason
|
|
1121
|
+
name: ScreeningQuestionAnswersCurrentStageRejectReason
|
|
1122
|
+
- value: screening_question_answers,job
|
|
1123
|
+
name: ScreeningQuestionAnswersJob
|
|
1124
|
+
- value: screening_question_answers,job,credited_to
|
|
1125
|
+
name: ScreeningQuestionAnswersJobCreditedTo
|
|
1126
|
+
- value: screening_question_answers,job,credited_to,current_stage
|
|
1127
|
+
name: ScreeningQuestionAnswersJobCreditedToCurrentStage
|
|
1128
|
+
- value: screening_question_answers,job,credited_to,current_stage,reject_reason
|
|
1129
|
+
name: ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
|
|
1130
|
+
- value: screening_question_answers,job,credited_to,reject_reason
|
|
1131
|
+
name: ScreeningQuestionAnswersJobCreditedToRejectReason
|
|
1132
|
+
- value: screening_question_answers,job,current_stage
|
|
1133
|
+
name: ScreeningQuestionAnswersJobCurrentStage
|
|
1134
|
+
- value: screening_question_answers,job,current_stage,reject_reason
|
|
1135
|
+
name: ScreeningQuestionAnswersJobCurrentStageRejectReason
|
|
1136
|
+
- value: screening_question_answers,job,reject_reason
|
|
1137
|
+
name: ScreeningQuestionAnswersJobRejectReason
|
|
1138
|
+
- value: screening_question_answers,reject_reason
|
|
1139
|
+
name: ScreeningQuestionAnswersRejectReason
|
|
1140
|
+
- value: screening_question_answers,screening_question_answers.question
|
|
1141
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestion
|
|
1142
|
+
- value: >-
|
|
1143
|
+
screening_question_answers,screening_question_answers.question,candidate
|
|
1144
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
|
|
1145
|
+
- value: >-
|
|
1146
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to
|
|
1147
|
+
name: >-
|
|
1148
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
1149
|
+
- value: >-
|
|
1150
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
|
|
1151
|
+
name: >-
|
|
1152
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
1153
|
+
- value: >-
|
|
1154
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
1155
|
+
name: >-
|
|
1156
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
1157
|
+
- value: >-
|
|
1158
|
+
screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
|
|
1159
|
+
name: >-
|
|
1160
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
1161
|
+
- value: >-
|
|
1162
|
+
screening_question_answers,screening_question_answers.question,candidate,current_stage
|
|
1163
|
+
name: >-
|
|
1164
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
1165
|
+
- value: >-
|
|
1166
|
+
screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
|
|
1167
|
+
name: >-
|
|
1168
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
1169
|
+
- value: >-
|
|
1170
|
+
screening_question_answers,screening_question_answers.question,candidate,job
|
|
1171
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
|
|
1172
|
+
- value: >-
|
|
1173
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to
|
|
1174
|
+
name: >-
|
|
1175
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
1176
|
+
- value: >-
|
|
1177
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
1178
|
+
name: >-
|
|
1179
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
1180
|
+
- value: >-
|
|
1181
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
1182
|
+
name: >-
|
|
1183
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
1184
|
+
- value: >-
|
|
1185
|
+
screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
1186
|
+
name: >-
|
|
1187
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
1188
|
+
- value: >-
|
|
1189
|
+
screening_question_answers,screening_question_answers.question,candidate,job,current_stage
|
|
1190
|
+
name: >-
|
|
1191
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
1192
|
+
- value: >-
|
|
1193
|
+
screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
1194
|
+
name: >-
|
|
1195
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
1196
|
+
- value: >-
|
|
1197
|
+
screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
|
|
1198
|
+
name: >-
|
|
1199
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
1200
|
+
- value: >-
|
|
1201
|
+
screening_question_answers,screening_question_answers.question,candidate,reject_reason
|
|
1202
|
+
name: >-
|
|
1203
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
1204
|
+
- value: >-
|
|
1205
|
+
screening_question_answers,screening_question_answers.question,credited_to
|
|
1206
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
|
|
1207
|
+
- value: >-
|
|
1208
|
+
screening_question_answers,screening_question_answers.question,credited_to,current_stage
|
|
1209
|
+
name: >-
|
|
1210
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
1211
|
+
- value: >-
|
|
1212
|
+
screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
1213
|
+
name: >-
|
|
1214
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
1215
|
+
- value: >-
|
|
1216
|
+
screening_question_answers,screening_question_answers.question,credited_to,reject_reason
|
|
1217
|
+
name: >-
|
|
1218
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
1219
|
+
- value: >-
|
|
1220
|
+
screening_question_answers,screening_question_answers.question,current_stage
|
|
1221
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
|
|
1222
|
+
- value: >-
|
|
1223
|
+
screening_question_answers,screening_question_answers.question,current_stage,reject_reason
|
|
1224
|
+
name: >-
|
|
1225
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
1226
|
+
- value: screening_question_answers,screening_question_answers.question,job
|
|
1227
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
|
|
1228
|
+
- value: >-
|
|
1229
|
+
screening_question_answers,screening_question_answers.question,job,credited_to
|
|
1230
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
|
|
1231
|
+
- value: >-
|
|
1232
|
+
screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
|
|
1233
|
+
name: >-
|
|
1234
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
1235
|
+
- value: >-
|
|
1236
|
+
screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
1237
|
+
name: >-
|
|
1238
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
1239
|
+
- value: >-
|
|
1240
|
+
screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
|
|
1241
|
+
name: >-
|
|
1242
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
1243
|
+
- value: >-
|
|
1244
|
+
screening_question_answers,screening_question_answers.question,job,current_stage
|
|
1245
|
+
name: >-
|
|
1246
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
|
|
1247
|
+
- value: >-
|
|
1248
|
+
screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
|
|
1249
|
+
name: >-
|
|
1250
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
1251
|
+
- value: >-
|
|
1252
|
+
screening_question_answers,screening_question_answers.question,job,reject_reason
|
|
1253
|
+
name: >-
|
|
1254
|
+
ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
|
|
1255
|
+
- value: >-
|
|
1256
|
+
screening_question_answers,screening_question_answers.question,reject_reason
|
|
1257
|
+
name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
|
|
1258
|
+
- value: screening_question_answers.question
|
|
1259
|
+
name: ScreeningQuestionAnswersQuestion
|
|
1260
|
+
- value: screening_question_answers.question,candidate
|
|
1261
|
+
name: ScreeningQuestionAnswersQuestionCandidate
|
|
1262
|
+
- value: screening_question_answers.question,candidate,credited_to
|
|
1263
|
+
name: ScreeningQuestionAnswersQuestionCandidateCreditedTo
|
|
1264
|
+
- value: >-
|
|
1265
|
+
screening_question_answers.question,candidate,credited_to,current_stage
|
|
1266
|
+
name: ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
|
|
1267
|
+
- value: >-
|
|
1268
|
+
screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
|
|
1269
|
+
name: >-
|
|
1270
|
+
ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
|
|
1271
|
+
- value: >-
|
|
1272
|
+
screening_question_answers.question,candidate,credited_to,reject_reason
|
|
1273
|
+
name: ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
|
|
1274
|
+
- value: screening_question_answers.question,candidate,current_stage
|
|
1275
|
+
name: ScreeningQuestionAnswersQuestionCandidateCurrentStage
|
|
1276
|
+
- value: >-
|
|
1277
|
+
screening_question_answers.question,candidate,current_stage,reject_reason
|
|
1278
|
+
name: ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
|
|
1279
|
+
- value: screening_question_answers.question,candidate,job
|
|
1280
|
+
name: ScreeningQuestionAnswersQuestionCandidateJob
|
|
1281
|
+
- value: screening_question_answers.question,candidate,job,credited_to
|
|
1282
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCreditedTo
|
|
1283
|
+
- value: >-
|
|
1284
|
+
screening_question_answers.question,candidate,job,credited_to,current_stage
|
|
1285
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
|
|
1286
|
+
- value: >-
|
|
1287
|
+
screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
|
|
1288
|
+
name: >-
|
|
1289
|
+
ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
|
|
1290
|
+
- value: >-
|
|
1291
|
+
screening_question_answers.question,candidate,job,credited_to,reject_reason
|
|
1292
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
|
|
1293
|
+
- value: screening_question_answers.question,candidate,job,current_stage
|
|
1294
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStage
|
|
1295
|
+
- value: >-
|
|
1296
|
+
screening_question_answers.question,candidate,job,current_stage,reject_reason
|
|
1297
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
|
|
1298
|
+
- value: screening_question_answers.question,candidate,job,reject_reason
|
|
1299
|
+
name: ScreeningQuestionAnswersQuestionCandidateJobRejectReason
|
|
1300
|
+
- value: screening_question_answers.question,candidate,reject_reason
|
|
1301
|
+
name: ScreeningQuestionAnswersQuestionCandidateRejectReason
|
|
1302
|
+
- value: screening_question_answers.question,credited_to
|
|
1303
|
+
name: ScreeningQuestionAnswersQuestionCreditedTo
|
|
1304
|
+
- value: screening_question_answers.question,credited_to,current_stage
|
|
1305
|
+
name: ScreeningQuestionAnswersQuestionCreditedToCurrentStage
|
|
1306
|
+
- value: >-
|
|
1307
|
+
screening_question_answers.question,credited_to,current_stage,reject_reason
|
|
1308
|
+
name: ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
|
|
1309
|
+
- value: screening_question_answers.question,credited_to,reject_reason
|
|
1310
|
+
name: ScreeningQuestionAnswersQuestionCreditedToRejectReason
|
|
1311
|
+
- value: screening_question_answers.question,current_stage
|
|
1312
|
+
name: ScreeningQuestionAnswersQuestionCurrentStage
|
|
1313
|
+
- value: screening_question_answers.question,current_stage,reject_reason
|
|
1314
|
+
name: ScreeningQuestionAnswersQuestionCurrentStageRejectReason
|
|
1315
|
+
- value: screening_question_answers.question,job
|
|
1316
|
+
name: ScreeningQuestionAnswersQuestionJob
|
|
1317
|
+
- value: screening_question_answers.question,job,credited_to
|
|
1318
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedTo
|
|
1319
|
+
- value: screening_question_answers.question,job,credited_to,current_stage
|
|
1320
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
|
|
1321
|
+
- value: >-
|
|
1322
|
+
screening_question_answers.question,job,credited_to,current_stage,reject_reason
|
|
1323
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
|
|
1324
|
+
- value: screening_question_answers.question,job,credited_to,reject_reason
|
|
1325
|
+
name: ScreeningQuestionAnswersQuestionJobCreditedToRejectReason
|
|
1326
|
+
- value: screening_question_answers.question,job,current_stage
|
|
1327
|
+
name: ScreeningQuestionAnswersQuestionJobCurrentStage
|
|
1328
|
+
- value: screening_question_answers.question,job,current_stage,reject_reason
|
|
1329
|
+
name: ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
|
|
1330
|
+
- value: screening_question_answers.question,job,reject_reason
|
|
1331
|
+
name: ScreeningQuestionAnswersQuestionJobRejectReason
|
|
1332
|
+
- value: screening_question_answers.question,reject_reason
|
|
1333
|
+
name: ScreeningQuestionAnswersQuestionRejectReason
|
|
1334
|
+
source:
|
|
1335
|
+
openapi: openapi/openapi.yml
|
|
1336
|
+
imports:
|
|
1337
|
+
root: __package__.yml
|
|
1338
|
+
service:
|
|
1339
|
+
auth: false
|
|
1340
|
+
base-path: ''
|
|
1341
|
+
endpoints:
|
|
1342
|
+
list:
|
|
1343
|
+
path: /ats/v1/applications
|
|
1344
|
+
method: GET
|
|
1345
|
+
auth: true
|
|
1346
|
+
docs: Returns a list of `Application` objects.
|
|
1347
|
+
source:
|
|
1348
|
+
openapi: openapi/openapi.yml
|
|
1349
|
+
request:
|
|
1350
|
+
name: ApplicationsListRequest
|
|
1351
|
+
query-parameters:
|
|
1352
|
+
candidate_id:
|
|
1353
|
+
type: optional<string>
|
|
1354
|
+
docs: If provided, will only return applications for this candidate.
|
|
1355
|
+
created_after:
|
|
1356
|
+
type: optional<datetime>
|
|
1357
|
+
docs: If provided, will only return objects created after this datetime.
|
|
1358
|
+
created_before:
|
|
1359
|
+
type: optional<datetime>
|
|
1360
|
+
docs: >-
|
|
1361
|
+
If provided, will only return objects created before this
|
|
1362
|
+
datetime.
|
|
1363
|
+
credited_to_id:
|
|
1364
|
+
type: optional<string>
|
|
1365
|
+
docs: If provided, will only return applications credited to this user.
|
|
1366
|
+
current_stage_id:
|
|
1367
|
+
type: optional<string>
|
|
1368
|
+
docs: >-
|
|
1369
|
+
If provided, will only return applications at this interview
|
|
1370
|
+
stage.
|
|
1371
|
+
cursor:
|
|
1372
|
+
type: optional<string>
|
|
1373
|
+
docs: The pagination cursor value.
|
|
1374
|
+
expand:
|
|
1375
|
+
type: optional<ApplicationsListRequestExpand>
|
|
1376
|
+
docs: >-
|
|
1377
|
+
Which relations should be returned in expanded form. Multiple
|
|
1378
|
+
relation names should be comma separated without spaces.
|
|
1379
|
+
include_deleted_data:
|
|
1380
|
+
type: optional<boolean>
|
|
1381
|
+
docs: >-
|
|
1382
|
+
Indicates whether or not this object has been deleted in the third
|
|
1383
|
+
party platform. Full coverage deletion detection is a premium
|
|
1384
|
+
add-on. Native deletion detection is offered for free with limited
|
|
1385
|
+
coverage. [Learn
|
|
1386
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
1387
|
+
include_remote_data:
|
|
1388
|
+
type: optional<boolean>
|
|
1389
|
+
docs: >-
|
|
1390
|
+
Whether to include the original data Merge fetched from the
|
|
1391
|
+
third-party to produce these models.
|
|
1392
|
+
include_shell_data:
|
|
1393
|
+
type: optional<boolean>
|
|
1394
|
+
docs: >-
|
|
1395
|
+
Whether to include shell records. Shell records are empty records
|
|
1396
|
+
(they may contain some metadata but all other fields are null).
|
|
1397
|
+
job_id:
|
|
1398
|
+
type: optional<string>
|
|
1399
|
+
docs: If provided, will only return applications for this job.
|
|
1400
|
+
modified_after:
|
|
1401
|
+
type: optional<datetime>
|
|
1402
|
+
docs: >-
|
|
1403
|
+
If provided, only objects synced by Merge after this date time
|
|
1404
|
+
will be returned.
|
|
1405
|
+
modified_before:
|
|
1406
|
+
type: optional<datetime>
|
|
1407
|
+
docs: >-
|
|
1408
|
+
If provided, only objects synced by Merge before this date time
|
|
1409
|
+
will be returned.
|
|
1410
|
+
page_size:
|
|
1411
|
+
type: optional<integer>
|
|
1412
|
+
docs: Number of results to return per page.
|
|
1413
|
+
reject_reason_id:
|
|
1414
|
+
type: optional<string>
|
|
1415
|
+
docs: >-
|
|
1416
|
+
If provided, will only return applications with this reject
|
|
1417
|
+
reason.
|
|
1418
|
+
remote_id:
|
|
1419
|
+
type: optional<string>
|
|
1420
|
+
docs: The API provider's ID for the given object.
|
|
1421
|
+
source:
|
|
1422
|
+
type: optional<string>
|
|
1423
|
+
docs: If provided, will only return applications with this source.
|
|
1424
|
+
response:
|
|
1425
|
+
docs: ''
|
|
1426
|
+
type: root.PaginatedApplicationList
|
|
1427
|
+
status-code: 200
|
|
1428
|
+
examples:
|
|
1429
|
+
- headers: {}
|
|
1430
|
+
response:
|
|
1431
|
+
body:
|
|
1432
|
+
next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
|
|
1433
|
+
previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
|
|
1434
|
+
results:
|
|
1435
|
+
- id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
|
|
1436
|
+
remote_id: '98796'
|
|
1437
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1438
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1439
|
+
candidate: candidate
|
|
1440
|
+
job: job
|
|
1441
|
+
applied_at: '2021-10-15T00:00:00Z'
|
|
1442
|
+
rejected_at: '2021-11-15T00:00:00Z'
|
|
1443
|
+
offers:
|
|
1444
|
+
- e9b5c11d-c588-468e-8567-cd6992e42b62
|
|
1445
|
+
source: Campus recruiting event
|
|
1446
|
+
credited_to: credited_to
|
|
1447
|
+
screening_question_answers:
|
|
1448
|
+
- screening_question_answers
|
|
1449
|
+
- screening_question_answers
|
|
1450
|
+
current_stage: current_stage
|
|
1451
|
+
reject_reason: reject_reason
|
|
1452
|
+
remote_was_deleted: true
|
|
1453
|
+
field_mappings:
|
|
1454
|
+
organization_defined_targets:
|
|
1455
|
+
custom_key: custom_value
|
|
1456
|
+
linked_account_defined_targets:
|
|
1457
|
+
custom_key: custom_value
|
|
1458
|
+
remote_data:
|
|
1459
|
+
- path: /candidacies
|
|
1460
|
+
data:
|
|
1461
|
+
- Varies by platform
|
|
1462
|
+
create:
|
|
1463
|
+
path: /ats/v1/applications
|
|
1464
|
+
method: POST
|
|
1465
|
+
auth: true
|
|
1466
|
+
docs: >
|
|
1467
|
+
Creates an `Application` object with the given values.
|
|
1468
|
+
|
|
1469
|
+
For certain integrations, but not all, our API detects duplicate
|
|
1470
|
+
candidates and will associate applications with existing records in the
|
|
1471
|
+
third-party. New candidates are created and automatically linked to the
|
|
1472
|
+
application.
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
See our [Help Center
|
|
1476
|
+
article](https://help.merge.dev/en/articles/10012366-updates-to-post-applications-oct-2024)
|
|
1477
|
+
for detailed support per integration.
|
|
1478
|
+
source:
|
|
1479
|
+
openapi: openapi/openapi.yml
|
|
1480
|
+
request:
|
|
1481
|
+
name: ApplicationEndpointRequest
|
|
1482
|
+
query-parameters:
|
|
1483
|
+
is_debug_mode:
|
|
1484
|
+
type: optional<boolean>
|
|
1485
|
+
docs: >-
|
|
1486
|
+
Whether to include debug fields (such as log file links) in the
|
|
1487
|
+
response.
|
|
1488
|
+
run_async:
|
|
1489
|
+
type: optional<boolean>
|
|
1490
|
+
docs: Whether or not third-party updates should be run asynchronously.
|
|
1491
|
+
body:
|
|
1492
|
+
properties:
|
|
1493
|
+
model: root.ApplicationRequest
|
|
1494
|
+
remote_user_id: string
|
|
1495
|
+
content-type: application/json
|
|
1496
|
+
response:
|
|
1497
|
+
docs: ''
|
|
1498
|
+
type: root.ApplicationResponse
|
|
1499
|
+
status-code: 201
|
|
1500
|
+
examples:
|
|
1501
|
+
- headers: {}
|
|
1502
|
+
request:
|
|
1503
|
+
model: {}
|
|
1504
|
+
remote_user_id: remote_user_id
|
|
1505
|
+
response:
|
|
1506
|
+
body:
|
|
1507
|
+
model:
|
|
1508
|
+
id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
|
|
1509
|
+
remote_id: '98796'
|
|
1510
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1511
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1512
|
+
candidate: candidate
|
|
1513
|
+
job: job
|
|
1514
|
+
applied_at: '2021-10-15T00:00:00Z'
|
|
1515
|
+
rejected_at: '2021-11-15T00:00:00Z'
|
|
1516
|
+
offers:
|
|
1517
|
+
- e9b5c11d-c588-468e-8567-cd6992e42b62
|
|
1518
|
+
source: Campus recruiting event
|
|
1519
|
+
credited_to: credited_to
|
|
1520
|
+
screening_question_answers:
|
|
1521
|
+
- screening_question_answers
|
|
1522
|
+
- screening_question_answers
|
|
1523
|
+
current_stage: current_stage
|
|
1524
|
+
reject_reason: reject_reason
|
|
1525
|
+
remote_was_deleted: true
|
|
1526
|
+
field_mappings:
|
|
1527
|
+
organization_defined_targets:
|
|
1528
|
+
custom_key: custom_value
|
|
1529
|
+
linked_account_defined_targets:
|
|
1530
|
+
custom_key: custom_value
|
|
1531
|
+
remote_data:
|
|
1532
|
+
- path: /candidacies
|
|
1533
|
+
data:
|
|
1534
|
+
- Varies by platform
|
|
1535
|
+
warnings:
|
|
1536
|
+
- source:
|
|
1537
|
+
pointer: pointer
|
|
1538
|
+
title: Unrecognized Field
|
|
1539
|
+
detail: An unrecognized field, age, was passed in with request data.
|
|
1540
|
+
problem_type: UNRECOGNIZED_FIELD
|
|
1541
|
+
errors:
|
|
1542
|
+
- source:
|
|
1543
|
+
pointer: pointer
|
|
1544
|
+
title: Missing Required Field
|
|
1545
|
+
detail: custom_fields is a required field on model.
|
|
1546
|
+
problem_type: MISSING_REQUIRED_FIELD
|
|
1547
|
+
logs:
|
|
1548
|
+
- log_id: 99433219-8017-4acd-bb3c-ceb23d663832
|
|
1549
|
+
dashboard_view: >-
|
|
1550
|
+
https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
|
|
1551
|
+
log_summary:
|
|
1552
|
+
url: www.exampleintegration.com/api/v1/exampleapi
|
|
1553
|
+
method: POST
|
|
1554
|
+
status_code: 200
|
|
1555
|
+
retrieve:
|
|
1556
|
+
path: /ats/v1/applications/{id}
|
|
1557
|
+
method: GET
|
|
1558
|
+
auth: true
|
|
1559
|
+
docs: Returns an `Application` object with the given `id`.
|
|
1560
|
+
source:
|
|
1561
|
+
openapi: openapi/openapi.yml
|
|
1562
|
+
path-parameters:
|
|
1563
|
+
id: string
|
|
1564
|
+
request:
|
|
1565
|
+
name: ApplicationsRetrieveRequest
|
|
1566
|
+
query-parameters:
|
|
1567
|
+
expand:
|
|
1568
|
+
type: optional<ApplicationsRetrieveRequestExpand>
|
|
1569
|
+
docs: >-
|
|
1570
|
+
Which relations should be returned in expanded form. Multiple
|
|
1571
|
+
relation names should be comma separated without spaces.
|
|
1572
|
+
include_remote_data:
|
|
1573
|
+
type: optional<boolean>
|
|
1574
|
+
docs: >-
|
|
1575
|
+
Whether to include the original data Merge fetched from the
|
|
1576
|
+
third-party to produce these models.
|
|
1577
|
+
include_shell_data:
|
|
1578
|
+
type: optional<boolean>
|
|
1579
|
+
docs: >-
|
|
1580
|
+
Whether to include shell records. Shell records are empty records
|
|
1581
|
+
(they may contain some metadata but all other fields are null).
|
|
1582
|
+
response:
|
|
1583
|
+
docs: ''
|
|
1584
|
+
type: root.Application
|
|
1585
|
+
status-code: 200
|
|
1586
|
+
examples:
|
|
1587
|
+
- path-parameters:
|
|
1588
|
+
id: id
|
|
1589
|
+
headers: {}
|
|
1590
|
+
response:
|
|
1591
|
+
body:
|
|
1592
|
+
id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
|
|
1593
|
+
remote_id: '98796'
|
|
1594
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1595
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1596
|
+
candidate: candidate
|
|
1597
|
+
job: job
|
|
1598
|
+
applied_at: '2021-10-15T00:00:00Z'
|
|
1599
|
+
rejected_at: '2021-11-15T00:00:00Z'
|
|
1600
|
+
offers:
|
|
1601
|
+
- e9b5c11d-c588-468e-8567-cd6992e42b62
|
|
1602
|
+
source: Campus recruiting event
|
|
1603
|
+
credited_to: credited_to
|
|
1604
|
+
screening_question_answers:
|
|
1605
|
+
- screening_question_answers
|
|
1606
|
+
- screening_question_answers
|
|
1607
|
+
current_stage: current_stage
|
|
1608
|
+
reject_reason: reject_reason
|
|
1609
|
+
remote_was_deleted: true
|
|
1610
|
+
field_mappings:
|
|
1611
|
+
organization_defined_targets:
|
|
1612
|
+
custom_key: custom_value
|
|
1613
|
+
linked_account_defined_targets:
|
|
1614
|
+
custom_key: custom_value
|
|
1615
|
+
remote_data:
|
|
1616
|
+
- path: /candidacies
|
|
1617
|
+
data:
|
|
1618
|
+
- Varies by platform
|
|
1619
|
+
changeStageCreate:
|
|
1620
|
+
path: /ats/v1/applications/{id}/change-stage
|
|
1621
|
+
method: POST
|
|
1622
|
+
auth: true
|
|
1623
|
+
docs: Updates the `current_stage` field of an `Application` object
|
|
1624
|
+
source:
|
|
1625
|
+
openapi: openapi/openapi.yml
|
|
1626
|
+
path-parameters:
|
|
1627
|
+
id: string
|
|
1628
|
+
request:
|
|
1629
|
+
name: UpdateApplicationStageRequest
|
|
1630
|
+
query-parameters:
|
|
1631
|
+
is_debug_mode:
|
|
1632
|
+
type: optional<boolean>
|
|
1633
|
+
docs: >-
|
|
1634
|
+
Whether to include debug fields (such as log file links) in the
|
|
1635
|
+
response.
|
|
1636
|
+
run_async:
|
|
1637
|
+
type: optional<boolean>
|
|
1638
|
+
docs: Whether or not third-party updates should be run asynchronously.
|
|
1639
|
+
body:
|
|
1640
|
+
properties:
|
|
1641
|
+
job_interview_stage:
|
|
1642
|
+
type: optional<string>
|
|
1643
|
+
docs: The interview stage to move the application to.
|
|
1644
|
+
validation:
|
|
1645
|
+
format: uuid
|
|
1646
|
+
remote_user_id:
|
|
1647
|
+
type: optional<string>
|
|
1648
|
+
validation:
|
|
1649
|
+
minLength: 1
|
|
1650
|
+
content-type: application/json
|
|
1651
|
+
response:
|
|
1652
|
+
docs: ''
|
|
1653
|
+
type: root.ApplicationResponse
|
|
1654
|
+
status-code: 201
|
|
1655
|
+
examples:
|
|
1656
|
+
- path-parameters:
|
|
1657
|
+
id: id
|
|
1658
|
+
headers: {}
|
|
1659
|
+
request: {}
|
|
1660
|
+
response:
|
|
1661
|
+
body:
|
|
1662
|
+
model:
|
|
1663
|
+
id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
|
|
1664
|
+
remote_id: '98796'
|
|
1665
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1666
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1667
|
+
candidate: candidate
|
|
1668
|
+
job: job
|
|
1669
|
+
applied_at: '2021-10-15T00:00:00Z'
|
|
1670
|
+
rejected_at: '2021-11-15T00:00:00Z'
|
|
1671
|
+
offers:
|
|
1672
|
+
- e9b5c11d-c588-468e-8567-cd6992e42b62
|
|
1673
|
+
source: Campus recruiting event
|
|
1674
|
+
credited_to: credited_to
|
|
1675
|
+
screening_question_answers:
|
|
1676
|
+
- screening_question_answers
|
|
1677
|
+
- screening_question_answers
|
|
1678
|
+
current_stage: current_stage
|
|
1679
|
+
reject_reason: reject_reason
|
|
1680
|
+
remote_was_deleted: true
|
|
1681
|
+
field_mappings:
|
|
1682
|
+
organization_defined_targets:
|
|
1683
|
+
custom_key: custom_value
|
|
1684
|
+
linked_account_defined_targets:
|
|
1685
|
+
custom_key: custom_value
|
|
1686
|
+
remote_data:
|
|
1687
|
+
- path: /candidacies
|
|
1688
|
+
data:
|
|
1689
|
+
- Varies by platform
|
|
1690
|
+
warnings:
|
|
1691
|
+
- source:
|
|
1692
|
+
pointer: pointer
|
|
1693
|
+
title: Unrecognized Field
|
|
1694
|
+
detail: An unrecognized field, age, was passed in with request data.
|
|
1695
|
+
problem_type: UNRECOGNIZED_FIELD
|
|
1696
|
+
errors:
|
|
1697
|
+
- source:
|
|
1698
|
+
pointer: pointer
|
|
1699
|
+
title: Missing Required Field
|
|
1700
|
+
detail: custom_fields is a required field on model.
|
|
1701
|
+
problem_type: MISSING_REQUIRED_FIELD
|
|
1702
|
+
logs:
|
|
1703
|
+
- log_id: 99433219-8017-4acd-bb3c-ceb23d663832
|
|
1704
|
+
dashboard_view: >-
|
|
1705
|
+
https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
|
|
1706
|
+
log_summary:
|
|
1707
|
+
url: www.exampleintegration.com/api/v1/exampleapi
|
|
1708
|
+
method: POST
|
|
1709
|
+
status_code: 200
|
|
1710
|
+
metaPostRetrieve:
|
|
1711
|
+
path: /ats/v1/applications/meta/post
|
|
1712
|
+
method: GET
|
|
1713
|
+
auth: true
|
|
1714
|
+
docs: Returns metadata for `Application` POSTs.
|
|
1715
|
+
source:
|
|
1716
|
+
openapi: openapi/openapi.yml
|
|
1717
|
+
request:
|
|
1718
|
+
name: ApplicationsMetaPostRetrieveRequest
|
|
1719
|
+
query-parameters:
|
|
1720
|
+
application_remote_template_id:
|
|
1721
|
+
type: optional<string>
|
|
1722
|
+
docs: >-
|
|
1723
|
+
The template ID associated with the nested application in the
|
|
1724
|
+
request.
|
|
1725
|
+
response:
|
|
1726
|
+
docs: ''
|
|
1727
|
+
type: root.MetaResponse
|
|
1728
|
+
status-code: 200
|
|
1729
|
+
examples:
|
|
1730
|
+
- headers: {}
|
|
1731
|
+
response:
|
|
1732
|
+
body:
|
|
1733
|
+
request_schema:
|
|
1734
|
+
type: object
|
|
1735
|
+
properties:
|
|
1736
|
+
model:
|
|
1737
|
+
type: object
|
|
1738
|
+
required:
|
|
1739
|
+
- last_name
|
|
1740
|
+
- first_name
|
|
1741
|
+
- merge_categories
|
|
1742
|
+
- new_york_city_neighborhood
|
|
1743
|
+
- favorite_tv_shows
|
|
1744
|
+
- favorite_watch
|
|
1745
|
+
properties:
|
|
1746
|
+
email_addresses:
|
|
1747
|
+
type: array
|
|
1748
|
+
items:
|
|
1749
|
+
type: object
|
|
1750
|
+
properties:
|
|
1751
|
+
value:
|
|
1752
|
+
type: string
|
|
1753
|
+
title: value
|
|
1754
|
+
email_address_type:
|
|
1755
|
+
type: string
|
|
1756
|
+
title: email_address_type
|
|
1757
|
+
integration_params:
|
|
1758
|
+
type: object
|
|
1759
|
+
title: integration_params
|
|
1760
|
+
properties: {}
|
|
1761
|
+
linked_account_params:
|
|
1762
|
+
type: object
|
|
1763
|
+
title: linked_account_params
|
|
1764
|
+
properties: {}
|
|
1765
|
+
title: email_addresses
|
|
1766
|
+
description: Array of email_addresses objects
|
|
1767
|
+
urls:
|
|
1768
|
+
type: array
|
|
1769
|
+
items:
|
|
1770
|
+
type: object
|
|
1771
|
+
properties:
|
|
1772
|
+
value:
|
|
1773
|
+
type: string
|
|
1774
|
+
title: value
|
|
1775
|
+
url_type:
|
|
1776
|
+
type: string
|
|
1777
|
+
title: url_type
|
|
1778
|
+
integration_params:
|
|
1779
|
+
type: object
|
|
1780
|
+
title: integration_params
|
|
1781
|
+
properties: {}
|
|
1782
|
+
linked_account_params:
|
|
1783
|
+
type: object
|
|
1784
|
+
title: linked_account_params
|
|
1785
|
+
properties: {}
|
|
1786
|
+
title: urls
|
|
1787
|
+
description: Array of urls objects
|
|
1788
|
+
first_name:
|
|
1789
|
+
type: string
|
|
1790
|
+
title: first_name
|
|
1791
|
+
description: The first name.
|
|
1792
|
+
last_name:
|
|
1793
|
+
type: string
|
|
1794
|
+
title: last_name
|
|
1795
|
+
description: The last name.
|
|
1796
|
+
phone_numbers:
|
|
1797
|
+
type: array
|
|
1798
|
+
items:
|
|
1799
|
+
type: object
|
|
1800
|
+
properties:
|
|
1801
|
+
value:
|
|
1802
|
+
type: string
|
|
1803
|
+
title: value
|
|
1804
|
+
phone_number_type:
|
|
1805
|
+
type: string
|
|
1806
|
+
title: phone_number_type
|
|
1807
|
+
integration_params:
|
|
1808
|
+
type: object
|
|
1809
|
+
title: integration_params
|
|
1810
|
+
properties: {}
|
|
1811
|
+
linked_account_params:
|
|
1812
|
+
type: object
|
|
1813
|
+
title: linked_account_params
|
|
1814
|
+
properties: {}
|
|
1815
|
+
title: phone_numbers
|
|
1816
|
+
description: Array of phone_numbers objects
|
|
1817
|
+
tags:
|
|
1818
|
+
type: array
|
|
1819
|
+
items:
|
|
1820
|
+
type: string
|
|
1821
|
+
format: uuid
|
|
1822
|
+
title: tags
|
|
1823
|
+
description: Array of tags names
|
|
1824
|
+
attachments:
|
|
1825
|
+
type: array
|
|
1826
|
+
items:
|
|
1827
|
+
type: object
|
|
1828
|
+
properties:
|
|
1829
|
+
id:
|
|
1830
|
+
type: string
|
|
1831
|
+
title: id
|
|
1832
|
+
file_url:
|
|
1833
|
+
type: string
|
|
1834
|
+
title: file_url
|
|
1835
|
+
file_name:
|
|
1836
|
+
type: string
|
|
1837
|
+
title: file_name
|
|
1838
|
+
attachment_type:
|
|
1839
|
+
type: string
|
|
1840
|
+
title: attachment_type
|
|
1841
|
+
integration_params:
|
|
1842
|
+
type: object
|
|
1843
|
+
title: integration_params
|
|
1844
|
+
properties: {}
|
|
1845
|
+
linked_account_params:
|
|
1846
|
+
type: object
|
|
1847
|
+
title: linked_account_params
|
|
1848
|
+
properties: {}
|
|
1849
|
+
title: attachments
|
|
1850
|
+
description: 'Array of attachments objects '
|
|
1851
|
+
merge_categories:
|
|
1852
|
+
type: array
|
|
1853
|
+
categories:
|
|
1854
|
+
type: string
|
|
1855
|
+
enum:
|
|
1856
|
+
- HRIS
|
|
1857
|
+
- ATS
|
|
1858
|
+
- Accounting
|
|
1859
|
+
- Ticketing
|
|
1860
|
+
- File Storage
|
|
1861
|
+
- CRM
|
|
1862
|
+
- Marketing Automation
|
|
1863
|
+
enum_information:
|
|
1864
|
+
- value: HRIS
|
|
1865
|
+
description: Merge HRIS Category
|
|
1866
|
+
- value: ATS
|
|
1867
|
+
description: Merge ATS Category
|
|
1868
|
+
- value: Accounting
|
|
1869
|
+
description: Merge Accounting Category
|
|
1870
|
+
- value: Ticketing
|
|
1871
|
+
description: Merge Ticketing Category
|
|
1872
|
+
- value: File Storage
|
|
1873
|
+
description: Merge File Storage Category
|
|
1874
|
+
- value: CRM
|
|
1875
|
+
description: Merge CRM Category
|
|
1876
|
+
- value: Marketing Automation
|
|
1877
|
+
description: Merge Marketing Automation Category
|
|
1878
|
+
title: Merge Categories
|
|
1879
|
+
description: Array of Merge's Unified API Categories
|
|
1880
|
+
new_york_city_neighborhood:
|
|
1881
|
+
type: string
|
|
1882
|
+
title: Borough
|
|
1883
|
+
description: One of the 5 Boroughs of New York City
|
|
1884
|
+
favorite_tv_shows:
|
|
1885
|
+
type: array
|
|
1886
|
+
items:
|
|
1887
|
+
type: string
|
|
1888
|
+
format: uuid
|
|
1889
|
+
title: Favorite TV Shows
|
|
1890
|
+
description: Array of TV Show objects on merge.tv_shows
|
|
1891
|
+
favorite_watch:
|
|
1892
|
+
type: string
|
|
1893
|
+
title: Favorite Watch
|
|
1894
|
+
description: Favorite watch of all time
|
|
1895
|
+
remote_field_classes:
|
|
1896
|
+
key: value
|
|
1897
|
+
status:
|
|
1898
|
+
linked_account_status: linked_account_status
|
|
1899
|
+
can_make_request: true
|
|
1900
|
+
has_conditional_params: true
|
|
1901
|
+
has_required_linked_account_params: true
|
|
1902
|
+
source:
|
|
1903
|
+
openapi: openapi/openapi.yml
|