@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,1787 @@
|
|
|
1
|
+
types:
|
|
2
|
+
EmployeesListRequestEmploymentStatus:
|
|
3
|
+
enum:
|
|
4
|
+
- ACTIVE
|
|
5
|
+
- INACTIVE
|
|
6
|
+
- PENDING
|
|
7
|
+
source:
|
|
8
|
+
openapi: openapi/openapi.yml
|
|
9
|
+
EmployeesListRequestExpand:
|
|
10
|
+
enum:
|
|
11
|
+
- company
|
|
12
|
+
- value: company,pay_group
|
|
13
|
+
name: CompanyPayGroup
|
|
14
|
+
- employments
|
|
15
|
+
- value: employments,company
|
|
16
|
+
name: EmploymentsCompany
|
|
17
|
+
- value: employments,company,pay_group
|
|
18
|
+
name: EmploymentsCompanyPayGroup
|
|
19
|
+
- value: employments,groups
|
|
20
|
+
name: EmploymentsGroups
|
|
21
|
+
- value: employments,groups,company
|
|
22
|
+
name: EmploymentsGroupsCompany
|
|
23
|
+
- value: employments,groups,company,pay_group
|
|
24
|
+
name: EmploymentsGroupsCompanyPayGroup
|
|
25
|
+
- value: employments,groups,home_location
|
|
26
|
+
name: EmploymentsGroupsHomeLocation
|
|
27
|
+
- value: employments,groups,home_location,company
|
|
28
|
+
name: EmploymentsGroupsHomeLocationCompany
|
|
29
|
+
- value: employments,groups,home_location,company,pay_group
|
|
30
|
+
name: EmploymentsGroupsHomeLocationCompanyPayGroup
|
|
31
|
+
- value: employments,groups,home_location,manager
|
|
32
|
+
name: EmploymentsGroupsHomeLocationManager
|
|
33
|
+
- value: employments,groups,home_location,manager,company
|
|
34
|
+
name: EmploymentsGroupsHomeLocationManagerCompany
|
|
35
|
+
- value: employments,groups,home_location,manager,company,pay_group
|
|
36
|
+
name: EmploymentsGroupsHomeLocationManagerCompanyPayGroup
|
|
37
|
+
- value: employments,groups,home_location,manager,pay_group
|
|
38
|
+
name: EmploymentsGroupsHomeLocationManagerPayGroup
|
|
39
|
+
- value: employments,groups,home_location,manager,team
|
|
40
|
+
name: EmploymentsGroupsHomeLocationManagerTeam
|
|
41
|
+
- value: employments,groups,home_location,manager,team,company
|
|
42
|
+
name: EmploymentsGroupsHomeLocationManagerTeamCompany
|
|
43
|
+
- value: employments,groups,home_location,manager,team,company,pay_group
|
|
44
|
+
name: EmploymentsGroupsHomeLocationManagerTeamCompanyPayGroup
|
|
45
|
+
- value: employments,groups,home_location,manager,team,pay_group
|
|
46
|
+
name: EmploymentsGroupsHomeLocationManagerTeamPayGroup
|
|
47
|
+
- value: employments,groups,home_location,pay_group
|
|
48
|
+
name: EmploymentsGroupsHomeLocationPayGroup
|
|
49
|
+
- value: employments,groups,home_location,team
|
|
50
|
+
name: EmploymentsGroupsHomeLocationTeam
|
|
51
|
+
- value: employments,groups,home_location,team,company
|
|
52
|
+
name: EmploymentsGroupsHomeLocationTeamCompany
|
|
53
|
+
- value: employments,groups,home_location,team,company,pay_group
|
|
54
|
+
name: EmploymentsGroupsHomeLocationTeamCompanyPayGroup
|
|
55
|
+
- value: employments,groups,home_location,team,pay_group
|
|
56
|
+
name: EmploymentsGroupsHomeLocationTeamPayGroup
|
|
57
|
+
- value: employments,groups,home_location,work_location
|
|
58
|
+
name: EmploymentsGroupsHomeLocationWorkLocation
|
|
59
|
+
- value: employments,groups,home_location,work_location,company
|
|
60
|
+
name: EmploymentsGroupsHomeLocationWorkLocationCompany
|
|
61
|
+
- value: employments,groups,home_location,work_location,company,pay_group
|
|
62
|
+
name: EmploymentsGroupsHomeLocationWorkLocationCompanyPayGroup
|
|
63
|
+
- value: employments,groups,home_location,work_location,manager
|
|
64
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManager
|
|
65
|
+
- value: employments,groups,home_location,work_location,manager,company
|
|
66
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerCompany
|
|
67
|
+
- value: >-
|
|
68
|
+
employments,groups,home_location,work_location,manager,company,pay_group
|
|
69
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerCompanyPayGroup
|
|
70
|
+
- value: employments,groups,home_location,work_location,manager,pay_group
|
|
71
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerPayGroup
|
|
72
|
+
- value: employments,groups,home_location,work_location,manager,team
|
|
73
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeam
|
|
74
|
+
- value: employments,groups,home_location,work_location,manager,team,company
|
|
75
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeamCompany
|
|
76
|
+
- value: >-
|
|
77
|
+
employments,groups,home_location,work_location,manager,team,company,pay_group
|
|
78
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
79
|
+
- value: employments,groups,home_location,work_location,manager,team,pay_group
|
|
80
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeamPayGroup
|
|
81
|
+
- value: employments,groups,home_location,work_location,pay_group
|
|
82
|
+
name: EmploymentsGroupsHomeLocationWorkLocationPayGroup
|
|
83
|
+
- value: employments,groups,home_location,work_location,team
|
|
84
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeam
|
|
85
|
+
- value: employments,groups,home_location,work_location,team,company
|
|
86
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeamCompany
|
|
87
|
+
- value: employments,groups,home_location,work_location,team,company,pay_group
|
|
88
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeamCompanyPayGroup
|
|
89
|
+
- value: employments,groups,home_location,work_location,team,pay_group
|
|
90
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeamPayGroup
|
|
91
|
+
- value: employments,groups,manager
|
|
92
|
+
name: EmploymentsGroupsManager
|
|
93
|
+
- value: employments,groups,manager,company
|
|
94
|
+
name: EmploymentsGroupsManagerCompany
|
|
95
|
+
- value: employments,groups,manager,company,pay_group
|
|
96
|
+
name: EmploymentsGroupsManagerCompanyPayGroup
|
|
97
|
+
- value: employments,groups,manager,pay_group
|
|
98
|
+
name: EmploymentsGroupsManagerPayGroup
|
|
99
|
+
- value: employments,groups,manager,team
|
|
100
|
+
name: EmploymentsGroupsManagerTeam
|
|
101
|
+
- value: employments,groups,manager,team,company
|
|
102
|
+
name: EmploymentsGroupsManagerTeamCompany
|
|
103
|
+
- value: employments,groups,manager,team,company,pay_group
|
|
104
|
+
name: EmploymentsGroupsManagerTeamCompanyPayGroup
|
|
105
|
+
- value: employments,groups,manager,team,pay_group
|
|
106
|
+
name: EmploymentsGroupsManagerTeamPayGroup
|
|
107
|
+
- value: employments,groups,pay_group
|
|
108
|
+
name: EmploymentsGroupsPayGroup
|
|
109
|
+
- value: employments,groups,team
|
|
110
|
+
name: EmploymentsGroupsTeam
|
|
111
|
+
- value: employments,groups,team,company
|
|
112
|
+
name: EmploymentsGroupsTeamCompany
|
|
113
|
+
- value: employments,groups,team,company,pay_group
|
|
114
|
+
name: EmploymentsGroupsTeamCompanyPayGroup
|
|
115
|
+
- value: employments,groups,team,pay_group
|
|
116
|
+
name: EmploymentsGroupsTeamPayGroup
|
|
117
|
+
- value: employments,groups,work_location
|
|
118
|
+
name: EmploymentsGroupsWorkLocation
|
|
119
|
+
- value: employments,groups,work_location,company
|
|
120
|
+
name: EmploymentsGroupsWorkLocationCompany
|
|
121
|
+
- value: employments,groups,work_location,company,pay_group
|
|
122
|
+
name: EmploymentsGroupsWorkLocationCompanyPayGroup
|
|
123
|
+
- value: employments,groups,work_location,manager
|
|
124
|
+
name: EmploymentsGroupsWorkLocationManager
|
|
125
|
+
- value: employments,groups,work_location,manager,company
|
|
126
|
+
name: EmploymentsGroupsWorkLocationManagerCompany
|
|
127
|
+
- value: employments,groups,work_location,manager,company,pay_group
|
|
128
|
+
name: EmploymentsGroupsWorkLocationManagerCompanyPayGroup
|
|
129
|
+
- value: employments,groups,work_location,manager,pay_group
|
|
130
|
+
name: EmploymentsGroupsWorkLocationManagerPayGroup
|
|
131
|
+
- value: employments,groups,work_location,manager,team
|
|
132
|
+
name: EmploymentsGroupsWorkLocationManagerTeam
|
|
133
|
+
- value: employments,groups,work_location,manager,team,company
|
|
134
|
+
name: EmploymentsGroupsWorkLocationManagerTeamCompany
|
|
135
|
+
- value: employments,groups,work_location,manager,team,company,pay_group
|
|
136
|
+
name: EmploymentsGroupsWorkLocationManagerTeamCompanyPayGroup
|
|
137
|
+
- value: employments,groups,work_location,manager,team,pay_group
|
|
138
|
+
name: EmploymentsGroupsWorkLocationManagerTeamPayGroup
|
|
139
|
+
- value: employments,groups,work_location,pay_group
|
|
140
|
+
name: EmploymentsGroupsWorkLocationPayGroup
|
|
141
|
+
- value: employments,groups,work_location,team
|
|
142
|
+
name: EmploymentsGroupsWorkLocationTeam
|
|
143
|
+
- value: employments,groups,work_location,team,company
|
|
144
|
+
name: EmploymentsGroupsWorkLocationTeamCompany
|
|
145
|
+
- value: employments,groups,work_location,team,company,pay_group
|
|
146
|
+
name: EmploymentsGroupsWorkLocationTeamCompanyPayGroup
|
|
147
|
+
- value: employments,groups,work_location,team,pay_group
|
|
148
|
+
name: EmploymentsGroupsWorkLocationTeamPayGroup
|
|
149
|
+
- value: employments,home_location
|
|
150
|
+
name: EmploymentsHomeLocation
|
|
151
|
+
- value: employments,home_location,company
|
|
152
|
+
name: EmploymentsHomeLocationCompany
|
|
153
|
+
- value: employments,home_location,company,pay_group
|
|
154
|
+
name: EmploymentsHomeLocationCompanyPayGroup
|
|
155
|
+
- value: employments,home_location,manager
|
|
156
|
+
name: EmploymentsHomeLocationManager
|
|
157
|
+
- value: employments,home_location,manager,company
|
|
158
|
+
name: EmploymentsHomeLocationManagerCompany
|
|
159
|
+
- value: employments,home_location,manager,company,pay_group
|
|
160
|
+
name: EmploymentsHomeLocationManagerCompanyPayGroup
|
|
161
|
+
- value: employments,home_location,manager,pay_group
|
|
162
|
+
name: EmploymentsHomeLocationManagerPayGroup
|
|
163
|
+
- value: employments,home_location,manager,team
|
|
164
|
+
name: EmploymentsHomeLocationManagerTeam
|
|
165
|
+
- value: employments,home_location,manager,team,company
|
|
166
|
+
name: EmploymentsHomeLocationManagerTeamCompany
|
|
167
|
+
- value: employments,home_location,manager,team,company,pay_group
|
|
168
|
+
name: EmploymentsHomeLocationManagerTeamCompanyPayGroup
|
|
169
|
+
- value: employments,home_location,manager,team,pay_group
|
|
170
|
+
name: EmploymentsHomeLocationManagerTeamPayGroup
|
|
171
|
+
- value: employments,home_location,pay_group
|
|
172
|
+
name: EmploymentsHomeLocationPayGroup
|
|
173
|
+
- value: employments,home_location,team
|
|
174
|
+
name: EmploymentsHomeLocationTeam
|
|
175
|
+
- value: employments,home_location,team,company
|
|
176
|
+
name: EmploymentsHomeLocationTeamCompany
|
|
177
|
+
- value: employments,home_location,team,company,pay_group
|
|
178
|
+
name: EmploymentsHomeLocationTeamCompanyPayGroup
|
|
179
|
+
- value: employments,home_location,team,pay_group
|
|
180
|
+
name: EmploymentsHomeLocationTeamPayGroup
|
|
181
|
+
- value: employments,home_location,work_location
|
|
182
|
+
name: EmploymentsHomeLocationWorkLocation
|
|
183
|
+
- value: employments,home_location,work_location,company
|
|
184
|
+
name: EmploymentsHomeLocationWorkLocationCompany
|
|
185
|
+
- value: employments,home_location,work_location,company,pay_group
|
|
186
|
+
name: EmploymentsHomeLocationWorkLocationCompanyPayGroup
|
|
187
|
+
- value: employments,home_location,work_location,manager
|
|
188
|
+
name: EmploymentsHomeLocationWorkLocationManager
|
|
189
|
+
- value: employments,home_location,work_location,manager,company
|
|
190
|
+
name: EmploymentsHomeLocationWorkLocationManagerCompany
|
|
191
|
+
- value: employments,home_location,work_location,manager,company,pay_group
|
|
192
|
+
name: EmploymentsHomeLocationWorkLocationManagerCompanyPayGroup
|
|
193
|
+
- value: employments,home_location,work_location,manager,pay_group
|
|
194
|
+
name: EmploymentsHomeLocationWorkLocationManagerPayGroup
|
|
195
|
+
- value: employments,home_location,work_location,manager,team
|
|
196
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeam
|
|
197
|
+
- value: employments,home_location,work_location,manager,team,company
|
|
198
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeamCompany
|
|
199
|
+
- value: employments,home_location,work_location,manager,team,company,pay_group
|
|
200
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
201
|
+
- value: employments,home_location,work_location,manager,team,pay_group
|
|
202
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeamPayGroup
|
|
203
|
+
- value: employments,home_location,work_location,pay_group
|
|
204
|
+
name: EmploymentsHomeLocationWorkLocationPayGroup
|
|
205
|
+
- value: employments,home_location,work_location,team
|
|
206
|
+
name: EmploymentsHomeLocationWorkLocationTeam
|
|
207
|
+
- value: employments,home_location,work_location,team,company
|
|
208
|
+
name: EmploymentsHomeLocationWorkLocationTeamCompany
|
|
209
|
+
- value: employments,home_location,work_location,team,company,pay_group
|
|
210
|
+
name: EmploymentsHomeLocationWorkLocationTeamCompanyPayGroup
|
|
211
|
+
- value: employments,home_location,work_location,team,pay_group
|
|
212
|
+
name: EmploymentsHomeLocationWorkLocationTeamPayGroup
|
|
213
|
+
- value: employments,manager
|
|
214
|
+
name: EmploymentsManager
|
|
215
|
+
- value: employments,manager,company
|
|
216
|
+
name: EmploymentsManagerCompany
|
|
217
|
+
- value: employments,manager,company,pay_group
|
|
218
|
+
name: EmploymentsManagerCompanyPayGroup
|
|
219
|
+
- value: employments,manager,pay_group
|
|
220
|
+
name: EmploymentsManagerPayGroup
|
|
221
|
+
- value: employments,manager,team
|
|
222
|
+
name: EmploymentsManagerTeam
|
|
223
|
+
- value: employments,manager,team,company
|
|
224
|
+
name: EmploymentsManagerTeamCompany
|
|
225
|
+
- value: employments,manager,team,company,pay_group
|
|
226
|
+
name: EmploymentsManagerTeamCompanyPayGroup
|
|
227
|
+
- value: employments,manager,team,pay_group
|
|
228
|
+
name: EmploymentsManagerTeamPayGroup
|
|
229
|
+
- value: employments,pay_group
|
|
230
|
+
name: EmploymentsPayGroup
|
|
231
|
+
- value: employments,team
|
|
232
|
+
name: EmploymentsTeam
|
|
233
|
+
- value: employments,team,company
|
|
234
|
+
name: EmploymentsTeamCompany
|
|
235
|
+
- value: employments,team,company,pay_group
|
|
236
|
+
name: EmploymentsTeamCompanyPayGroup
|
|
237
|
+
- value: employments,team,pay_group
|
|
238
|
+
name: EmploymentsTeamPayGroup
|
|
239
|
+
- value: employments,work_location
|
|
240
|
+
name: EmploymentsWorkLocation
|
|
241
|
+
- value: employments,work_location,company
|
|
242
|
+
name: EmploymentsWorkLocationCompany
|
|
243
|
+
- value: employments,work_location,company,pay_group
|
|
244
|
+
name: EmploymentsWorkLocationCompanyPayGroup
|
|
245
|
+
- value: employments,work_location,manager
|
|
246
|
+
name: EmploymentsWorkLocationManager
|
|
247
|
+
- value: employments,work_location,manager,company
|
|
248
|
+
name: EmploymentsWorkLocationManagerCompany
|
|
249
|
+
- value: employments,work_location,manager,company,pay_group
|
|
250
|
+
name: EmploymentsWorkLocationManagerCompanyPayGroup
|
|
251
|
+
- value: employments,work_location,manager,pay_group
|
|
252
|
+
name: EmploymentsWorkLocationManagerPayGroup
|
|
253
|
+
- value: employments,work_location,manager,team
|
|
254
|
+
name: EmploymentsWorkLocationManagerTeam
|
|
255
|
+
- value: employments,work_location,manager,team,company
|
|
256
|
+
name: EmploymentsWorkLocationManagerTeamCompany
|
|
257
|
+
- value: employments,work_location,manager,team,company,pay_group
|
|
258
|
+
name: EmploymentsWorkLocationManagerTeamCompanyPayGroup
|
|
259
|
+
- value: employments,work_location,manager,team,pay_group
|
|
260
|
+
name: EmploymentsWorkLocationManagerTeamPayGroup
|
|
261
|
+
- value: employments,work_location,pay_group
|
|
262
|
+
name: EmploymentsWorkLocationPayGroup
|
|
263
|
+
- value: employments,work_location,team
|
|
264
|
+
name: EmploymentsWorkLocationTeam
|
|
265
|
+
- value: employments,work_location,team,company
|
|
266
|
+
name: EmploymentsWorkLocationTeamCompany
|
|
267
|
+
- value: employments,work_location,team,company,pay_group
|
|
268
|
+
name: EmploymentsWorkLocationTeamCompanyPayGroup
|
|
269
|
+
- value: employments,work_location,team,pay_group
|
|
270
|
+
name: EmploymentsWorkLocationTeamPayGroup
|
|
271
|
+
- groups
|
|
272
|
+
- value: groups,company
|
|
273
|
+
name: GroupsCompany
|
|
274
|
+
- value: groups,company,pay_group
|
|
275
|
+
name: GroupsCompanyPayGroup
|
|
276
|
+
- value: groups,home_location
|
|
277
|
+
name: GroupsHomeLocation
|
|
278
|
+
- value: groups,home_location,company
|
|
279
|
+
name: GroupsHomeLocationCompany
|
|
280
|
+
- value: groups,home_location,company,pay_group
|
|
281
|
+
name: GroupsHomeLocationCompanyPayGroup
|
|
282
|
+
- value: groups,home_location,manager
|
|
283
|
+
name: GroupsHomeLocationManager
|
|
284
|
+
- value: groups,home_location,manager,company
|
|
285
|
+
name: GroupsHomeLocationManagerCompany
|
|
286
|
+
- value: groups,home_location,manager,company,pay_group
|
|
287
|
+
name: GroupsHomeLocationManagerCompanyPayGroup
|
|
288
|
+
- value: groups,home_location,manager,pay_group
|
|
289
|
+
name: GroupsHomeLocationManagerPayGroup
|
|
290
|
+
- value: groups,home_location,manager,team
|
|
291
|
+
name: GroupsHomeLocationManagerTeam
|
|
292
|
+
- value: groups,home_location,manager,team,company
|
|
293
|
+
name: GroupsHomeLocationManagerTeamCompany
|
|
294
|
+
- value: groups,home_location,manager,team,company,pay_group
|
|
295
|
+
name: GroupsHomeLocationManagerTeamCompanyPayGroup
|
|
296
|
+
- value: groups,home_location,manager,team,pay_group
|
|
297
|
+
name: GroupsHomeLocationManagerTeamPayGroup
|
|
298
|
+
- value: groups,home_location,pay_group
|
|
299
|
+
name: GroupsHomeLocationPayGroup
|
|
300
|
+
- value: groups,home_location,team
|
|
301
|
+
name: GroupsHomeLocationTeam
|
|
302
|
+
- value: groups,home_location,team,company
|
|
303
|
+
name: GroupsHomeLocationTeamCompany
|
|
304
|
+
- value: groups,home_location,team,company,pay_group
|
|
305
|
+
name: GroupsHomeLocationTeamCompanyPayGroup
|
|
306
|
+
- value: groups,home_location,team,pay_group
|
|
307
|
+
name: GroupsHomeLocationTeamPayGroup
|
|
308
|
+
- value: groups,home_location,work_location
|
|
309
|
+
name: GroupsHomeLocationWorkLocation
|
|
310
|
+
- value: groups,home_location,work_location,company
|
|
311
|
+
name: GroupsHomeLocationWorkLocationCompany
|
|
312
|
+
- value: groups,home_location,work_location,company,pay_group
|
|
313
|
+
name: GroupsHomeLocationWorkLocationCompanyPayGroup
|
|
314
|
+
- value: groups,home_location,work_location,manager
|
|
315
|
+
name: GroupsHomeLocationWorkLocationManager
|
|
316
|
+
- value: groups,home_location,work_location,manager,company
|
|
317
|
+
name: GroupsHomeLocationWorkLocationManagerCompany
|
|
318
|
+
- value: groups,home_location,work_location,manager,company,pay_group
|
|
319
|
+
name: GroupsHomeLocationWorkLocationManagerCompanyPayGroup
|
|
320
|
+
- value: groups,home_location,work_location,manager,pay_group
|
|
321
|
+
name: GroupsHomeLocationWorkLocationManagerPayGroup
|
|
322
|
+
- value: groups,home_location,work_location,manager,team
|
|
323
|
+
name: GroupsHomeLocationWorkLocationManagerTeam
|
|
324
|
+
- value: groups,home_location,work_location,manager,team,company
|
|
325
|
+
name: GroupsHomeLocationWorkLocationManagerTeamCompany
|
|
326
|
+
- value: groups,home_location,work_location,manager,team,company,pay_group
|
|
327
|
+
name: GroupsHomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
328
|
+
- value: groups,home_location,work_location,manager,team,pay_group
|
|
329
|
+
name: GroupsHomeLocationWorkLocationManagerTeamPayGroup
|
|
330
|
+
- value: groups,home_location,work_location,pay_group
|
|
331
|
+
name: GroupsHomeLocationWorkLocationPayGroup
|
|
332
|
+
- value: groups,home_location,work_location,team
|
|
333
|
+
name: GroupsHomeLocationWorkLocationTeam
|
|
334
|
+
- value: groups,home_location,work_location,team,company
|
|
335
|
+
name: GroupsHomeLocationWorkLocationTeamCompany
|
|
336
|
+
- value: groups,home_location,work_location,team,company,pay_group
|
|
337
|
+
name: GroupsHomeLocationWorkLocationTeamCompanyPayGroup
|
|
338
|
+
- value: groups,home_location,work_location,team,pay_group
|
|
339
|
+
name: GroupsHomeLocationWorkLocationTeamPayGroup
|
|
340
|
+
- value: groups,manager
|
|
341
|
+
name: GroupsManager
|
|
342
|
+
- value: groups,manager,company
|
|
343
|
+
name: GroupsManagerCompany
|
|
344
|
+
- value: groups,manager,company,pay_group
|
|
345
|
+
name: GroupsManagerCompanyPayGroup
|
|
346
|
+
- value: groups,manager,pay_group
|
|
347
|
+
name: GroupsManagerPayGroup
|
|
348
|
+
- value: groups,manager,team
|
|
349
|
+
name: GroupsManagerTeam
|
|
350
|
+
- value: groups,manager,team,company
|
|
351
|
+
name: GroupsManagerTeamCompany
|
|
352
|
+
- value: groups,manager,team,company,pay_group
|
|
353
|
+
name: GroupsManagerTeamCompanyPayGroup
|
|
354
|
+
- value: groups,manager,team,pay_group
|
|
355
|
+
name: GroupsManagerTeamPayGroup
|
|
356
|
+
- value: groups,pay_group
|
|
357
|
+
name: GroupsPayGroup
|
|
358
|
+
- value: groups,team
|
|
359
|
+
name: GroupsTeam
|
|
360
|
+
- value: groups,team,company
|
|
361
|
+
name: GroupsTeamCompany
|
|
362
|
+
- value: groups,team,company,pay_group
|
|
363
|
+
name: GroupsTeamCompanyPayGroup
|
|
364
|
+
- value: groups,team,pay_group
|
|
365
|
+
name: GroupsTeamPayGroup
|
|
366
|
+
- value: groups,work_location
|
|
367
|
+
name: GroupsWorkLocation
|
|
368
|
+
- value: groups,work_location,company
|
|
369
|
+
name: GroupsWorkLocationCompany
|
|
370
|
+
- value: groups,work_location,company,pay_group
|
|
371
|
+
name: GroupsWorkLocationCompanyPayGroup
|
|
372
|
+
- value: groups,work_location,manager
|
|
373
|
+
name: GroupsWorkLocationManager
|
|
374
|
+
- value: groups,work_location,manager,company
|
|
375
|
+
name: GroupsWorkLocationManagerCompany
|
|
376
|
+
- value: groups,work_location,manager,company,pay_group
|
|
377
|
+
name: GroupsWorkLocationManagerCompanyPayGroup
|
|
378
|
+
- value: groups,work_location,manager,pay_group
|
|
379
|
+
name: GroupsWorkLocationManagerPayGroup
|
|
380
|
+
- value: groups,work_location,manager,team
|
|
381
|
+
name: GroupsWorkLocationManagerTeam
|
|
382
|
+
- value: groups,work_location,manager,team,company
|
|
383
|
+
name: GroupsWorkLocationManagerTeamCompany
|
|
384
|
+
- value: groups,work_location,manager,team,company,pay_group
|
|
385
|
+
name: GroupsWorkLocationManagerTeamCompanyPayGroup
|
|
386
|
+
- value: groups,work_location,manager,team,pay_group
|
|
387
|
+
name: GroupsWorkLocationManagerTeamPayGroup
|
|
388
|
+
- value: groups,work_location,pay_group
|
|
389
|
+
name: GroupsWorkLocationPayGroup
|
|
390
|
+
- value: groups,work_location,team
|
|
391
|
+
name: GroupsWorkLocationTeam
|
|
392
|
+
- value: groups,work_location,team,company
|
|
393
|
+
name: GroupsWorkLocationTeamCompany
|
|
394
|
+
- value: groups,work_location,team,company,pay_group
|
|
395
|
+
name: GroupsWorkLocationTeamCompanyPayGroup
|
|
396
|
+
- value: groups,work_location,team,pay_group
|
|
397
|
+
name: GroupsWorkLocationTeamPayGroup
|
|
398
|
+
- home_location
|
|
399
|
+
- value: home_location,company
|
|
400
|
+
name: HomeLocationCompany
|
|
401
|
+
- value: home_location,company,pay_group
|
|
402
|
+
name: HomeLocationCompanyPayGroup
|
|
403
|
+
- value: home_location,manager
|
|
404
|
+
name: HomeLocationManager
|
|
405
|
+
- value: home_location,manager,company
|
|
406
|
+
name: HomeLocationManagerCompany
|
|
407
|
+
- value: home_location,manager,company,pay_group
|
|
408
|
+
name: HomeLocationManagerCompanyPayGroup
|
|
409
|
+
- value: home_location,manager,pay_group
|
|
410
|
+
name: HomeLocationManagerPayGroup
|
|
411
|
+
- value: home_location,manager,team
|
|
412
|
+
name: HomeLocationManagerTeam
|
|
413
|
+
- value: home_location,manager,team,company
|
|
414
|
+
name: HomeLocationManagerTeamCompany
|
|
415
|
+
- value: home_location,manager,team,company,pay_group
|
|
416
|
+
name: HomeLocationManagerTeamCompanyPayGroup
|
|
417
|
+
- value: home_location,manager,team,pay_group
|
|
418
|
+
name: HomeLocationManagerTeamPayGroup
|
|
419
|
+
- value: home_location,pay_group
|
|
420
|
+
name: HomeLocationPayGroup
|
|
421
|
+
- value: home_location,team
|
|
422
|
+
name: HomeLocationTeam
|
|
423
|
+
- value: home_location,team,company
|
|
424
|
+
name: HomeLocationTeamCompany
|
|
425
|
+
- value: home_location,team,company,pay_group
|
|
426
|
+
name: HomeLocationTeamCompanyPayGroup
|
|
427
|
+
- value: home_location,team,pay_group
|
|
428
|
+
name: HomeLocationTeamPayGroup
|
|
429
|
+
- value: home_location,work_location
|
|
430
|
+
name: HomeLocationWorkLocation
|
|
431
|
+
- value: home_location,work_location,company
|
|
432
|
+
name: HomeLocationWorkLocationCompany
|
|
433
|
+
- value: home_location,work_location,company,pay_group
|
|
434
|
+
name: HomeLocationWorkLocationCompanyPayGroup
|
|
435
|
+
- value: home_location,work_location,manager
|
|
436
|
+
name: HomeLocationWorkLocationManager
|
|
437
|
+
- value: home_location,work_location,manager,company
|
|
438
|
+
name: HomeLocationWorkLocationManagerCompany
|
|
439
|
+
- value: home_location,work_location,manager,company,pay_group
|
|
440
|
+
name: HomeLocationWorkLocationManagerCompanyPayGroup
|
|
441
|
+
- value: home_location,work_location,manager,pay_group
|
|
442
|
+
name: HomeLocationWorkLocationManagerPayGroup
|
|
443
|
+
- value: home_location,work_location,manager,team
|
|
444
|
+
name: HomeLocationWorkLocationManagerTeam
|
|
445
|
+
- value: home_location,work_location,manager,team,company
|
|
446
|
+
name: HomeLocationWorkLocationManagerTeamCompany
|
|
447
|
+
- value: home_location,work_location,manager,team,company,pay_group
|
|
448
|
+
name: HomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
449
|
+
- value: home_location,work_location,manager,team,pay_group
|
|
450
|
+
name: HomeLocationWorkLocationManagerTeamPayGroup
|
|
451
|
+
- value: home_location,work_location,pay_group
|
|
452
|
+
name: HomeLocationWorkLocationPayGroup
|
|
453
|
+
- value: home_location,work_location,team
|
|
454
|
+
name: HomeLocationWorkLocationTeam
|
|
455
|
+
- value: home_location,work_location,team,company
|
|
456
|
+
name: HomeLocationWorkLocationTeamCompany
|
|
457
|
+
- value: home_location,work_location,team,company,pay_group
|
|
458
|
+
name: HomeLocationWorkLocationTeamCompanyPayGroup
|
|
459
|
+
- value: home_location,work_location,team,pay_group
|
|
460
|
+
name: HomeLocationWorkLocationTeamPayGroup
|
|
461
|
+
- manager
|
|
462
|
+
- value: manager,company
|
|
463
|
+
name: ManagerCompany
|
|
464
|
+
- value: manager,company,pay_group
|
|
465
|
+
name: ManagerCompanyPayGroup
|
|
466
|
+
- value: manager,pay_group
|
|
467
|
+
name: ManagerPayGroup
|
|
468
|
+
- value: manager,team
|
|
469
|
+
name: ManagerTeam
|
|
470
|
+
- value: manager,team,company
|
|
471
|
+
name: ManagerTeamCompany
|
|
472
|
+
- value: manager,team,company,pay_group
|
|
473
|
+
name: ManagerTeamCompanyPayGroup
|
|
474
|
+
- value: manager,team,pay_group
|
|
475
|
+
name: ManagerTeamPayGroup
|
|
476
|
+
- pay_group
|
|
477
|
+
- team
|
|
478
|
+
- value: team,company
|
|
479
|
+
name: TeamCompany
|
|
480
|
+
- value: team,company,pay_group
|
|
481
|
+
name: TeamCompanyPayGroup
|
|
482
|
+
- value: team,pay_group
|
|
483
|
+
name: TeamPayGroup
|
|
484
|
+
- work_location
|
|
485
|
+
- value: work_location,company
|
|
486
|
+
name: WorkLocationCompany
|
|
487
|
+
- value: work_location,company,pay_group
|
|
488
|
+
name: WorkLocationCompanyPayGroup
|
|
489
|
+
- value: work_location,manager
|
|
490
|
+
name: WorkLocationManager
|
|
491
|
+
- value: work_location,manager,company
|
|
492
|
+
name: WorkLocationManagerCompany
|
|
493
|
+
- value: work_location,manager,company,pay_group
|
|
494
|
+
name: WorkLocationManagerCompanyPayGroup
|
|
495
|
+
- value: work_location,manager,pay_group
|
|
496
|
+
name: WorkLocationManagerPayGroup
|
|
497
|
+
- value: work_location,manager,team
|
|
498
|
+
name: WorkLocationManagerTeam
|
|
499
|
+
- value: work_location,manager,team,company
|
|
500
|
+
name: WorkLocationManagerTeamCompany
|
|
501
|
+
- value: work_location,manager,team,company,pay_group
|
|
502
|
+
name: WorkLocationManagerTeamCompanyPayGroup
|
|
503
|
+
- value: work_location,manager,team,pay_group
|
|
504
|
+
name: WorkLocationManagerTeamPayGroup
|
|
505
|
+
- value: work_location,pay_group
|
|
506
|
+
name: WorkLocationPayGroup
|
|
507
|
+
- value: work_location,team
|
|
508
|
+
name: WorkLocationTeam
|
|
509
|
+
- value: work_location,team,company
|
|
510
|
+
name: WorkLocationTeamCompany
|
|
511
|
+
- value: work_location,team,company,pay_group
|
|
512
|
+
name: WorkLocationTeamCompanyPayGroup
|
|
513
|
+
- value: work_location,team,pay_group
|
|
514
|
+
name: WorkLocationTeamPayGroup
|
|
515
|
+
source:
|
|
516
|
+
openapi: openapi/openapi.yml
|
|
517
|
+
EmployeesListRequestRemoteFields:
|
|
518
|
+
enum:
|
|
519
|
+
- employment_status
|
|
520
|
+
- value: employment_status,ethnicity
|
|
521
|
+
name: EmploymentStatusEthnicity
|
|
522
|
+
- value: employment_status,ethnicity,gender
|
|
523
|
+
name: EmploymentStatusEthnicityGender
|
|
524
|
+
- value: employment_status,ethnicity,gender,marital_status
|
|
525
|
+
name: EmploymentStatusEthnicityGenderMaritalStatus
|
|
526
|
+
- value: employment_status,ethnicity,marital_status
|
|
527
|
+
name: EmploymentStatusEthnicityMaritalStatus
|
|
528
|
+
- value: employment_status,gender
|
|
529
|
+
name: EmploymentStatusGender
|
|
530
|
+
- value: employment_status,gender,marital_status
|
|
531
|
+
name: EmploymentStatusGenderMaritalStatus
|
|
532
|
+
- value: employment_status,marital_status
|
|
533
|
+
name: EmploymentStatusMaritalStatus
|
|
534
|
+
- ethnicity
|
|
535
|
+
- value: ethnicity,gender
|
|
536
|
+
name: EthnicityGender
|
|
537
|
+
- value: ethnicity,gender,marital_status
|
|
538
|
+
name: EthnicityGenderMaritalStatus
|
|
539
|
+
- value: ethnicity,marital_status
|
|
540
|
+
name: EthnicityMaritalStatus
|
|
541
|
+
- gender
|
|
542
|
+
- value: gender,marital_status
|
|
543
|
+
name: GenderMaritalStatus
|
|
544
|
+
- marital_status
|
|
545
|
+
source:
|
|
546
|
+
openapi: openapi/openapi.yml
|
|
547
|
+
EmployeesListRequestShowEnumOrigins:
|
|
548
|
+
enum:
|
|
549
|
+
- employment_status
|
|
550
|
+
- value: employment_status,ethnicity
|
|
551
|
+
name: EmploymentStatusEthnicity
|
|
552
|
+
- value: employment_status,ethnicity,gender
|
|
553
|
+
name: EmploymentStatusEthnicityGender
|
|
554
|
+
- value: employment_status,ethnicity,gender,marital_status
|
|
555
|
+
name: EmploymentStatusEthnicityGenderMaritalStatus
|
|
556
|
+
- value: employment_status,ethnicity,marital_status
|
|
557
|
+
name: EmploymentStatusEthnicityMaritalStatus
|
|
558
|
+
- value: employment_status,gender
|
|
559
|
+
name: EmploymentStatusGender
|
|
560
|
+
- value: employment_status,gender,marital_status
|
|
561
|
+
name: EmploymentStatusGenderMaritalStatus
|
|
562
|
+
- value: employment_status,marital_status
|
|
563
|
+
name: EmploymentStatusMaritalStatus
|
|
564
|
+
- ethnicity
|
|
565
|
+
- value: ethnicity,gender
|
|
566
|
+
name: EthnicityGender
|
|
567
|
+
- value: ethnicity,gender,marital_status
|
|
568
|
+
name: EthnicityGenderMaritalStatus
|
|
569
|
+
- value: ethnicity,marital_status
|
|
570
|
+
name: EthnicityMaritalStatus
|
|
571
|
+
- gender
|
|
572
|
+
- value: gender,marital_status
|
|
573
|
+
name: GenderMaritalStatus
|
|
574
|
+
- marital_status
|
|
575
|
+
source:
|
|
576
|
+
openapi: openapi/openapi.yml
|
|
577
|
+
EmployeesRetrieveRequestExpand:
|
|
578
|
+
enum:
|
|
579
|
+
- company
|
|
580
|
+
- value: company,pay_group
|
|
581
|
+
name: CompanyPayGroup
|
|
582
|
+
- employments
|
|
583
|
+
- value: employments,company
|
|
584
|
+
name: EmploymentsCompany
|
|
585
|
+
- value: employments,company,pay_group
|
|
586
|
+
name: EmploymentsCompanyPayGroup
|
|
587
|
+
- value: employments,groups
|
|
588
|
+
name: EmploymentsGroups
|
|
589
|
+
- value: employments,groups,company
|
|
590
|
+
name: EmploymentsGroupsCompany
|
|
591
|
+
- value: employments,groups,company,pay_group
|
|
592
|
+
name: EmploymentsGroupsCompanyPayGroup
|
|
593
|
+
- value: employments,groups,home_location
|
|
594
|
+
name: EmploymentsGroupsHomeLocation
|
|
595
|
+
- value: employments,groups,home_location,company
|
|
596
|
+
name: EmploymentsGroupsHomeLocationCompany
|
|
597
|
+
- value: employments,groups,home_location,company,pay_group
|
|
598
|
+
name: EmploymentsGroupsHomeLocationCompanyPayGroup
|
|
599
|
+
- value: employments,groups,home_location,manager
|
|
600
|
+
name: EmploymentsGroupsHomeLocationManager
|
|
601
|
+
- value: employments,groups,home_location,manager,company
|
|
602
|
+
name: EmploymentsGroupsHomeLocationManagerCompany
|
|
603
|
+
- value: employments,groups,home_location,manager,company,pay_group
|
|
604
|
+
name: EmploymentsGroupsHomeLocationManagerCompanyPayGroup
|
|
605
|
+
- value: employments,groups,home_location,manager,pay_group
|
|
606
|
+
name: EmploymentsGroupsHomeLocationManagerPayGroup
|
|
607
|
+
- value: employments,groups,home_location,manager,team
|
|
608
|
+
name: EmploymentsGroupsHomeLocationManagerTeam
|
|
609
|
+
- value: employments,groups,home_location,manager,team,company
|
|
610
|
+
name: EmploymentsGroupsHomeLocationManagerTeamCompany
|
|
611
|
+
- value: employments,groups,home_location,manager,team,company,pay_group
|
|
612
|
+
name: EmploymentsGroupsHomeLocationManagerTeamCompanyPayGroup
|
|
613
|
+
- value: employments,groups,home_location,manager,team,pay_group
|
|
614
|
+
name: EmploymentsGroupsHomeLocationManagerTeamPayGroup
|
|
615
|
+
- value: employments,groups,home_location,pay_group
|
|
616
|
+
name: EmploymentsGroupsHomeLocationPayGroup
|
|
617
|
+
- value: employments,groups,home_location,team
|
|
618
|
+
name: EmploymentsGroupsHomeLocationTeam
|
|
619
|
+
- value: employments,groups,home_location,team,company
|
|
620
|
+
name: EmploymentsGroupsHomeLocationTeamCompany
|
|
621
|
+
- value: employments,groups,home_location,team,company,pay_group
|
|
622
|
+
name: EmploymentsGroupsHomeLocationTeamCompanyPayGroup
|
|
623
|
+
- value: employments,groups,home_location,team,pay_group
|
|
624
|
+
name: EmploymentsGroupsHomeLocationTeamPayGroup
|
|
625
|
+
- value: employments,groups,home_location,work_location
|
|
626
|
+
name: EmploymentsGroupsHomeLocationWorkLocation
|
|
627
|
+
- value: employments,groups,home_location,work_location,company
|
|
628
|
+
name: EmploymentsGroupsHomeLocationWorkLocationCompany
|
|
629
|
+
- value: employments,groups,home_location,work_location,company,pay_group
|
|
630
|
+
name: EmploymentsGroupsHomeLocationWorkLocationCompanyPayGroup
|
|
631
|
+
- value: employments,groups,home_location,work_location,manager
|
|
632
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManager
|
|
633
|
+
- value: employments,groups,home_location,work_location,manager,company
|
|
634
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerCompany
|
|
635
|
+
- value: >-
|
|
636
|
+
employments,groups,home_location,work_location,manager,company,pay_group
|
|
637
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerCompanyPayGroup
|
|
638
|
+
- value: employments,groups,home_location,work_location,manager,pay_group
|
|
639
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerPayGroup
|
|
640
|
+
- value: employments,groups,home_location,work_location,manager,team
|
|
641
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeam
|
|
642
|
+
- value: employments,groups,home_location,work_location,manager,team,company
|
|
643
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeamCompany
|
|
644
|
+
- value: >-
|
|
645
|
+
employments,groups,home_location,work_location,manager,team,company,pay_group
|
|
646
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
647
|
+
- value: employments,groups,home_location,work_location,manager,team,pay_group
|
|
648
|
+
name: EmploymentsGroupsHomeLocationWorkLocationManagerTeamPayGroup
|
|
649
|
+
- value: employments,groups,home_location,work_location,pay_group
|
|
650
|
+
name: EmploymentsGroupsHomeLocationWorkLocationPayGroup
|
|
651
|
+
- value: employments,groups,home_location,work_location,team
|
|
652
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeam
|
|
653
|
+
- value: employments,groups,home_location,work_location,team,company
|
|
654
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeamCompany
|
|
655
|
+
- value: employments,groups,home_location,work_location,team,company,pay_group
|
|
656
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeamCompanyPayGroup
|
|
657
|
+
- value: employments,groups,home_location,work_location,team,pay_group
|
|
658
|
+
name: EmploymentsGroupsHomeLocationWorkLocationTeamPayGroup
|
|
659
|
+
- value: employments,groups,manager
|
|
660
|
+
name: EmploymentsGroupsManager
|
|
661
|
+
- value: employments,groups,manager,company
|
|
662
|
+
name: EmploymentsGroupsManagerCompany
|
|
663
|
+
- value: employments,groups,manager,company,pay_group
|
|
664
|
+
name: EmploymentsGroupsManagerCompanyPayGroup
|
|
665
|
+
- value: employments,groups,manager,pay_group
|
|
666
|
+
name: EmploymentsGroupsManagerPayGroup
|
|
667
|
+
- value: employments,groups,manager,team
|
|
668
|
+
name: EmploymentsGroupsManagerTeam
|
|
669
|
+
- value: employments,groups,manager,team,company
|
|
670
|
+
name: EmploymentsGroupsManagerTeamCompany
|
|
671
|
+
- value: employments,groups,manager,team,company,pay_group
|
|
672
|
+
name: EmploymentsGroupsManagerTeamCompanyPayGroup
|
|
673
|
+
- value: employments,groups,manager,team,pay_group
|
|
674
|
+
name: EmploymentsGroupsManagerTeamPayGroup
|
|
675
|
+
- value: employments,groups,pay_group
|
|
676
|
+
name: EmploymentsGroupsPayGroup
|
|
677
|
+
- value: employments,groups,team
|
|
678
|
+
name: EmploymentsGroupsTeam
|
|
679
|
+
- value: employments,groups,team,company
|
|
680
|
+
name: EmploymentsGroupsTeamCompany
|
|
681
|
+
- value: employments,groups,team,company,pay_group
|
|
682
|
+
name: EmploymentsGroupsTeamCompanyPayGroup
|
|
683
|
+
- value: employments,groups,team,pay_group
|
|
684
|
+
name: EmploymentsGroupsTeamPayGroup
|
|
685
|
+
- value: employments,groups,work_location
|
|
686
|
+
name: EmploymentsGroupsWorkLocation
|
|
687
|
+
- value: employments,groups,work_location,company
|
|
688
|
+
name: EmploymentsGroupsWorkLocationCompany
|
|
689
|
+
- value: employments,groups,work_location,company,pay_group
|
|
690
|
+
name: EmploymentsGroupsWorkLocationCompanyPayGroup
|
|
691
|
+
- value: employments,groups,work_location,manager
|
|
692
|
+
name: EmploymentsGroupsWorkLocationManager
|
|
693
|
+
- value: employments,groups,work_location,manager,company
|
|
694
|
+
name: EmploymentsGroupsWorkLocationManagerCompany
|
|
695
|
+
- value: employments,groups,work_location,manager,company,pay_group
|
|
696
|
+
name: EmploymentsGroupsWorkLocationManagerCompanyPayGroup
|
|
697
|
+
- value: employments,groups,work_location,manager,pay_group
|
|
698
|
+
name: EmploymentsGroupsWorkLocationManagerPayGroup
|
|
699
|
+
- value: employments,groups,work_location,manager,team
|
|
700
|
+
name: EmploymentsGroupsWorkLocationManagerTeam
|
|
701
|
+
- value: employments,groups,work_location,manager,team,company
|
|
702
|
+
name: EmploymentsGroupsWorkLocationManagerTeamCompany
|
|
703
|
+
- value: employments,groups,work_location,manager,team,company,pay_group
|
|
704
|
+
name: EmploymentsGroupsWorkLocationManagerTeamCompanyPayGroup
|
|
705
|
+
- value: employments,groups,work_location,manager,team,pay_group
|
|
706
|
+
name: EmploymentsGroupsWorkLocationManagerTeamPayGroup
|
|
707
|
+
- value: employments,groups,work_location,pay_group
|
|
708
|
+
name: EmploymentsGroupsWorkLocationPayGroup
|
|
709
|
+
- value: employments,groups,work_location,team
|
|
710
|
+
name: EmploymentsGroupsWorkLocationTeam
|
|
711
|
+
- value: employments,groups,work_location,team,company
|
|
712
|
+
name: EmploymentsGroupsWorkLocationTeamCompany
|
|
713
|
+
- value: employments,groups,work_location,team,company,pay_group
|
|
714
|
+
name: EmploymentsGroupsWorkLocationTeamCompanyPayGroup
|
|
715
|
+
- value: employments,groups,work_location,team,pay_group
|
|
716
|
+
name: EmploymentsGroupsWorkLocationTeamPayGroup
|
|
717
|
+
- value: employments,home_location
|
|
718
|
+
name: EmploymentsHomeLocation
|
|
719
|
+
- value: employments,home_location,company
|
|
720
|
+
name: EmploymentsHomeLocationCompany
|
|
721
|
+
- value: employments,home_location,company,pay_group
|
|
722
|
+
name: EmploymentsHomeLocationCompanyPayGroup
|
|
723
|
+
- value: employments,home_location,manager
|
|
724
|
+
name: EmploymentsHomeLocationManager
|
|
725
|
+
- value: employments,home_location,manager,company
|
|
726
|
+
name: EmploymentsHomeLocationManagerCompany
|
|
727
|
+
- value: employments,home_location,manager,company,pay_group
|
|
728
|
+
name: EmploymentsHomeLocationManagerCompanyPayGroup
|
|
729
|
+
- value: employments,home_location,manager,pay_group
|
|
730
|
+
name: EmploymentsHomeLocationManagerPayGroup
|
|
731
|
+
- value: employments,home_location,manager,team
|
|
732
|
+
name: EmploymentsHomeLocationManagerTeam
|
|
733
|
+
- value: employments,home_location,manager,team,company
|
|
734
|
+
name: EmploymentsHomeLocationManagerTeamCompany
|
|
735
|
+
- value: employments,home_location,manager,team,company,pay_group
|
|
736
|
+
name: EmploymentsHomeLocationManagerTeamCompanyPayGroup
|
|
737
|
+
- value: employments,home_location,manager,team,pay_group
|
|
738
|
+
name: EmploymentsHomeLocationManagerTeamPayGroup
|
|
739
|
+
- value: employments,home_location,pay_group
|
|
740
|
+
name: EmploymentsHomeLocationPayGroup
|
|
741
|
+
- value: employments,home_location,team
|
|
742
|
+
name: EmploymentsHomeLocationTeam
|
|
743
|
+
- value: employments,home_location,team,company
|
|
744
|
+
name: EmploymentsHomeLocationTeamCompany
|
|
745
|
+
- value: employments,home_location,team,company,pay_group
|
|
746
|
+
name: EmploymentsHomeLocationTeamCompanyPayGroup
|
|
747
|
+
- value: employments,home_location,team,pay_group
|
|
748
|
+
name: EmploymentsHomeLocationTeamPayGroup
|
|
749
|
+
- value: employments,home_location,work_location
|
|
750
|
+
name: EmploymentsHomeLocationWorkLocation
|
|
751
|
+
- value: employments,home_location,work_location,company
|
|
752
|
+
name: EmploymentsHomeLocationWorkLocationCompany
|
|
753
|
+
- value: employments,home_location,work_location,company,pay_group
|
|
754
|
+
name: EmploymentsHomeLocationWorkLocationCompanyPayGroup
|
|
755
|
+
- value: employments,home_location,work_location,manager
|
|
756
|
+
name: EmploymentsHomeLocationWorkLocationManager
|
|
757
|
+
- value: employments,home_location,work_location,manager,company
|
|
758
|
+
name: EmploymentsHomeLocationWorkLocationManagerCompany
|
|
759
|
+
- value: employments,home_location,work_location,manager,company,pay_group
|
|
760
|
+
name: EmploymentsHomeLocationWorkLocationManagerCompanyPayGroup
|
|
761
|
+
- value: employments,home_location,work_location,manager,pay_group
|
|
762
|
+
name: EmploymentsHomeLocationWorkLocationManagerPayGroup
|
|
763
|
+
- value: employments,home_location,work_location,manager,team
|
|
764
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeam
|
|
765
|
+
- value: employments,home_location,work_location,manager,team,company
|
|
766
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeamCompany
|
|
767
|
+
- value: employments,home_location,work_location,manager,team,company,pay_group
|
|
768
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
769
|
+
- value: employments,home_location,work_location,manager,team,pay_group
|
|
770
|
+
name: EmploymentsHomeLocationWorkLocationManagerTeamPayGroup
|
|
771
|
+
- value: employments,home_location,work_location,pay_group
|
|
772
|
+
name: EmploymentsHomeLocationWorkLocationPayGroup
|
|
773
|
+
- value: employments,home_location,work_location,team
|
|
774
|
+
name: EmploymentsHomeLocationWorkLocationTeam
|
|
775
|
+
- value: employments,home_location,work_location,team,company
|
|
776
|
+
name: EmploymentsHomeLocationWorkLocationTeamCompany
|
|
777
|
+
- value: employments,home_location,work_location,team,company,pay_group
|
|
778
|
+
name: EmploymentsHomeLocationWorkLocationTeamCompanyPayGroup
|
|
779
|
+
- value: employments,home_location,work_location,team,pay_group
|
|
780
|
+
name: EmploymentsHomeLocationWorkLocationTeamPayGroup
|
|
781
|
+
- value: employments,manager
|
|
782
|
+
name: EmploymentsManager
|
|
783
|
+
- value: employments,manager,company
|
|
784
|
+
name: EmploymentsManagerCompany
|
|
785
|
+
- value: employments,manager,company,pay_group
|
|
786
|
+
name: EmploymentsManagerCompanyPayGroup
|
|
787
|
+
- value: employments,manager,pay_group
|
|
788
|
+
name: EmploymentsManagerPayGroup
|
|
789
|
+
- value: employments,manager,team
|
|
790
|
+
name: EmploymentsManagerTeam
|
|
791
|
+
- value: employments,manager,team,company
|
|
792
|
+
name: EmploymentsManagerTeamCompany
|
|
793
|
+
- value: employments,manager,team,company,pay_group
|
|
794
|
+
name: EmploymentsManagerTeamCompanyPayGroup
|
|
795
|
+
- value: employments,manager,team,pay_group
|
|
796
|
+
name: EmploymentsManagerTeamPayGroup
|
|
797
|
+
- value: employments,pay_group
|
|
798
|
+
name: EmploymentsPayGroup
|
|
799
|
+
- value: employments,team
|
|
800
|
+
name: EmploymentsTeam
|
|
801
|
+
- value: employments,team,company
|
|
802
|
+
name: EmploymentsTeamCompany
|
|
803
|
+
- value: employments,team,company,pay_group
|
|
804
|
+
name: EmploymentsTeamCompanyPayGroup
|
|
805
|
+
- value: employments,team,pay_group
|
|
806
|
+
name: EmploymentsTeamPayGroup
|
|
807
|
+
- value: employments,work_location
|
|
808
|
+
name: EmploymentsWorkLocation
|
|
809
|
+
- value: employments,work_location,company
|
|
810
|
+
name: EmploymentsWorkLocationCompany
|
|
811
|
+
- value: employments,work_location,company,pay_group
|
|
812
|
+
name: EmploymentsWorkLocationCompanyPayGroup
|
|
813
|
+
- value: employments,work_location,manager
|
|
814
|
+
name: EmploymentsWorkLocationManager
|
|
815
|
+
- value: employments,work_location,manager,company
|
|
816
|
+
name: EmploymentsWorkLocationManagerCompany
|
|
817
|
+
- value: employments,work_location,manager,company,pay_group
|
|
818
|
+
name: EmploymentsWorkLocationManagerCompanyPayGroup
|
|
819
|
+
- value: employments,work_location,manager,pay_group
|
|
820
|
+
name: EmploymentsWorkLocationManagerPayGroup
|
|
821
|
+
- value: employments,work_location,manager,team
|
|
822
|
+
name: EmploymentsWorkLocationManagerTeam
|
|
823
|
+
- value: employments,work_location,manager,team,company
|
|
824
|
+
name: EmploymentsWorkLocationManagerTeamCompany
|
|
825
|
+
- value: employments,work_location,manager,team,company,pay_group
|
|
826
|
+
name: EmploymentsWorkLocationManagerTeamCompanyPayGroup
|
|
827
|
+
- value: employments,work_location,manager,team,pay_group
|
|
828
|
+
name: EmploymentsWorkLocationManagerTeamPayGroup
|
|
829
|
+
- value: employments,work_location,pay_group
|
|
830
|
+
name: EmploymentsWorkLocationPayGroup
|
|
831
|
+
- value: employments,work_location,team
|
|
832
|
+
name: EmploymentsWorkLocationTeam
|
|
833
|
+
- value: employments,work_location,team,company
|
|
834
|
+
name: EmploymentsWorkLocationTeamCompany
|
|
835
|
+
- value: employments,work_location,team,company,pay_group
|
|
836
|
+
name: EmploymentsWorkLocationTeamCompanyPayGroup
|
|
837
|
+
- value: employments,work_location,team,pay_group
|
|
838
|
+
name: EmploymentsWorkLocationTeamPayGroup
|
|
839
|
+
- groups
|
|
840
|
+
- value: groups,company
|
|
841
|
+
name: GroupsCompany
|
|
842
|
+
- value: groups,company,pay_group
|
|
843
|
+
name: GroupsCompanyPayGroup
|
|
844
|
+
- value: groups,home_location
|
|
845
|
+
name: GroupsHomeLocation
|
|
846
|
+
- value: groups,home_location,company
|
|
847
|
+
name: GroupsHomeLocationCompany
|
|
848
|
+
- value: groups,home_location,company,pay_group
|
|
849
|
+
name: GroupsHomeLocationCompanyPayGroup
|
|
850
|
+
- value: groups,home_location,manager
|
|
851
|
+
name: GroupsHomeLocationManager
|
|
852
|
+
- value: groups,home_location,manager,company
|
|
853
|
+
name: GroupsHomeLocationManagerCompany
|
|
854
|
+
- value: groups,home_location,manager,company,pay_group
|
|
855
|
+
name: GroupsHomeLocationManagerCompanyPayGroup
|
|
856
|
+
- value: groups,home_location,manager,pay_group
|
|
857
|
+
name: GroupsHomeLocationManagerPayGroup
|
|
858
|
+
- value: groups,home_location,manager,team
|
|
859
|
+
name: GroupsHomeLocationManagerTeam
|
|
860
|
+
- value: groups,home_location,manager,team,company
|
|
861
|
+
name: GroupsHomeLocationManagerTeamCompany
|
|
862
|
+
- value: groups,home_location,manager,team,company,pay_group
|
|
863
|
+
name: GroupsHomeLocationManagerTeamCompanyPayGroup
|
|
864
|
+
- value: groups,home_location,manager,team,pay_group
|
|
865
|
+
name: GroupsHomeLocationManagerTeamPayGroup
|
|
866
|
+
- value: groups,home_location,pay_group
|
|
867
|
+
name: GroupsHomeLocationPayGroup
|
|
868
|
+
- value: groups,home_location,team
|
|
869
|
+
name: GroupsHomeLocationTeam
|
|
870
|
+
- value: groups,home_location,team,company
|
|
871
|
+
name: GroupsHomeLocationTeamCompany
|
|
872
|
+
- value: groups,home_location,team,company,pay_group
|
|
873
|
+
name: GroupsHomeLocationTeamCompanyPayGroup
|
|
874
|
+
- value: groups,home_location,team,pay_group
|
|
875
|
+
name: GroupsHomeLocationTeamPayGroup
|
|
876
|
+
- value: groups,home_location,work_location
|
|
877
|
+
name: GroupsHomeLocationWorkLocation
|
|
878
|
+
- value: groups,home_location,work_location,company
|
|
879
|
+
name: GroupsHomeLocationWorkLocationCompany
|
|
880
|
+
- value: groups,home_location,work_location,company,pay_group
|
|
881
|
+
name: GroupsHomeLocationWorkLocationCompanyPayGroup
|
|
882
|
+
- value: groups,home_location,work_location,manager
|
|
883
|
+
name: GroupsHomeLocationWorkLocationManager
|
|
884
|
+
- value: groups,home_location,work_location,manager,company
|
|
885
|
+
name: GroupsHomeLocationWorkLocationManagerCompany
|
|
886
|
+
- value: groups,home_location,work_location,manager,company,pay_group
|
|
887
|
+
name: GroupsHomeLocationWorkLocationManagerCompanyPayGroup
|
|
888
|
+
- value: groups,home_location,work_location,manager,pay_group
|
|
889
|
+
name: GroupsHomeLocationWorkLocationManagerPayGroup
|
|
890
|
+
- value: groups,home_location,work_location,manager,team
|
|
891
|
+
name: GroupsHomeLocationWorkLocationManagerTeam
|
|
892
|
+
- value: groups,home_location,work_location,manager,team,company
|
|
893
|
+
name: GroupsHomeLocationWorkLocationManagerTeamCompany
|
|
894
|
+
- value: groups,home_location,work_location,manager,team,company,pay_group
|
|
895
|
+
name: GroupsHomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
896
|
+
- value: groups,home_location,work_location,manager,team,pay_group
|
|
897
|
+
name: GroupsHomeLocationWorkLocationManagerTeamPayGroup
|
|
898
|
+
- value: groups,home_location,work_location,pay_group
|
|
899
|
+
name: GroupsHomeLocationWorkLocationPayGroup
|
|
900
|
+
- value: groups,home_location,work_location,team
|
|
901
|
+
name: GroupsHomeLocationWorkLocationTeam
|
|
902
|
+
- value: groups,home_location,work_location,team,company
|
|
903
|
+
name: GroupsHomeLocationWorkLocationTeamCompany
|
|
904
|
+
- value: groups,home_location,work_location,team,company,pay_group
|
|
905
|
+
name: GroupsHomeLocationWorkLocationTeamCompanyPayGroup
|
|
906
|
+
- value: groups,home_location,work_location,team,pay_group
|
|
907
|
+
name: GroupsHomeLocationWorkLocationTeamPayGroup
|
|
908
|
+
- value: groups,manager
|
|
909
|
+
name: GroupsManager
|
|
910
|
+
- value: groups,manager,company
|
|
911
|
+
name: GroupsManagerCompany
|
|
912
|
+
- value: groups,manager,company,pay_group
|
|
913
|
+
name: GroupsManagerCompanyPayGroup
|
|
914
|
+
- value: groups,manager,pay_group
|
|
915
|
+
name: GroupsManagerPayGroup
|
|
916
|
+
- value: groups,manager,team
|
|
917
|
+
name: GroupsManagerTeam
|
|
918
|
+
- value: groups,manager,team,company
|
|
919
|
+
name: GroupsManagerTeamCompany
|
|
920
|
+
- value: groups,manager,team,company,pay_group
|
|
921
|
+
name: GroupsManagerTeamCompanyPayGroup
|
|
922
|
+
- value: groups,manager,team,pay_group
|
|
923
|
+
name: GroupsManagerTeamPayGroup
|
|
924
|
+
- value: groups,pay_group
|
|
925
|
+
name: GroupsPayGroup
|
|
926
|
+
- value: groups,team
|
|
927
|
+
name: GroupsTeam
|
|
928
|
+
- value: groups,team,company
|
|
929
|
+
name: GroupsTeamCompany
|
|
930
|
+
- value: groups,team,company,pay_group
|
|
931
|
+
name: GroupsTeamCompanyPayGroup
|
|
932
|
+
- value: groups,team,pay_group
|
|
933
|
+
name: GroupsTeamPayGroup
|
|
934
|
+
- value: groups,work_location
|
|
935
|
+
name: GroupsWorkLocation
|
|
936
|
+
- value: groups,work_location,company
|
|
937
|
+
name: GroupsWorkLocationCompany
|
|
938
|
+
- value: groups,work_location,company,pay_group
|
|
939
|
+
name: GroupsWorkLocationCompanyPayGroup
|
|
940
|
+
- value: groups,work_location,manager
|
|
941
|
+
name: GroupsWorkLocationManager
|
|
942
|
+
- value: groups,work_location,manager,company
|
|
943
|
+
name: GroupsWorkLocationManagerCompany
|
|
944
|
+
- value: groups,work_location,manager,company,pay_group
|
|
945
|
+
name: GroupsWorkLocationManagerCompanyPayGroup
|
|
946
|
+
- value: groups,work_location,manager,pay_group
|
|
947
|
+
name: GroupsWorkLocationManagerPayGroup
|
|
948
|
+
- value: groups,work_location,manager,team
|
|
949
|
+
name: GroupsWorkLocationManagerTeam
|
|
950
|
+
- value: groups,work_location,manager,team,company
|
|
951
|
+
name: GroupsWorkLocationManagerTeamCompany
|
|
952
|
+
- value: groups,work_location,manager,team,company,pay_group
|
|
953
|
+
name: GroupsWorkLocationManagerTeamCompanyPayGroup
|
|
954
|
+
- value: groups,work_location,manager,team,pay_group
|
|
955
|
+
name: GroupsWorkLocationManagerTeamPayGroup
|
|
956
|
+
- value: groups,work_location,pay_group
|
|
957
|
+
name: GroupsWorkLocationPayGroup
|
|
958
|
+
- value: groups,work_location,team
|
|
959
|
+
name: GroupsWorkLocationTeam
|
|
960
|
+
- value: groups,work_location,team,company
|
|
961
|
+
name: GroupsWorkLocationTeamCompany
|
|
962
|
+
- value: groups,work_location,team,company,pay_group
|
|
963
|
+
name: GroupsWorkLocationTeamCompanyPayGroup
|
|
964
|
+
- value: groups,work_location,team,pay_group
|
|
965
|
+
name: GroupsWorkLocationTeamPayGroup
|
|
966
|
+
- home_location
|
|
967
|
+
- value: home_location,company
|
|
968
|
+
name: HomeLocationCompany
|
|
969
|
+
- value: home_location,company,pay_group
|
|
970
|
+
name: HomeLocationCompanyPayGroup
|
|
971
|
+
- value: home_location,manager
|
|
972
|
+
name: HomeLocationManager
|
|
973
|
+
- value: home_location,manager,company
|
|
974
|
+
name: HomeLocationManagerCompany
|
|
975
|
+
- value: home_location,manager,company,pay_group
|
|
976
|
+
name: HomeLocationManagerCompanyPayGroup
|
|
977
|
+
- value: home_location,manager,pay_group
|
|
978
|
+
name: HomeLocationManagerPayGroup
|
|
979
|
+
- value: home_location,manager,team
|
|
980
|
+
name: HomeLocationManagerTeam
|
|
981
|
+
- value: home_location,manager,team,company
|
|
982
|
+
name: HomeLocationManagerTeamCompany
|
|
983
|
+
- value: home_location,manager,team,company,pay_group
|
|
984
|
+
name: HomeLocationManagerTeamCompanyPayGroup
|
|
985
|
+
- value: home_location,manager,team,pay_group
|
|
986
|
+
name: HomeLocationManagerTeamPayGroup
|
|
987
|
+
- value: home_location,pay_group
|
|
988
|
+
name: HomeLocationPayGroup
|
|
989
|
+
- value: home_location,team
|
|
990
|
+
name: HomeLocationTeam
|
|
991
|
+
- value: home_location,team,company
|
|
992
|
+
name: HomeLocationTeamCompany
|
|
993
|
+
- value: home_location,team,company,pay_group
|
|
994
|
+
name: HomeLocationTeamCompanyPayGroup
|
|
995
|
+
- value: home_location,team,pay_group
|
|
996
|
+
name: HomeLocationTeamPayGroup
|
|
997
|
+
- value: home_location,work_location
|
|
998
|
+
name: HomeLocationWorkLocation
|
|
999
|
+
- value: home_location,work_location,company
|
|
1000
|
+
name: HomeLocationWorkLocationCompany
|
|
1001
|
+
- value: home_location,work_location,company,pay_group
|
|
1002
|
+
name: HomeLocationWorkLocationCompanyPayGroup
|
|
1003
|
+
- value: home_location,work_location,manager
|
|
1004
|
+
name: HomeLocationWorkLocationManager
|
|
1005
|
+
- value: home_location,work_location,manager,company
|
|
1006
|
+
name: HomeLocationWorkLocationManagerCompany
|
|
1007
|
+
- value: home_location,work_location,manager,company,pay_group
|
|
1008
|
+
name: HomeLocationWorkLocationManagerCompanyPayGroup
|
|
1009
|
+
- value: home_location,work_location,manager,pay_group
|
|
1010
|
+
name: HomeLocationWorkLocationManagerPayGroup
|
|
1011
|
+
- value: home_location,work_location,manager,team
|
|
1012
|
+
name: HomeLocationWorkLocationManagerTeam
|
|
1013
|
+
- value: home_location,work_location,manager,team,company
|
|
1014
|
+
name: HomeLocationWorkLocationManagerTeamCompany
|
|
1015
|
+
- value: home_location,work_location,manager,team,company,pay_group
|
|
1016
|
+
name: HomeLocationWorkLocationManagerTeamCompanyPayGroup
|
|
1017
|
+
- value: home_location,work_location,manager,team,pay_group
|
|
1018
|
+
name: HomeLocationWorkLocationManagerTeamPayGroup
|
|
1019
|
+
- value: home_location,work_location,pay_group
|
|
1020
|
+
name: HomeLocationWorkLocationPayGroup
|
|
1021
|
+
- value: home_location,work_location,team
|
|
1022
|
+
name: HomeLocationWorkLocationTeam
|
|
1023
|
+
- value: home_location,work_location,team,company
|
|
1024
|
+
name: HomeLocationWorkLocationTeamCompany
|
|
1025
|
+
- value: home_location,work_location,team,company,pay_group
|
|
1026
|
+
name: HomeLocationWorkLocationTeamCompanyPayGroup
|
|
1027
|
+
- value: home_location,work_location,team,pay_group
|
|
1028
|
+
name: HomeLocationWorkLocationTeamPayGroup
|
|
1029
|
+
- manager
|
|
1030
|
+
- value: manager,company
|
|
1031
|
+
name: ManagerCompany
|
|
1032
|
+
- value: manager,company,pay_group
|
|
1033
|
+
name: ManagerCompanyPayGroup
|
|
1034
|
+
- value: manager,pay_group
|
|
1035
|
+
name: ManagerPayGroup
|
|
1036
|
+
- value: manager,team
|
|
1037
|
+
name: ManagerTeam
|
|
1038
|
+
- value: manager,team,company
|
|
1039
|
+
name: ManagerTeamCompany
|
|
1040
|
+
- value: manager,team,company,pay_group
|
|
1041
|
+
name: ManagerTeamCompanyPayGroup
|
|
1042
|
+
- value: manager,team,pay_group
|
|
1043
|
+
name: ManagerTeamPayGroup
|
|
1044
|
+
- pay_group
|
|
1045
|
+
- team
|
|
1046
|
+
- value: team,company
|
|
1047
|
+
name: TeamCompany
|
|
1048
|
+
- value: team,company,pay_group
|
|
1049
|
+
name: TeamCompanyPayGroup
|
|
1050
|
+
- value: team,pay_group
|
|
1051
|
+
name: TeamPayGroup
|
|
1052
|
+
- work_location
|
|
1053
|
+
- value: work_location,company
|
|
1054
|
+
name: WorkLocationCompany
|
|
1055
|
+
- value: work_location,company,pay_group
|
|
1056
|
+
name: WorkLocationCompanyPayGroup
|
|
1057
|
+
- value: work_location,manager
|
|
1058
|
+
name: WorkLocationManager
|
|
1059
|
+
- value: work_location,manager,company
|
|
1060
|
+
name: WorkLocationManagerCompany
|
|
1061
|
+
- value: work_location,manager,company,pay_group
|
|
1062
|
+
name: WorkLocationManagerCompanyPayGroup
|
|
1063
|
+
- value: work_location,manager,pay_group
|
|
1064
|
+
name: WorkLocationManagerPayGroup
|
|
1065
|
+
- value: work_location,manager,team
|
|
1066
|
+
name: WorkLocationManagerTeam
|
|
1067
|
+
- value: work_location,manager,team,company
|
|
1068
|
+
name: WorkLocationManagerTeamCompany
|
|
1069
|
+
- value: work_location,manager,team,company,pay_group
|
|
1070
|
+
name: WorkLocationManagerTeamCompanyPayGroup
|
|
1071
|
+
- value: work_location,manager,team,pay_group
|
|
1072
|
+
name: WorkLocationManagerTeamPayGroup
|
|
1073
|
+
- value: work_location,pay_group
|
|
1074
|
+
name: WorkLocationPayGroup
|
|
1075
|
+
- value: work_location,team
|
|
1076
|
+
name: WorkLocationTeam
|
|
1077
|
+
- value: work_location,team,company
|
|
1078
|
+
name: WorkLocationTeamCompany
|
|
1079
|
+
- value: work_location,team,company,pay_group
|
|
1080
|
+
name: WorkLocationTeamCompanyPayGroup
|
|
1081
|
+
- value: work_location,team,pay_group
|
|
1082
|
+
name: WorkLocationTeamPayGroup
|
|
1083
|
+
source:
|
|
1084
|
+
openapi: openapi/openapi.yml
|
|
1085
|
+
EmployeesRetrieveRequestRemoteFields:
|
|
1086
|
+
enum:
|
|
1087
|
+
- employment_status
|
|
1088
|
+
- value: employment_status,ethnicity
|
|
1089
|
+
name: EmploymentStatusEthnicity
|
|
1090
|
+
- value: employment_status,ethnicity,gender
|
|
1091
|
+
name: EmploymentStatusEthnicityGender
|
|
1092
|
+
- value: employment_status,ethnicity,gender,marital_status
|
|
1093
|
+
name: EmploymentStatusEthnicityGenderMaritalStatus
|
|
1094
|
+
- value: employment_status,ethnicity,marital_status
|
|
1095
|
+
name: EmploymentStatusEthnicityMaritalStatus
|
|
1096
|
+
- value: employment_status,gender
|
|
1097
|
+
name: EmploymentStatusGender
|
|
1098
|
+
- value: employment_status,gender,marital_status
|
|
1099
|
+
name: EmploymentStatusGenderMaritalStatus
|
|
1100
|
+
- value: employment_status,marital_status
|
|
1101
|
+
name: EmploymentStatusMaritalStatus
|
|
1102
|
+
- ethnicity
|
|
1103
|
+
- value: ethnicity,gender
|
|
1104
|
+
name: EthnicityGender
|
|
1105
|
+
- value: ethnicity,gender,marital_status
|
|
1106
|
+
name: EthnicityGenderMaritalStatus
|
|
1107
|
+
- value: ethnicity,marital_status
|
|
1108
|
+
name: EthnicityMaritalStatus
|
|
1109
|
+
- gender
|
|
1110
|
+
- value: gender,marital_status
|
|
1111
|
+
name: GenderMaritalStatus
|
|
1112
|
+
- marital_status
|
|
1113
|
+
source:
|
|
1114
|
+
openapi: openapi/openapi.yml
|
|
1115
|
+
EmployeesRetrieveRequestShowEnumOrigins:
|
|
1116
|
+
enum:
|
|
1117
|
+
- employment_status
|
|
1118
|
+
- value: employment_status,ethnicity
|
|
1119
|
+
name: EmploymentStatusEthnicity
|
|
1120
|
+
- value: employment_status,ethnicity,gender
|
|
1121
|
+
name: EmploymentStatusEthnicityGender
|
|
1122
|
+
- value: employment_status,ethnicity,gender,marital_status
|
|
1123
|
+
name: EmploymentStatusEthnicityGenderMaritalStatus
|
|
1124
|
+
- value: employment_status,ethnicity,marital_status
|
|
1125
|
+
name: EmploymentStatusEthnicityMaritalStatus
|
|
1126
|
+
- value: employment_status,gender
|
|
1127
|
+
name: EmploymentStatusGender
|
|
1128
|
+
- value: employment_status,gender,marital_status
|
|
1129
|
+
name: EmploymentStatusGenderMaritalStatus
|
|
1130
|
+
- value: employment_status,marital_status
|
|
1131
|
+
name: EmploymentStatusMaritalStatus
|
|
1132
|
+
- ethnicity
|
|
1133
|
+
- value: ethnicity,gender
|
|
1134
|
+
name: EthnicityGender
|
|
1135
|
+
- value: ethnicity,gender,marital_status
|
|
1136
|
+
name: EthnicityGenderMaritalStatus
|
|
1137
|
+
- value: ethnicity,marital_status
|
|
1138
|
+
name: EthnicityMaritalStatus
|
|
1139
|
+
- gender
|
|
1140
|
+
- value: gender,marital_status
|
|
1141
|
+
name: GenderMaritalStatus
|
|
1142
|
+
- marital_status
|
|
1143
|
+
source:
|
|
1144
|
+
openapi: openapi/openapi.yml
|
|
1145
|
+
IgnoreCommonModelRequestReason:
|
|
1146
|
+
discriminated: false
|
|
1147
|
+
union:
|
|
1148
|
+
- root.ReasonEnum
|
|
1149
|
+
- string
|
|
1150
|
+
source:
|
|
1151
|
+
openapi: openapi/openapi.yml
|
|
1152
|
+
inline: true
|
|
1153
|
+
imports:
|
|
1154
|
+
root: __package__.yml
|
|
1155
|
+
service:
|
|
1156
|
+
auth: false
|
|
1157
|
+
base-path: ''
|
|
1158
|
+
endpoints:
|
|
1159
|
+
list:
|
|
1160
|
+
path: /hris/v1/employees
|
|
1161
|
+
method: GET
|
|
1162
|
+
auth: true
|
|
1163
|
+
docs: Returns a list of `Employee` objects.
|
|
1164
|
+
source:
|
|
1165
|
+
openapi: openapi/openapi.yml
|
|
1166
|
+
request:
|
|
1167
|
+
name: EmployeesListRequest
|
|
1168
|
+
query-parameters:
|
|
1169
|
+
company_id:
|
|
1170
|
+
type: optional<string>
|
|
1171
|
+
docs: If provided, will only return employees for this company.
|
|
1172
|
+
created_after:
|
|
1173
|
+
type: optional<datetime>
|
|
1174
|
+
docs: If provided, will only return objects created after this datetime.
|
|
1175
|
+
created_before:
|
|
1176
|
+
type: optional<datetime>
|
|
1177
|
+
docs: >-
|
|
1178
|
+
If provided, will only return objects created before this
|
|
1179
|
+
datetime.
|
|
1180
|
+
cursor:
|
|
1181
|
+
type: optional<string>
|
|
1182
|
+
docs: The pagination cursor value.
|
|
1183
|
+
display_full_name:
|
|
1184
|
+
type: optional<string>
|
|
1185
|
+
docs: If provided, will only return employees with this display name.
|
|
1186
|
+
employment_status:
|
|
1187
|
+
type: optional<EmployeesListRequestEmploymentStatus>
|
|
1188
|
+
docs: >-
|
|
1189
|
+
If provided, will only return employees with this employment
|
|
1190
|
+
status.
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
* `ACTIVE` - ACTIVE
|
|
1194
|
+
|
|
1195
|
+
* `PENDING` - PENDING
|
|
1196
|
+
|
|
1197
|
+
* `INACTIVE` - INACTIVE
|
|
1198
|
+
employment_type:
|
|
1199
|
+
type: optional<string>
|
|
1200
|
+
docs: >-
|
|
1201
|
+
If provided, will only return employees that have an employment of
|
|
1202
|
+
the specified employment_type.
|
|
1203
|
+
expand:
|
|
1204
|
+
type: optional<EmployeesListRequestExpand>
|
|
1205
|
+
docs: >-
|
|
1206
|
+
Which relations should be returned in expanded form. Multiple
|
|
1207
|
+
relation names should be comma separated without spaces.
|
|
1208
|
+
first_name:
|
|
1209
|
+
type: optional<string>
|
|
1210
|
+
docs: If provided, will only return employees with this first name.
|
|
1211
|
+
groups:
|
|
1212
|
+
type: optional<string>
|
|
1213
|
+
docs: >-
|
|
1214
|
+
If provided, will only return employees matching the group ids;
|
|
1215
|
+
multiple groups can be separated by commas.
|
|
1216
|
+
home_location_id:
|
|
1217
|
+
type: optional<string>
|
|
1218
|
+
docs: If provided, will only return employees for this home location.
|
|
1219
|
+
include_deleted_data:
|
|
1220
|
+
type: optional<boolean>
|
|
1221
|
+
docs: >-
|
|
1222
|
+
Indicates whether or not this object has been deleted in the third
|
|
1223
|
+
party platform. Full coverage deletion detection is a premium
|
|
1224
|
+
add-on. Native deletion detection is offered for free with limited
|
|
1225
|
+
coverage. [Learn
|
|
1226
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
1227
|
+
include_remote_data:
|
|
1228
|
+
type: optional<boolean>
|
|
1229
|
+
docs: >-
|
|
1230
|
+
Whether to include the original data Merge fetched from the
|
|
1231
|
+
third-party to produce these models.
|
|
1232
|
+
include_sensitive_fields:
|
|
1233
|
+
type: optional<boolean>
|
|
1234
|
+
docs: >-
|
|
1235
|
+
Whether to include sensitive fields (such as social security
|
|
1236
|
+
numbers) in the response.
|
|
1237
|
+
include_shell_data:
|
|
1238
|
+
type: optional<boolean>
|
|
1239
|
+
docs: >-
|
|
1240
|
+
Whether to include shell records. Shell records are empty records
|
|
1241
|
+
(they may contain some metadata but all other fields are null).
|
|
1242
|
+
job_title:
|
|
1243
|
+
type: optional<string>
|
|
1244
|
+
docs: >-
|
|
1245
|
+
If provided, will only return employees that have an employment of
|
|
1246
|
+
the specified job_title.
|
|
1247
|
+
last_name:
|
|
1248
|
+
type: optional<string>
|
|
1249
|
+
docs: If provided, will only return employees with this last name.
|
|
1250
|
+
manager_id:
|
|
1251
|
+
type: optional<string>
|
|
1252
|
+
docs: If provided, will only return employees for this manager.
|
|
1253
|
+
modified_after:
|
|
1254
|
+
type: optional<datetime>
|
|
1255
|
+
docs: >-
|
|
1256
|
+
If provided, only objects synced by Merge after this date time
|
|
1257
|
+
will be returned.
|
|
1258
|
+
modified_before:
|
|
1259
|
+
type: optional<datetime>
|
|
1260
|
+
docs: >-
|
|
1261
|
+
If provided, only objects synced by Merge before this date time
|
|
1262
|
+
will be returned.
|
|
1263
|
+
page_size:
|
|
1264
|
+
type: optional<integer>
|
|
1265
|
+
docs: Number of results to return per page.
|
|
1266
|
+
pay_group_id:
|
|
1267
|
+
type: optional<string>
|
|
1268
|
+
docs: If provided, will only return employees for this pay group
|
|
1269
|
+
personal_email:
|
|
1270
|
+
type: optional<string>
|
|
1271
|
+
docs: If provided, will only return Employees with this personal email
|
|
1272
|
+
validation:
|
|
1273
|
+
format: email
|
|
1274
|
+
remote_fields:
|
|
1275
|
+
type: optional<EmployeesListRequestRemoteFields>
|
|
1276
|
+
docs: Deprecated. Use show_enum_origins.
|
|
1277
|
+
remote_id:
|
|
1278
|
+
type: optional<string>
|
|
1279
|
+
docs: The API provider's ID for the given object.
|
|
1280
|
+
show_enum_origins:
|
|
1281
|
+
type: optional<EmployeesListRequestShowEnumOrigins>
|
|
1282
|
+
docs: >-
|
|
1283
|
+
A comma separated list of enum field names for which you'd like
|
|
1284
|
+
the original values to be returned, instead of Merge's normalized
|
|
1285
|
+
enum values. [Learn
|
|
1286
|
+
more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
|
|
1287
|
+
started_after:
|
|
1288
|
+
type: optional<datetime>
|
|
1289
|
+
docs: >-
|
|
1290
|
+
If provided, will only return employees that started after this
|
|
1291
|
+
datetime.
|
|
1292
|
+
started_before:
|
|
1293
|
+
type: optional<datetime>
|
|
1294
|
+
docs: >-
|
|
1295
|
+
If provided, will only return employees that started before this
|
|
1296
|
+
datetime.
|
|
1297
|
+
team_id:
|
|
1298
|
+
type: optional<string>
|
|
1299
|
+
docs: If provided, will only return employees for this team.
|
|
1300
|
+
terminated_after:
|
|
1301
|
+
type: optional<datetime>
|
|
1302
|
+
docs: >-
|
|
1303
|
+
If provided, will only return employees that were terminated after
|
|
1304
|
+
this datetime.
|
|
1305
|
+
terminated_before:
|
|
1306
|
+
type: optional<datetime>
|
|
1307
|
+
docs: >-
|
|
1308
|
+
If provided, will only return employees that were terminated
|
|
1309
|
+
before this datetime.
|
|
1310
|
+
work_email:
|
|
1311
|
+
type: optional<string>
|
|
1312
|
+
docs: If provided, will only return Employees with this work email
|
|
1313
|
+
validation:
|
|
1314
|
+
format: email
|
|
1315
|
+
work_location_id:
|
|
1316
|
+
type: optional<string>
|
|
1317
|
+
docs: If provided, will only return employees for this location.
|
|
1318
|
+
response:
|
|
1319
|
+
docs: ''
|
|
1320
|
+
type: root.PaginatedEmployeeList
|
|
1321
|
+
status-code: 200
|
|
1322
|
+
examples:
|
|
1323
|
+
- headers: {}
|
|
1324
|
+
response:
|
|
1325
|
+
body:
|
|
1326
|
+
next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
|
|
1327
|
+
previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
|
|
1328
|
+
results:
|
|
1329
|
+
- id: 0958cbc6-6040-430a-848e-aafacbadf4ae
|
|
1330
|
+
remote_id: '19202938'
|
|
1331
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1332
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1333
|
+
employee_number: '2'
|
|
1334
|
+
company: company
|
|
1335
|
+
first_name: Greg
|
|
1336
|
+
last_name: Hirsch
|
|
1337
|
+
preferred_name: Greg the egg
|
|
1338
|
+
display_full_name: Cousin Greg Hirsch
|
|
1339
|
+
username: cousingreg
|
|
1340
|
+
groups:
|
|
1341
|
+
- 21a54124-397f-494d-985e-3c5b330b8a68
|
|
1342
|
+
work_email: greg@merge.dev
|
|
1343
|
+
personal_email: greg@gmail.com
|
|
1344
|
+
mobile_phone_number: '+1234567890'
|
|
1345
|
+
employments:
|
|
1346
|
+
- 17a54124-287f-494d-965e-3c5b330c9a68
|
|
1347
|
+
home_location: home_location
|
|
1348
|
+
work_location: work_location
|
|
1349
|
+
manager: manager
|
|
1350
|
+
team: team
|
|
1351
|
+
pay_group: pay_group
|
|
1352
|
+
ssn: '1234567890'
|
|
1353
|
+
gender: MALE
|
|
1354
|
+
ethnicity: AMERICAN_INDIAN_OR_ALASKA_NATIVE
|
|
1355
|
+
marital_status: SINGLE
|
|
1356
|
+
date_of_birth: '1990-11-10T00:00:00Z'
|
|
1357
|
+
hire_date: '2020-10-10T00:00:00Z'
|
|
1358
|
+
start_date: '2020-10-11T00:00:00Z'
|
|
1359
|
+
remote_created_at: '2020-10-11T00:00:00Z'
|
|
1360
|
+
employment_status: ACTIVE
|
|
1361
|
+
termination_date: '2021-10-12T00:00:00Z'
|
|
1362
|
+
avatar: http://alturl.com/h2h8m
|
|
1363
|
+
custom_fields:
|
|
1364
|
+
key: value
|
|
1365
|
+
remote_was_deleted: true
|
|
1366
|
+
field_mappings:
|
|
1367
|
+
organization_defined_targets:
|
|
1368
|
+
custom_key: custom_value
|
|
1369
|
+
linked_account_defined_targets:
|
|
1370
|
+
custom_key: custom_value
|
|
1371
|
+
remote_data:
|
|
1372
|
+
- path: /people
|
|
1373
|
+
data:
|
|
1374
|
+
- Varies by platform
|
|
1375
|
+
create:
|
|
1376
|
+
path: /hris/v1/employees
|
|
1377
|
+
method: POST
|
|
1378
|
+
auth: true
|
|
1379
|
+
docs: Creates an `Employee` object with the given values.
|
|
1380
|
+
source:
|
|
1381
|
+
openapi: openapi/openapi.yml
|
|
1382
|
+
request:
|
|
1383
|
+
name: EmployeeEndpointRequest
|
|
1384
|
+
query-parameters:
|
|
1385
|
+
is_debug_mode:
|
|
1386
|
+
type: optional<boolean>
|
|
1387
|
+
docs: >-
|
|
1388
|
+
Whether to include debug fields (such as log file links) in the
|
|
1389
|
+
response.
|
|
1390
|
+
run_async:
|
|
1391
|
+
type: optional<boolean>
|
|
1392
|
+
docs: Whether or not third-party updates should be run asynchronously.
|
|
1393
|
+
body:
|
|
1394
|
+
properties:
|
|
1395
|
+
model: root.EmployeeRequest
|
|
1396
|
+
content-type: application/json
|
|
1397
|
+
response:
|
|
1398
|
+
docs: ''
|
|
1399
|
+
type: root.EmployeeResponse
|
|
1400
|
+
status-code: 201
|
|
1401
|
+
examples:
|
|
1402
|
+
- headers: {}
|
|
1403
|
+
request:
|
|
1404
|
+
model: {}
|
|
1405
|
+
response:
|
|
1406
|
+
body:
|
|
1407
|
+
model:
|
|
1408
|
+
id: 0958cbc6-6040-430a-848e-aafacbadf4ae
|
|
1409
|
+
remote_id: '19202938'
|
|
1410
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1411
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1412
|
+
employee_number: '2'
|
|
1413
|
+
company: company
|
|
1414
|
+
first_name: Greg
|
|
1415
|
+
last_name: Hirsch
|
|
1416
|
+
preferred_name: Greg the egg
|
|
1417
|
+
display_full_name: Cousin Greg Hirsch
|
|
1418
|
+
username: cousingreg
|
|
1419
|
+
groups:
|
|
1420
|
+
- 21a54124-397f-494d-985e-3c5b330b8a68
|
|
1421
|
+
work_email: greg@merge.dev
|
|
1422
|
+
personal_email: greg@gmail.com
|
|
1423
|
+
mobile_phone_number: '+1234567890'
|
|
1424
|
+
employments:
|
|
1425
|
+
- 17a54124-287f-494d-965e-3c5b330c9a68
|
|
1426
|
+
home_location: home_location
|
|
1427
|
+
work_location: work_location
|
|
1428
|
+
manager: manager
|
|
1429
|
+
team: team
|
|
1430
|
+
pay_group: pay_group
|
|
1431
|
+
ssn: '1234567890'
|
|
1432
|
+
gender: MALE
|
|
1433
|
+
ethnicity: AMERICAN_INDIAN_OR_ALASKA_NATIVE
|
|
1434
|
+
marital_status: SINGLE
|
|
1435
|
+
date_of_birth: '1990-11-10T00:00:00Z'
|
|
1436
|
+
hire_date: '2020-10-10T00:00:00Z'
|
|
1437
|
+
start_date: '2020-10-11T00:00:00Z'
|
|
1438
|
+
remote_created_at: '2020-10-11T00:00:00Z'
|
|
1439
|
+
employment_status: ACTIVE
|
|
1440
|
+
termination_date: '2021-10-12T00:00:00Z'
|
|
1441
|
+
avatar: http://alturl.com/h2h8m
|
|
1442
|
+
custom_fields:
|
|
1443
|
+
key: value
|
|
1444
|
+
remote_was_deleted: true
|
|
1445
|
+
field_mappings:
|
|
1446
|
+
organization_defined_targets:
|
|
1447
|
+
custom_key: custom_value
|
|
1448
|
+
linked_account_defined_targets:
|
|
1449
|
+
custom_key: custom_value
|
|
1450
|
+
remote_data:
|
|
1451
|
+
- path: /people
|
|
1452
|
+
data:
|
|
1453
|
+
- Varies by platform
|
|
1454
|
+
warnings:
|
|
1455
|
+
- source:
|
|
1456
|
+
pointer: pointer
|
|
1457
|
+
title: Unrecognized Field
|
|
1458
|
+
detail: An unrecognized field, age, was passed in with request data.
|
|
1459
|
+
problem_type: UNRECOGNIZED_FIELD
|
|
1460
|
+
errors:
|
|
1461
|
+
- source:
|
|
1462
|
+
pointer: pointer
|
|
1463
|
+
title: Missing Required Field
|
|
1464
|
+
detail: custom_fields is a required field on model.
|
|
1465
|
+
problem_type: MISSING_REQUIRED_FIELD
|
|
1466
|
+
logs:
|
|
1467
|
+
- log_id: 99433219-8017-4acd-bb3c-ceb23d663832
|
|
1468
|
+
dashboard_view: >-
|
|
1469
|
+
https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
|
|
1470
|
+
log_summary:
|
|
1471
|
+
url: www.exampleintegration.com/api/v1/exampleapi
|
|
1472
|
+
method: POST
|
|
1473
|
+
status_code: 200
|
|
1474
|
+
retrieve:
|
|
1475
|
+
path: /hris/v1/employees/{id}
|
|
1476
|
+
method: GET
|
|
1477
|
+
auth: true
|
|
1478
|
+
docs: Returns an `Employee` object with the given `id`.
|
|
1479
|
+
source:
|
|
1480
|
+
openapi: openapi/openapi.yml
|
|
1481
|
+
path-parameters:
|
|
1482
|
+
id: string
|
|
1483
|
+
request:
|
|
1484
|
+
name: EmployeesRetrieveRequest
|
|
1485
|
+
query-parameters:
|
|
1486
|
+
expand:
|
|
1487
|
+
type: optional<EmployeesRetrieveRequestExpand>
|
|
1488
|
+
docs: >-
|
|
1489
|
+
Which relations should be returned in expanded form. Multiple
|
|
1490
|
+
relation names should be comma separated without spaces.
|
|
1491
|
+
include_remote_data:
|
|
1492
|
+
type: optional<boolean>
|
|
1493
|
+
docs: >-
|
|
1494
|
+
Whether to include the original data Merge fetched from the
|
|
1495
|
+
third-party to produce these models.
|
|
1496
|
+
include_sensitive_fields:
|
|
1497
|
+
type: optional<boolean>
|
|
1498
|
+
docs: >-
|
|
1499
|
+
Whether to include sensitive fields (such as social security
|
|
1500
|
+
numbers) in the response.
|
|
1501
|
+
include_shell_data:
|
|
1502
|
+
type: optional<boolean>
|
|
1503
|
+
docs: >-
|
|
1504
|
+
Whether to include shell records. Shell records are empty records
|
|
1505
|
+
(they may contain some metadata but all other fields are null).
|
|
1506
|
+
remote_fields:
|
|
1507
|
+
type: optional<EmployeesRetrieveRequestRemoteFields>
|
|
1508
|
+
docs: Deprecated. Use show_enum_origins.
|
|
1509
|
+
show_enum_origins:
|
|
1510
|
+
type: optional<EmployeesRetrieveRequestShowEnumOrigins>
|
|
1511
|
+
docs: >-
|
|
1512
|
+
A comma separated list of enum field names for which you'd like
|
|
1513
|
+
the original values to be returned, instead of Merge's normalized
|
|
1514
|
+
enum values. [Learn
|
|
1515
|
+
more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
|
|
1516
|
+
response:
|
|
1517
|
+
docs: ''
|
|
1518
|
+
type: root.Employee
|
|
1519
|
+
status-code: 200
|
|
1520
|
+
examples:
|
|
1521
|
+
- path-parameters:
|
|
1522
|
+
id: id
|
|
1523
|
+
headers: {}
|
|
1524
|
+
response:
|
|
1525
|
+
body:
|
|
1526
|
+
id: 0958cbc6-6040-430a-848e-aafacbadf4ae
|
|
1527
|
+
remote_id: '19202938'
|
|
1528
|
+
created_at: '2021-09-15T00:00:00Z'
|
|
1529
|
+
modified_at: '2021-10-16T00:00:00Z'
|
|
1530
|
+
employee_number: '2'
|
|
1531
|
+
company: company
|
|
1532
|
+
first_name: Greg
|
|
1533
|
+
last_name: Hirsch
|
|
1534
|
+
preferred_name: Greg the egg
|
|
1535
|
+
display_full_name: Cousin Greg Hirsch
|
|
1536
|
+
username: cousingreg
|
|
1537
|
+
groups:
|
|
1538
|
+
- 21a54124-397f-494d-985e-3c5b330b8a68
|
|
1539
|
+
work_email: greg@merge.dev
|
|
1540
|
+
personal_email: greg@gmail.com
|
|
1541
|
+
mobile_phone_number: '+1234567890'
|
|
1542
|
+
employments:
|
|
1543
|
+
- 17a54124-287f-494d-965e-3c5b330c9a68
|
|
1544
|
+
home_location: home_location
|
|
1545
|
+
work_location: work_location
|
|
1546
|
+
manager: manager
|
|
1547
|
+
team: team
|
|
1548
|
+
pay_group: pay_group
|
|
1549
|
+
ssn: '1234567890'
|
|
1550
|
+
gender: MALE
|
|
1551
|
+
ethnicity: AMERICAN_INDIAN_OR_ALASKA_NATIVE
|
|
1552
|
+
marital_status: SINGLE
|
|
1553
|
+
date_of_birth: '1990-11-10T00:00:00Z'
|
|
1554
|
+
hire_date: '2020-10-10T00:00:00Z'
|
|
1555
|
+
start_date: '2020-10-11T00:00:00Z'
|
|
1556
|
+
remote_created_at: '2020-10-11T00:00:00Z'
|
|
1557
|
+
employment_status: ACTIVE
|
|
1558
|
+
termination_date: '2021-10-12T00:00:00Z'
|
|
1559
|
+
avatar: http://alturl.com/h2h8m
|
|
1560
|
+
custom_fields:
|
|
1561
|
+
key: value
|
|
1562
|
+
remote_was_deleted: true
|
|
1563
|
+
field_mappings:
|
|
1564
|
+
organization_defined_targets:
|
|
1565
|
+
custom_key: custom_value
|
|
1566
|
+
linked_account_defined_targets:
|
|
1567
|
+
custom_key: custom_value
|
|
1568
|
+
remote_data:
|
|
1569
|
+
- path: /people
|
|
1570
|
+
data:
|
|
1571
|
+
- Varies by platform
|
|
1572
|
+
ignoreCreate:
|
|
1573
|
+
path: /hris/v1/employees/ignore/{model_id}
|
|
1574
|
+
method: POST
|
|
1575
|
+
auth: true
|
|
1576
|
+
docs: >-
|
|
1577
|
+
Ignores a specific row based on the `model_id` in the url. These records
|
|
1578
|
+
will have their properties set to null, and will not be updated in
|
|
1579
|
+
future syncs. The "reason" and "message" fields in the request body will
|
|
1580
|
+
be stored for audit purposes.
|
|
1581
|
+
source:
|
|
1582
|
+
openapi: openapi/openapi.yml
|
|
1583
|
+
path-parameters:
|
|
1584
|
+
model_id: string
|
|
1585
|
+
request:
|
|
1586
|
+
name: IgnoreCommonModelRequest
|
|
1587
|
+
body:
|
|
1588
|
+
properties:
|
|
1589
|
+
reason: IgnoreCommonModelRequestReason
|
|
1590
|
+
message:
|
|
1591
|
+
type: optional<string>
|
|
1592
|
+
validation:
|
|
1593
|
+
minLength: 1
|
|
1594
|
+
maxLength: 256
|
|
1595
|
+
content-type: application/json
|
|
1596
|
+
examples:
|
|
1597
|
+
- path-parameters:
|
|
1598
|
+
model_id: model_id
|
|
1599
|
+
headers: {}
|
|
1600
|
+
request:
|
|
1601
|
+
reason: GENERAL_CUSTOMER_REQUEST
|
|
1602
|
+
metaPostRetrieve:
|
|
1603
|
+
path: /hris/v1/employees/meta/post
|
|
1604
|
+
method: GET
|
|
1605
|
+
auth: true
|
|
1606
|
+
docs: Returns metadata for `Employee` POSTs.
|
|
1607
|
+
source:
|
|
1608
|
+
openapi: openapi/openapi.yml
|
|
1609
|
+
response:
|
|
1610
|
+
docs: ''
|
|
1611
|
+
type: root.MetaResponse
|
|
1612
|
+
status-code: 200
|
|
1613
|
+
examples:
|
|
1614
|
+
- headers: {}
|
|
1615
|
+
response:
|
|
1616
|
+
body:
|
|
1617
|
+
request_schema:
|
|
1618
|
+
type: object
|
|
1619
|
+
properties:
|
|
1620
|
+
model:
|
|
1621
|
+
type: object
|
|
1622
|
+
required:
|
|
1623
|
+
- last_name
|
|
1624
|
+
- first_name
|
|
1625
|
+
- merge_categories
|
|
1626
|
+
- new_york_city_neighborhood
|
|
1627
|
+
- favorite_tv_shows
|
|
1628
|
+
- favorite_watch
|
|
1629
|
+
properties:
|
|
1630
|
+
email_addresses:
|
|
1631
|
+
type: array
|
|
1632
|
+
items:
|
|
1633
|
+
type: object
|
|
1634
|
+
properties:
|
|
1635
|
+
value:
|
|
1636
|
+
type: string
|
|
1637
|
+
title: value
|
|
1638
|
+
email_address_type:
|
|
1639
|
+
type: string
|
|
1640
|
+
title: email_address_type
|
|
1641
|
+
integration_params:
|
|
1642
|
+
type: object
|
|
1643
|
+
title: integration_params
|
|
1644
|
+
properties: {}
|
|
1645
|
+
linked_account_params:
|
|
1646
|
+
type: object
|
|
1647
|
+
title: linked_account_params
|
|
1648
|
+
properties: {}
|
|
1649
|
+
title: email_addresses
|
|
1650
|
+
description: Array of email_addresses objects
|
|
1651
|
+
urls:
|
|
1652
|
+
type: array
|
|
1653
|
+
items:
|
|
1654
|
+
type: object
|
|
1655
|
+
properties:
|
|
1656
|
+
value:
|
|
1657
|
+
type: string
|
|
1658
|
+
title: value
|
|
1659
|
+
url_type:
|
|
1660
|
+
type: string
|
|
1661
|
+
title: url_type
|
|
1662
|
+
integration_params:
|
|
1663
|
+
type: object
|
|
1664
|
+
title: integration_params
|
|
1665
|
+
properties: {}
|
|
1666
|
+
linked_account_params:
|
|
1667
|
+
type: object
|
|
1668
|
+
title: linked_account_params
|
|
1669
|
+
properties: {}
|
|
1670
|
+
title: urls
|
|
1671
|
+
description: Array of urls objects
|
|
1672
|
+
first_name:
|
|
1673
|
+
type: string
|
|
1674
|
+
title: first_name
|
|
1675
|
+
description: The first name.
|
|
1676
|
+
last_name:
|
|
1677
|
+
type: string
|
|
1678
|
+
title: last_name
|
|
1679
|
+
description: The last name.
|
|
1680
|
+
phone_numbers:
|
|
1681
|
+
type: array
|
|
1682
|
+
items:
|
|
1683
|
+
type: object
|
|
1684
|
+
properties:
|
|
1685
|
+
value:
|
|
1686
|
+
type: string
|
|
1687
|
+
title: value
|
|
1688
|
+
phone_number_type:
|
|
1689
|
+
type: string
|
|
1690
|
+
title: phone_number_type
|
|
1691
|
+
integration_params:
|
|
1692
|
+
type: object
|
|
1693
|
+
title: integration_params
|
|
1694
|
+
properties: {}
|
|
1695
|
+
linked_account_params:
|
|
1696
|
+
type: object
|
|
1697
|
+
title: linked_account_params
|
|
1698
|
+
properties: {}
|
|
1699
|
+
title: phone_numbers
|
|
1700
|
+
description: Array of phone_numbers objects
|
|
1701
|
+
tags:
|
|
1702
|
+
type: array
|
|
1703
|
+
items:
|
|
1704
|
+
type: string
|
|
1705
|
+
format: uuid
|
|
1706
|
+
title: tags
|
|
1707
|
+
description: Array of tags names
|
|
1708
|
+
attachments:
|
|
1709
|
+
type: array
|
|
1710
|
+
items:
|
|
1711
|
+
type: object
|
|
1712
|
+
properties:
|
|
1713
|
+
id:
|
|
1714
|
+
type: string
|
|
1715
|
+
title: id
|
|
1716
|
+
file_url:
|
|
1717
|
+
type: string
|
|
1718
|
+
title: file_url
|
|
1719
|
+
file_name:
|
|
1720
|
+
type: string
|
|
1721
|
+
title: file_name
|
|
1722
|
+
attachment_type:
|
|
1723
|
+
type: string
|
|
1724
|
+
title: attachment_type
|
|
1725
|
+
integration_params:
|
|
1726
|
+
type: object
|
|
1727
|
+
title: integration_params
|
|
1728
|
+
properties: {}
|
|
1729
|
+
linked_account_params:
|
|
1730
|
+
type: object
|
|
1731
|
+
title: linked_account_params
|
|
1732
|
+
properties: {}
|
|
1733
|
+
title: attachments
|
|
1734
|
+
description: 'Array of attachments objects '
|
|
1735
|
+
merge_categories:
|
|
1736
|
+
type: array
|
|
1737
|
+
categories:
|
|
1738
|
+
type: string
|
|
1739
|
+
enum:
|
|
1740
|
+
- HRIS
|
|
1741
|
+
- ATS
|
|
1742
|
+
- Accounting
|
|
1743
|
+
- Ticketing
|
|
1744
|
+
- File Storage
|
|
1745
|
+
- CRM
|
|
1746
|
+
- Marketing Automation
|
|
1747
|
+
enum_information:
|
|
1748
|
+
- value: HRIS
|
|
1749
|
+
description: Merge HRIS Category
|
|
1750
|
+
- value: ATS
|
|
1751
|
+
description: Merge ATS Category
|
|
1752
|
+
- value: Accounting
|
|
1753
|
+
description: Merge Accounting Category
|
|
1754
|
+
- value: Ticketing
|
|
1755
|
+
description: Merge Ticketing Category
|
|
1756
|
+
- value: File Storage
|
|
1757
|
+
description: Merge File Storage Category
|
|
1758
|
+
- value: CRM
|
|
1759
|
+
description: Merge CRM Category
|
|
1760
|
+
- value: Marketing Automation
|
|
1761
|
+
description: Merge Marketing Automation Category
|
|
1762
|
+
title: Merge Categories
|
|
1763
|
+
description: Array of Merge's Unified API Categories
|
|
1764
|
+
new_york_city_neighborhood:
|
|
1765
|
+
type: string
|
|
1766
|
+
title: Borough
|
|
1767
|
+
description: One of the 5 Boroughs of New York City
|
|
1768
|
+
favorite_tv_shows:
|
|
1769
|
+
type: array
|
|
1770
|
+
items:
|
|
1771
|
+
type: string
|
|
1772
|
+
format: uuid
|
|
1773
|
+
title: Favorite TV Shows
|
|
1774
|
+
description: Array of TV Show objects on merge.tv_shows
|
|
1775
|
+
favorite_watch:
|
|
1776
|
+
type: string
|
|
1777
|
+
title: Favorite Watch
|
|
1778
|
+
description: Favorite watch of all time
|
|
1779
|
+
remote_field_classes:
|
|
1780
|
+
key: value
|
|
1781
|
+
status:
|
|
1782
|
+
linked_account_status: linked_account_status
|
|
1783
|
+
can_make_request: true
|
|
1784
|
+
has_conditional_params: true
|
|
1785
|
+
has_required_linked_account_params: true
|
|
1786
|
+
source:
|
|
1787
|
+
openapi: openapi/openapi.yml
|