@mergeapi/merge-node-client 1.1.9 → 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 +6 -4
- package/Client.js +55 -12
- package/api/resources/accounting/client/Client.d.ts +2 -0
- 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 +2 -1
- package/api/resources/accounting/resources/index.js +3 -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 +3 -1
- package/api/resources/accounting/resources/projects/client/Client.js +17 -12
- 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/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/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/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/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/index.d.ts +18 -0
- package/api/resources/accounting/types/index.js +18 -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/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- 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 +6 -4
- package/dist/Client.js +55 -12
- package/dist/api/resources/accounting/client/Client.d.ts +2 -0
- 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 +2 -1
- package/dist/api/resources/accounting/resources/index.js +3 -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 +3 -1
- package/dist/api/resources/accounting/resources/projects/client/Client.js +17 -12
- 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/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/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/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/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/index.d.ts +18 -0
- package/dist/api/resources/accounting/types/index.js +18 -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/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- 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 +3 -1
- package/dist/serialization/resources/accounting/resources/index.js +4 -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/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/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/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/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/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/index.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/index.js +18 -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/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- 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 +2815 -2551
- package/scripts/rename-to-esm-files.js +10 -2
- package/serialization/resources/accounting/resources/index.d.ts +3 -1
- package/serialization/resources/accounting/resources/index.js +4 -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/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/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/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/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/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/index.d.ts +18 -0
- package/serialization/resources/accounting/types/index.js +18 -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/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- 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,2365 @@
|
|
|
1
|
+
types:
|
|
2
|
+
AccountDetails:
|
|
3
|
+
properties:
|
|
4
|
+
id:
|
|
5
|
+
type: optional<string>
|
|
6
|
+
validation:
|
|
7
|
+
format: uuid
|
|
8
|
+
access: read-only
|
|
9
|
+
integration:
|
|
10
|
+
type: optional<string>
|
|
11
|
+
access: read-only
|
|
12
|
+
integration_slug:
|
|
13
|
+
type: optional<string>
|
|
14
|
+
access: read-only
|
|
15
|
+
category: optional<CategoryEnum>
|
|
16
|
+
end_user_origin_id:
|
|
17
|
+
type: optional<string>
|
|
18
|
+
access: read-only
|
|
19
|
+
end_user_organization_name:
|
|
20
|
+
type: optional<string>
|
|
21
|
+
access: read-only
|
|
22
|
+
end_user_email_address:
|
|
23
|
+
type: optional<string>
|
|
24
|
+
validation:
|
|
25
|
+
format: email
|
|
26
|
+
access: read-only
|
|
27
|
+
status:
|
|
28
|
+
type: optional<string>
|
|
29
|
+
access: read-only
|
|
30
|
+
webhook_listener_url:
|
|
31
|
+
type: optional<string>
|
|
32
|
+
validation:
|
|
33
|
+
format: uri
|
|
34
|
+
access: read-only
|
|
35
|
+
is_duplicate:
|
|
36
|
+
type: optional<boolean>
|
|
37
|
+
docs: >-
|
|
38
|
+
Whether a Production Linked Account's credentials match another
|
|
39
|
+
existing Production Linked Account. This field is `null` for Test
|
|
40
|
+
Linked Accounts, incomplete Production Linked Accounts, and ignored
|
|
41
|
+
duplicate Production Linked Account sets.
|
|
42
|
+
access: read-only
|
|
43
|
+
account_type:
|
|
44
|
+
type: optional<string>
|
|
45
|
+
access: read-only
|
|
46
|
+
completed_at:
|
|
47
|
+
type: optional<datetime>
|
|
48
|
+
docs: The time at which account completes the linking flow.
|
|
49
|
+
source:
|
|
50
|
+
openapi: openapi/openapi.yml
|
|
51
|
+
AccountDetailsAndActions:
|
|
52
|
+
docs: >-
|
|
53
|
+
# The LinkedAccount Object
|
|
54
|
+
|
|
55
|
+
### Description
|
|
56
|
+
|
|
57
|
+
The `LinkedAccount` object is used to represent an end user's link with a
|
|
58
|
+
specific integration.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Usage Example
|
|
62
|
+
|
|
63
|
+
View a list of your organization's `LinkedAccount` objects.
|
|
64
|
+
properties:
|
|
65
|
+
id: string
|
|
66
|
+
category: optional<CategoryEnum>
|
|
67
|
+
status: AccountDetailsAndActionsStatusEnum
|
|
68
|
+
status_detail: optional<string>
|
|
69
|
+
end_user_origin_id: optional<string>
|
|
70
|
+
end_user_organization_name: string
|
|
71
|
+
end_user_email_address: string
|
|
72
|
+
subdomain:
|
|
73
|
+
type: optional<string>
|
|
74
|
+
docs: The tenant or domain the customer has provided access to.
|
|
75
|
+
webhook_listener_url: string
|
|
76
|
+
is_duplicate:
|
|
77
|
+
type: optional<boolean>
|
|
78
|
+
docs: >-
|
|
79
|
+
Whether a Production Linked Account's credentials match another
|
|
80
|
+
existing Production Linked Account. This field is `null` for Test
|
|
81
|
+
Linked Accounts, incomplete Production Linked Accounts, and ignored
|
|
82
|
+
duplicate Production Linked Account sets.
|
|
83
|
+
integration: optional<AccountDetailsAndActionsIntegration>
|
|
84
|
+
account_type: string
|
|
85
|
+
completed_at: datetime
|
|
86
|
+
integration_specific_fields: optional<map<string, unknown>>
|
|
87
|
+
source:
|
|
88
|
+
openapi: openapi/openapi.yml
|
|
89
|
+
AccountDetailsAndActionsIntegration:
|
|
90
|
+
properties:
|
|
91
|
+
name: string
|
|
92
|
+
categories: list<CategoriesEnum>
|
|
93
|
+
image: optional<string>
|
|
94
|
+
square_image: optional<string>
|
|
95
|
+
color: string
|
|
96
|
+
slug: string
|
|
97
|
+
passthrough_available: boolean
|
|
98
|
+
available_model_operations: optional<list<ModelOperation>>
|
|
99
|
+
source:
|
|
100
|
+
openapi: openapi/openapi.yml
|
|
101
|
+
AccountDetailsAndActionsStatusEnum:
|
|
102
|
+
enum:
|
|
103
|
+
- COMPLETE
|
|
104
|
+
- INCOMPLETE
|
|
105
|
+
- RELINK_NEEDED
|
|
106
|
+
- IDLE
|
|
107
|
+
docs: |-
|
|
108
|
+
* `COMPLETE` - COMPLETE
|
|
109
|
+
* `INCOMPLETE` - INCOMPLETE
|
|
110
|
+
* `RELINK_NEEDED` - RELINK_NEEDED
|
|
111
|
+
* `IDLE` - IDLE
|
|
112
|
+
source:
|
|
113
|
+
openapi: openapi/openapi.yml
|
|
114
|
+
AccountIntegration:
|
|
115
|
+
properties:
|
|
116
|
+
name:
|
|
117
|
+
type: string
|
|
118
|
+
docs: Company name.
|
|
119
|
+
abbreviated_name:
|
|
120
|
+
type: optional<string>
|
|
121
|
+
docs: >-
|
|
122
|
+
Optional. This shortened name appears in places with limited space,
|
|
123
|
+
usually in conjunction with the platform's logo (e.g., Merge Link
|
|
124
|
+
menu).<br><br>Example: <i>Workforce Now (in lieu of ADP Workforce
|
|
125
|
+
Now), SuccessFactors (in lieu of SAP SuccessFactors)</i>
|
|
126
|
+
categories:
|
|
127
|
+
type: optional<list<CategoriesEnum>>
|
|
128
|
+
docs: >-
|
|
129
|
+
Category or categories this integration belongs to. Multiple
|
|
130
|
+
categories should be comma separated, i.e. [ats, hris].
|
|
131
|
+
access: read-only
|
|
132
|
+
image:
|
|
133
|
+
type: optional<string>
|
|
134
|
+
docs: Company logo in rectangular shape.
|
|
135
|
+
validation:
|
|
136
|
+
format: uri
|
|
137
|
+
square_image:
|
|
138
|
+
type: optional<string>
|
|
139
|
+
docs: Company logo in square shape.
|
|
140
|
+
validation:
|
|
141
|
+
format: uri
|
|
142
|
+
color:
|
|
143
|
+
type: optional<string>
|
|
144
|
+
docs: >-
|
|
145
|
+
The color of this integration used for buttons and text throughout the
|
|
146
|
+
app and landing pages. <b>Choose a darker, saturated color.</b>
|
|
147
|
+
validation:
|
|
148
|
+
pattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
|
|
149
|
+
maxLength: 18
|
|
150
|
+
slug:
|
|
151
|
+
type: optional<string>
|
|
152
|
+
access: read-only
|
|
153
|
+
api_endpoints_to_documentation_urls:
|
|
154
|
+
type: optional<map<string, unknown>>
|
|
155
|
+
docs: >-
|
|
156
|
+
Mapping of API endpoints to documentation urls for support. Example:
|
|
157
|
+
{'GET': [['/common-model-scopes',
|
|
158
|
+
'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions',
|
|
159
|
+
'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']],
|
|
160
|
+
'POST': []}
|
|
161
|
+
webhook_setup_guide_url:
|
|
162
|
+
type: optional<string>
|
|
163
|
+
docs: >-
|
|
164
|
+
Setup guide URL for third party webhook creation. Exposed in Merge
|
|
165
|
+
Docs.
|
|
166
|
+
category_beta_status:
|
|
167
|
+
type: optional<map<string, unknown>>
|
|
168
|
+
docs: Category or categories this integration is in beta status for.
|
|
169
|
+
access: read-only
|
|
170
|
+
source:
|
|
171
|
+
openapi: openapi/openapi.yml
|
|
172
|
+
AccountToken:
|
|
173
|
+
properties:
|
|
174
|
+
account_token: string
|
|
175
|
+
integration: AccountIntegration
|
|
176
|
+
id: string
|
|
177
|
+
source:
|
|
178
|
+
openapi: openapi/openapi.yml
|
|
179
|
+
AdvancedMetadata:
|
|
180
|
+
properties:
|
|
181
|
+
id:
|
|
182
|
+
type: string
|
|
183
|
+
validation:
|
|
184
|
+
format: uuid
|
|
185
|
+
display_name: optional<string>
|
|
186
|
+
description: optional<string>
|
|
187
|
+
is_required: optional<boolean>
|
|
188
|
+
is_custom: optional<boolean>
|
|
189
|
+
field_choices: optional<list<unknown>>
|
|
190
|
+
source:
|
|
191
|
+
openapi: openapi/openapi.yml
|
|
192
|
+
AsyncPassthroughReciept:
|
|
193
|
+
properties:
|
|
194
|
+
async_passthrough_receipt_id:
|
|
195
|
+
type: string
|
|
196
|
+
validation:
|
|
197
|
+
format: uuid
|
|
198
|
+
source:
|
|
199
|
+
openapi: openapi/openapi.yml
|
|
200
|
+
AuditLogEventRole:
|
|
201
|
+
discriminated: false
|
|
202
|
+
docs: >-
|
|
203
|
+
Designates the role of the user (or SYSTEM/API if action not taken by a
|
|
204
|
+
user) at the time of this Event occurring.
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
* `ADMIN` - ADMIN
|
|
208
|
+
|
|
209
|
+
* `DEVELOPER` - DEVELOPER
|
|
210
|
+
|
|
211
|
+
* `MEMBER` - MEMBER
|
|
212
|
+
|
|
213
|
+
* `API` - API
|
|
214
|
+
|
|
215
|
+
* `SYSTEM` - SYSTEM
|
|
216
|
+
|
|
217
|
+
* `MERGE_TEAM` - MERGE_TEAM
|
|
218
|
+
union:
|
|
219
|
+
- RoleEnum
|
|
220
|
+
- string
|
|
221
|
+
source:
|
|
222
|
+
openapi: openapi/openapi.yml
|
|
223
|
+
inline: true
|
|
224
|
+
AuditLogEventEventType:
|
|
225
|
+
discriminated: false
|
|
226
|
+
docs: >-
|
|
227
|
+
Designates the type of event that occurred.
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
* `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
|
|
231
|
+
|
|
232
|
+
* `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
|
|
233
|
+
|
|
234
|
+
* `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
|
|
235
|
+
|
|
236
|
+
* `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
|
|
237
|
+
|
|
238
|
+
* `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
|
|
239
|
+
|
|
240
|
+
* `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
|
|
241
|
+
|
|
242
|
+
* `INVITED_USER` - INVITED_USER
|
|
243
|
+
|
|
244
|
+
* `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
|
|
245
|
+
|
|
246
|
+
* `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
|
|
247
|
+
|
|
248
|
+
* `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
|
|
249
|
+
|
|
250
|
+
* `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
|
|
251
|
+
DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
|
|
252
|
+
|
|
253
|
+
* `CREATED_DESTINATION` - CREATED_DESTINATION
|
|
254
|
+
|
|
255
|
+
* `DELETED_DESTINATION` - DELETED_DESTINATION
|
|
256
|
+
|
|
257
|
+
* `CHANGED_DESTINATION` - CHANGED_DESTINATION
|
|
258
|
+
|
|
259
|
+
* `CHANGED_SCOPES` - CHANGED_SCOPES
|
|
260
|
+
|
|
261
|
+
* `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
|
|
262
|
+
|
|
263
|
+
* `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
|
|
264
|
+
|
|
265
|
+
* `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
|
|
266
|
+
|
|
267
|
+
* `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
|
|
268
|
+
|
|
269
|
+
* `ENABLED_CATEGORY` - ENABLED_CATEGORY
|
|
270
|
+
|
|
271
|
+
* `DISABLED_CATEGORY` - DISABLED_CATEGORY
|
|
272
|
+
|
|
273
|
+
* `CHANGED_PASSWORD` - CHANGED_PASSWORD
|
|
274
|
+
|
|
275
|
+
* `RESET_PASSWORD` - RESET_PASSWORD
|
|
276
|
+
|
|
277
|
+
* `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
|
|
278
|
+
ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
279
|
+
|
|
280
|
+
* `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
|
|
281
|
+
ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
282
|
+
|
|
283
|
+
* `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
|
|
284
|
+
DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
285
|
+
|
|
286
|
+
* `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
|
|
287
|
+
DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
288
|
+
|
|
289
|
+
* `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
290
|
+
CREATED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
291
|
+
|
|
292
|
+
* `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
293
|
+
CREATED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
294
|
+
|
|
295
|
+
* `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
296
|
+
CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
297
|
+
|
|
298
|
+
* `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
299
|
+
CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
300
|
+
|
|
301
|
+
* `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
302
|
+
DELETED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
303
|
+
|
|
304
|
+
* `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
305
|
+
DELETED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
306
|
+
|
|
307
|
+
* `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
308
|
+
CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
309
|
+
|
|
310
|
+
* `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
311
|
+
CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
312
|
+
|
|
313
|
+
* `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
314
|
+
DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
315
|
+
|
|
316
|
+
* `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
|
|
317
|
+
|
|
318
|
+
* `MUTED_ISSUE` - MUTED_ISSUE
|
|
319
|
+
|
|
320
|
+
* `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
|
|
321
|
+
|
|
322
|
+
* `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
|
|
323
|
+
|
|
324
|
+
* `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
|
|
325
|
+
|
|
326
|
+
* `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
|
|
327
|
+
|
|
328
|
+
* `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
|
|
329
|
+
union:
|
|
330
|
+
- EventTypeEnum
|
|
331
|
+
- string
|
|
332
|
+
source:
|
|
333
|
+
openapi: openapi/openapi.yml
|
|
334
|
+
inline: true
|
|
335
|
+
AuditLogEvent:
|
|
336
|
+
properties:
|
|
337
|
+
id:
|
|
338
|
+
type: optional<string>
|
|
339
|
+
validation:
|
|
340
|
+
format: uuid
|
|
341
|
+
access: read-only
|
|
342
|
+
user_name:
|
|
343
|
+
type: optional<string>
|
|
344
|
+
docs: The User's full name at the time of this Event occurring.
|
|
345
|
+
validation:
|
|
346
|
+
maxLength: 200
|
|
347
|
+
user_email:
|
|
348
|
+
type: optional<string>
|
|
349
|
+
docs: The User's email at the time of this Event occurring.
|
|
350
|
+
validation:
|
|
351
|
+
format: email
|
|
352
|
+
maxLength: 254
|
|
353
|
+
role:
|
|
354
|
+
type: AuditLogEventRole
|
|
355
|
+
docs: >-
|
|
356
|
+
Designates the role of the user (or SYSTEM/API if action not taken by
|
|
357
|
+
a user) at the time of this Event occurring.
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
* `ADMIN` - ADMIN
|
|
361
|
+
|
|
362
|
+
* `DEVELOPER` - DEVELOPER
|
|
363
|
+
|
|
364
|
+
* `MEMBER` - MEMBER
|
|
365
|
+
|
|
366
|
+
* `API` - API
|
|
367
|
+
|
|
368
|
+
* `SYSTEM` - SYSTEM
|
|
369
|
+
|
|
370
|
+
* `MERGE_TEAM` - MERGE_TEAM
|
|
371
|
+
ip_address:
|
|
372
|
+
type: string
|
|
373
|
+
validation:
|
|
374
|
+
maxLength: 45
|
|
375
|
+
event_type:
|
|
376
|
+
type: AuditLogEventEventType
|
|
377
|
+
docs: >-
|
|
378
|
+
Designates the type of event that occurred.
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
* `CREATED_REMOTE_PRODUCTION_API_KEY` -
|
|
382
|
+
CREATED_REMOTE_PRODUCTION_API_KEY
|
|
383
|
+
|
|
384
|
+
* `DELETED_REMOTE_PRODUCTION_API_KEY` -
|
|
385
|
+
DELETED_REMOTE_PRODUCTION_API_KEY
|
|
386
|
+
|
|
387
|
+
* `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
|
|
388
|
+
|
|
389
|
+
* `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
|
|
390
|
+
|
|
391
|
+
* `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
|
|
392
|
+
|
|
393
|
+
* `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
|
|
394
|
+
|
|
395
|
+
* `INVITED_USER` - INVITED_USER
|
|
396
|
+
|
|
397
|
+
* `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
|
|
398
|
+
|
|
399
|
+
* `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
|
|
400
|
+
|
|
401
|
+
* `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
|
|
402
|
+
|
|
403
|
+
* `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
|
|
404
|
+
DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
|
|
405
|
+
|
|
406
|
+
* `CREATED_DESTINATION` - CREATED_DESTINATION
|
|
407
|
+
|
|
408
|
+
* `DELETED_DESTINATION` - DELETED_DESTINATION
|
|
409
|
+
|
|
410
|
+
* `CHANGED_DESTINATION` - CHANGED_DESTINATION
|
|
411
|
+
|
|
412
|
+
* `CHANGED_SCOPES` - CHANGED_SCOPES
|
|
413
|
+
|
|
414
|
+
* `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
|
|
415
|
+
|
|
416
|
+
* `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
|
|
417
|
+
|
|
418
|
+
* `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
|
|
419
|
+
|
|
420
|
+
* `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
|
|
421
|
+
|
|
422
|
+
* `ENABLED_CATEGORY` - ENABLED_CATEGORY
|
|
423
|
+
|
|
424
|
+
* `DISABLED_CATEGORY` - DISABLED_CATEGORY
|
|
425
|
+
|
|
426
|
+
* `CHANGED_PASSWORD` - CHANGED_PASSWORD
|
|
427
|
+
|
|
428
|
+
* `RESET_PASSWORD` - RESET_PASSWORD
|
|
429
|
+
|
|
430
|
+
* `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
|
|
431
|
+
ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
432
|
+
|
|
433
|
+
* `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
|
|
434
|
+
ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
435
|
+
|
|
436
|
+
* `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
|
|
437
|
+
DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
438
|
+
|
|
439
|
+
* `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
|
|
440
|
+
DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
441
|
+
|
|
442
|
+
* `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
443
|
+
CREATED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
444
|
+
|
|
445
|
+
* `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
446
|
+
CREATED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
447
|
+
|
|
448
|
+
* `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
449
|
+
CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
450
|
+
|
|
451
|
+
* `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
452
|
+
CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
453
|
+
|
|
454
|
+
* `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
455
|
+
DELETED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
456
|
+
|
|
457
|
+
* `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
458
|
+
DELETED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
459
|
+
|
|
460
|
+
* `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
461
|
+
CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
462
|
+
|
|
463
|
+
* `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
464
|
+
CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
465
|
+
|
|
466
|
+
* `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
467
|
+
DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
468
|
+
|
|
469
|
+
* `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
|
|
470
|
+
|
|
471
|
+
* `MUTED_ISSUE` - MUTED_ISSUE
|
|
472
|
+
|
|
473
|
+
* `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
|
|
474
|
+
|
|
475
|
+
* `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
|
|
476
|
+
|
|
477
|
+
* `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
|
|
478
|
+
|
|
479
|
+
* `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
|
|
480
|
+
|
|
481
|
+
* `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
|
|
482
|
+
event_description: string
|
|
483
|
+
created_at:
|
|
484
|
+
type: optional<datetime>
|
|
485
|
+
access: read-only
|
|
486
|
+
source:
|
|
487
|
+
openapi: openapi/openapi.yml
|
|
488
|
+
AvailableActions:
|
|
489
|
+
docs: >-
|
|
490
|
+
# The AvailableActions Object
|
|
491
|
+
|
|
492
|
+
### Description
|
|
493
|
+
|
|
494
|
+
The `Activity` object is used to see all available model/operation
|
|
495
|
+
combinations for an integration.
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
### Usage Example
|
|
499
|
+
|
|
500
|
+
Fetch all the actions available for the `Zenefits` integration.
|
|
501
|
+
properties:
|
|
502
|
+
integration: AccountIntegration
|
|
503
|
+
passthrough_available: boolean
|
|
504
|
+
available_model_operations: optional<list<ModelOperation>>
|
|
505
|
+
source:
|
|
506
|
+
openapi: openapi/openapi.yml
|
|
507
|
+
CategoriesEnum:
|
|
508
|
+
enum:
|
|
509
|
+
- hris
|
|
510
|
+
- ats
|
|
511
|
+
- accounting
|
|
512
|
+
- ticketing
|
|
513
|
+
- crm
|
|
514
|
+
- mktg
|
|
515
|
+
- filestorage
|
|
516
|
+
docs: |-
|
|
517
|
+
* `hris` - hris
|
|
518
|
+
* `ats` - ats
|
|
519
|
+
* `accounting` - accounting
|
|
520
|
+
* `ticketing` - ticketing
|
|
521
|
+
* `crm` - crm
|
|
522
|
+
* `mktg` - mktg
|
|
523
|
+
* `filestorage` - filestorage
|
|
524
|
+
source:
|
|
525
|
+
openapi: openapi/openapi.yml
|
|
526
|
+
CategoryEnum:
|
|
527
|
+
enum:
|
|
528
|
+
- hris
|
|
529
|
+
- ats
|
|
530
|
+
- accounting
|
|
531
|
+
- ticketing
|
|
532
|
+
- crm
|
|
533
|
+
- mktg
|
|
534
|
+
- filestorage
|
|
535
|
+
docs: |-
|
|
536
|
+
* `hris` - hris
|
|
537
|
+
* `ats` - ats
|
|
538
|
+
* `accounting` - accounting
|
|
539
|
+
* `ticketing` - ticketing
|
|
540
|
+
* `crm` - crm
|
|
541
|
+
* `mktg` - mktg
|
|
542
|
+
* `filestorage` - filestorage
|
|
543
|
+
source:
|
|
544
|
+
openapi: openapi/openapi.yml
|
|
545
|
+
CommonModelScopeApi:
|
|
546
|
+
properties:
|
|
547
|
+
common_models:
|
|
548
|
+
docs: The common models you want to update the scopes for
|
|
549
|
+
type: list<IndividualCommonModelScopeDeserializer>
|
|
550
|
+
source:
|
|
551
|
+
openapi: openapi/openapi.yml
|
|
552
|
+
CommonModelScopesBodyRequest:
|
|
553
|
+
properties:
|
|
554
|
+
model_id:
|
|
555
|
+
type: string
|
|
556
|
+
validation:
|
|
557
|
+
minLength: 1
|
|
558
|
+
enabled_actions: list<EnabledActionsEnum>
|
|
559
|
+
disabled_fields: list<string>
|
|
560
|
+
source:
|
|
561
|
+
openapi: openapi/openapi.yml
|
|
562
|
+
DataPassthroughRequest:
|
|
563
|
+
docs: >-
|
|
564
|
+
# The DataPassthrough Object
|
|
565
|
+
|
|
566
|
+
### Description
|
|
567
|
+
|
|
568
|
+
The `DataPassthrough` object is used to send information to an
|
|
569
|
+
otherwise-unsupported third-party endpoint.
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Usage Example
|
|
573
|
+
|
|
574
|
+
Create a `DataPassthrough` to get team hierarchies from your Rippling
|
|
575
|
+
integration.
|
|
576
|
+
properties:
|
|
577
|
+
method: MethodEnum
|
|
578
|
+
path:
|
|
579
|
+
type: string
|
|
580
|
+
docs: The path of the request in the third party's platform.
|
|
581
|
+
validation:
|
|
582
|
+
minLength: 1
|
|
583
|
+
base_url_override:
|
|
584
|
+
type: optional<string>
|
|
585
|
+
docs: An optional override of the third party's base url for the request.
|
|
586
|
+
validation:
|
|
587
|
+
minLength: 1
|
|
588
|
+
data:
|
|
589
|
+
type: optional<string>
|
|
590
|
+
docs: >-
|
|
591
|
+
The data with the request. You must include a `request_format`
|
|
592
|
+
parameter matching the data's format
|
|
593
|
+
validation:
|
|
594
|
+
minLength: 1
|
|
595
|
+
multipart_form_data:
|
|
596
|
+
type: optional<list<MultipartFormFieldRequest>>
|
|
597
|
+
docs: >-
|
|
598
|
+
Pass an array of `MultipartFormField` objects in here instead of using
|
|
599
|
+
the `data` param if `request_format` is set to `MULTIPART`.
|
|
600
|
+
headers:
|
|
601
|
+
type: optional<map<string, unknown>>
|
|
602
|
+
docs: >-
|
|
603
|
+
The headers to use for the request (Merge will handle the account's
|
|
604
|
+
authorization headers). `Content-Type` header is required for
|
|
605
|
+
passthrough. Choose content type corresponding to expected format of
|
|
606
|
+
receiving server.
|
|
607
|
+
request_format: optional<RequestFormatEnum>
|
|
608
|
+
normalize_response:
|
|
609
|
+
type: optional<boolean>
|
|
610
|
+
docs: >-
|
|
611
|
+
Optional. If true, the response will always be an object of the form
|
|
612
|
+
`{"type": T, "value": ...}` where `T` will be one of `string, boolean,
|
|
613
|
+
number, null, array, object`.
|
|
614
|
+
source:
|
|
615
|
+
openapi: openapi/openapi.yml
|
|
616
|
+
DebugModeLog:
|
|
617
|
+
properties:
|
|
618
|
+
log_id: string
|
|
619
|
+
dashboard_view: string
|
|
620
|
+
log_summary: DebugModelLogSummary
|
|
621
|
+
source:
|
|
622
|
+
openapi: openapi/openapi.yml
|
|
623
|
+
DebugModelLogSummary:
|
|
624
|
+
properties:
|
|
625
|
+
url: string
|
|
626
|
+
method: string
|
|
627
|
+
status_code: integer
|
|
628
|
+
source:
|
|
629
|
+
openapi: openapi/openapi.yml
|
|
630
|
+
DownloadRequestMeta:
|
|
631
|
+
properties:
|
|
632
|
+
id: string
|
|
633
|
+
url: string
|
|
634
|
+
method: string
|
|
635
|
+
headers: map<string, unknown>
|
|
636
|
+
source:
|
|
637
|
+
openapi: openapi/openapi.yml
|
|
638
|
+
Drive:
|
|
639
|
+
docs: >-
|
|
640
|
+
# The Drive Object
|
|
641
|
+
|
|
642
|
+
### Description
|
|
643
|
+
|
|
644
|
+
The `Drive` object is used to represent a drive that contains the folders
|
|
645
|
+
and files in the user's workspace.
|
|
646
|
+
|
|
647
|
+
### Usage Example
|
|
648
|
+
|
|
649
|
+
Fetch from the `GET /api/filestorage/v1/drives` endpoint and view their
|
|
650
|
+
drives.
|
|
651
|
+
properties:
|
|
652
|
+
id:
|
|
653
|
+
type: optional<string>
|
|
654
|
+
validation:
|
|
655
|
+
format: uuid
|
|
656
|
+
access: read-only
|
|
657
|
+
remote_id:
|
|
658
|
+
type: optional<string>
|
|
659
|
+
docs: The third-party API ID of the matching object.
|
|
660
|
+
created_at:
|
|
661
|
+
type: optional<datetime>
|
|
662
|
+
docs: The datetime that this object was created by Merge.
|
|
663
|
+
access: read-only
|
|
664
|
+
modified_at:
|
|
665
|
+
type: optional<datetime>
|
|
666
|
+
docs: The datetime that this object was modified by Merge.
|
|
667
|
+
access: read-only
|
|
668
|
+
name:
|
|
669
|
+
type: optional<string>
|
|
670
|
+
docs: The drive's name.
|
|
671
|
+
validation:
|
|
672
|
+
maxLength: 254
|
|
673
|
+
remote_created_at:
|
|
674
|
+
type: optional<datetime>
|
|
675
|
+
docs: When the third party's drive was created.
|
|
676
|
+
drive_url:
|
|
677
|
+
type: optional<string>
|
|
678
|
+
docs: The drive's url.
|
|
679
|
+
validation:
|
|
680
|
+
maxLength: 2000
|
|
681
|
+
remote_was_deleted:
|
|
682
|
+
type: optional<boolean>
|
|
683
|
+
docs: >-
|
|
684
|
+
Indicates whether or not this object has been deleted in the third
|
|
685
|
+
party platform. Full coverage deletion detection is a premium add-on.
|
|
686
|
+
Native deletion detection is offered for free with limited coverage.
|
|
687
|
+
[Learn
|
|
688
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
689
|
+
field_mappings:
|
|
690
|
+
type: optional<map<string, unknown>>
|
|
691
|
+
access: read-only
|
|
692
|
+
remote_data:
|
|
693
|
+
type: optional<list<RemoteData>>
|
|
694
|
+
access: read-only
|
|
695
|
+
source:
|
|
696
|
+
openapi: openapi/openapi.yml
|
|
697
|
+
EnabledActionsEnum:
|
|
698
|
+
enum:
|
|
699
|
+
- READ
|
|
700
|
+
- WRITE
|
|
701
|
+
docs: |-
|
|
702
|
+
* `READ` - READ
|
|
703
|
+
* `WRITE` - WRITE
|
|
704
|
+
source:
|
|
705
|
+
openapi: openapi/openapi.yml
|
|
706
|
+
EncodingEnum:
|
|
707
|
+
enum:
|
|
708
|
+
- RAW
|
|
709
|
+
- BASE64
|
|
710
|
+
- GZIP_BASE64
|
|
711
|
+
docs: |-
|
|
712
|
+
* `RAW` - RAW
|
|
713
|
+
* `BASE64` - BASE64
|
|
714
|
+
* `GZIP_BASE64` - GZIP_BASE64
|
|
715
|
+
source:
|
|
716
|
+
openapi: openapi/openapi.yml
|
|
717
|
+
ErrorValidationProblem:
|
|
718
|
+
properties:
|
|
719
|
+
source: optional<ValidationProblemSource>
|
|
720
|
+
title: string
|
|
721
|
+
detail: string
|
|
722
|
+
problem_type: string
|
|
723
|
+
source:
|
|
724
|
+
openapi: openapi/openapi.yml
|
|
725
|
+
EventTypeEnum:
|
|
726
|
+
enum:
|
|
727
|
+
- CREATED_REMOTE_PRODUCTION_API_KEY
|
|
728
|
+
- DELETED_REMOTE_PRODUCTION_API_KEY
|
|
729
|
+
- CREATED_TEST_API_KEY
|
|
730
|
+
- DELETED_TEST_API_KEY
|
|
731
|
+
- REGENERATED_PRODUCTION_API_KEY
|
|
732
|
+
- REGENERATED_WEBHOOK_SIGNATURE
|
|
733
|
+
- INVITED_USER
|
|
734
|
+
- TWO_FACTOR_AUTH_ENABLED
|
|
735
|
+
- TWO_FACTOR_AUTH_DISABLED
|
|
736
|
+
- DELETED_LINKED_ACCOUNT
|
|
737
|
+
- DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
|
|
738
|
+
- CREATED_DESTINATION
|
|
739
|
+
- DELETED_DESTINATION
|
|
740
|
+
- CHANGED_DESTINATION
|
|
741
|
+
- CHANGED_SCOPES
|
|
742
|
+
- CHANGED_PERSONAL_INFORMATION
|
|
743
|
+
- CHANGED_ORGANIZATION_SETTINGS
|
|
744
|
+
- ENABLED_INTEGRATION
|
|
745
|
+
- DISABLED_INTEGRATION
|
|
746
|
+
- ENABLED_CATEGORY
|
|
747
|
+
- DISABLED_CATEGORY
|
|
748
|
+
- CHANGED_PASSWORD
|
|
749
|
+
- RESET_PASSWORD
|
|
750
|
+
- ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
751
|
+
- ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
752
|
+
- DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
753
|
+
- DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
754
|
+
- CREATED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
755
|
+
- CREATED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
756
|
+
- CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
757
|
+
- CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
758
|
+
- DELETED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
759
|
+
- DELETED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
760
|
+
- CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
761
|
+
- CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
762
|
+
- DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
763
|
+
- FORCED_LINKED_ACCOUNT_RESYNC
|
|
764
|
+
- MUTED_ISSUE
|
|
765
|
+
- GENERATED_MAGIC_LINK
|
|
766
|
+
- ENABLED_MERGE_WEBHOOK
|
|
767
|
+
- DISABLED_MERGE_WEBHOOK
|
|
768
|
+
- MERGE_WEBHOOK_TARGET_CHANGED
|
|
769
|
+
- END_USER_CREDENTIALS_ACCESSED
|
|
770
|
+
docs: >-
|
|
771
|
+
* `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
|
|
772
|
+
|
|
773
|
+
* `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
|
|
774
|
+
|
|
775
|
+
* `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
|
|
776
|
+
|
|
777
|
+
* `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
|
|
778
|
+
|
|
779
|
+
* `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
|
|
780
|
+
|
|
781
|
+
* `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
|
|
782
|
+
|
|
783
|
+
* `INVITED_USER` - INVITED_USER
|
|
784
|
+
|
|
785
|
+
* `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
|
|
786
|
+
|
|
787
|
+
* `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
|
|
788
|
+
|
|
789
|
+
* `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
|
|
790
|
+
|
|
791
|
+
* `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
|
|
792
|
+
DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
|
|
793
|
+
|
|
794
|
+
* `CREATED_DESTINATION` - CREATED_DESTINATION
|
|
795
|
+
|
|
796
|
+
* `DELETED_DESTINATION` - DELETED_DESTINATION
|
|
797
|
+
|
|
798
|
+
* `CHANGED_DESTINATION` - CHANGED_DESTINATION
|
|
799
|
+
|
|
800
|
+
* `CHANGED_SCOPES` - CHANGED_SCOPES
|
|
801
|
+
|
|
802
|
+
* `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
|
|
803
|
+
|
|
804
|
+
* `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
|
|
805
|
+
|
|
806
|
+
* `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
|
|
807
|
+
|
|
808
|
+
* `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
|
|
809
|
+
|
|
810
|
+
* `ENABLED_CATEGORY` - ENABLED_CATEGORY
|
|
811
|
+
|
|
812
|
+
* `DISABLED_CATEGORY` - DISABLED_CATEGORY
|
|
813
|
+
|
|
814
|
+
* `CHANGED_PASSWORD` - CHANGED_PASSWORD
|
|
815
|
+
|
|
816
|
+
* `RESET_PASSWORD` - RESET_PASSWORD
|
|
817
|
+
|
|
818
|
+
* `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
|
|
819
|
+
ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
820
|
+
|
|
821
|
+
* `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
|
|
822
|
+
ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
823
|
+
|
|
824
|
+
* `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
|
|
825
|
+
DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
826
|
+
|
|
827
|
+
* `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
|
|
828
|
+
DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
829
|
+
|
|
830
|
+
* `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
831
|
+
CREATED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
832
|
+
|
|
833
|
+
* `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
834
|
+
CREATED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
835
|
+
|
|
836
|
+
* `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
837
|
+
CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
838
|
+
|
|
839
|
+
* `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
840
|
+
CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
841
|
+
|
|
842
|
+
* `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
|
|
843
|
+
DELETED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
844
|
+
|
|
845
|
+
* `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
|
|
846
|
+
DELETED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
847
|
+
|
|
848
|
+
* `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
849
|
+
CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
850
|
+
|
|
851
|
+
* `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
852
|
+
CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
853
|
+
|
|
854
|
+
* `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
|
|
855
|
+
DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
856
|
+
|
|
857
|
+
* `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
|
|
858
|
+
|
|
859
|
+
* `MUTED_ISSUE` - MUTED_ISSUE
|
|
860
|
+
|
|
861
|
+
* `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
|
|
862
|
+
|
|
863
|
+
* `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
|
|
864
|
+
|
|
865
|
+
* `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
|
|
866
|
+
|
|
867
|
+
* `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
|
|
868
|
+
|
|
869
|
+
* `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
|
|
870
|
+
source:
|
|
871
|
+
openapi: openapi/openapi.yml
|
|
872
|
+
ExternalTargetFieldApi:
|
|
873
|
+
properties:
|
|
874
|
+
name:
|
|
875
|
+
type: optional<string>
|
|
876
|
+
access: read-only
|
|
877
|
+
description:
|
|
878
|
+
type: optional<string>
|
|
879
|
+
access: read-only
|
|
880
|
+
is_mapped:
|
|
881
|
+
type: optional<string>
|
|
882
|
+
access: read-only
|
|
883
|
+
source:
|
|
884
|
+
openapi: openapi/openapi.yml
|
|
885
|
+
ExternalTargetFieldApiResponse:
|
|
886
|
+
properties:
|
|
887
|
+
File: optional<list<ExternalTargetFieldApi>>
|
|
888
|
+
Folder: optional<list<ExternalTargetFieldApi>>
|
|
889
|
+
Drive: optional<list<ExternalTargetFieldApi>>
|
|
890
|
+
Group: optional<list<ExternalTargetFieldApi>>
|
|
891
|
+
User: optional<list<ExternalTargetFieldApi>>
|
|
892
|
+
source:
|
|
893
|
+
openapi: openapi/openapi.yml
|
|
894
|
+
FieldMappingApiInstanceTargetField:
|
|
895
|
+
properties:
|
|
896
|
+
name: string
|
|
897
|
+
description: string
|
|
898
|
+
is_organization_wide: boolean
|
|
899
|
+
source:
|
|
900
|
+
openapi: openapi/openapi.yml
|
|
901
|
+
inline: true
|
|
902
|
+
FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo:
|
|
903
|
+
properties:
|
|
904
|
+
method: optional<string>
|
|
905
|
+
url_path: optional<string>
|
|
906
|
+
field_traversal_path: optional<list<string>>
|
|
907
|
+
source:
|
|
908
|
+
openapi: openapi/openapi.yml
|
|
909
|
+
inline: true
|
|
910
|
+
FieldMappingApiInstanceRemoteField:
|
|
911
|
+
properties:
|
|
912
|
+
remote_key_name: optional<string>
|
|
913
|
+
schema: optional<map<string, unknown>>
|
|
914
|
+
remote_endpoint_info: FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo
|
|
915
|
+
source:
|
|
916
|
+
openapi: openapi/openapi.yml
|
|
917
|
+
inline: true
|
|
918
|
+
FieldMappingApiInstance:
|
|
919
|
+
properties:
|
|
920
|
+
id:
|
|
921
|
+
type: optional<string>
|
|
922
|
+
validation:
|
|
923
|
+
format: uuid
|
|
924
|
+
access: read-only
|
|
925
|
+
is_integration_wide:
|
|
926
|
+
type: optional<boolean>
|
|
927
|
+
access: read-only
|
|
928
|
+
target_field:
|
|
929
|
+
type: optional<FieldMappingApiInstanceTargetField>
|
|
930
|
+
access: read-only
|
|
931
|
+
remote_field:
|
|
932
|
+
type: optional<FieldMappingApiInstanceRemoteField>
|
|
933
|
+
access: read-only
|
|
934
|
+
source:
|
|
935
|
+
openapi: openapi/openapi.yml
|
|
936
|
+
FieldMappingApiInstanceResponse:
|
|
937
|
+
properties:
|
|
938
|
+
File: optional<list<FieldMappingApiInstance>>
|
|
939
|
+
Folder: optional<list<FieldMappingApiInstance>>
|
|
940
|
+
Drive: optional<list<FieldMappingApiInstance>>
|
|
941
|
+
Group: optional<list<FieldMappingApiInstance>>
|
|
942
|
+
User: optional<list<FieldMappingApiInstance>>
|
|
943
|
+
source:
|
|
944
|
+
openapi: openapi/openapi.yml
|
|
945
|
+
FieldMappingInstanceResponse:
|
|
946
|
+
properties:
|
|
947
|
+
model: FieldMappingApiInstance
|
|
948
|
+
warnings: list<WarningValidationProblem>
|
|
949
|
+
errors: list<ErrorValidationProblem>
|
|
950
|
+
logs: optional<list<DebugModeLog>>
|
|
951
|
+
source:
|
|
952
|
+
openapi: openapi/openapi.yml
|
|
953
|
+
FieldPermissionDeserializer:
|
|
954
|
+
properties:
|
|
955
|
+
enabled_fields: optional<list<unknown>>
|
|
956
|
+
disabled_fields: optional<list<unknown>>
|
|
957
|
+
source:
|
|
958
|
+
openapi: openapi/openapi.yml
|
|
959
|
+
FieldPermissionDeserializerRequest:
|
|
960
|
+
properties:
|
|
961
|
+
enabled_fields: optional<list<unknown>>
|
|
962
|
+
disabled_fields: optional<list<unknown>>
|
|
963
|
+
source:
|
|
964
|
+
openapi: openapi/openapi.yml
|
|
965
|
+
FileFolder:
|
|
966
|
+
discriminated: false
|
|
967
|
+
docs: The folder that the file belongs to.
|
|
968
|
+
union:
|
|
969
|
+
- type: string
|
|
970
|
+
validation:
|
|
971
|
+
format: uuid
|
|
972
|
+
- Folder
|
|
973
|
+
source:
|
|
974
|
+
openapi: openapi/openapi.yml
|
|
975
|
+
inline: true
|
|
976
|
+
FilePermissionsItem:
|
|
977
|
+
discriminated: false
|
|
978
|
+
union:
|
|
979
|
+
- type: string
|
|
980
|
+
validation:
|
|
981
|
+
format: uuid
|
|
982
|
+
- Permission
|
|
983
|
+
source:
|
|
984
|
+
openapi: openapi/openapi.yml
|
|
985
|
+
inline: true
|
|
986
|
+
FilePermissions:
|
|
987
|
+
discriminated: false
|
|
988
|
+
docs: >-
|
|
989
|
+
The Permission object is used to represent a user's or group's access to a
|
|
990
|
+
File or Folder. Permissions are unexpanded by default. Use the query param
|
|
991
|
+
`expand=permissions` to see more details under `GET /files`.
|
|
992
|
+
union:
|
|
993
|
+
- type: string
|
|
994
|
+
validation:
|
|
995
|
+
format: uuid
|
|
996
|
+
- Permission
|
|
997
|
+
- list<FilePermissionsItem>
|
|
998
|
+
source:
|
|
999
|
+
openapi: openapi/openapi.yml
|
|
1000
|
+
inline: true
|
|
1001
|
+
FileDrive:
|
|
1002
|
+
discriminated: false
|
|
1003
|
+
docs: The drive that the file belongs to.
|
|
1004
|
+
union:
|
|
1005
|
+
- type: string
|
|
1006
|
+
validation:
|
|
1007
|
+
format: uuid
|
|
1008
|
+
- Drive
|
|
1009
|
+
source:
|
|
1010
|
+
openapi: openapi/openapi.yml
|
|
1011
|
+
inline: true
|
|
1012
|
+
File:
|
|
1013
|
+
docs: >-
|
|
1014
|
+
# The File Object
|
|
1015
|
+
|
|
1016
|
+
### Description
|
|
1017
|
+
|
|
1018
|
+
The `File` object is used to represent a file in the workspace. The Object
|
|
1019
|
+
typically exists under a folder or drive, if it exists.
|
|
1020
|
+
|
|
1021
|
+
### Usage Example
|
|
1022
|
+
|
|
1023
|
+
Fetch from the `GET /api/filestorage/v1/files` endpoint and view their
|
|
1024
|
+
files.
|
|
1025
|
+
properties:
|
|
1026
|
+
id:
|
|
1027
|
+
type: optional<string>
|
|
1028
|
+
validation:
|
|
1029
|
+
format: uuid
|
|
1030
|
+
access: read-only
|
|
1031
|
+
remote_id:
|
|
1032
|
+
type: optional<string>
|
|
1033
|
+
docs: The third-party API ID of the matching object.
|
|
1034
|
+
created_at:
|
|
1035
|
+
type: optional<datetime>
|
|
1036
|
+
docs: The datetime that this object was created by Merge.
|
|
1037
|
+
access: read-only
|
|
1038
|
+
modified_at:
|
|
1039
|
+
type: optional<datetime>
|
|
1040
|
+
docs: The datetime that this object was modified by Merge.
|
|
1041
|
+
access: read-only
|
|
1042
|
+
name:
|
|
1043
|
+
type: optional<string>
|
|
1044
|
+
docs: The file's name.
|
|
1045
|
+
validation:
|
|
1046
|
+
maxLength: 254
|
|
1047
|
+
file_url:
|
|
1048
|
+
type: optional<string>
|
|
1049
|
+
docs: The URL to access the file.
|
|
1050
|
+
validation:
|
|
1051
|
+
maxLength: 2000
|
|
1052
|
+
file_thumbnail_url:
|
|
1053
|
+
type: optional<string>
|
|
1054
|
+
docs: >-
|
|
1055
|
+
The URL that produces a thumbnail preview of the file. Typically an
|
|
1056
|
+
image.
|
|
1057
|
+
validation:
|
|
1058
|
+
maxLength: 2000
|
|
1059
|
+
size:
|
|
1060
|
+
type: optional<long>
|
|
1061
|
+
docs: The file's size, in bytes.
|
|
1062
|
+
mime_type:
|
|
1063
|
+
type: optional<string>
|
|
1064
|
+
docs: The file's mime type.
|
|
1065
|
+
validation:
|
|
1066
|
+
maxLength: 128
|
|
1067
|
+
description:
|
|
1068
|
+
type: optional<string>
|
|
1069
|
+
docs: The file's description.
|
|
1070
|
+
validation:
|
|
1071
|
+
maxLength: 2000
|
|
1072
|
+
folder:
|
|
1073
|
+
type: optional<FileFolder>
|
|
1074
|
+
docs: The folder that the file belongs to.
|
|
1075
|
+
checksum:
|
|
1076
|
+
type: optional<map<string, unknown>>
|
|
1077
|
+
docs: >-
|
|
1078
|
+
This field stores file checksum data. 'type' indicates the algorithm
|
|
1079
|
+
(e.g. crc_32, sha1, sha256, quickXor, or md5), and 'content_hash' is
|
|
1080
|
+
the unique hash used to verify file integrity and detect alterations.
|
|
1081
|
+
permissions:
|
|
1082
|
+
type: optional<FilePermissions>
|
|
1083
|
+
docs: >-
|
|
1084
|
+
The Permission object is used to represent a user's or group's access
|
|
1085
|
+
to a File or Folder. Permissions are unexpanded by default. Use the
|
|
1086
|
+
query param `expand=permissions` to see more details under `GET
|
|
1087
|
+
/files`.
|
|
1088
|
+
drive:
|
|
1089
|
+
type: optional<FileDrive>
|
|
1090
|
+
docs: The drive that the file belongs to.
|
|
1091
|
+
remote_created_at:
|
|
1092
|
+
type: optional<datetime>
|
|
1093
|
+
docs: When the third party's file was created.
|
|
1094
|
+
remote_updated_at:
|
|
1095
|
+
type: optional<datetime>
|
|
1096
|
+
docs: When the third party's file was updated.
|
|
1097
|
+
remote_was_deleted:
|
|
1098
|
+
type: optional<boolean>
|
|
1099
|
+
docs: >-
|
|
1100
|
+
Indicates whether or not this object has been deleted in the third
|
|
1101
|
+
party platform. Full coverage deletion detection is a premium add-on.
|
|
1102
|
+
Native deletion detection is offered for free with limited coverage.
|
|
1103
|
+
[Learn
|
|
1104
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
1105
|
+
field_mappings:
|
|
1106
|
+
type: optional<map<string, unknown>>
|
|
1107
|
+
access: read-only
|
|
1108
|
+
remote_data:
|
|
1109
|
+
type: optional<list<RemoteData>>
|
|
1110
|
+
access: read-only
|
|
1111
|
+
source:
|
|
1112
|
+
openapi: openapi/openapi.yml
|
|
1113
|
+
FileRequestFolder:
|
|
1114
|
+
discriminated: false
|
|
1115
|
+
docs: The folder that the file belongs to.
|
|
1116
|
+
union:
|
|
1117
|
+
- type: string
|
|
1118
|
+
validation:
|
|
1119
|
+
format: uuid
|
|
1120
|
+
- Folder
|
|
1121
|
+
source:
|
|
1122
|
+
openapi: openapi/openapi.yml
|
|
1123
|
+
inline: true
|
|
1124
|
+
FileRequestPermissionsItem:
|
|
1125
|
+
discriminated: false
|
|
1126
|
+
union:
|
|
1127
|
+
- type: string
|
|
1128
|
+
validation:
|
|
1129
|
+
format: uuid
|
|
1130
|
+
- PermissionRequest
|
|
1131
|
+
source:
|
|
1132
|
+
openapi: openapi/openapi.yml
|
|
1133
|
+
inline: true
|
|
1134
|
+
FileRequestPermissions:
|
|
1135
|
+
discriminated: false
|
|
1136
|
+
docs: >-
|
|
1137
|
+
The Permission object is used to represent a user's or group's access to a
|
|
1138
|
+
File or Folder. Permissions are unexpanded by default. Use the query param
|
|
1139
|
+
`expand=permissions` to see more details under `GET /files`.
|
|
1140
|
+
union:
|
|
1141
|
+
- type: string
|
|
1142
|
+
validation:
|
|
1143
|
+
format: uuid
|
|
1144
|
+
- PermissionRequest
|
|
1145
|
+
- list<FileRequestPermissionsItem>
|
|
1146
|
+
source:
|
|
1147
|
+
openapi: openapi/openapi.yml
|
|
1148
|
+
inline: true
|
|
1149
|
+
FileRequestDrive:
|
|
1150
|
+
discriminated: false
|
|
1151
|
+
docs: The drive that the file belongs to.
|
|
1152
|
+
union:
|
|
1153
|
+
- type: string
|
|
1154
|
+
validation:
|
|
1155
|
+
format: uuid
|
|
1156
|
+
- Drive
|
|
1157
|
+
source:
|
|
1158
|
+
openapi: openapi/openapi.yml
|
|
1159
|
+
inline: true
|
|
1160
|
+
FileRequest:
|
|
1161
|
+
docs: >-
|
|
1162
|
+
# The File Object
|
|
1163
|
+
|
|
1164
|
+
### Description
|
|
1165
|
+
|
|
1166
|
+
The `File` object is used to represent a file in the workspace. The Object
|
|
1167
|
+
typically exists under a folder or drive, if it exists.
|
|
1168
|
+
|
|
1169
|
+
### Usage Example
|
|
1170
|
+
|
|
1171
|
+
Fetch from the `GET /api/filestorage/v1/files` endpoint and view their
|
|
1172
|
+
files.
|
|
1173
|
+
properties:
|
|
1174
|
+
name:
|
|
1175
|
+
type: optional<string>
|
|
1176
|
+
docs: The file's name.
|
|
1177
|
+
validation:
|
|
1178
|
+
maxLength: 254
|
|
1179
|
+
file_url:
|
|
1180
|
+
type: optional<string>
|
|
1181
|
+
docs: The URL to access the file.
|
|
1182
|
+
validation:
|
|
1183
|
+
maxLength: 2000
|
|
1184
|
+
file_thumbnail_url:
|
|
1185
|
+
type: optional<string>
|
|
1186
|
+
docs: >-
|
|
1187
|
+
The URL that produces a thumbnail preview of the file. Typically an
|
|
1188
|
+
image.
|
|
1189
|
+
validation:
|
|
1190
|
+
maxLength: 2000
|
|
1191
|
+
size:
|
|
1192
|
+
type: optional<long>
|
|
1193
|
+
docs: The file's size, in bytes.
|
|
1194
|
+
mime_type:
|
|
1195
|
+
type: optional<string>
|
|
1196
|
+
docs: The file's mime type.
|
|
1197
|
+
validation:
|
|
1198
|
+
maxLength: 128
|
|
1199
|
+
description:
|
|
1200
|
+
type: optional<string>
|
|
1201
|
+
docs: The file's description.
|
|
1202
|
+
validation:
|
|
1203
|
+
maxLength: 2000
|
|
1204
|
+
folder:
|
|
1205
|
+
type: optional<FileRequestFolder>
|
|
1206
|
+
docs: The folder that the file belongs to.
|
|
1207
|
+
checksum:
|
|
1208
|
+
type: optional<map<string, unknown>>
|
|
1209
|
+
docs: >-
|
|
1210
|
+
This field stores file checksum data. 'type' indicates the algorithm
|
|
1211
|
+
(e.g. crc_32, sha1, sha256, quickXor, or md5), and 'content_hash' is
|
|
1212
|
+
the unique hash used to verify file integrity and detect alterations.
|
|
1213
|
+
permissions:
|
|
1214
|
+
type: optional<FileRequestPermissions>
|
|
1215
|
+
docs: >-
|
|
1216
|
+
The Permission object is used to represent a user's or group's access
|
|
1217
|
+
to a File or Folder. Permissions are unexpanded by default. Use the
|
|
1218
|
+
query param `expand=permissions` to see more details under `GET
|
|
1219
|
+
/files`.
|
|
1220
|
+
drive:
|
|
1221
|
+
type: optional<FileRequestDrive>
|
|
1222
|
+
docs: The drive that the file belongs to.
|
|
1223
|
+
integration_params:
|
|
1224
|
+
type: optional<map<string, unknown>>
|
|
1225
|
+
access: write-only
|
|
1226
|
+
linked_account_params:
|
|
1227
|
+
type: optional<map<string, unknown>>
|
|
1228
|
+
access: write-only
|
|
1229
|
+
source:
|
|
1230
|
+
openapi: openapi/openapi.yml
|
|
1231
|
+
FileStorageFileResponse:
|
|
1232
|
+
properties:
|
|
1233
|
+
model: File
|
|
1234
|
+
warnings: list<WarningValidationProblem>
|
|
1235
|
+
errors: list<ErrorValidationProblem>
|
|
1236
|
+
logs: optional<list<DebugModeLog>>
|
|
1237
|
+
source:
|
|
1238
|
+
openapi: openapi/openapi.yml
|
|
1239
|
+
FileStorageFolderResponse:
|
|
1240
|
+
properties:
|
|
1241
|
+
model: Folder
|
|
1242
|
+
warnings: list<WarningValidationProblem>
|
|
1243
|
+
errors: list<ErrorValidationProblem>
|
|
1244
|
+
logs: optional<list<DebugModeLog>>
|
|
1245
|
+
source:
|
|
1246
|
+
openapi: openapi/openapi.yml
|
|
1247
|
+
FolderParentFolder:
|
|
1248
|
+
discriminated: false
|
|
1249
|
+
docs: The folder that the folder belongs to.
|
|
1250
|
+
union:
|
|
1251
|
+
- type: string
|
|
1252
|
+
validation:
|
|
1253
|
+
format: uuid
|
|
1254
|
+
- Folder
|
|
1255
|
+
source:
|
|
1256
|
+
openapi: openapi/openapi.yml
|
|
1257
|
+
inline: true
|
|
1258
|
+
FolderDrive:
|
|
1259
|
+
discriminated: false
|
|
1260
|
+
docs: The drive that the folder belongs to.
|
|
1261
|
+
union:
|
|
1262
|
+
- type: string
|
|
1263
|
+
validation:
|
|
1264
|
+
format: uuid
|
|
1265
|
+
- Drive
|
|
1266
|
+
source:
|
|
1267
|
+
openapi: openapi/openapi.yml
|
|
1268
|
+
inline: true
|
|
1269
|
+
FolderPermissionsItem:
|
|
1270
|
+
discriminated: false
|
|
1271
|
+
union:
|
|
1272
|
+
- type: string
|
|
1273
|
+
validation:
|
|
1274
|
+
format: uuid
|
|
1275
|
+
- Permission
|
|
1276
|
+
source:
|
|
1277
|
+
openapi: openapi/openapi.yml
|
|
1278
|
+
inline: true
|
|
1279
|
+
FolderPermissions:
|
|
1280
|
+
discriminated: false
|
|
1281
|
+
docs: >-
|
|
1282
|
+
The Permission object is used to represent a user's or group's access to a
|
|
1283
|
+
File or Folder. Permissions are unexpanded by default. Use the query param
|
|
1284
|
+
`expand=permissions` to see more details under `GET /folders`.
|
|
1285
|
+
union:
|
|
1286
|
+
- type: string
|
|
1287
|
+
validation:
|
|
1288
|
+
format: uuid
|
|
1289
|
+
- Permission
|
|
1290
|
+
- list<FolderPermissionsItem>
|
|
1291
|
+
source:
|
|
1292
|
+
openapi: openapi/openapi.yml
|
|
1293
|
+
inline: true
|
|
1294
|
+
Folder:
|
|
1295
|
+
docs: >-
|
|
1296
|
+
# The Folder Object
|
|
1297
|
+
|
|
1298
|
+
### Description
|
|
1299
|
+
|
|
1300
|
+
The `Folder` object is used to represent a collection of files and/or
|
|
1301
|
+
folders in the workspace. Could be within a drive, if it exists.
|
|
1302
|
+
|
|
1303
|
+
### Usage Example
|
|
1304
|
+
|
|
1305
|
+
Fetch from the `GET /api/filestorage/v1/folders` endpoint and view their
|
|
1306
|
+
folders.
|
|
1307
|
+
properties:
|
|
1308
|
+
id:
|
|
1309
|
+
type: optional<string>
|
|
1310
|
+
validation:
|
|
1311
|
+
format: uuid
|
|
1312
|
+
access: read-only
|
|
1313
|
+
remote_id:
|
|
1314
|
+
type: optional<string>
|
|
1315
|
+
docs: The third-party API ID of the matching object.
|
|
1316
|
+
created_at:
|
|
1317
|
+
type: optional<datetime>
|
|
1318
|
+
docs: The datetime that this object was created by Merge.
|
|
1319
|
+
access: read-only
|
|
1320
|
+
modified_at:
|
|
1321
|
+
type: optional<datetime>
|
|
1322
|
+
docs: The datetime that this object was modified by Merge.
|
|
1323
|
+
access: read-only
|
|
1324
|
+
name:
|
|
1325
|
+
type: optional<string>
|
|
1326
|
+
docs: The folder's name.
|
|
1327
|
+
validation:
|
|
1328
|
+
maxLength: 254
|
|
1329
|
+
folder_url:
|
|
1330
|
+
type: optional<string>
|
|
1331
|
+
docs: The URL to access the folder.
|
|
1332
|
+
validation:
|
|
1333
|
+
maxLength: 2000
|
|
1334
|
+
size:
|
|
1335
|
+
type: optional<long>
|
|
1336
|
+
docs: The folder's size, in bytes.
|
|
1337
|
+
description:
|
|
1338
|
+
type: optional<string>
|
|
1339
|
+
docs: The folder's description.
|
|
1340
|
+
validation:
|
|
1341
|
+
maxLength: 2000
|
|
1342
|
+
parent_folder:
|
|
1343
|
+
type: optional<FolderParentFolder>
|
|
1344
|
+
docs: The folder that the folder belongs to.
|
|
1345
|
+
drive:
|
|
1346
|
+
type: optional<FolderDrive>
|
|
1347
|
+
docs: The drive that the folder belongs to.
|
|
1348
|
+
permissions:
|
|
1349
|
+
type: optional<FolderPermissions>
|
|
1350
|
+
docs: >-
|
|
1351
|
+
The Permission object is used to represent a user's or group's access
|
|
1352
|
+
to a File or Folder. Permissions are unexpanded by default. Use the
|
|
1353
|
+
query param `expand=permissions` to see more details under `GET
|
|
1354
|
+
/folders`.
|
|
1355
|
+
remote_created_at:
|
|
1356
|
+
type: optional<datetime>
|
|
1357
|
+
docs: When the third party's folder was created.
|
|
1358
|
+
remote_updated_at:
|
|
1359
|
+
type: optional<datetime>
|
|
1360
|
+
docs: When the third party's folder was updated.
|
|
1361
|
+
remote_was_deleted:
|
|
1362
|
+
type: optional<boolean>
|
|
1363
|
+
docs: >-
|
|
1364
|
+
Indicates whether or not this object has been deleted in the third
|
|
1365
|
+
party platform. Full coverage deletion detection is a premium add-on.
|
|
1366
|
+
Native deletion detection is offered for free with limited coverage.
|
|
1367
|
+
[Learn
|
|
1368
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
1369
|
+
field_mappings:
|
|
1370
|
+
type: optional<map<string, unknown>>
|
|
1371
|
+
access: read-only
|
|
1372
|
+
remote_data:
|
|
1373
|
+
type: optional<list<RemoteData>>
|
|
1374
|
+
access: read-only
|
|
1375
|
+
source:
|
|
1376
|
+
openapi: openapi/openapi.yml
|
|
1377
|
+
FolderRequestParentFolder:
|
|
1378
|
+
discriminated: false
|
|
1379
|
+
docs: The folder that the folder belongs to.
|
|
1380
|
+
union:
|
|
1381
|
+
- type: string
|
|
1382
|
+
validation:
|
|
1383
|
+
format: uuid
|
|
1384
|
+
- Folder
|
|
1385
|
+
source:
|
|
1386
|
+
openapi: openapi/openapi.yml
|
|
1387
|
+
inline: true
|
|
1388
|
+
FolderRequestDrive:
|
|
1389
|
+
discriminated: false
|
|
1390
|
+
docs: The drive that the folder belongs to.
|
|
1391
|
+
union:
|
|
1392
|
+
- type: string
|
|
1393
|
+
validation:
|
|
1394
|
+
format: uuid
|
|
1395
|
+
- Drive
|
|
1396
|
+
source:
|
|
1397
|
+
openapi: openapi/openapi.yml
|
|
1398
|
+
inline: true
|
|
1399
|
+
FolderRequestPermissionsItem:
|
|
1400
|
+
discriminated: false
|
|
1401
|
+
union:
|
|
1402
|
+
- type: string
|
|
1403
|
+
validation:
|
|
1404
|
+
format: uuid
|
|
1405
|
+
- PermissionRequest
|
|
1406
|
+
source:
|
|
1407
|
+
openapi: openapi/openapi.yml
|
|
1408
|
+
inline: true
|
|
1409
|
+
FolderRequestPermissions:
|
|
1410
|
+
discriminated: false
|
|
1411
|
+
docs: >-
|
|
1412
|
+
The Permission object is used to represent a user's or group's access to a
|
|
1413
|
+
File or Folder. Permissions are unexpanded by default. Use the query param
|
|
1414
|
+
`expand=permissions` to see more details under `GET /folders`.
|
|
1415
|
+
union:
|
|
1416
|
+
- type: string
|
|
1417
|
+
validation:
|
|
1418
|
+
format: uuid
|
|
1419
|
+
- PermissionRequest
|
|
1420
|
+
- list<FolderRequestPermissionsItem>
|
|
1421
|
+
source:
|
|
1422
|
+
openapi: openapi/openapi.yml
|
|
1423
|
+
inline: true
|
|
1424
|
+
FolderRequest:
|
|
1425
|
+
docs: >-
|
|
1426
|
+
# The Folder Object
|
|
1427
|
+
|
|
1428
|
+
### Description
|
|
1429
|
+
|
|
1430
|
+
The `Folder` object is used to represent a collection of files and/or
|
|
1431
|
+
folders in the workspace. Could be within a drive, if it exists.
|
|
1432
|
+
|
|
1433
|
+
### Usage Example
|
|
1434
|
+
|
|
1435
|
+
Fetch from the `GET /api/filestorage/v1/folders` endpoint and view their
|
|
1436
|
+
folders.
|
|
1437
|
+
properties:
|
|
1438
|
+
name:
|
|
1439
|
+
type: optional<string>
|
|
1440
|
+
docs: The folder's name.
|
|
1441
|
+
validation:
|
|
1442
|
+
maxLength: 254
|
|
1443
|
+
folder_url:
|
|
1444
|
+
type: optional<string>
|
|
1445
|
+
docs: The URL to access the folder.
|
|
1446
|
+
validation:
|
|
1447
|
+
maxLength: 2000
|
|
1448
|
+
size:
|
|
1449
|
+
type: optional<long>
|
|
1450
|
+
docs: The folder's size, in bytes.
|
|
1451
|
+
description:
|
|
1452
|
+
type: optional<string>
|
|
1453
|
+
docs: The folder's description.
|
|
1454
|
+
validation:
|
|
1455
|
+
maxLength: 2000
|
|
1456
|
+
parent_folder:
|
|
1457
|
+
type: optional<FolderRequestParentFolder>
|
|
1458
|
+
docs: The folder that the folder belongs to.
|
|
1459
|
+
drive:
|
|
1460
|
+
type: optional<FolderRequestDrive>
|
|
1461
|
+
docs: The drive that the folder belongs to.
|
|
1462
|
+
permissions:
|
|
1463
|
+
type: optional<FolderRequestPermissions>
|
|
1464
|
+
docs: >-
|
|
1465
|
+
The Permission object is used to represent a user's or group's access
|
|
1466
|
+
to a File or Folder. Permissions are unexpanded by default. Use the
|
|
1467
|
+
query param `expand=permissions` to see more details under `GET
|
|
1468
|
+
/folders`.
|
|
1469
|
+
integration_params:
|
|
1470
|
+
type: optional<map<string, unknown>>
|
|
1471
|
+
access: write-only
|
|
1472
|
+
linked_account_params:
|
|
1473
|
+
type: optional<map<string, unknown>>
|
|
1474
|
+
access: write-only
|
|
1475
|
+
source:
|
|
1476
|
+
openapi: openapi/openapi.yml
|
|
1477
|
+
GroupChildGroupsItem:
|
|
1478
|
+
discriminated: false
|
|
1479
|
+
union:
|
|
1480
|
+
- type: string
|
|
1481
|
+
validation:
|
|
1482
|
+
format: uuid
|
|
1483
|
+
- Group
|
|
1484
|
+
source:
|
|
1485
|
+
openapi: openapi/openapi.yml
|
|
1486
|
+
inline: true
|
|
1487
|
+
Group:
|
|
1488
|
+
docs: >-
|
|
1489
|
+
# The Group Object
|
|
1490
|
+
|
|
1491
|
+
### Description
|
|
1492
|
+
|
|
1493
|
+
The `Group` object is used to represent any subset of `Users`. This can
|
|
1494
|
+
extend to company domains as well.
|
|
1495
|
+
|
|
1496
|
+
### Usage Example
|
|
1497
|
+
|
|
1498
|
+
Fetch from the `GET /api/filestorage/v1/groups` endpoint and view their
|
|
1499
|
+
groups.
|
|
1500
|
+
properties:
|
|
1501
|
+
id:
|
|
1502
|
+
type: optional<string>
|
|
1503
|
+
validation:
|
|
1504
|
+
format: uuid
|
|
1505
|
+
access: read-only
|
|
1506
|
+
remote_id:
|
|
1507
|
+
type: optional<string>
|
|
1508
|
+
docs: The third-party API ID of the matching object.
|
|
1509
|
+
created_at:
|
|
1510
|
+
type: optional<datetime>
|
|
1511
|
+
docs: The datetime that this object was created by Merge.
|
|
1512
|
+
access: read-only
|
|
1513
|
+
modified_at:
|
|
1514
|
+
type: optional<datetime>
|
|
1515
|
+
docs: The datetime that this object was modified by Merge.
|
|
1516
|
+
access: read-only
|
|
1517
|
+
name:
|
|
1518
|
+
type: optional<string>
|
|
1519
|
+
docs: The group's name.
|
|
1520
|
+
validation:
|
|
1521
|
+
maxLength: 254
|
|
1522
|
+
users:
|
|
1523
|
+
docs: >-
|
|
1524
|
+
The users that belong in the group. If null, this typically means it's
|
|
1525
|
+
either a domain or the third-party platform does not surface this
|
|
1526
|
+
information.
|
|
1527
|
+
type: list<string>
|
|
1528
|
+
child_groups:
|
|
1529
|
+
type: optional<list<GroupChildGroupsItem>>
|
|
1530
|
+
docs: Groups that inherit the permissions of the parent group.
|
|
1531
|
+
access: read-only
|
|
1532
|
+
remote_was_deleted:
|
|
1533
|
+
type: optional<boolean>
|
|
1534
|
+
docs: >-
|
|
1535
|
+
Indicates whether or not this object has been deleted in the third
|
|
1536
|
+
party platform. Full coverage deletion detection is a premium add-on.
|
|
1537
|
+
Native deletion detection is offered for free with limited coverage.
|
|
1538
|
+
[Learn
|
|
1539
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
1540
|
+
field_mappings:
|
|
1541
|
+
type: optional<map<string, unknown>>
|
|
1542
|
+
access: read-only
|
|
1543
|
+
remote_data:
|
|
1544
|
+
type: optional<list<RemoteData>>
|
|
1545
|
+
access: read-only
|
|
1546
|
+
source:
|
|
1547
|
+
openapi: openapi/openapi.yml
|
|
1548
|
+
IndividualCommonModelScopeDeserializer:
|
|
1549
|
+
properties:
|
|
1550
|
+
model_name: string
|
|
1551
|
+
model_permissions: optional<map<string, ModelPermissionDeserializer>>
|
|
1552
|
+
field_permissions: optional<FieldPermissionDeserializer>
|
|
1553
|
+
source:
|
|
1554
|
+
openapi: openapi/openapi.yml
|
|
1555
|
+
IndividualCommonModelScopeDeserializerRequest:
|
|
1556
|
+
properties:
|
|
1557
|
+
model_name:
|
|
1558
|
+
type: string
|
|
1559
|
+
validation:
|
|
1560
|
+
minLength: 1
|
|
1561
|
+
model_permissions: optional<map<string, ModelPermissionDeserializerRequest>>
|
|
1562
|
+
field_permissions: optional<FieldPermissionDeserializerRequest>
|
|
1563
|
+
source:
|
|
1564
|
+
openapi: openapi/openapi.yml
|
|
1565
|
+
IssueStatus:
|
|
1566
|
+
discriminated: false
|
|
1567
|
+
docs: |-
|
|
1568
|
+
Status of the issue. Options: ('ONGOING', 'RESOLVED')
|
|
1569
|
+
|
|
1570
|
+
* `ONGOING` - ONGOING
|
|
1571
|
+
* `RESOLVED` - RESOLVED
|
|
1572
|
+
union:
|
|
1573
|
+
- IssueStatusEnum
|
|
1574
|
+
- string
|
|
1575
|
+
source:
|
|
1576
|
+
openapi: openapi/openapi.yml
|
|
1577
|
+
inline: true
|
|
1578
|
+
Issue:
|
|
1579
|
+
properties:
|
|
1580
|
+
id:
|
|
1581
|
+
type: optional<string>
|
|
1582
|
+
validation:
|
|
1583
|
+
format: uuid
|
|
1584
|
+
access: read-only
|
|
1585
|
+
status:
|
|
1586
|
+
type: optional<IssueStatus>
|
|
1587
|
+
docs: |-
|
|
1588
|
+
Status of the issue. Options: ('ONGOING', 'RESOLVED')
|
|
1589
|
+
|
|
1590
|
+
* `ONGOING` - ONGOING
|
|
1591
|
+
* `RESOLVED` - RESOLVED
|
|
1592
|
+
error_description: string
|
|
1593
|
+
end_user:
|
|
1594
|
+
type: optional<map<string, unknown>>
|
|
1595
|
+
access: read-only
|
|
1596
|
+
first_incident_time: optional<datetime>
|
|
1597
|
+
last_incident_time: optional<datetime>
|
|
1598
|
+
is_muted:
|
|
1599
|
+
type: optional<boolean>
|
|
1600
|
+
access: read-only
|
|
1601
|
+
error_details:
|
|
1602
|
+
type: optional<list<string>>
|
|
1603
|
+
access: read-only
|
|
1604
|
+
source:
|
|
1605
|
+
openapi: openapi/openapi.yml
|
|
1606
|
+
IssueStatusEnum:
|
|
1607
|
+
enum:
|
|
1608
|
+
- ONGOING
|
|
1609
|
+
- RESOLVED
|
|
1610
|
+
docs: |-
|
|
1611
|
+
* `ONGOING` - ONGOING
|
|
1612
|
+
* `RESOLVED` - RESOLVED
|
|
1613
|
+
source:
|
|
1614
|
+
openapi: openapi/openapi.yml
|
|
1615
|
+
LanguageEnum:
|
|
1616
|
+
enum:
|
|
1617
|
+
- en
|
|
1618
|
+
- de
|
|
1619
|
+
docs: |-
|
|
1620
|
+
* `en` - en
|
|
1621
|
+
* `de` - de
|
|
1622
|
+
source:
|
|
1623
|
+
openapi: openapi/openapi.yml
|
|
1624
|
+
LastSyncResultEnum:
|
|
1625
|
+
enum:
|
|
1626
|
+
- SYNCING
|
|
1627
|
+
- DONE
|
|
1628
|
+
- FAILED
|
|
1629
|
+
- DISABLED
|
|
1630
|
+
- PAUSED
|
|
1631
|
+
- PARTIALLY_SYNCED
|
|
1632
|
+
docs: |-
|
|
1633
|
+
* `SYNCING` - SYNCING
|
|
1634
|
+
* `DONE` - DONE
|
|
1635
|
+
* `FAILED` - FAILED
|
|
1636
|
+
* `DISABLED` - DISABLED
|
|
1637
|
+
* `PAUSED` - PAUSED
|
|
1638
|
+
* `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
|
|
1639
|
+
source:
|
|
1640
|
+
openapi: openapi/openapi.yml
|
|
1641
|
+
LinkToken:
|
|
1642
|
+
properties:
|
|
1643
|
+
link_token: string
|
|
1644
|
+
integration_name: optional<string>
|
|
1645
|
+
magic_link_url: optional<string>
|
|
1646
|
+
source:
|
|
1647
|
+
openapi: openapi/openapi.yml
|
|
1648
|
+
LinkedAccountStatus:
|
|
1649
|
+
properties:
|
|
1650
|
+
linked_account_status: string
|
|
1651
|
+
can_make_request: boolean
|
|
1652
|
+
source:
|
|
1653
|
+
openapi: openapi/openapi.yml
|
|
1654
|
+
MetaResponse:
|
|
1655
|
+
properties:
|
|
1656
|
+
request_schema: map<string, unknown>
|
|
1657
|
+
remote_field_classes: optional<map<string, unknown>>
|
|
1658
|
+
status: optional<LinkedAccountStatus>
|
|
1659
|
+
has_conditional_params: boolean
|
|
1660
|
+
has_required_linked_account_params: boolean
|
|
1661
|
+
source:
|
|
1662
|
+
openapi: openapi/openapi.yml
|
|
1663
|
+
MethodEnum:
|
|
1664
|
+
enum:
|
|
1665
|
+
- GET
|
|
1666
|
+
- OPTIONS
|
|
1667
|
+
- HEAD
|
|
1668
|
+
- POST
|
|
1669
|
+
- PUT
|
|
1670
|
+
- PATCH
|
|
1671
|
+
- DELETE
|
|
1672
|
+
docs: |-
|
|
1673
|
+
* `GET` - GET
|
|
1674
|
+
* `OPTIONS` - OPTIONS
|
|
1675
|
+
* `HEAD` - HEAD
|
|
1676
|
+
* `POST` - POST
|
|
1677
|
+
* `PUT` - PUT
|
|
1678
|
+
* `PATCH` - PATCH
|
|
1679
|
+
* `DELETE` - DELETE
|
|
1680
|
+
source:
|
|
1681
|
+
openapi: openapi/openapi.yml
|
|
1682
|
+
ModelOperation:
|
|
1683
|
+
docs: >-
|
|
1684
|
+
# The ModelOperation Object
|
|
1685
|
+
|
|
1686
|
+
### Description
|
|
1687
|
+
|
|
1688
|
+
The `ModelOperation` object is used to represent the operations that are
|
|
1689
|
+
currently supported for a given model.
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
### Usage Example
|
|
1693
|
+
|
|
1694
|
+
View what operations are supported for the `Candidate` endpoint.
|
|
1695
|
+
properties:
|
|
1696
|
+
model_name: string
|
|
1697
|
+
available_operations: list<string>
|
|
1698
|
+
required_post_parameters: list<string>
|
|
1699
|
+
supported_fields: list<string>
|
|
1700
|
+
source:
|
|
1701
|
+
openapi: openapi/openapi.yml
|
|
1702
|
+
ModelPermissionDeserializer:
|
|
1703
|
+
properties:
|
|
1704
|
+
is_enabled: optional<boolean>
|
|
1705
|
+
source:
|
|
1706
|
+
openapi: openapi/openapi.yml
|
|
1707
|
+
ModelPermissionDeserializerRequest:
|
|
1708
|
+
properties:
|
|
1709
|
+
is_enabled: optional<boolean>
|
|
1710
|
+
source:
|
|
1711
|
+
openapi: openapi/openapi.yml
|
|
1712
|
+
MultipartFormFieldRequestEncoding:
|
|
1713
|
+
discriminated: false
|
|
1714
|
+
docs: |-
|
|
1715
|
+
The encoding of the value of `data`. Defaults to `RAW` if not defined.
|
|
1716
|
+
|
|
1717
|
+
* `RAW` - RAW
|
|
1718
|
+
* `BASE64` - BASE64
|
|
1719
|
+
* `GZIP_BASE64` - GZIP_BASE64
|
|
1720
|
+
union:
|
|
1721
|
+
- EncodingEnum
|
|
1722
|
+
- string
|
|
1723
|
+
source:
|
|
1724
|
+
openapi: openapi/openapi.yml
|
|
1725
|
+
inline: true
|
|
1726
|
+
MultipartFormFieldRequest:
|
|
1727
|
+
docs: >-
|
|
1728
|
+
# The MultipartFormField Object
|
|
1729
|
+
|
|
1730
|
+
### Description
|
|
1731
|
+
|
|
1732
|
+
The `MultipartFormField` object is used to represent fields in an HTTP
|
|
1733
|
+
request using `multipart/form-data`.
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
### Usage Example
|
|
1737
|
+
|
|
1738
|
+
Create a `MultipartFormField` to define a multipart form entry.
|
|
1739
|
+
properties:
|
|
1740
|
+
name:
|
|
1741
|
+
type: string
|
|
1742
|
+
docs: The name of the form field
|
|
1743
|
+
validation:
|
|
1744
|
+
minLength: 1
|
|
1745
|
+
data:
|
|
1746
|
+
type: string
|
|
1747
|
+
docs: The data for the form field.
|
|
1748
|
+
validation:
|
|
1749
|
+
minLength: 1
|
|
1750
|
+
encoding:
|
|
1751
|
+
type: optional<MultipartFormFieldRequestEncoding>
|
|
1752
|
+
docs: |-
|
|
1753
|
+
The encoding of the value of `data`. Defaults to `RAW` if not defined.
|
|
1754
|
+
|
|
1755
|
+
* `RAW` - RAW
|
|
1756
|
+
* `BASE64` - BASE64
|
|
1757
|
+
* `GZIP_BASE64` - GZIP_BASE64
|
|
1758
|
+
file_name:
|
|
1759
|
+
type: optional<string>
|
|
1760
|
+
docs: The file name of the form field, if the field is for a file.
|
|
1761
|
+
validation:
|
|
1762
|
+
minLength: 1
|
|
1763
|
+
content_type:
|
|
1764
|
+
type: optional<string>
|
|
1765
|
+
docs: The MIME type of the file, if the field is for a file.
|
|
1766
|
+
validation:
|
|
1767
|
+
minLength: 1
|
|
1768
|
+
source:
|
|
1769
|
+
openapi: openapi/openapi.yml
|
|
1770
|
+
PaginatedAccountDetailsAndActionsList:
|
|
1771
|
+
properties:
|
|
1772
|
+
next: optional<string>
|
|
1773
|
+
previous: optional<string>
|
|
1774
|
+
results: optional<list<AccountDetailsAndActions>>
|
|
1775
|
+
source:
|
|
1776
|
+
openapi: openapi/openapi.yml
|
|
1777
|
+
PaginatedAuditLogEventList:
|
|
1778
|
+
properties:
|
|
1779
|
+
next: optional<string>
|
|
1780
|
+
previous: optional<string>
|
|
1781
|
+
results: optional<list<AuditLogEvent>>
|
|
1782
|
+
source:
|
|
1783
|
+
openapi: openapi/openapi.yml
|
|
1784
|
+
PaginatedDownloadRequestMetaList:
|
|
1785
|
+
properties:
|
|
1786
|
+
next: optional<string>
|
|
1787
|
+
previous: optional<string>
|
|
1788
|
+
results: optional<list<DownloadRequestMeta>>
|
|
1789
|
+
source:
|
|
1790
|
+
openapi: openapi/openapi.yml
|
|
1791
|
+
PaginatedDriveList:
|
|
1792
|
+
properties:
|
|
1793
|
+
next: optional<string>
|
|
1794
|
+
previous: optional<string>
|
|
1795
|
+
results: optional<list<Drive>>
|
|
1796
|
+
source:
|
|
1797
|
+
openapi: openapi/openapi.yml
|
|
1798
|
+
PaginatedFileList:
|
|
1799
|
+
properties:
|
|
1800
|
+
next: optional<string>
|
|
1801
|
+
previous: optional<string>
|
|
1802
|
+
results: optional<list<File>>
|
|
1803
|
+
source:
|
|
1804
|
+
openapi: openapi/openapi.yml
|
|
1805
|
+
PaginatedFolderList:
|
|
1806
|
+
properties:
|
|
1807
|
+
next: optional<string>
|
|
1808
|
+
previous: optional<string>
|
|
1809
|
+
results: optional<list<Folder>>
|
|
1810
|
+
source:
|
|
1811
|
+
openapi: openapi/openapi.yml
|
|
1812
|
+
PaginatedGroupList:
|
|
1813
|
+
properties:
|
|
1814
|
+
next: optional<string>
|
|
1815
|
+
previous: optional<string>
|
|
1816
|
+
results: optional<list<Group>>
|
|
1817
|
+
source:
|
|
1818
|
+
openapi: openapi/openapi.yml
|
|
1819
|
+
PaginatedIssueList:
|
|
1820
|
+
properties:
|
|
1821
|
+
next: optional<string>
|
|
1822
|
+
previous: optional<string>
|
|
1823
|
+
results: optional<list<Issue>>
|
|
1824
|
+
source:
|
|
1825
|
+
openapi: openapi/openapi.yml
|
|
1826
|
+
PaginatedSyncStatusList:
|
|
1827
|
+
properties:
|
|
1828
|
+
next: optional<string>
|
|
1829
|
+
previous: optional<string>
|
|
1830
|
+
results: optional<list<SyncStatus>>
|
|
1831
|
+
source:
|
|
1832
|
+
openapi: openapi/openapi.yml
|
|
1833
|
+
PaginatedUserList:
|
|
1834
|
+
properties:
|
|
1835
|
+
next: optional<string>
|
|
1836
|
+
previous: optional<string>
|
|
1837
|
+
results: optional<list<User>>
|
|
1838
|
+
source:
|
|
1839
|
+
openapi: openapi/openapi.yml
|
|
1840
|
+
PermissionUser:
|
|
1841
|
+
discriminated: false
|
|
1842
|
+
docs: >-
|
|
1843
|
+
The user that is granted this permission. This will only be populated if
|
|
1844
|
+
the type is `USER`.
|
|
1845
|
+
union:
|
|
1846
|
+
- type: string
|
|
1847
|
+
validation:
|
|
1848
|
+
format: uuid
|
|
1849
|
+
- User
|
|
1850
|
+
source:
|
|
1851
|
+
openapi: openapi/openapi.yml
|
|
1852
|
+
inline: true
|
|
1853
|
+
PermissionGroup:
|
|
1854
|
+
discriminated: false
|
|
1855
|
+
docs: >-
|
|
1856
|
+
The group that is granted this permission. This will only be populated if
|
|
1857
|
+
the type is `GROUP`.
|
|
1858
|
+
union:
|
|
1859
|
+
- type: string
|
|
1860
|
+
validation:
|
|
1861
|
+
format: uuid
|
|
1862
|
+
- Group
|
|
1863
|
+
source:
|
|
1864
|
+
openapi: openapi/openapi.yml
|
|
1865
|
+
inline: true
|
|
1866
|
+
PermissionType:
|
|
1867
|
+
discriminated: false
|
|
1868
|
+
docs: |-
|
|
1869
|
+
Denotes what type of people have access to the file.
|
|
1870
|
+
|
|
1871
|
+
* `USER` - USER
|
|
1872
|
+
* `GROUP` - GROUP
|
|
1873
|
+
* `COMPANY` - COMPANY
|
|
1874
|
+
* `ANYONE` - ANYONE
|
|
1875
|
+
union:
|
|
1876
|
+
- TypeEnum
|
|
1877
|
+
- string
|
|
1878
|
+
source:
|
|
1879
|
+
openapi: openapi/openapi.yml
|
|
1880
|
+
inline: true
|
|
1881
|
+
PermissionRolesItem:
|
|
1882
|
+
discriminated: false
|
|
1883
|
+
docs: |-
|
|
1884
|
+
The permissions that the user or group has for the File or Folder.
|
|
1885
|
+
|
|
1886
|
+
* `READ` - READ
|
|
1887
|
+
* `WRITE` - WRITE
|
|
1888
|
+
* `OWNER` - OWNER
|
|
1889
|
+
union:
|
|
1890
|
+
- RolesEnum
|
|
1891
|
+
- string
|
|
1892
|
+
source:
|
|
1893
|
+
openapi: openapi/openapi.yml
|
|
1894
|
+
inline: true
|
|
1895
|
+
Permission:
|
|
1896
|
+
docs: >-
|
|
1897
|
+
# The Permission Object
|
|
1898
|
+
|
|
1899
|
+
### Description
|
|
1900
|
+
|
|
1901
|
+
The Permission object is used to represent a user's or group's access to a
|
|
1902
|
+
File or Folder. Permissions are unexpanded by default.
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
### Usage Example
|
|
1906
|
+
|
|
1907
|
+
Fetch from the `GET Files` or `GET Folders` endpoint. Permissions are
|
|
1908
|
+
unexpanded by default. Use the query param `expand=permissions` to see
|
|
1909
|
+
more details.
|
|
1910
|
+
properties:
|
|
1911
|
+
id:
|
|
1912
|
+
type: optional<string>
|
|
1913
|
+
validation:
|
|
1914
|
+
format: uuid
|
|
1915
|
+
access: read-only
|
|
1916
|
+
remote_id:
|
|
1917
|
+
type: optional<string>
|
|
1918
|
+
docs: The third-party API ID of the matching object.
|
|
1919
|
+
created_at:
|
|
1920
|
+
type: optional<datetime>
|
|
1921
|
+
docs: The datetime that this object was created by Merge.
|
|
1922
|
+
access: read-only
|
|
1923
|
+
modified_at:
|
|
1924
|
+
type: optional<datetime>
|
|
1925
|
+
docs: The datetime that this object was modified by Merge.
|
|
1926
|
+
access: read-only
|
|
1927
|
+
user:
|
|
1928
|
+
type: optional<PermissionUser>
|
|
1929
|
+
docs: >-
|
|
1930
|
+
The user that is granted this permission. This will only be populated
|
|
1931
|
+
if the type is `USER`.
|
|
1932
|
+
group:
|
|
1933
|
+
type: optional<PermissionGroup>
|
|
1934
|
+
docs: >-
|
|
1935
|
+
The group that is granted this permission. This will only be populated
|
|
1936
|
+
if the type is `GROUP`.
|
|
1937
|
+
type:
|
|
1938
|
+
type: optional<PermissionType>
|
|
1939
|
+
docs: |-
|
|
1940
|
+
Denotes what type of people have access to the file.
|
|
1941
|
+
|
|
1942
|
+
* `USER` - USER
|
|
1943
|
+
* `GROUP` - GROUP
|
|
1944
|
+
* `COMPANY` - COMPANY
|
|
1945
|
+
* `ANYONE` - ANYONE
|
|
1946
|
+
roles:
|
|
1947
|
+
type: optional<list<optional<PermissionRolesItem>>>
|
|
1948
|
+
docs: >-
|
|
1949
|
+
The permissions that the user or group has for the File or Folder. It
|
|
1950
|
+
is possible for a user or group to have multiple roles, such as
|
|
1951
|
+
viewing & uploading. Possible values include: `READ`, `WRITE`,
|
|
1952
|
+
`OWNER`. In cases where there is no clear mapping, the original value
|
|
1953
|
+
passed through will be returned.
|
|
1954
|
+
source:
|
|
1955
|
+
openapi: openapi/openapi.yml
|
|
1956
|
+
PermissionRequestUser:
|
|
1957
|
+
discriminated: false
|
|
1958
|
+
docs: >-
|
|
1959
|
+
The user that is granted this permission. This will only be populated if
|
|
1960
|
+
the type is `USER`.
|
|
1961
|
+
union:
|
|
1962
|
+
- type: string
|
|
1963
|
+
validation:
|
|
1964
|
+
format: uuid
|
|
1965
|
+
- User
|
|
1966
|
+
source:
|
|
1967
|
+
openapi: openapi/openapi.yml
|
|
1968
|
+
inline: true
|
|
1969
|
+
PermissionRequestGroup:
|
|
1970
|
+
discriminated: false
|
|
1971
|
+
docs: >-
|
|
1972
|
+
The group that is granted this permission. This will only be populated if
|
|
1973
|
+
the type is `GROUP`.
|
|
1974
|
+
union:
|
|
1975
|
+
- type: string
|
|
1976
|
+
validation:
|
|
1977
|
+
format: uuid
|
|
1978
|
+
- Group
|
|
1979
|
+
source:
|
|
1980
|
+
openapi: openapi/openapi.yml
|
|
1981
|
+
inline: true
|
|
1982
|
+
PermissionRequestType:
|
|
1983
|
+
discriminated: false
|
|
1984
|
+
docs: |-
|
|
1985
|
+
Denotes what type of people have access to the file.
|
|
1986
|
+
|
|
1987
|
+
* `USER` - USER
|
|
1988
|
+
* `GROUP` - GROUP
|
|
1989
|
+
* `COMPANY` - COMPANY
|
|
1990
|
+
* `ANYONE` - ANYONE
|
|
1991
|
+
union:
|
|
1992
|
+
- TypeEnum
|
|
1993
|
+
- string
|
|
1994
|
+
source:
|
|
1995
|
+
openapi: openapi/openapi.yml
|
|
1996
|
+
inline: true
|
|
1997
|
+
PermissionRequestRolesItem:
|
|
1998
|
+
discriminated: false
|
|
1999
|
+
docs: |-
|
|
2000
|
+
The permissions that the user or group has for the File or Folder.
|
|
2001
|
+
|
|
2002
|
+
* `READ` - READ
|
|
2003
|
+
* `WRITE` - WRITE
|
|
2004
|
+
* `OWNER` - OWNER
|
|
2005
|
+
union:
|
|
2006
|
+
- RolesEnum
|
|
2007
|
+
- string
|
|
2008
|
+
source:
|
|
2009
|
+
openapi: openapi/openapi.yml
|
|
2010
|
+
inline: true
|
|
2011
|
+
PermissionRequest:
|
|
2012
|
+
docs: >-
|
|
2013
|
+
# The Permission Object
|
|
2014
|
+
|
|
2015
|
+
### Description
|
|
2016
|
+
|
|
2017
|
+
The Permission object is used to represent a user's or group's access to a
|
|
2018
|
+
File or Folder. Permissions are unexpanded by default.
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
### Usage Example
|
|
2022
|
+
|
|
2023
|
+
Fetch from the `GET Files` or `GET Folders` endpoint. Permissions are
|
|
2024
|
+
unexpanded by default. Use the query param `expand=permissions` to see
|
|
2025
|
+
more details.
|
|
2026
|
+
properties:
|
|
2027
|
+
remote_id:
|
|
2028
|
+
type: optional<string>
|
|
2029
|
+
docs: The third-party API ID of the matching object.
|
|
2030
|
+
user:
|
|
2031
|
+
type: optional<PermissionRequestUser>
|
|
2032
|
+
docs: >-
|
|
2033
|
+
The user that is granted this permission. This will only be populated
|
|
2034
|
+
if the type is `USER`.
|
|
2035
|
+
group:
|
|
2036
|
+
type: optional<PermissionRequestGroup>
|
|
2037
|
+
docs: >-
|
|
2038
|
+
The group that is granted this permission. This will only be populated
|
|
2039
|
+
if the type is `GROUP`.
|
|
2040
|
+
type:
|
|
2041
|
+
type: optional<PermissionRequestType>
|
|
2042
|
+
docs: |-
|
|
2043
|
+
Denotes what type of people have access to the file.
|
|
2044
|
+
|
|
2045
|
+
* `USER` - USER
|
|
2046
|
+
* `GROUP` - GROUP
|
|
2047
|
+
* `COMPANY` - COMPANY
|
|
2048
|
+
* `ANYONE` - ANYONE
|
|
2049
|
+
roles:
|
|
2050
|
+
type: optional<list<optional<PermissionRequestRolesItem>>>
|
|
2051
|
+
docs: >-
|
|
2052
|
+
The permissions that the user or group has for the File or Folder. It
|
|
2053
|
+
is possible for a user or group to have multiple roles, such as
|
|
2054
|
+
viewing & uploading. Possible values include: `READ`, `WRITE`,
|
|
2055
|
+
`OWNER`. In cases where there is no clear mapping, the original value
|
|
2056
|
+
passed through will be returned.
|
|
2057
|
+
integration_params:
|
|
2058
|
+
type: optional<map<string, unknown>>
|
|
2059
|
+
access: write-only
|
|
2060
|
+
linked_account_params:
|
|
2061
|
+
type: optional<map<string, unknown>>
|
|
2062
|
+
access: write-only
|
|
2063
|
+
source:
|
|
2064
|
+
openapi: openapi/openapi.yml
|
|
2065
|
+
RemoteData:
|
|
2066
|
+
docs: >-
|
|
2067
|
+
# The RemoteData Object
|
|
2068
|
+
|
|
2069
|
+
### Description
|
|
2070
|
+
|
|
2071
|
+
The `RemoteData` object is used to represent the full data pulled from the
|
|
2072
|
+
third-party API for an object.
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
### Usage Example
|
|
2076
|
+
|
|
2077
|
+
TODO
|
|
2078
|
+
properties:
|
|
2079
|
+
path:
|
|
2080
|
+
type: string
|
|
2081
|
+
docs: The third-party API path that is being called.
|
|
2082
|
+
data:
|
|
2083
|
+
type: optional<unknown>
|
|
2084
|
+
access: read-only
|
|
2085
|
+
source:
|
|
2086
|
+
openapi: openapi/openapi.yml
|
|
2087
|
+
RemoteEndpointInfo:
|
|
2088
|
+
properties:
|
|
2089
|
+
method: string
|
|
2090
|
+
url_path: string
|
|
2091
|
+
field_traversal_path: list<unknown>
|
|
2092
|
+
source:
|
|
2093
|
+
openapi: openapi/openapi.yml
|
|
2094
|
+
RemoteFieldApiCoverage:
|
|
2095
|
+
discriminated: false
|
|
2096
|
+
union:
|
|
2097
|
+
- integer
|
|
2098
|
+
- double
|
|
2099
|
+
source:
|
|
2100
|
+
openapi: openapi/openapi.yml
|
|
2101
|
+
inline: true
|
|
2102
|
+
RemoteFieldApi:
|
|
2103
|
+
properties:
|
|
2104
|
+
schema: map<string, unknown>
|
|
2105
|
+
remote_key_name: string
|
|
2106
|
+
remote_endpoint_info: RemoteEndpointInfo
|
|
2107
|
+
example_values: optional<list<unknown>>
|
|
2108
|
+
advanced_metadata: optional<AdvancedMetadata>
|
|
2109
|
+
coverage:
|
|
2110
|
+
type: optional<RemoteFieldApiCoverage>
|
|
2111
|
+
access: read-only
|
|
2112
|
+
source:
|
|
2113
|
+
openapi: openapi/openapi.yml
|
|
2114
|
+
RemoteFieldApiResponse:
|
|
2115
|
+
properties:
|
|
2116
|
+
File: optional<list<RemoteFieldApi>>
|
|
2117
|
+
Folder: optional<list<RemoteFieldApi>>
|
|
2118
|
+
Drive: optional<list<RemoteFieldApi>>
|
|
2119
|
+
Group: optional<list<RemoteFieldApi>>
|
|
2120
|
+
User: optional<list<RemoteFieldApi>>
|
|
2121
|
+
source:
|
|
2122
|
+
openapi: openapi/openapi.yml
|
|
2123
|
+
RemoteKey:
|
|
2124
|
+
docs: >-
|
|
2125
|
+
# The RemoteKey Object
|
|
2126
|
+
|
|
2127
|
+
### Description
|
|
2128
|
+
|
|
2129
|
+
The `RemoteKey` object is used to represent a request for a new remote
|
|
2130
|
+
key.
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
### Usage Example
|
|
2134
|
+
|
|
2135
|
+
Post a `GenerateRemoteKey` to receive a new `RemoteKey`.
|
|
2136
|
+
properties:
|
|
2137
|
+
name: string
|
|
2138
|
+
key: string
|
|
2139
|
+
source:
|
|
2140
|
+
openapi: openapi/openapi.yml
|
|
2141
|
+
RemoteResponse:
|
|
2142
|
+
docs: >-
|
|
2143
|
+
# The RemoteResponse Object
|
|
2144
|
+
|
|
2145
|
+
### Description
|
|
2146
|
+
|
|
2147
|
+
The `RemoteResponse` object is used to represent information returned from
|
|
2148
|
+
a third-party endpoint.
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
### Usage Example
|
|
2152
|
+
|
|
2153
|
+
View the `RemoteResponse` returned from your `DataPassthrough`.
|
|
2154
|
+
properties:
|
|
2155
|
+
method: string
|
|
2156
|
+
path: string
|
|
2157
|
+
status: integer
|
|
2158
|
+
response: unknown
|
|
2159
|
+
response_headers: optional<map<string, unknown>>
|
|
2160
|
+
response_type: optional<ResponseTypeEnum>
|
|
2161
|
+
headers: optional<map<string, unknown>>
|
|
2162
|
+
source:
|
|
2163
|
+
openapi: openapi/openapi.yml
|
|
2164
|
+
RequestFormatEnum:
|
|
2165
|
+
enum:
|
|
2166
|
+
- JSON
|
|
2167
|
+
- XML
|
|
2168
|
+
- MULTIPART
|
|
2169
|
+
docs: |-
|
|
2170
|
+
* `JSON` - JSON
|
|
2171
|
+
* `XML` - XML
|
|
2172
|
+
* `MULTIPART` - MULTIPART
|
|
2173
|
+
source:
|
|
2174
|
+
openapi: openapi/openapi.yml
|
|
2175
|
+
ResponseTypeEnum:
|
|
2176
|
+
enum:
|
|
2177
|
+
- JSON
|
|
2178
|
+
- BASE64_GZIP
|
|
2179
|
+
docs: |-
|
|
2180
|
+
* `JSON` - JSON
|
|
2181
|
+
* `BASE64_GZIP` - BASE64_GZIP
|
|
2182
|
+
source:
|
|
2183
|
+
openapi: openapi/openapi.yml
|
|
2184
|
+
RoleEnum:
|
|
2185
|
+
enum:
|
|
2186
|
+
- ADMIN
|
|
2187
|
+
- DEVELOPER
|
|
2188
|
+
- MEMBER
|
|
2189
|
+
- API
|
|
2190
|
+
- SYSTEM
|
|
2191
|
+
- MERGE_TEAM
|
|
2192
|
+
docs: |-
|
|
2193
|
+
* `ADMIN` - ADMIN
|
|
2194
|
+
* `DEVELOPER` - DEVELOPER
|
|
2195
|
+
* `MEMBER` - MEMBER
|
|
2196
|
+
* `API` - API
|
|
2197
|
+
* `SYSTEM` - SYSTEM
|
|
2198
|
+
* `MERGE_TEAM` - MERGE_TEAM
|
|
2199
|
+
source:
|
|
2200
|
+
openapi: openapi/openapi.yml
|
|
2201
|
+
RolesEnum:
|
|
2202
|
+
enum:
|
|
2203
|
+
- READ
|
|
2204
|
+
- WRITE
|
|
2205
|
+
- OWNER
|
|
2206
|
+
docs: |-
|
|
2207
|
+
* `READ` - READ
|
|
2208
|
+
* `WRITE` - WRITE
|
|
2209
|
+
* `OWNER` - OWNER
|
|
2210
|
+
source:
|
|
2211
|
+
openapi: openapi/openapi.yml
|
|
2212
|
+
SelectiveSyncConfigurationsUsageEnum:
|
|
2213
|
+
enum:
|
|
2214
|
+
- IN_NEXT_SYNC
|
|
2215
|
+
- IN_LAST_SYNC
|
|
2216
|
+
docs: |-
|
|
2217
|
+
* `IN_NEXT_SYNC` - IN_NEXT_SYNC
|
|
2218
|
+
* `IN_LAST_SYNC` - IN_LAST_SYNC
|
|
2219
|
+
source:
|
|
2220
|
+
openapi: openapi/openapi.yml
|
|
2221
|
+
StatusFd5Enum:
|
|
2222
|
+
enum:
|
|
2223
|
+
- SYNCING
|
|
2224
|
+
- DONE
|
|
2225
|
+
- FAILED
|
|
2226
|
+
- DISABLED
|
|
2227
|
+
- PAUSED
|
|
2228
|
+
- PARTIALLY_SYNCED
|
|
2229
|
+
docs: |-
|
|
2230
|
+
* `SYNCING` - SYNCING
|
|
2231
|
+
* `DONE` - DONE
|
|
2232
|
+
* `FAILED` - FAILED
|
|
2233
|
+
* `DISABLED` - DISABLED
|
|
2234
|
+
* `PAUSED` - PAUSED
|
|
2235
|
+
* `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
|
|
2236
|
+
source:
|
|
2237
|
+
openapi: openapi/openapi.yml
|
|
2238
|
+
SyncStatusLastSyncResult:
|
|
2239
|
+
discriminated: false
|
|
2240
|
+
union:
|
|
2241
|
+
- LastSyncResultEnum
|
|
2242
|
+
- string
|
|
2243
|
+
source:
|
|
2244
|
+
openapi: openapi/openapi.yml
|
|
2245
|
+
inline: true
|
|
2246
|
+
SyncStatus:
|
|
2247
|
+
docs: >-
|
|
2248
|
+
# The SyncStatus Object
|
|
2249
|
+
|
|
2250
|
+
### Description
|
|
2251
|
+
|
|
2252
|
+
The `SyncStatus` object is used to represent the syncing state of an
|
|
2253
|
+
account
|
|
2254
|
+
|
|
2255
|
+
|
|
2256
|
+
### Usage Example
|
|
2257
|
+
|
|
2258
|
+
View the `SyncStatus` for an account to see how recently its models were
|
|
2259
|
+
synced.
|
|
2260
|
+
properties:
|
|
2261
|
+
model_name: string
|
|
2262
|
+
model_id: string
|
|
2263
|
+
last_sync_start: optional<datetime>
|
|
2264
|
+
next_sync_start: optional<datetime>
|
|
2265
|
+
last_sync_result: optional<SyncStatusLastSyncResult>
|
|
2266
|
+
last_sync_finished: optional<datetime>
|
|
2267
|
+
status: StatusFd5Enum
|
|
2268
|
+
is_initial_sync: boolean
|
|
2269
|
+
selective_sync_configurations_usage: optional<SelectiveSyncConfigurationsUsageEnum>
|
|
2270
|
+
source:
|
|
2271
|
+
openapi: openapi/openapi.yml
|
|
2272
|
+
TypeEnum:
|
|
2273
|
+
enum:
|
|
2274
|
+
- USER
|
|
2275
|
+
- GROUP
|
|
2276
|
+
- COMPANY
|
|
2277
|
+
- ANYONE
|
|
2278
|
+
docs: |-
|
|
2279
|
+
* `USER` - USER
|
|
2280
|
+
* `GROUP` - GROUP
|
|
2281
|
+
* `COMPANY` - COMPANY
|
|
2282
|
+
* `ANYONE` - ANYONE
|
|
2283
|
+
source:
|
|
2284
|
+
openapi: openapi/openapi.yml
|
|
2285
|
+
User:
|
|
2286
|
+
docs: >-
|
|
2287
|
+
# The User Object
|
|
2288
|
+
|
|
2289
|
+
### Description
|
|
2290
|
+
|
|
2291
|
+
The `User` object is used to represent a user within the File Storage
|
|
2292
|
+
account.
|
|
2293
|
+
|
|
2294
|
+
### Usage Example
|
|
2295
|
+
|
|
2296
|
+
Fetch from the `GET /api/filestorage/v1/users` endpoint and view their
|
|
2297
|
+
users.
|
|
2298
|
+
properties:
|
|
2299
|
+
id:
|
|
2300
|
+
type: optional<string>
|
|
2301
|
+
validation:
|
|
2302
|
+
format: uuid
|
|
2303
|
+
access: read-only
|
|
2304
|
+
remote_id:
|
|
2305
|
+
type: optional<string>
|
|
2306
|
+
docs: The third-party API ID of the matching object.
|
|
2307
|
+
created_at:
|
|
2308
|
+
type: optional<datetime>
|
|
2309
|
+
docs: The datetime that this object was created by Merge.
|
|
2310
|
+
access: read-only
|
|
2311
|
+
modified_at:
|
|
2312
|
+
type: optional<datetime>
|
|
2313
|
+
docs: The datetime that this object was modified by Merge.
|
|
2314
|
+
access: read-only
|
|
2315
|
+
name:
|
|
2316
|
+
type: optional<string>
|
|
2317
|
+
docs: The user's name.
|
|
2318
|
+
validation:
|
|
2319
|
+
maxLength: 254
|
|
2320
|
+
email_address:
|
|
2321
|
+
type: optional<string>
|
|
2322
|
+
docs: >-
|
|
2323
|
+
The user's email address. This is typically used to identify a user
|
|
2324
|
+
across linked accounts.
|
|
2325
|
+
validation:
|
|
2326
|
+
maxLength: 2000
|
|
2327
|
+
is_me:
|
|
2328
|
+
type: optional<boolean>
|
|
2329
|
+
docs: Whether the user is the one who linked this account.
|
|
2330
|
+
remote_was_deleted:
|
|
2331
|
+
type: optional<boolean>
|
|
2332
|
+
docs: >-
|
|
2333
|
+
Indicates whether or not this object has been deleted in the third
|
|
2334
|
+
party platform. Full coverage deletion detection is a premium add-on.
|
|
2335
|
+
Native deletion detection is offered for free with limited coverage.
|
|
2336
|
+
[Learn
|
|
2337
|
+
more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
2338
|
+
field_mappings:
|
|
2339
|
+
type: optional<map<string, unknown>>
|
|
2340
|
+
access: read-only
|
|
2341
|
+
remote_data:
|
|
2342
|
+
type: optional<list<RemoteData>>
|
|
2343
|
+
access: read-only
|
|
2344
|
+
source:
|
|
2345
|
+
openapi: openapi/openapi.yml
|
|
2346
|
+
ValidationProblemSource:
|
|
2347
|
+
properties:
|
|
2348
|
+
pointer: string
|
|
2349
|
+
source:
|
|
2350
|
+
openapi: openapi/openapi.yml
|
|
2351
|
+
WarningValidationProblem:
|
|
2352
|
+
properties:
|
|
2353
|
+
source: optional<ValidationProblemSource>
|
|
2354
|
+
title: string
|
|
2355
|
+
detail: string
|
|
2356
|
+
problem_type: string
|
|
2357
|
+
source:
|
|
2358
|
+
openapi: openapi/openapi.yml
|
|
2359
|
+
WebhookReceiver:
|
|
2360
|
+
properties:
|
|
2361
|
+
event: string
|
|
2362
|
+
is_active: boolean
|
|
2363
|
+
key: optional<string>
|
|
2364
|
+
source:
|
|
2365
|
+
openapi: openapi/openapi.yml
|