@mergeapi/merge-node-client 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +1 -0
- package/README.md +0 -1
- package/api/resources/accounting/client/Client.d.ts +1 -0
- package/api/resources/accounting/index.d.ts +1 -1
- package/api/resources/accounting/index.js +1 -1
- package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/accountDetails/client/Client.js +5 -1
- package/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +7 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -10
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/client/Client.d.ts +30 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +59 -27
- package/api/resources/accounting/resources/accounts/client/requests/AccountEndpointRequest.d.ts +13 -0
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/accounts/index.d.ts +1 -0
- package/api/resources/accounting/resources/accounts/index.js +1 -0
- package/api/resources/accounting/resources/accounts/types/index.d.ts +4 -0
- package/api/resources/accounting/resources/accounts/types/index.js +20 -0
- package/api/resources/accounting/resources/addresses/client/Client.d.ts +7 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +12 -6
- package/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +7 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +18 -2
- package/api/resources/accounting/resources/attachments/client/Client.d.ts +19 -0
- package/api/resources/accounting/resources/attachments/client/Client.js +42 -21
- package/api/resources/accounting/resources/attachments/client/requests/AccountingAttachmentEndpointRequest.d.ts +10 -0
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +12 -9
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +29 -18
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +29 -18
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/companyInfo/client/Client.js +28 -17
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/companyInfo/index.d.ts +1 -0
- package/api/resources/accounting/resources/companyInfo/index.js +1 -0
- package/api/resources/accounting/resources/companyInfo/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/companyInfo/types/index.js +18 -0
- package/api/resources/accounting/resources/contacts/client/Client.d.ts +34 -0
- package/api/resources/accounting/resources/contacts/client/Client.js +65 -29
- package/api/resources/accounting/resources/contacts/client/requests/ContactEndpointRequest.d.ts +17 -0
- package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/contacts/index.d.ts +1 -0
- package/api/resources/accounting/resources/contacts/index.js +1 -0
- package/api/resources/accounting/resources/contacts/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/contacts/types/index.js +18 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +15 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +39 -24
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/creditNotes/index.d.ts +1 -0
- package/api/resources/accounting/resources/creditNotes/index.js +1 -0
- package/api/resources/accounting/resources/creditNotes/types/index.d.ts +6 -0
- package/api/resources/accounting/resources/creditNotes/types/index.js +22 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +5 -1
- package/api/resources/accounting/resources/expenses/client/Client.d.ts +30 -0
- package/api/resources/accounting/resources/expenses/client/Client.js +57 -25
- package/api/resources/accounting/resources/expenses/client/requests/ExpenseEndpointRequest.d.ts +17 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/expenses/index.d.ts +1 -0
- package/api/resources/accounting/resources/expenses/index.js +1 -0
- package/api/resources/accounting/resources/expenses/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/expenses/types/index.js +18 -0
- package/api/resources/accounting/resources/forceResync/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/forceResync/client/Client.js +5 -1
- package/api/resources/accounting/resources/generateKey/client/Client.d.ts +6 -0
- package/api/resources/accounting/resources/generateKey/client/Client.js +7 -1
- package/api/resources/accounting/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +29 -18
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/index.d.ts +28 -14
- package/api/resources/accounting/resources/index.js +29 -15
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +34 -0
- package/api/resources/accounting/resources/invoices/client/Client.js +67 -31
- package/api/resources/accounting/resources/invoices/client/requests/InvoiceEndpointRequest.d.ts +16 -0
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +11 -2
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/invoices/index.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/index.js +1 -0
- package/api/resources/accounting/resources/invoices/types/index.d.ts +3 -0
- package/api/resources/accounting/resources/invoices/types/index.js +19 -0
- package/api/resources/accounting/resources/issues/client/Client.d.ts +9 -0
- package/api/resources/accounting/resources/issues/client/Client.js +26 -17
- package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/api/resources/accounting/resources/issues/index.d.ts +1 -0
- package/api/resources/accounting/resources/issues/index.js +1 -0
- package/api/resources/accounting/resources/issues/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/issues/types/index.js +17 -0
- package/api/resources/accounting/resources/items/client/Client.d.ts +15 -0
- package/api/resources/accounting/resources/items/client/Client.js +37 -22
- package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/items/index.d.ts +1 -0
- package/api/resources/accounting/resources/items/index.js +1 -0
- package/api/resources/accounting/resources/items/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/items/types/index.js +18 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +28 -0
- package/api/resources/accounting/resources/journalEntries/client/Client.js +55 -25
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntryEndpointRequest.d.ts +15 -0
- package/api/resources/accounting/resources/journalEntries/index.d.ts +1 -0
- package/api/resources/accounting/resources/journalEntries/index.js +1 -0
- package/api/resources/accounting/resources/journalEntries/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/journalEntries/types/index.js +18 -0
- package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/linkToken/client/Client.js +2 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +21 -16
- package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/api/resources/accounting/resources/linkedAccounts/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkedAccounts/index.js +1 -0
- package/api/resources/accounting/resources/linkedAccounts/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/linkedAccounts/types/index.js +17 -0
- package/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/api/resources/accounting/resources/payments/client/Client.d.ts +23 -0
- package/api/resources/accounting/resources/payments/client/Client.js +52 -27
- package/api/resources/accounting/resources/payments/client/requests/PaymentEndpointRequest.d.ts +10 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/payments/index.d.ts +1 -0
- package/api/resources/accounting/resources/payments/index.js +1 -0
- package/api/resources/accounting/resources/payments/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/payments/types/index.js +18 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +7 -4
- package/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +34 -0
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +65 -29
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrderEndpointRequest.d.ts +17 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/purchaseOrders/index.d.ts +1 -0
- package/api/resources/accounting/resources/purchaseOrders/index.js +1 -0
- package/api/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/purchaseOrders/types/index.js +18 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +6 -0
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +7 -1
- package/api/resources/accounting/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/api/resources/accounting/resources/selectiveSync/client/Client.d.ts +14 -0
- package/api/resources/accounting/resources/selectiveSync/client/Client.js +23 -8
- package/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/syncStatus/client/Client.js +8 -5
- package/api/resources/accounting/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/taxRates/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/taxRates/client/Client.js +29 -18
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +15 -0
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +37 -22
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +8 -0
- package/api/resources/accounting/resources/transactions/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +31 -20
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/transactions/index.d.ts +1 -0
- package/api/resources/accounting/resources/transactions/index.js +1 -0
- package/api/resources/accounting/resources/transactions/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/transactions/types/index.js +18 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +11 -0
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +31 -20
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +6 -0
- package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +6 -0
- package/api/resources/accounting/resources/vendorCredits/index.d.ts +1 -0
- package/api/resources/accounting/resources/vendorCredits/index.js +1 -0
- package/api/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/vendorCredits/types/index.js +18 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -2
- package/api/resources/accounting/types/Account.d.ts +323 -319
- package/api/resources/accounting/types/AccountClassification.d.ts +5 -5
- package/api/resources/accounting/types/AccountCurrency.d.ts +306 -306
- package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -0
- package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/api/resources/accounting/types/AccountRequest.d.ts +323 -319
- package/api/resources/accounting/types/AccountRequestClassification.d.ts +5 -5
- package/api/resources/accounting/types/AccountRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/AccountRequestStatus.d.ts +3 -3
- package/api/resources/accounting/types/AccountStatus.d.ts +3 -3
- package/api/resources/accounting/types/AccountStatusEnum.d.ts +3 -3
- package/api/resources/accounting/types/AccountingAttachment.d.ts +3 -0
- package/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +3 -0
- package/api/resources/accounting/types/AccountingPeriod.d.ts +3 -0
- package/api/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +2 -2
- package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +3 -0
- package/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +3 -0
- package/api/resources/accounting/types/Address.d.ts +254 -251
- package/api/resources/accounting/types/AddressCountry.d.ts +249 -249
- package/api/resources/accounting/types/AddressRequest.d.ts +254 -251
- package/api/resources/accounting/types/AddressRequestCountry.d.ts +249 -249
- package/api/resources/accounting/types/AddressRequestType.d.ts +2 -2
- package/api/resources/accounting/types/AddressType.d.ts +2 -2
- package/api/resources/accounting/types/AddressTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/AuditLogEvent.d.ts +36 -36
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +30 -30
- package/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/accounting/types/AvailableActions.d.ts +3 -0
- package/api/resources/accounting/types/BalanceSheet.d.ts +309 -306
- package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
- package/api/resources/accounting/types/CashFlowStatement.d.ts +309 -306
- package/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +306 -306
- package/api/resources/accounting/types/CategoriesEnum.d.ts +7 -7
- package/api/resources/accounting/types/CategoryEnum.d.ts +7 -7
- package/api/resources/accounting/types/CategoryTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/ClassificationEnum.d.ts +5 -5
- package/api/resources/accounting/types/CompanyInfo.d.ts +309 -306
- package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ConditionSchema.d.ts +8 -8
- package/api/resources/accounting/types/ConditionSchemaConditionType.d.ts +7 -7
- package/api/resources/accounting/types/ConditionTypeEnum.d.ts +7 -7
- package/api/resources/accounting/types/Contact.d.ts +8 -4
- package/api/resources/accounting/types/ContactRequest.d.ts +8 -4
- package/api/resources/accounting/types/ContactRequestStatus.d.ts +2 -2
- package/api/resources/accounting/types/ContactStatus.d.ts +2 -2
- package/api/resources/accounting/types/CountryEnum.d.ts +249 -249
- package/api/resources/accounting/types/CreditNote.d.ts +313 -310
- package/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
- package/api/resources/accounting/types/CreditNoteStatus.d.ts +3 -3
- package/api/resources/accounting/types/CreditNoteStatusEnum.d.ts +3 -3
- package/api/resources/accounting/types/CurrencyEnum.d.ts +306 -306
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +3 -0
- package/api/resources/accounting/types/EnabledActionsEnum.d.ts +2 -2
- package/api/resources/accounting/types/EncodingEnum.d.ts +3 -3
- package/api/resources/accounting/types/EventTypeEnum.d.ts +30 -30
- package/api/resources/accounting/types/Expense.d.ts +309 -306
- package/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ExpenseLine.d.ts +309 -306
- package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ExpenseLineRequest.d.ts +309 -306
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ExpenseRequest.d.ts +309 -306
- package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/IncomeStatement.d.ts +309 -306
- package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
- package/api/resources/accounting/types/Invoice.d.ts +317 -314
- package/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +309 -306
- package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +309 -306
- package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceRequest.d.ts +316 -314
- package/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceRequestStatus.d.ts +6 -6
- package/api/resources/accounting/types/InvoiceRequestType.d.ts +2 -2
- package/api/resources/accounting/types/InvoiceStatus.d.ts +6 -6
- package/api/resources/accounting/types/InvoiceStatusEnum.d.ts +6 -6
- package/api/resources/accounting/types/InvoiceType.d.ts +2 -2
- package/api/resources/accounting/types/InvoiceTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/Issue.d.ts +2 -2
- package/api/resources/accounting/types/IssueStatus.d.ts +2 -2
- package/api/resources/accounting/types/IssueStatusEnum.d.ts +2 -2
- package/api/resources/accounting/types/Item.d.ts +5 -2
- package/api/resources/accounting/types/ItemStatus.d.ts +2 -2
- package/api/resources/accounting/types/JournalEntry.d.ts +311 -308
- package/api/resources/accounting/types/JournalEntryCurrency.d.ts +306 -306
- package/api/resources/accounting/types/JournalEntryPostingStatus.d.ts +2 -2
- package/api/resources/accounting/types/JournalEntryRequest.d.ts +311 -308
- package/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/JournalEntryRequestPostingStatus.d.ts +2 -2
- package/api/resources/accounting/types/JournalLine.d.ts +309 -306
- package/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
- package/api/resources/accounting/types/JournalLineRequest.d.ts +309 -306
- package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/LinkedAccountCondition.d.ts +1 -1
- package/api/resources/accounting/types/MethodEnum.d.ts +7 -7
- package/api/resources/accounting/types/ModelOperation.d.ts +3 -0
- package/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +6 -3
- package/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/accounting/types/Payment.d.ts +309 -306
- package/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PaymentLineItem.d.ts +3 -0
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +3 -0
- package/api/resources/accounting/types/PaymentRequest.d.ts +309 -306
- package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
- package/api/resources/accounting/types/PurchaseOrder.d.ts +315 -312
- package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +309 -306
- package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +309 -306
- package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +314 -311
- package/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderRequestStatus.d.ts +5 -5
- package/api/resources/accounting/types/PurchaseOrderStatus.d.ts +5 -5
- package/api/resources/accounting/types/PurchaseOrderStatusEnum.d.ts +5 -5
- package/api/resources/accounting/types/RemoteKey.d.ts +3 -0
- package/api/resources/accounting/types/RemoteResponse.d.ts +3 -0
- package/api/resources/accounting/types/ReportItem.d.ts +3 -0
- package/api/resources/accounting/types/RequestFormatEnum.d.ts +3 -3
- package/api/resources/accounting/types/ResponseTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/RoleEnum.d.ts +6 -6
- package/api/resources/accounting/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/accounting/types/Status7D1Enum.d.ts +2 -2
- package/api/resources/accounting/types/SyncStatus.d.ts +3 -0
- package/api/resources/accounting/types/SyncStatusStatusEnum.d.ts +6 -6
- package/api/resources/accounting/types/TaxRate.d.ts +3 -0
- package/api/resources/accounting/types/TrackingCategory.d.ts +7 -4
- package/api/resources/accounting/types/TrackingCategoryCategoryType.d.ts +2 -2
- package/api/resources/accounting/types/TrackingCategoryStatus.d.ts +2 -2
- package/api/resources/accounting/types/Transaction.d.ts +317 -313
- package/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
- package/api/resources/accounting/types/TransactionLineItem.d.ts +309 -306
- package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
- package/api/resources/accounting/types/VendorCredit.d.ts +310 -307
- package/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
- package/api/resources/accounting/types/VendorCreditLine.d.ts +3 -0
- package/api/resources/accounting/types/index.d.ts +43 -76
- package/api/resources/accounting/types/index.js +43 -76
- package/api/resources/ats/client/Client.d.ts +1 -0
- package/api/resources/ats/index.d.ts +1 -1
- package/api/resources/ats/index.js +1 -1
- package/api/resources/ats/resources/accountDetails/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/accountDetails/client/Client.js +5 -1
- package/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/accountToken/client/Client.js +2 -1
- package/api/resources/ats/resources/activities/client/Client.d.ts +18 -0
- package/api/resources/ats/resources/activities/client/Client.js +47 -27
- package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +8 -0
- package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/activities/index.d.ts +1 -0
- package/api/resources/ats/resources/activities/index.js +1 -0
- package/api/resources/ats/resources/activities/types/index.d.ts +4 -0
- package/api/resources/ats/resources/activities/types/index.js +20 -0
- package/api/resources/ats/resources/applications/client/Client.d.ts +17 -0
- package/api/resources/ats/resources/applications/client/Client.js +54 -34
- package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +6 -0
- package/api/resources/ats/resources/applications/client/requests/ApplicationsMetaPostRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +6 -0
- package/api/resources/ats/resources/applications/client/requests/UpdateApplicationStageRequest.d.ts +4 -0
- package/api/resources/ats/resources/applications/index.d.ts +1 -0
- package/api/resources/ats/resources/applications/index.js +1 -0
- package/api/resources/ats/resources/applications/types/index.d.ts +2 -0
- package/api/resources/ats/resources/applications/types/index.js +18 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +18 -2
- package/api/resources/ats/resources/attachments/client/Client.d.ts +18 -0
- package/api/resources/ats/resources/attachments/client/Client.js +47 -27
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +8 -0
- package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +12 -9
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/availableActions/client/Client.js +2 -1
- package/api/resources/ats/resources/candidates/client/Client.d.ts +23 -0
- package/api/resources/ats/resources/candidates/client/Client.js +60 -32
- package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +6 -0
- package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +6 -0
- package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +7 -0
- package/api/resources/ats/resources/candidates/index.d.ts +1 -0
- package/api/resources/ats/resources/candidates/index.js +1 -0
- package/api/resources/ats/resources/candidates/types/index.d.ts +2 -0
- package/api/resources/ats/resources/candidates/types/index.js +18 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/deleteAccount/client/Client.js +5 -1
- package/api/resources/ats/resources/departments/client/Client.d.ts +7 -0
- package/api/resources/ats/resources/departments/client/Client.js +22 -15
- package/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +4 -0
- package/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/eeocs/client/Client.d.ts +15 -0
- package/api/resources/ats/resources/eeocs/client/Client.js +37 -22
- package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +8 -0
- package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/eeocs/index.d.ts +1 -0
- package/api/resources/ats/resources/eeocs/index.js +1 -0
- package/api/resources/ats/resources/eeocs/types/index.d.ts +4 -0
- package/api/resources/ats/resources/eeocs/types/index.js +20 -0
- package/api/resources/ats/resources/forceResync/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/forceResync/client/Client.js +5 -1
- package/api/resources/ats/resources/generateKey/client/Client.d.ts +6 -0
- package/api/resources/ats/resources/generateKey/client/Client.js +7 -1
- package/api/resources/ats/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/api/resources/ats/resources/index.d.ts +20 -10
- package/api/resources/ats/resources/index.js +21 -11
- package/api/resources/ats/resources/interviews/client/Client.d.ts +18 -0
- package/api/resources/ats/resources/interviews/client/Client.js +50 -30
- package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +8 -0
- package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/interviews/index.d.ts +1 -0
- package/api/resources/ats/resources/interviews/index.js +1 -0
- package/api/resources/ats/resources/interviews/types/index.d.ts +2 -0
- package/api/resources/ats/resources/interviews/types/index.js +18 -0
- package/api/resources/ats/resources/issues/client/Client.d.ts +9 -0
- package/api/resources/ats/resources/issues/client/Client.js +26 -17
- package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/api/resources/ats/resources/issues/index.d.ts +1 -0
- package/api/resources/ats/resources/issues/index.js +1 -0
- package/api/resources/ats/resources/issues/types/index.d.ts +1 -0
- package/api/resources/ats/resources/issues/types/index.js +17 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +11 -0
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +29 -18
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +6 -0
- package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +6 -0
- package/api/resources/ats/resources/jobs/client/Client.d.ts +21 -0
- package/api/resources/ats/resources/jobs/client/Client.js +53 -31
- package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +14 -5
- package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +6 -0
- package/api/resources/ats/resources/jobs/index.d.ts +1 -0
- package/api/resources/ats/resources/jobs/index.js +1 -0
- package/api/resources/ats/resources/jobs/types/index.d.ts +4 -0
- package/api/resources/ats/resources/jobs/types/index.js +20 -0
- package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +2 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +21 -16
- package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/api/resources/ats/resources/linkedAccounts/index.d.ts +1 -0
- package/api/resources/ats/resources/linkedAccounts/index.js +1 -0
- package/api/resources/ats/resources/linkedAccounts/types/index.d.ts +1 -0
- package/api/resources/ats/resources/linkedAccounts/types/index.js +17 -0
- package/api/resources/ats/resources/offers/client/Client.d.ts +15 -0
- package/api/resources/ats/resources/offers/client/Client.js +38 -23
- package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +8 -0
- package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/offers/index.d.ts +1 -0
- package/api/resources/ats/resources/offers/index.js +1 -0
- package/api/resources/ats/resources/offers/types/index.d.ts +2 -0
- package/api/resources/ats/resources/offers/types/index.js +18 -0
- package/api/resources/ats/resources/offices/client/Client.d.ts +7 -0
- package/api/resources/ats/resources/offices/client/Client.js +22 -15
- package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +4 -0
- package/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/ats/resources/passthrough/client/Client.js +2 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +6 -0
- package/api/resources/ats/resources/regenerateKey/client/Client.js +7 -1
- package/api/resources/ats/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +7 -0
- package/api/resources/ats/resources/rejectReasons/client/Client.js +22 -15
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +4 -0
- package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/api/resources/ats/resources/scorecards/client/Client.d.ts +15 -0
- package/api/resources/ats/resources/scorecards/client/Client.js +39 -24
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +8 -0
- package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +8 -0
- package/api/resources/ats/resources/scorecards/index.d.ts +1 -0
- package/api/resources/ats/resources/scorecards/index.js +1 -0
- package/api/resources/ats/resources/scorecards/types/index.d.ts +2 -0
- package/api/resources/ats/resources/scorecards/types/index.js +18 -0
- package/api/resources/ats/resources/selectiveSync/client/Client.d.ts +14 -0
- package/api/resources/ats/resources/selectiveSync/client/Client.js +23 -8
- package/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/api/resources/ats/resources/syncStatus/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/syncStatus/client/Client.js +8 -5
- package/api/resources/ats/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/api/resources/ats/resources/tags/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/tags/client/Client.js +15 -12
- package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +4 -0
- package/api/resources/ats/resources/users/client/Client.d.ts +13 -0
- package/api/resources/ats/resources/users/client/Client.js +33 -20
- package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +7 -0
- package/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +7 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -2
- package/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
- package/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -0
- package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/api/resources/ats/types/Activity.d.ts +10 -6
- package/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
- package/api/resources/ats/types/ActivityRequest.d.ts +10 -6
- package/api/resources/ats/types/ActivityRequestActivityType.d.ts +3 -3
- package/api/resources/ats/types/ActivityRequestVisibility.d.ts +3 -3
- package/api/resources/ats/types/ActivityTypeEnum.d.ts +3 -3
- package/api/resources/ats/types/ActivityVisibility.d.ts +3 -3
- package/api/resources/ats/types/Application.d.ts +3 -0
- package/api/resources/ats/types/ApplicationRequest.d.ts +3 -0
- package/api/resources/ats/types/Attachment.d.ts +8 -4
- package/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
- package/api/resources/ats/types/AttachmentRequest.d.ts +8 -4
- package/api/resources/ats/types/AttachmentRequestAttachmentType.d.ts +4 -4
- package/api/resources/ats/types/AttachmentTypeEnum.d.ts +4 -4
- package/api/resources/ats/types/AuditLogEvent.d.ts +36 -36
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +30 -30
- package/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/ats/types/AvailableActions.d.ts +3 -0
- package/api/resources/ats/types/Candidate.d.ts +4 -0
- package/api/resources/ats/types/CandidateRequest.d.ts +4 -0
- package/api/resources/ats/types/CategoriesEnum.d.ts +7 -7
- package/api/resources/ats/types/CategoryEnum.d.ts +7 -7
- package/api/resources/ats/types/ConditionSchema.d.ts +8 -8
- package/api/resources/ats/types/ConditionSchemaConditionType.d.ts +7 -7
- package/api/resources/ats/types/ConditionTypeEnum.d.ts +7 -7
- package/api/resources/ats/types/DataPassthroughRequest.d.ts +3 -0
- package/api/resources/ats/types/Department.d.ts +4 -0
- package/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
- package/api/resources/ats/types/Eeoc.d.ts +23 -19
- package/api/resources/ats/types/EeocDisabilityStatus.d.ts +3 -3
- package/api/resources/ats/types/EeocGender.d.ts +5 -5
- package/api/resources/ats/types/EeocRace.d.ts +8 -8
- package/api/resources/ats/types/EeocVeteranStatus.d.ts +3 -3
- package/api/resources/ats/types/EmailAddress.d.ts +7 -3
- package/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
- package/api/resources/ats/types/EmailAddressRequest.d.ts +7 -3
- package/api/resources/ats/types/EmailAddressRequestEmailAddressType.d.ts +3 -3
- package/api/resources/ats/types/EmailAddressTypeEnum.d.ts +3 -3
- package/api/resources/ats/types/EnabledActionsEnum.d.ts +2 -2
- package/api/resources/ats/types/EncodingEnum.d.ts +3 -3
- package/api/resources/ats/types/EventTypeEnum.d.ts +30 -30
- package/api/resources/ats/types/GenderEnum.d.ts +5 -5
- package/api/resources/ats/types/Issue.d.ts +2 -2
- package/api/resources/ats/types/IssueStatus.d.ts +2 -2
- package/api/resources/ats/types/IssueStatusEnum.d.ts +2 -2
- package/api/resources/ats/types/Job.d.ts +9 -5
- package/api/resources/ats/types/JobInterviewStage.d.ts +4 -0
- package/api/resources/ats/types/JobStatus.d.ts +5 -5
- package/api/resources/ats/types/JobStatusEnum.d.ts +5 -5
- package/api/resources/ats/types/LinkedAccountCondition.d.ts +1 -1
- package/api/resources/ats/types/MethodEnum.d.ts +7 -7
- package/api/resources/ats/types/ModelOperation.d.ts +3 -0
- package/api/resources/ats/types/MultipartFormFieldRequest.d.ts +6 -3
- package/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/ats/types/Offer.d.ts +13 -9
- package/api/resources/ats/types/OfferStatus.d.ts +9 -9
- package/api/resources/ats/types/OfferStatusEnum.d.ts +9 -9
- package/api/resources/ats/types/Office.d.ts +4 -0
- package/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
- package/api/resources/ats/types/PatchedCandidateRequest.d.ts +4 -0
- package/api/resources/ats/types/PhoneNumber.d.ts +9 -5
- package/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
- package/api/resources/ats/types/PhoneNumberRequest.d.ts +9 -5
- package/api/resources/ats/types/PhoneNumberRequestPhoneNumberType.d.ts +5 -5
- package/api/resources/ats/types/PhoneNumberTypeEnum.d.ts +5 -5
- package/api/resources/ats/types/RaceEnum.d.ts +8 -8
- package/api/resources/ats/types/ReasonEnum.d.ts +3 -3
- package/api/resources/ats/types/RejectReason.d.ts +4 -0
- package/api/resources/ats/types/RemoteKey.d.ts +3 -0
- package/api/resources/ats/types/RemoteResponse.d.ts +3 -0
- package/api/resources/ats/types/RemoteUser.d.ts +9 -5
- package/api/resources/ats/types/RemoteUserAccessRole.d.ts +5 -5
- package/api/resources/ats/types/RequestFormatEnum.d.ts +3 -3
- package/api/resources/ats/types/ResponseTypeEnum.d.ts +2 -2
- package/api/resources/ats/types/RoleEnum.d.ts +6 -6
- package/api/resources/ats/types/ScheduledInterview.d.ts +7 -3
- package/api/resources/ats/types/ScheduledInterviewRequest.d.ts +7 -3
- package/api/resources/ats/types/ScheduledInterviewRequestStatus.d.ts +3 -3
- package/api/resources/ats/types/ScheduledInterviewStatus.d.ts +3 -3
- package/api/resources/ats/types/ScheduledInterviewStatusEnum.d.ts +3 -3
- package/api/resources/ats/types/Scorecard.d.ts +9 -5
- package/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
- package/api/resources/ats/types/ScreeningQuestion.d.ts +11 -8
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +3 -0
- package/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
- package/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/ats/types/SyncStatus.d.ts +3 -0
- package/api/resources/ats/types/SyncStatusStatusEnum.d.ts +6 -6
- package/api/resources/ats/types/Tag.d.ts +4 -0
- package/api/resources/ats/types/TypeEnum.d.ts +8 -8
- package/api/resources/ats/types/Url.d.ts +11 -7
- package/api/resources/ats/types/UrlRequest.d.ts +11 -7
- package/api/resources/ats/types/UrlRequestUrlType.d.ts +7 -7
- package/api/resources/ats/types/UrlTypeEnum.d.ts +7 -7
- package/api/resources/ats/types/UrlUrlType.d.ts +7 -7
- package/api/resources/ats/types/VeteranStatusEnum.d.ts +3 -3
- package/api/resources/ats/types/VisibilityEnum.d.ts +3 -3
- package/api/resources/ats/types/index.d.ts +29 -53
- package/api/resources/ats/types/index.js +29 -53
- package/api/resources/crm/client/Client.d.ts +1 -0
- package/api/resources/crm/index.d.ts +1 -1
- package/api/resources/crm/index.js +1 -1
- package/api/resources/crm/resources/accountDetails/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/accountDetails/client/Client.js +5 -1
- package/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/accountToken/client/Client.js +2 -1
- package/api/resources/crm/resources/accounts/client/Client.d.ts +45 -0
- package/api/resources/crm/resources/accounts/client/Client.js +88 -38
- package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +6 -0
- package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/accounts/client/requests/CrmAccountEndpointRequest.d.ts +13 -0
- package/api/resources/crm/resources/accounts/client/requests/PatchedCrmAccountEndpointRequest.d.ts +14 -0
- package/api/resources/crm/resources/associationTypes/client/Client.d.ts +14 -0
- package/api/resources/crm/resources/associationTypes/client/Client.js +38 -22
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +6 -0
- package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/associations/client/Client.d.ts +9 -0
- package/api/resources/crm/resources/associations/client/Client.js +27 -18
- package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +6 -0
- package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsUpdateRequest.d.ts +4 -0
- package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +18 -2
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/auditTrail/client/Client.js +12 -9
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/availableActions/client/Client.js +2 -1
- package/api/resources/crm/resources/contacts/client/Client.d.ts +75 -0
- package/api/resources/crm/resources/contacts/client/Client.js +121 -40
- package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +6 -0
- package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/contacts/client/requests/CrmContactEndpointRequest.d.ts +25 -0
- package/api/resources/crm/resources/contacts/client/requests/PatchedCrmContactEndpointRequest.d.ts +26 -0
- package/api/resources/crm/resources/contacts/index.d.ts +1 -0
- package/api/resources/crm/resources/contacts/index.js +1 -0
- package/api/resources/crm/resources/contacts/types/index.d.ts +2 -0
- package/api/resources/crm/resources/contacts/types/index.js +18 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +11 -0
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +28 -17
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +6 -0
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +20 -0
- package/api/resources/crm/resources/customObjects/client/Client.js +46 -23
- package/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +8 -0
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +4 -0
- package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/deleteAccount/client/Client.js +5 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +10 -0
- package/api/resources/crm/resources/engagementTypes/client/Client.js +35 -24
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/Client.d.ts +43 -0
- package/api/resources/crm/resources/engagements/client/Client.js +86 -38
- package/api/resources/crm/resources/engagements/client/requests/EngagementEndpointRequest.d.ts +11 -0
- package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +6 -0
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/engagements/client/requests/PatchedEngagementEndpointRequest.d.ts +14 -0
- package/api/resources/crm/resources/engagements/index.d.ts +1 -0
- package/api/resources/crm/resources/engagements/index.js +1 -0
- package/api/resources/crm/resources/engagements/types/index.d.ts +2 -0
- package/api/resources/crm/resources/engagements/types/index.js +18 -0
- package/api/resources/crm/resources/forceResync/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/forceResync/client/Client.js +5 -1
- package/api/resources/crm/resources/generateKey/client/Client.d.ts +6 -0
- package/api/resources/crm/resources/generateKey/client/Client.js +7 -1
- package/api/resources/crm/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/api/resources/crm/resources/index.d.ts +16 -8
- package/api/resources/crm/resources/index.js +17 -9
- package/api/resources/crm/resources/issues/client/Client.d.ts +9 -0
- package/api/resources/crm/resources/issues/client/Client.js +26 -17
- package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/api/resources/crm/resources/issues/index.d.ts +1 -0
- package/api/resources/crm/resources/issues/index.js +1 -0
- package/api/resources/crm/resources/issues/types/index.d.ts +1 -0
- package/api/resources/crm/resources/issues/types/index.js +17 -0
- package/api/resources/crm/resources/leads/client/Client.d.ts +44 -0
- package/api/resources/crm/resources/leads/client/Client.js +83 -36
- package/api/resources/crm/resources/leads/client/requests/LeadEndpointRequest.d.ts +28 -0
- package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +6 -0
- package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/leads/index.d.ts +1 -0
- package/api/resources/crm/resources/leads/index.js +1 -0
- package/api/resources/crm/resources/leads/types/index.d.ts +2 -0
- package/api/resources/crm/resources/leads/types/index.js +18 -0
- package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/linkToken/client/Client.js +2 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +21 -16
- package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/api/resources/crm/resources/linkedAccounts/index.d.ts +1 -0
- package/api/resources/crm/resources/linkedAccounts/index.js +1 -0
- package/api/resources/crm/resources/linkedAccounts/types/index.d.ts +1 -0
- package/api/resources/crm/resources/linkedAccounts/types/index.js +17 -0
- package/api/resources/crm/resources/notes/client/Client.d.ts +24 -0
- package/api/resources/crm/resources/notes/client/Client.js +62 -35
- package/api/resources/crm/resources/notes/client/requests/NoteEndpointRequest.d.ts +8 -0
- package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +6 -0
- package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/notes/index.d.ts +1 -0
- package/api/resources/crm/resources/notes/index.js +1 -0
- package/api/resources/crm/resources/notes/types/index.d.ts +2 -0
- package/api/resources/crm/resources/notes/types/index.js +18 -0
- package/api/resources/crm/resources/opportunities/client/Client.d.ts +50 -0
- package/api/resources/crm/resources/opportunities/client/Client.js +99 -44
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +12 -3
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +8 -0
- package/api/resources/crm/resources/opportunities/client/requests/OpportunityEndpointRequest.d.ts +12 -0
- package/api/resources/crm/resources/opportunities/client/requests/PatchedOpportunityEndpointRequest.d.ts +15 -0
- package/api/resources/crm/resources/opportunities/index.d.ts +1 -0
- package/api/resources/crm/resources/opportunities/index.js +1 -0
- package/api/resources/crm/resources/opportunities/types/index.d.ts +3 -0
- package/api/resources/crm/resources/opportunities/types/index.js +19 -0
- package/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/crm/resources/passthrough/client/Client.js +2 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +6 -0
- package/api/resources/crm/resources/regenerateKey/client/Client.js +7 -1
- package/api/resources/crm/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/api/resources/crm/resources/selectiveSync/client/Client.d.ts +14 -0
- package/api/resources/crm/resources/selectiveSync/client/Client.js +23 -8
- package/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/api/resources/crm/resources/stages/client/Client.d.ts +10 -0
- package/api/resources/crm/resources/stages/client/Client.js +35 -24
- package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/syncStatus/client/Client.js +8 -5
- package/api/resources/crm/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/api/resources/crm/resources/tasks/client/Client.d.ts +43 -0
- package/api/resources/crm/resources/tasks/client/Client.js +84 -36
- package/api/resources/crm/resources/tasks/client/requests/PatchedTaskEndpointRequest.d.ts +14 -0
- package/api/resources/crm/resources/tasks/client/requests/TaskEndpointRequest.d.ts +11 -0
- package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +6 -0
- package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +6 -0
- package/api/resources/crm/resources/tasks/index.d.ts +1 -0
- package/api/resources/crm/resources/tasks/index.js +1 -0
- package/api/resources/crm/resources/tasks/types/index.d.ts +2 -0
- package/api/resources/crm/resources/tasks/types/index.js +18 -0
- package/api/resources/crm/resources/users/client/Client.d.ts +16 -0
- package/api/resources/crm/resources/users/client/Client.js +43 -25
- package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -2
- package/api/resources/crm/types/Account.d.ts +4 -0
- package/api/resources/crm/types/AccountDetailsAndActions.d.ts +3 -0
- package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/api/resources/crm/types/AccountRequest.d.ts +4 -0
- package/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
- package/api/resources/crm/types/Address.d.ts +255 -251
- package/api/resources/crm/types/AddressAddressType.d.ts +2 -2
- package/api/resources/crm/types/AddressCountry.d.ts +249 -249
- package/api/resources/crm/types/AddressRequest.d.ts +255 -251
- package/api/resources/crm/types/AddressRequestAddressType.d.ts +2 -2
- package/api/resources/crm/types/AddressRequestCountry.d.ts +249 -249
- package/api/resources/crm/types/AddressTypeEnum.d.ts +2 -2
- package/api/resources/crm/types/Association.d.ts +4 -0
- package/api/resources/crm/types/AssociationType.d.ts +4 -0
- package/api/resources/crm/types/AuditLogEvent.d.ts +36 -36
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +30 -30
- package/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/crm/types/AvailableActions.d.ts +3 -0
- package/api/resources/crm/types/CardinalityEnum.d.ts +4 -4
- package/api/resources/crm/types/CategoriesEnum.d.ts +7 -7
- package/api/resources/crm/types/CategoryEnum.d.ts +7 -7
- package/api/resources/crm/types/ConditionSchema.d.ts +8 -8
- package/api/resources/crm/types/ConditionSchemaConditionType.d.ts +7 -7
- package/api/resources/crm/types/ConditionTypeEnum.d.ts +7 -7
- package/api/resources/crm/types/Contact.d.ts +4 -0
- package/api/resources/crm/types/ContactRequest.d.ts +4 -0
- package/api/resources/crm/types/CountryEnum.d.ts +249 -249
- package/api/resources/crm/types/CustomObject.d.ts +4 -0
- package/api/resources/crm/types/CustomObjectClass.d.ts +4 -0
- package/api/resources/crm/types/DataPassthroughRequest.d.ts +3 -0
- package/api/resources/crm/types/DirectionEnum.d.ts +2 -2
- package/api/resources/crm/types/EmailAddress.d.ts +4 -0
- package/api/resources/crm/types/EmailAddressRequest.d.ts +4 -0
- package/api/resources/crm/types/EnabledActionsEnum.d.ts +2 -2
- package/api/resources/crm/types/EncodingEnum.d.ts +3 -3
- package/api/resources/crm/types/Engagement.d.ts +6 -2
- package/api/resources/crm/types/EngagementDirection.d.ts +2 -2
- package/api/resources/crm/types/EngagementRequest.d.ts +6 -2
- package/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
- package/api/resources/crm/types/EngagementType.d.ts +7 -3
- package/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
- package/api/resources/crm/types/EventTypeEnum.d.ts +30 -30
- package/api/resources/crm/types/FieldFormatEnum.d.ts +6 -6
- package/api/resources/crm/types/FieldTypeEnum.d.ts +6 -6
- package/api/resources/crm/types/Issue.d.ts +2 -2
- package/api/resources/crm/types/IssueStatus.d.ts +2 -2
- package/api/resources/crm/types/IssueStatusEnum.d.ts +2 -2
- package/api/resources/crm/types/ItemFormatEnum.d.ts +6 -6
- package/api/resources/crm/types/ItemTypeEnum.d.ts +6 -6
- package/api/resources/crm/types/Lead.d.ts +4 -0
- package/api/resources/crm/types/LeadRequest.d.ts +4 -0
- package/api/resources/crm/types/LinkedAccountCondition.d.ts +1 -1
- package/api/resources/crm/types/MethodEnum.d.ts +7 -7
- package/api/resources/crm/types/ModelOperation.d.ts +3 -0
- package/api/resources/crm/types/MultipartFormFieldRequest.d.ts +6 -3
- package/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/crm/types/Note.d.ts +4 -0
- package/api/resources/crm/types/NoteRequest.d.ts +4 -0
- package/api/resources/crm/types/Opportunity.d.ts +7 -3
- package/api/resources/crm/types/OpportunityRequest.d.ts +7 -3
- package/api/resources/crm/types/OpportunityRequestStatus.d.ts +3 -3
- package/api/resources/crm/types/OpportunityStatus.d.ts +3 -3
- package/api/resources/crm/types/OpportunityStatusEnum.d.ts +3 -3
- package/api/resources/crm/types/OriginTypeEnum.d.ts +3 -3
- package/api/resources/crm/types/PatchedAccountRequest.d.ts +4 -0
- package/api/resources/crm/types/PatchedContactRequest.d.ts +4 -0
- package/api/resources/crm/types/PatchedEngagementRequest.d.ts +6 -2
- package/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
- package/api/resources/crm/types/PatchedOpportunityRequest.d.ts +7 -3
- package/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
- package/api/resources/crm/types/PatchedTaskRequest.d.ts +6 -2
- package/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
- package/api/resources/crm/types/PhoneNumber.d.ts +4 -0
- package/api/resources/crm/types/PhoneNumberRequest.d.ts +4 -0
- package/api/resources/crm/types/ReasonEnum.d.ts +3 -3
- package/api/resources/crm/types/RemoteKey.d.ts +3 -0
- package/api/resources/crm/types/RemoteResponse.d.ts +3 -0
- package/api/resources/crm/types/RequestFormatEnum.d.ts +3 -3
- package/api/resources/crm/types/ResponseTypeEnum.d.ts +2 -2
- package/api/resources/crm/types/RoleEnum.d.ts +6 -6
- package/api/resources/crm/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/crm/types/Stage.d.ts +4 -0
- package/api/resources/crm/types/SyncStatus.d.ts +3 -0
- package/api/resources/crm/types/SyncStatusStatusEnum.d.ts +6 -6
- package/api/resources/crm/types/Task.d.ts +6 -2
- package/api/resources/crm/types/TaskRequest.d.ts +6 -2
- package/api/resources/crm/types/TaskRequestStatus.d.ts +2 -2
- package/api/resources/crm/types/TaskStatus.d.ts +2 -2
- package/api/resources/crm/types/TaskStatusEnum.d.ts +2 -2
- package/api/resources/crm/types/User.d.ts +4 -0
- package/api/resources/crm/types/index.d.ts +33 -48
- package/api/resources/crm/types/index.js +33 -48
- package/api/resources/filestorage/client/Client.d.ts +1 -0
- package/api/resources/filestorage/index.d.ts +1 -1
- package/api/resources/filestorage/index.js +1 -1
- package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +5 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +18 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +12 -9
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +5 -1
- package/api/resources/filestorage/resources/drives/client/Client.d.ts +7 -0
- package/api/resources/filestorage/resources/drives/client/Client.js +23 -16
- package/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/files/client/Client.d.ts +26 -0
- package/api/resources/filestorage/resources/files/client/Client.js +81 -34
- package/api/resources/filestorage/resources/files/client/requests/FileStorageFileEndpointRequest.d.ts +13 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +6 -0
- package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +6 -0
- package/api/resources/filestorage/resources/files/index.d.ts +1 -0
- package/api/resources/filestorage/resources/files/index.js +1 -0
- package/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/api/resources/filestorage/resources/files/types/index.js +18 -0
- package/api/resources/filestorage/resources/folders/client/Client.d.ts +24 -0
- package/api/resources/filestorage/resources/folders/client/Client.js +51 -25
- package/api/resources/filestorage/resources/folders/client/requests/FileStorageFolderEndpointRequest.d.ts +11 -0
- package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +6 -0
- package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +6 -0
- package/api/resources/filestorage/resources/folders/index.d.ts +1 -0
- package/api/resources/filestorage/resources/folders/index.js +1 -0
- package/api/resources/filestorage/resources/folders/types/index.d.ts +2 -0
- package/api/resources/filestorage/resources/folders/types/index.js +18 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/forceResync/client/Client.js +5 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +6 -0
- package/api/resources/filestorage/resources/generateKey/client/Client.js +7 -1
- package/api/resources/filestorage/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/api/resources/filestorage/resources/groups/client/Client.d.ts +7 -0
- package/api/resources/filestorage/resources/groups/client/Client.js +22 -15
- package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/index.d.ts +8 -4
- package/api/resources/filestorage/resources/index.js +9 -5
- package/api/resources/filestorage/resources/issues/client/Client.d.ts +9 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +26 -17
- package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/api/resources/filestorage/resources/issues/index.d.ts +1 -0
- package/api/resources/filestorage/resources/issues/index.js +1 -0
- package/api/resources/filestorage/resources/issues/types/index.d.ts +1 -0
- package/api/resources/filestorage/resources/issues/types/index.js +17 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/linkToken/client/Client.js +2 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +21 -16
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/api/resources/filestorage/resources/linkedAccounts/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkedAccounts/index.js +1 -0
- package/api/resources/filestorage/resources/linkedAccounts/types/index.d.ts +1 -0
- package/api/resources/filestorage/resources/linkedAccounts/types/index.js +17 -0
- package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +6 -0
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +7 -1
- package/api/resources/filestorage/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/api/resources/filestorage/resources/selectiveSync/client/Client.d.ts +14 -0
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +23 -8
- package/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +8 -5
- package/api/resources/filestorage/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/users/client/Client.d.ts +7 -0
- package/api/resources/filestorage/resources/users/client/Client.js +23 -16
- package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -2
- package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +3 -0
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +36 -36
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +30 -30
- package/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/filestorage/types/AvailableActions.d.ts +3 -0
- package/api/resources/filestorage/types/CategoriesEnum.d.ts +7 -7
- package/api/resources/filestorage/types/CategoryEnum.d.ts +7 -7
- package/api/resources/filestorage/types/ConditionSchema.d.ts +8 -8
- package/api/resources/filestorage/types/ConditionSchemaConditionType.d.ts +7 -7
- package/api/resources/filestorage/types/ConditionTypeEnum.d.ts +7 -7
- package/api/resources/filestorage/types/DataPassthroughRequest.d.ts +3 -0
- package/api/resources/filestorage/types/Drive.d.ts +4 -0
- package/api/resources/filestorage/types/EnabledActionsEnum.d.ts +2 -2
- package/api/resources/filestorage/types/EncodingEnum.d.ts +3 -3
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +30 -30
- package/api/resources/filestorage/types/FileRequest.d.ts +4 -0
- package/api/resources/filestorage/types/File_.d.ts +4 -0
- package/api/resources/filestorage/types/Folder.d.ts +4 -0
- package/api/resources/filestorage/types/FolderRequest.d.ts +4 -0
- package/api/resources/filestorage/types/Group.d.ts +4 -0
- package/api/resources/filestorage/types/Issue.d.ts +2 -2
- package/api/resources/filestorage/types/IssueStatus.d.ts +2 -2
- package/api/resources/filestorage/types/IssueStatusEnum.d.ts +2 -2
- package/api/resources/filestorage/types/LinkedAccountCondition.d.ts +1 -1
- package/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
- package/api/resources/filestorage/types/ModelOperation.d.ts +3 -0
- package/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +6 -3
- package/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/filestorage/types/Permission.d.ts +7 -4
- package/api/resources/filestorage/types/PermissionRequest.d.ts +7 -4
- package/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +3 -3
- package/api/resources/filestorage/types/PermissionRequestType.d.ts +4 -4
- package/api/resources/filestorage/types/PermissionRolesItem.d.ts +3 -3
- package/api/resources/filestorage/types/PermissionType.d.ts +4 -4
- package/api/resources/filestorage/types/RemoteKey.d.ts +3 -0
- package/api/resources/filestorage/types/RemoteResponse.d.ts +3 -0
- package/api/resources/filestorage/types/RequestFormatEnum.d.ts +3 -3
- package/api/resources/filestorage/types/ResponseTypeEnum.d.ts +2 -2
- package/api/resources/filestorage/types/RoleEnum.d.ts +6 -6
- package/api/resources/filestorage/types/RolesEnum.d.ts +3 -3
- package/api/resources/filestorage/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/filestorage/types/SyncStatus.d.ts +3 -0
- package/api/resources/filestorage/types/SyncStatusStatusEnum.d.ts +6 -6
- package/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
- package/api/resources/filestorage/types/User.d.ts +4 -0
- package/api/resources/filestorage/types/index.d.ts +15 -21
- package/api/resources/filestorage/types/index.js +15 -21
- package/api/resources/hris/client/Client.d.ts +1 -0
- package/api/resources/hris/index.d.ts +1 -1
- package/api/resources/hris/index.js +1 -1
- package/api/resources/hris/resources/accountDetails/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/accountDetails/client/Client.js +5 -1
- package/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/accountToken/client/Client.js +2 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +18 -2
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/auditTrail/client/Client.js +12 -9
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/availableActions/client/Client.js +2 -1
- package/api/resources/hris/resources/bankInfo/client/Client.d.ts +17 -0
- package/api/resources/hris/resources/bankInfo/client/Client.js +42 -25
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +12 -2
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +8 -0
- package/api/resources/hris/resources/bankInfo/index.d.ts +1 -0
- package/api/resources/hris/resources/bankInfo/index.js +1 -0
- package/api/resources/hris/resources/bankInfo/types/index.d.ts +2 -0
- package/api/resources/hris/resources/bankInfo/types/index.js +18 -0
- package/api/resources/hris/resources/benefits/client/Client.d.ts +11 -0
- package/api/resources/hris/resources/benefits/client/Client.js +29 -18
- package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +6 -0
- package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +6 -0
- package/api/resources/hris/resources/companies/client/Client.d.ts +7 -0
- package/api/resources/hris/resources/companies/client/Client.js +22 -15
- package/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +4 -0
- package/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/deleteAccount/client/Client.js +5 -1
- package/api/resources/hris/resources/dependents/client/Client.d.ts +7 -0
- package/api/resources/hris/resources/dependents/client/Client.js +24 -17
- package/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +4 -0
- package/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +11 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +34 -23
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +6 -0
- package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +6 -0
- package/api/resources/hris/resources/employeePayrollRuns/index.d.ts +1 -0
- package/api/resources/hris/resources/employeePayrollRuns/index.js +1 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -0
- package/api/resources/hris/resources/employeePayrollRuns/types/index.js +18 -0
- package/api/resources/hris/resources/employees/client/Client.d.ts +40 -0
- package/api/resources/hris/resources/employees/client/Client.js +91 -48
- package/api/resources/hris/resources/employees/client/requests/EmployeeEndpointRequest.d.ts +22 -0
- package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +12 -3
- package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +8 -0
- package/api/resources/hris/resources/employees/index.d.ts +1 -0
- package/api/resources/hris/resources/employees/index.js +1 -0
- package/api/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +5 -0
- package/api/resources/hris/resources/employees/types/index.d.ts +8 -0
- package/api/resources/hris/resources/employees/types/index.js +24 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +7 -0
- package/api/resources/hris/resources/employerBenefits/client/Client.js +22 -15
- package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +4 -0
- package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/employments/client/Client.d.ts +16 -0
- package/api/resources/hris/resources/employments/client/Client.js +39 -23
- package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +9 -0
- package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +8 -0
- package/api/resources/hris/resources/employments/index.d.ts +1 -0
- package/api/resources/hris/resources/employments/index.js +1 -0
- package/api/resources/hris/resources/employments/types/index.d.ts +7 -0
- package/api/resources/hris/resources/employments/types/index.js +23 -0
- package/api/resources/hris/resources/forceResync/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/forceResync/client/Client.js +5 -1
- package/api/resources/hris/resources/generateKey/client/Client.d.ts +6 -0
- package/api/resources/hris/resources/generateKey/client/Client.js +7 -1
- package/api/resources/hris/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/api/resources/hris/resources/groups/client/Client.d.ts +13 -0
- package/api/resources/hris/resources/groups/client/Client.js +33 -20
- package/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +7 -0
- package/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +7 -0
- package/api/resources/hris/resources/index.d.ts +22 -11
- package/api/resources/hris/resources/index.js +23 -12
- package/api/resources/hris/resources/issues/client/Client.d.ts +9 -0
- package/api/resources/hris/resources/issues/client/Client.js +26 -17
- package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/api/resources/hris/resources/issues/index.d.ts +1 -0
- package/api/resources/hris/resources/issues/index.js +1 -0
- package/api/resources/hris/resources/issues/types/index.d.ts +1 -0
- package/api/resources/hris/resources/issues/types/index.js +17 -0
- package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/linkToken/client/Client.js +2 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +21 -16
- package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/api/resources/hris/resources/linkedAccounts/index.d.ts +1 -0
- package/api/resources/hris/resources/linkedAccounts/index.js +1 -0
- package/api/resources/hris/resources/linkedAccounts/types/index.d.ts +1 -0
- package/api/resources/hris/resources/linkedAccounts/types/index.js +17 -0
- package/api/resources/hris/resources/locations/client/Client.d.ts +14 -0
- package/api/resources/hris/resources/locations/client/Client.js +34 -20
- package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +10 -2
- package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +7 -0
- package/api/resources/hris/resources/locations/index.d.ts +1 -0
- package/api/resources/hris/resources/locations/index.js +1 -0
- package/api/resources/hris/resources/locations/types/index.d.ts +1 -0
- package/api/resources/hris/resources/locations/types/index.js +17 -0
- package/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +2 -1
- package/api/resources/hris/resources/payGroups/client/Client.d.ts +7 -0
- package/api/resources/hris/resources/payGroups/client/Client.js +22 -15
- package/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +4 -0
- package/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +14 -0
- package/api/resources/hris/resources/payrollRuns/client/Client.js +38 -24
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +13 -5
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +7 -0
- package/api/resources/hris/resources/payrollRuns/index.d.ts +1 -0
- package/api/resources/hris/resources/payrollRuns/index.js +1 -0
- package/api/resources/hris/resources/payrollRuns/types/index.d.ts +5 -0
- package/api/resources/hris/resources/payrollRuns/types/index.js +21 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +6 -0
- package/api/resources/hris/resources/regenerateKey/client/Client.js +7 -1
- package/api/resources/hris/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/api/resources/hris/resources/selectiveSync/client/Client.d.ts +14 -0
- package/api/resources/hris/resources/selectiveSync/client/Client.js +23 -8
- package/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/api/resources/hris/resources/syncStatus/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/syncStatus/client/Client.js +8 -5
- package/api/resources/hris/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/api/resources/hris/resources/teams/client/Client.d.ts +11 -0
- package/api/resources/hris/resources/teams/client/Client.js +29 -18
- package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +6 -0
- package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +6 -0
- package/api/resources/hris/resources/timeOff/client/Client.d.ts +30 -0
- package/api/resources/hris/resources/timeOff/client/Client.js +62 -30
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffEndpointRequest.d.ts +11 -0
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +21 -11
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +8 -0
- package/api/resources/hris/resources/timeOff/index.d.ts +1 -0
- package/api/resources/hris/resources/timeOff/index.js +1 -0
- package/api/resources/hris/resources/timeOff/types/index.d.ts +8 -0
- package/api/resources/hris/resources/timeOff/types/index.js +24 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +16 -0
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +39 -23
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +15 -6
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +8 -0
- package/api/resources/hris/resources/timeOffBalances/index.d.ts +1 -0
- package/api/resources/hris/resources/timeOffBalances/index.js +1 -0
- package/api/resources/hris/resources/timeOffBalances/types/index.d.ts +1 -0
- package/api/resources/hris/resources/timeOffBalances/types/index.js +17 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +22 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +50 -26
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +6 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts +11 -0
- package/api/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/index.js +1 -0
- package/api/resources/hris/resources/timesheetEntries/types/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/types/index.js +17 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -2
- package/api/resources/hris/types/AccountDetailsAndActions.d.ts +3 -0
- package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
- package/api/resources/hris/types/AuditLogEvent.d.ts +36 -36
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +30 -30
- package/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/hris/types/AvailableActions.d.ts +3 -0
- package/api/resources/hris/types/BankInfo.d.ts +5 -2
- package/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
- package/api/resources/hris/types/Benefit.d.ts +3 -0
- package/api/resources/hris/types/BenefitPlanTypeEnum.d.ts +5 -5
- package/api/resources/hris/types/CategoriesEnum.d.ts +7 -7
- package/api/resources/hris/types/CategoryEnum.d.ts +7 -7
- package/api/resources/hris/types/Company.d.ts +3 -0
- package/api/resources/hris/types/ConditionSchema.d.ts +8 -8
- package/api/resources/hris/types/ConditionSchemaConditionType.d.ts +7 -7
- package/api/resources/hris/types/ConditionTypeEnum.d.ts +7 -7
- package/api/resources/hris/types/CountryEnum.d.ts +249 -249
- package/api/resources/hris/types/DataPassthroughRequest.d.ts +3 -0
- package/api/resources/hris/types/Deduction.d.ts +3 -0
- package/api/resources/hris/types/Dependent.d.ts +11 -8
- package/api/resources/hris/types/DependentGender.d.ts +5 -5
- package/api/resources/hris/types/DependentRelationship.d.ts +3 -3
- package/api/resources/hris/types/Earning.d.ts +7 -4
- package/api/resources/hris/types/EarningType.d.ts +4 -4
- package/api/resources/hris/types/EarningTypeEnum.d.ts +4 -4
- package/api/resources/hris/types/Employee.d.ts +24 -21
- package/api/resources/hris/types/EmployeeEmploymentStatus.d.ts +3 -3
- package/api/resources/hris/types/EmployeeEthnicity.d.ts +8 -8
- package/api/resources/hris/types/EmployeeGender.d.ts +5 -5
- package/api/resources/hris/types/EmployeeMaritalStatus.d.ts +5 -5
- package/api/resources/hris/types/EmployeePayrollRun.d.ts +3 -0
- package/api/resources/hris/types/EmployeeRequest.d.ts +24 -21
- package/api/resources/hris/types/EmployeeRequestEmploymentStatus.d.ts +3 -3
- package/api/resources/hris/types/EmployeeRequestEthnicity.d.ts +8 -8
- package/api/resources/hris/types/EmployeeRequestGender.d.ts +5 -5
- package/api/resources/hris/types/EmployeeRequestMaritalStatus.d.ts +5 -5
- package/api/resources/hris/types/EmployerBenefit.d.ts +8 -5
- package/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
- package/api/resources/hris/types/Employment.d.ts +336 -333
- package/api/resources/hris/types/EmploymentEmploymentType.d.ts +5 -5
- package/api/resources/hris/types/EmploymentFlsaStatus.d.ts +4 -4
- package/api/resources/hris/types/EmploymentPayCurrency.d.ts +306 -306
- package/api/resources/hris/types/EmploymentPayFrequency.d.ts +9 -9
- package/api/resources/hris/types/EmploymentPayPeriod.d.ts +9 -9
- package/api/resources/hris/types/EmploymentStatusEnum.d.ts +3 -3
- package/api/resources/hris/types/EmploymentTypeEnum.d.ts +5 -5
- package/api/resources/hris/types/EnabledActionsEnum.d.ts +2 -2
- package/api/resources/hris/types/EncodingEnum.d.ts +3 -3
- package/api/resources/hris/types/EthnicityEnum.d.ts +8 -8
- package/api/resources/hris/types/EventTypeEnum.d.ts +30 -30
- package/api/resources/hris/types/FlsaStatusEnum.d.ts +4 -4
- package/api/resources/hris/types/GenderEnum.d.ts +5 -5
- package/api/resources/hris/types/Group.d.ts +8 -5
- package/api/resources/hris/types/GroupType.d.ts +5 -5
- package/api/resources/hris/types/GroupTypeEnum.d.ts +5 -5
- package/api/resources/hris/types/Issue.d.ts +2 -2
- package/api/resources/hris/types/IssueStatus.d.ts +2 -2
- package/api/resources/hris/types/IssueStatusEnum.d.ts +2 -2
- package/api/resources/hris/types/LinkedAccountCondition.d.ts +1 -1
- package/api/resources/hris/types/Location.d.ts +254 -251
- package/api/resources/hris/types/LocationCountry.d.ts +249 -249
- package/api/resources/hris/types/LocationLocationType.d.ts +2 -2
- package/api/resources/hris/types/LocationTypeEnum.d.ts +2 -2
- package/api/resources/hris/types/MaritalStatusEnum.d.ts +5 -5
- package/api/resources/hris/types/MethodEnum.d.ts +7 -7
- package/api/resources/hris/types/ModelOperation.d.ts +3 -0
- package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +6 -3
- package/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/hris/types/PayCurrencyEnum.d.ts +306 -306
- package/api/resources/hris/types/PayFrequencyEnum.d.ts +9 -9
- package/api/resources/hris/types/PayGroup.d.ts +3 -0
- package/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
- package/api/resources/hris/types/PayrollRun.d.ts +13 -10
- package/api/resources/hris/types/PayrollRunRunState.d.ts +5 -5
- package/api/resources/hris/types/PayrollRunRunType.d.ts +5 -5
- package/api/resources/hris/types/PolicyTypeEnum.d.ts +6 -6
- package/api/resources/hris/types/ReasonEnum.d.ts +3 -3
- package/api/resources/hris/types/RelationshipEnum.d.ts +3 -3
- package/api/resources/hris/types/RemoteKey.d.ts +3 -0
- package/api/resources/hris/types/RemoteResponse.d.ts +3 -0
- package/api/resources/hris/types/RequestFormatEnum.d.ts +3 -3
- package/api/resources/hris/types/RequestTypeEnum.d.ts +6 -6
- package/api/resources/hris/types/ResponseTypeEnum.d.ts +2 -2
- package/api/resources/hris/types/RoleEnum.d.ts +6 -6
- package/api/resources/hris/types/RunStateEnum.d.ts +5 -5
- package/api/resources/hris/types/RunTypeEnum.d.ts +5 -5
- package/api/resources/hris/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/hris/types/SyncStatus.d.ts +3 -0
- package/api/resources/hris/types/SyncStatusStatusEnum.d.ts +6 -6
- package/api/resources/hris/types/Tax.d.ts +3 -0
- package/api/resources/hris/types/Team.d.ts +3 -0
- package/api/resources/hris/types/TimeOff.d.ts +16 -13
- package/api/resources/hris/types/TimeOffBalance.d.ts +9 -6
- package/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
- package/api/resources/hris/types/TimeOffRequest.d.ts +16 -13
- package/api/resources/hris/types/TimeOffRequestRequestType.d.ts +6 -6
- package/api/resources/hris/types/TimeOffRequestStatus.d.ts +5 -5
- package/api/resources/hris/types/TimeOffRequestType.d.ts +6 -6
- package/api/resources/hris/types/TimeOffRequestUnits.d.ts +2 -2
- package/api/resources/hris/types/TimeOffStatus.d.ts +5 -5
- package/api/resources/hris/types/TimeOffStatusEnum.d.ts +5 -5
- package/api/resources/hris/types/TimeOffUnits.d.ts +2 -2
- package/api/resources/hris/types/TimesheetEntry.d.ts +3 -1
- package/api/resources/hris/types/TimesheetEntryRequest.d.ts +3 -1
- package/api/resources/hris/types/UnitsEnum.d.ts +2 -2
- package/api/resources/hris/types/index.d.ts +22 -59
- package/api/resources/hris/types/index.js +22 -59
- package/api/resources/ticketing/client/Client.d.ts +1 -0
- package/api/resources/ticketing/index.d.ts +1 -1
- package/api/resources/ticketing/index.js +1 -1
- package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +5 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
- package/api/resources/ticketing/resources/accounts/client/Client.d.ts +7 -0
- package/api/resources/ticketing/resources/accounts/client/Client.js +22 -15
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +18 -2
- package/api/resources/ticketing/resources/attachments/client/Client.d.ts +24 -0
- package/api/resources/ticketing/resources/attachments/client/Client.js +78 -33
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/attachments/client/requests/TicketingAttachmentEndpointRequest.d.ts +11 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +12 -9
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +21 -0
- package/api/resources/ticketing/resources/collections/client/Client.js +52 -30
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +11 -2
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +8 -0
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/collections/index.d.ts +1 -0
- package/api/resources/ticketing/resources/collections/index.js +1 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +2 -0
- package/api/resources/ticketing/resources/collections/types/index.js +18 -0
- package/api/resources/ticketing/resources/comments/client/Client.d.ts +22 -0
- package/api/resources/ticketing/resources/comments/client/Client.js +48 -24
- package/api/resources/ticketing/resources/comments/client/requests/CommentEndpointRequest.d.ts +9 -0
- package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/comments/index.d.ts +1 -0
- package/api/resources/ticketing/resources/comments/index.js +1 -0
- package/api/resources/ticketing/resources/comments/types/index.d.ts +2 -0
- package/api/resources/ticketing/resources/comments/types/index.js +18 -0
- package/api/resources/ticketing/resources/contacts/client/Client.d.ts +11 -0
- package/api/resources/ticketing/resources/contacts/client/Client.js +28 -17
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +5 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/forceResync/client/Client.js +5 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +6 -0
- package/api/resources/ticketing/resources/generateKey/client/Client.js +7 -1
- package/api/resources/ticketing/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/index.d.ts +14 -7
- package/api/resources/ticketing/resources/index.js +15 -8
- package/api/resources/ticketing/resources/issues/client/Client.d.ts +9 -0
- package/api/resources/ticketing/resources/issues/client/Client.js +26 -17
- package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/api/resources/ticketing/resources/issues/index.d.ts +1 -0
- package/api/resources/ticketing/resources/issues/index.js +1 -0
- package/api/resources/ticketing/resources/issues/types/index.d.ts +1 -0
- package/api/resources/ticketing/resources/issues/types/index.js +17 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/linkToken/client/Client.js +2 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +21 -16
- package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/api/resources/ticketing/resources/linkedAccounts/index.d.ts +1 -0
- package/api/resources/ticketing/resources/linkedAccounts/index.js +1 -0
- package/api/resources/ticketing/resources/linkedAccounts/types/index.d.ts +1 -0
- package/api/resources/ticketing/resources/linkedAccounts/types/index.js +17 -0
- package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
- package/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
- package/api/resources/ticketing/resources/projects/client/Client.d.ts +12 -0
- package/api/resources/ticketing/resources/projects/client/Client.js +35 -22
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/projects/index.d.ts +1 -0
- package/api/resources/ticketing/resources/projects/index.js +1 -0
- package/api/resources/ticketing/resources/projects/types/index.d.ts +1 -0
- package/api/resources/ticketing/resources/projects/types/index.js +17 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +6 -0
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +7 -1
- package/api/resources/ticketing/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/roles/client/Client.d.ts +7 -0
- package/api/resources/ticketing/resources/roles/client/Client.js +22 -15
- package/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/selectiveSync/client/Client.d.ts +14 -0
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +23 -8
- package/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +8 -5
- package/api/resources/ticketing/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tags/client/Client.d.ts +7 -0
- package/api/resources/ticketing/resources/tags/client/Client.js +22 -15
- package/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/teams/client/Client.d.ts +7 -0
- package/api/resources/ticketing/resources/teams/client/Client.js +22 -15
- package/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/Client.d.ts +58 -0
- package/api/resources/ticketing/resources/tickets/client/Client.js +128 -64
- package/api/resources/ticketing/resources/tickets/client/requests/PatchedTicketEndpointRequest.d.ts +16 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketEndpointRequest.d.ts +13 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +18 -8
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +8 -0
- package/api/resources/ticketing/resources/tickets/index.d.ts +1 -0
- package/api/resources/ticketing/resources/tickets/index.js +1 -0
- package/api/resources/ticketing/resources/tickets/types/index.d.ts +9 -0
- package/api/resources/ticketing/resources/tickets/types/index.js +25 -0
- package/api/resources/ticketing/resources/users/client/Client.d.ts +11 -0
- package/api/resources/ticketing/resources/users/client/Client.js +29 -18
- package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +6 -0
- package/api/resources/ticketing/resources/users/index.d.ts +1 -0
- package/api/resources/ticketing/resources/users/index.js +1 -0
- package/api/resources/ticketing/resources/users/types/index.d.ts +2 -0
- package/api/resources/ticketing/resources/users/types/index.js +18 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -2
- package/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
- package/api/resources/ticketing/types/Account.d.ts +3 -0
- package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -0
- package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/api/resources/ticketing/types/Attachment.d.ts +3 -0
- package/api/resources/ticketing/types/AttachmentRequest.d.ts +3 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +36 -36
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +30 -30
- package/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/ticketing/types/AvailableActions.d.ts +3 -0
- package/api/resources/ticketing/types/CategoriesEnum.d.ts +7 -7
- package/api/resources/ticketing/types/CategoryEnum.d.ts +7 -7
- package/api/resources/ticketing/types/Collection.d.ts +8 -5
- package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +3 -3
- package/api/resources/ticketing/types/CollectionCollectionType.d.ts +2 -2
- package/api/resources/ticketing/types/CollectionTypeEnum.d.ts +2 -2
- package/api/resources/ticketing/types/Comment.d.ts +3 -0
- package/api/resources/ticketing/types/CommentRequest.d.ts +3 -0
- package/api/resources/ticketing/types/ConditionSchema.d.ts +8 -8
- package/api/resources/ticketing/types/ConditionSchemaConditionType.d.ts +7 -7
- package/api/resources/ticketing/types/ConditionTypeEnum.d.ts +7 -7
- package/api/resources/ticketing/types/Contact.d.ts +3 -0
- package/api/resources/ticketing/types/DataPassthroughRequest.d.ts +3 -0
- package/api/resources/ticketing/types/EnabledActionsEnum.d.ts +2 -2
- package/api/resources/ticketing/types/EncodingEnum.d.ts +3 -3
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +30 -30
- package/api/resources/ticketing/types/FieldFormatEnum.d.ts +6 -6
- package/api/resources/ticketing/types/FieldTypeEnum.d.ts +6 -6
- package/api/resources/ticketing/types/Issue.d.ts +2 -2
- package/api/resources/ticketing/types/IssueStatus.d.ts +2 -2
- package/api/resources/ticketing/types/IssueStatusEnum.d.ts +2 -2
- package/api/resources/ticketing/types/ItemFormatEnum.d.ts +6 -6
- package/api/resources/ticketing/types/ItemTypeEnum.d.ts +6 -6
- package/api/resources/ticketing/types/LinkedAccountCondition.d.ts +1 -1
- package/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
- package/api/resources/ticketing/types/ModelOperation.d.ts +3 -0
- package/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +6 -3
- package/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +11 -8
- package/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +4 -4
- package/api/resources/ticketing/types/PatchedTicketRequestStatus.d.ts +4 -4
- package/api/resources/ticketing/types/PriorityEnum.d.ts +4 -4
- package/api/resources/ticketing/types/Project.d.ts +3 -0
- package/api/resources/ticketing/types/RemoteKey.d.ts +3 -0
- package/api/resources/ticketing/types/RemoteResponse.d.ts +3 -0
- package/api/resources/ticketing/types/RequestFormatEnum.d.ts +3 -3
- package/api/resources/ticketing/types/ResponseTypeEnum.d.ts +2 -2
- package/api/resources/ticketing/types/Role.d.ts +6 -3
- package/api/resources/ticketing/types/RoleEnum.d.ts +6 -6
- package/api/resources/ticketing/types/RoleTicketAccess.d.ts +3 -3
- package/api/resources/ticketing/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/ticketing/types/SyncStatus.d.ts +3 -0
- package/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +6 -6
- package/api/resources/ticketing/types/Tag.d.ts +3 -0
- package/api/resources/ticketing/types/Team.d.ts +3 -0
- package/api/resources/ticketing/types/Ticket.d.ts +11 -8
- package/api/resources/ticketing/types/TicketAccessEnum.d.ts +3 -3
- package/api/resources/ticketing/types/TicketActionsEnum.d.ts +6 -6
- package/api/resources/ticketing/types/TicketPriority.d.ts +4 -4
- package/api/resources/ticketing/types/TicketRequest.d.ts +11 -8
- package/api/resources/ticketing/types/TicketRequestPriority.d.ts +4 -4
- package/api/resources/ticketing/types/TicketRequestStatus.d.ts +4 -4
- package/api/resources/ticketing/types/TicketStatus.d.ts +4 -4
- package/api/resources/ticketing/types/TicketStatusEnum.d.ts +4 -4
- package/api/resources/ticketing/types/User.d.ts +3 -0
- package/api/resources/ticketing/types/index.d.ts +19 -37
- package/api/resources/ticketing/types/index.js +19 -37
- package/core/fetcher/APIResponse.d.ts +1 -0
- package/core/fetcher/Fetcher.d.ts +3 -6
- package/core/fetcher/Fetcher.js +80 -35
- package/core/fetcher/getHeader.d.ts +1 -0
- package/core/fetcher/getHeader.js +12 -0
- package/core/fetcher/index.d.ts +1 -0
- package/core/fetcher/index.js +3 -1
- package/core/index.d.ts +0 -1
- package/core/index.js +0 -1
- package/core/schemas/Schema.d.ts +1 -0
- package/core/schemas/Schema.js +1 -0
- package/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/core/schemas/builders/literals/booleanLiteral.js +29 -0
- package/core/schemas/builders/literals/index.d.ts +1 -0
- package/core/schemas/builders/literals/index.js +3 -1
- package/core/schemas/builders/object/index.d.ts +2 -0
- package/core/schemas/builders/object/index.js +3 -1
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +8 -0
- package/dist/Client.d.ts +1 -0
- package/dist/api/resources/accounting/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/index.d.ts +1 -1
- package/dist/api/resources/accounting/index.js +1 -1
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +5 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +7 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -10
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +30 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +59 -27
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountEndpointRequest.d.ts +13 -0
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/accounts/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accounts/index.js +1 -0
- package/dist/api/resources/accounting/resources/accounts/types/index.d.ts +4 -0
- package/dist/api/resources/accounting/resources/accounts/types/index.js +20 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +7 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +12 -6
- package/dist/api/resources/accounting/resources/addresses/client/requests/AddressesRetrieveRequest.d.ts +7 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +18 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +19 -0
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +42 -21
- package/dist/api/resources/accounting/resources/attachments/client/requests/AccountingAttachmentEndpointRequest.d.ts +10 -0
- package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +12 -9
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +29 -18
- package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +29 -18
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +28 -17
- package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/companyInfo/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/companyInfo/index.js +1 -0
- package/dist/api/resources/accounting/resources/companyInfo/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/companyInfo/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +34 -0
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +65 -29
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactEndpointRequest.d.ts +17 -0
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/contacts/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/contacts/index.js +1 -0
- package/dist/api/resources/accounting/resources/contacts/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/contacts/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +15 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +39 -24
- package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/creditNotes/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/creditNotes/index.js +1 -0
- package/dist/api/resources/accounting/resources/creditNotes/types/index.d.ts +6 -0
- package/dist/api/resources/accounting/resources/creditNotes/types/index.js +22 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +5 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +30 -0
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +57 -25
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpenseEndpointRequest.d.ts +17 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/expenses/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/expenses/index.js +1 -0
- package/dist/api/resources/accounting/resources/expenses/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/expenses/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +5 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +7 -1
- package/dist/api/resources/accounting/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +29 -18
- package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/index.d.ts +28 -14
- package/dist/api/resources/accounting/resources/index.js +29 -15
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +34 -0
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +67 -31
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoiceEndpointRequest.d.ts +16 -0
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +11 -2
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/invoices/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/invoices/index.js +1 -0
- package/dist/api/resources/accounting/resources/invoices/types/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/invoices/types/index.js +19 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +9 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +26 -17
- package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/dist/api/resources/accounting/resources/issues/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/issues/index.js +1 -0
- package/dist/api/resources/accounting/resources/issues/types/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/issues/types/index.js +17 -0
- package/dist/api/resources/accounting/resources/items/client/Client.d.ts +15 -0
- package/dist/api/resources/accounting/resources/items/client/Client.js +37 -22
- package/dist/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/items/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/items/index.js +1 -0
- package/dist/api/resources/accounting/resources/items/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/items/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +28 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +55 -25
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntryEndpointRequest.d.ts +15 -0
- package/dist/api/resources/accounting/resources/journalEntries/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/journalEntries/index.js +1 -0
- package/dist/api/resources/accounting/resources/journalEntries/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/journalEntries/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +21 -16
- package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/dist/api/resources/accounting/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/index.js +1 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/linkedAccounts/types/index.js +17 -0
- package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +23 -0
- package/dist/api/resources/accounting/resources/payments/client/Client.js +52 -27
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentEndpointRequest.d.ts +10 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/payments/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/payments/index.js +1 -0
- package/dist/api/resources/accounting/resources/payments/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/payments/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +7 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/requests/PhoneNumbersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +34 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +65 -29
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrderEndpointRequest.d.ts +17 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/index.js +1 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/purchaseOrders/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +7 -1
- package/dist/api/resources/accounting/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.d.ts +14 -0
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +23 -8
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +29 -18
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +15 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +37 -22
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +31 -20
- package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/transactions/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/transactions/index.js +1 -0
- package/dist/api/resources/accounting/resources/transactions/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/transactions/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +11 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +31 -20
- package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/accounting/resources/vendorCredits/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/vendorCredits/index.js +1 -0
- package/dist/api/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/vendorCredits/types/index.js +18 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -2
- package/dist/api/resources/accounting/types/Account.d.ts +323 -319
- package/dist/api/resources/accounting/types/AccountClassification.d.ts +5 -5
- package/dist/api/resources/accounting/types/AccountCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -0
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/dist/api/resources/accounting/types/AccountRequest.d.ts +323 -319
- package/dist/api/resources/accounting/types/AccountRequestClassification.d.ts +5 -5
- package/dist/api/resources/accounting/types/AccountRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/AccountRequestStatus.d.ts +3 -3
- package/dist/api/resources/accounting/types/AccountStatus.d.ts +3 -3
- package/dist/api/resources/accounting/types/AccountStatusEnum.d.ts +3 -3
- package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +3 -0
- package/dist/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +3 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +3 -0
- package/dist/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/Address.d.ts +254 -251
- package/dist/api/resources/accounting/types/AddressCountry.d.ts +249 -249
- package/dist/api/resources/accounting/types/AddressRequest.d.ts +254 -251
- package/dist/api/resources/accounting/types/AddressRequestCountry.d.ts +249 -249
- package/dist/api/resources/accounting/types/AddressRequestType.d.ts +2 -2
- package/dist/api/resources/accounting/types/AddressType.d.ts +2 -2
- package/dist/api/resources/accounting/types/AddressTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +36 -36
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +30 -30
- package/dist/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/accounting/types/AvailableActions.d.ts +3 -0
- package/dist/api/resources/accounting/types/BalanceSheet.d.ts +309 -306
- package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +309 -306
- package/dist/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/CategoriesEnum.d.ts +7 -7
- package/dist/api/resources/accounting/types/CategoryEnum.d.ts +7 -7
- package/dist/api/resources/accounting/types/CategoryTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/ClassificationEnum.d.ts +5 -5
- package/dist/api/resources/accounting/types/CompanyInfo.d.ts +309 -306
- package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ConditionSchema.d.ts +8 -8
- package/dist/api/resources/accounting/types/ConditionSchemaConditionType.d.ts +7 -7
- package/dist/api/resources/accounting/types/ConditionTypeEnum.d.ts +7 -7
- package/dist/api/resources/accounting/types/Contact.d.ts +8 -4
- package/dist/api/resources/accounting/types/ContactRequest.d.ts +8 -4
- package/dist/api/resources/accounting/types/ContactRequestStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/ContactStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/CountryEnum.d.ts +249 -249
- package/dist/api/resources/accounting/types/CreditNote.d.ts +313 -310
- package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/CreditNoteStatus.d.ts +3 -3
- package/dist/api/resources/accounting/types/CreditNoteStatusEnum.d.ts +3 -3
- package/dist/api/resources/accounting/types/CurrencyEnum.d.ts +306 -306
- package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/EnabledActionsEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/EncodingEnum.d.ts +3 -3
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +30 -30
- package/dist/api/resources/accounting/types/Expense.d.ts +309 -306
- package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +309 -306
- package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +309 -306
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +309 -306
- package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/IncomeStatement.d.ts +309 -306
- package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/Invoice.d.ts +317 -314
- package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +309 -306
- package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +309 -306
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +316 -314
- package/dist/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceRequestStatus.d.ts +6 -6
- package/dist/api/resources/accounting/types/InvoiceRequestType.d.ts +2 -2
- package/dist/api/resources/accounting/types/InvoiceStatus.d.ts +6 -6
- package/dist/api/resources/accounting/types/InvoiceStatusEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/InvoiceType.d.ts +2 -2
- package/dist/api/resources/accounting/types/InvoiceTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/Issue.d.ts +2 -2
- package/dist/api/resources/accounting/types/IssueStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/IssueStatusEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/Item.d.ts +5 -2
- package/dist/api/resources/accounting/types/ItemStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +311 -308
- package/dist/api/resources/accounting/types/JournalEntryCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/JournalEntryPostingStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +311 -308
- package/dist/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/JournalEntryRequestPostingStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/JournalLine.d.ts +309 -306
- package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +309 -306
- package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/LinkedAccountCondition.d.ts +1 -1
- package/dist/api/resources/accounting/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/accounting/types/ModelOperation.d.ts +3 -0
- package/dist/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +6 -3
- package/dist/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/accounting/types/Payment.d.ts +309 -306
- package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +3 -0
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +309 -306
- package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +315 -312
- package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +309 -306
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +309 -306
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +314 -311
- package/dist/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderRequestStatus.d.ts +5 -5
- package/dist/api/resources/accounting/types/PurchaseOrderStatus.d.ts +5 -5
- package/dist/api/resources/accounting/types/PurchaseOrderStatusEnum.d.ts +5 -5
- package/dist/api/resources/accounting/types/RemoteKey.d.ts +3 -0
- package/dist/api/resources/accounting/types/RemoteResponse.d.ts +3 -0
- package/dist/api/resources/accounting/types/ReportItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/RequestFormatEnum.d.ts +3 -3
- package/dist/api/resources/accounting/types/ResponseTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/RoleEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/Status7D1Enum.d.ts +2 -2
- package/dist/api/resources/accounting/types/SyncStatus.d.ts +3 -0
- package/dist/api/resources/accounting/types/SyncStatusStatusEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/TaxRate.d.ts +3 -0
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +7 -4
- package/dist/api/resources/accounting/types/TrackingCategoryCategoryType.d.ts +2 -2
- package/dist/api/resources/accounting/types/TrackingCategoryStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/Transaction.d.ts +317 -313
- package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +309 -306
- package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +310 -307
- package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +3 -0
- package/dist/api/resources/accounting/types/index.d.ts +43 -76
- package/dist/api/resources/accounting/types/index.js +43 -76
- package/dist/api/resources/ats/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/index.d.ts +1 -1
- package/dist/api/resources/ats/index.js +1 -1
- package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +5 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/activities/client/Client.d.ts +18 -0
- package/dist/api/resources/ats/resources/activities/client/Client.js +47 -27
- package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/activities/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/activities/index.js +1 -0
- package/dist/api/resources/ats/resources/activities/types/index.d.ts +4 -0
- package/dist/api/resources/ats/resources/activities/types/index.js +20 -0
- package/dist/api/resources/ats/resources/applications/client/Client.d.ts +17 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +54 -34
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsMetaPostRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/applications/client/requests/UpdateApplicationStageRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/applications/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/applications/index.js +1 -0
- package/dist/api/resources/ats/resources/applications/types/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/applications/types/index.js +18 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +18 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +18 -0
- package/dist/api/resources/ats/resources/attachments/client/Client.js +47 -27
- package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +12 -9
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +23 -0
- package/dist/api/resources/ats/resources/candidates/client/Client.js +60 -32
- package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +7 -0
- package/dist/api/resources/ats/resources/candidates/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/candidates/index.js +1 -0
- package/dist/api/resources/ats/resources/candidates/types/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/candidates/types/index.js +18 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +5 -1
- package/dist/api/resources/ats/resources/departments/client/Client.d.ts +7 -0
- package/dist/api/resources/ats/resources/departments/client/Client.js +22 -15
- package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +15 -0
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +37 -22
- package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/eeocs/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/eeocs/index.js +1 -0
- package/dist/api/resources/ats/resources/eeocs/types/index.d.ts +4 -0
- package/dist/api/resources/ats/resources/eeocs/types/index.js +20 -0
- package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +5 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +7 -1
- package/dist/api/resources/ats/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/index.d.ts +20 -10
- package/dist/api/resources/ats/resources/index.js +21 -11
- package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +18 -0
- package/dist/api/resources/ats/resources/interviews/client/Client.js +50 -30
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/interviews/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/interviews/index.js +1 -0
- package/dist/api/resources/ats/resources/interviews/types/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/interviews/types/index.js +18 -0
- package/dist/api/resources/ats/resources/issues/client/Client.d.ts +9 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +26 -17
- package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/dist/api/resources/ats/resources/issues/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/issues/index.js +1 -0
- package/dist/api/resources/ats/resources/issues/types/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/issues/types/index.js +17 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +11 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +29 -18
- package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +21 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +53 -31
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +14 -5
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/jobs/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/jobs/index.js +1 -0
- package/dist/api/resources/ats/resources/jobs/types/index.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/types/index.js +20 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +21 -16
- package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/dist/api/resources/ats/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkedAccounts/index.js +1 -0
- package/dist/api/resources/ats/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkedAccounts/types/index.js +17 -0
- package/dist/api/resources/ats/resources/offers/client/Client.d.ts +15 -0
- package/dist/api/resources/ats/resources/offers/client/Client.js +38 -23
- package/dist/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/offers/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/offers/index.js +1 -0
- package/dist/api/resources/ats/resources/offers/types/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/offers/types/index.js +18 -0
- package/dist/api/resources/ats/resources/offices/client/Client.d.ts +7 -0
- package/dist/api/resources/ats/resources/offices/client/Client.js +22 -15
- package/dist/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/offices/client/requests/OfficesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +7 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +7 -0
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +22 -15
- package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +15 -0
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +39 -24
- package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/scorecards/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/scorecards/index.js +1 -0
- package/dist/api/resources/ats/resources/scorecards/types/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/scorecards/types/index.js +18 -0
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.d.ts +14 -0
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +23 -8
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/dist/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/tags/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/tags/client/Client.js +15 -12
- package/dist/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/users/client/Client.d.ts +13 -0
- package/dist/api/resources/ats/resources/users/client/Client.js +33 -20
- package/dist/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +7 -0
- package/dist/api/resources/ats/resources/users/client/requests/UsersRetrieveRequest.d.ts +7 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -2
- package/dist/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -0
- package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/Activity.d.ts +10 -6
- package/dist/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
- package/dist/api/resources/ats/types/ActivityRequest.d.ts +10 -6
- package/dist/api/resources/ats/types/ActivityRequestActivityType.d.ts +3 -3
- package/dist/api/resources/ats/types/ActivityRequestVisibility.d.ts +3 -3
- package/dist/api/resources/ats/types/ActivityTypeEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/ActivityVisibility.d.ts +3 -3
- package/dist/api/resources/ats/types/Application.d.ts +3 -0
- package/dist/api/resources/ats/types/ApplicationRequest.d.ts +3 -0
- package/dist/api/resources/ats/types/Attachment.d.ts +8 -4
- package/dist/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
- package/dist/api/resources/ats/types/AttachmentRequest.d.ts +8 -4
- package/dist/api/resources/ats/types/AttachmentRequestAttachmentType.d.ts +4 -4
- package/dist/api/resources/ats/types/AttachmentTypeEnum.d.ts +4 -4
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +36 -36
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +30 -30
- package/dist/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/ats/types/AvailableActions.d.ts +3 -0
- package/dist/api/resources/ats/types/Candidate.d.ts +4 -0
- package/dist/api/resources/ats/types/CandidateRequest.d.ts +4 -0
- package/dist/api/resources/ats/types/CategoriesEnum.d.ts +7 -7
- package/dist/api/resources/ats/types/CategoryEnum.d.ts +7 -7
- package/dist/api/resources/ats/types/ConditionSchema.d.ts +8 -8
- package/dist/api/resources/ats/types/ConditionSchemaConditionType.d.ts +7 -7
- package/dist/api/resources/ats/types/ConditionTypeEnum.d.ts +7 -7
- package/dist/api/resources/ats/types/DataPassthroughRequest.d.ts +3 -0
- package/dist/api/resources/ats/types/Department.d.ts +4 -0
- package/dist/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/Eeoc.d.ts +23 -19
- package/dist/api/resources/ats/types/EeocDisabilityStatus.d.ts +3 -3
- package/dist/api/resources/ats/types/EeocGender.d.ts +5 -5
- package/dist/api/resources/ats/types/EeocRace.d.ts +8 -8
- package/dist/api/resources/ats/types/EeocVeteranStatus.d.ts +3 -3
- package/dist/api/resources/ats/types/EmailAddress.d.ts +7 -3
- package/dist/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
- package/dist/api/resources/ats/types/EmailAddressRequest.d.ts +7 -3
- package/dist/api/resources/ats/types/EmailAddressRequestEmailAddressType.d.ts +3 -3
- package/dist/api/resources/ats/types/EmailAddressTypeEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/EnabledActionsEnum.d.ts +2 -2
- package/dist/api/resources/ats/types/EncodingEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +30 -30
- package/dist/api/resources/ats/types/GenderEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/Issue.d.ts +2 -2
- package/dist/api/resources/ats/types/IssueStatus.d.ts +2 -2
- package/dist/api/resources/ats/types/IssueStatusEnum.d.ts +2 -2
- package/dist/api/resources/ats/types/Job.d.ts +9 -5
- package/dist/api/resources/ats/types/JobInterviewStage.d.ts +4 -0
- package/dist/api/resources/ats/types/JobStatus.d.ts +5 -5
- package/dist/api/resources/ats/types/JobStatusEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/LinkedAccountCondition.d.ts +1 -1
- package/dist/api/resources/ats/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/ats/types/ModelOperation.d.ts +3 -0
- package/dist/api/resources/ats/types/MultipartFormFieldRequest.d.ts +6 -3
- package/dist/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/ats/types/Offer.d.ts +13 -9
- package/dist/api/resources/ats/types/OfferStatus.d.ts +9 -9
- package/dist/api/resources/ats/types/OfferStatusEnum.d.ts +9 -9
- package/dist/api/resources/ats/types/Office.d.ts +4 -0
- package/dist/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/PatchedCandidateRequest.d.ts +4 -0
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +9 -5
- package/dist/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
- package/dist/api/resources/ats/types/PhoneNumberRequest.d.ts +9 -5
- package/dist/api/resources/ats/types/PhoneNumberRequestPhoneNumberType.d.ts +5 -5
- package/dist/api/resources/ats/types/PhoneNumberTypeEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/RaceEnum.d.ts +8 -8
- package/dist/api/resources/ats/types/ReasonEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/RejectReason.d.ts +4 -0
- package/dist/api/resources/ats/types/RemoteKey.d.ts +3 -0
- package/dist/api/resources/ats/types/RemoteResponse.d.ts +3 -0
- package/dist/api/resources/ats/types/RemoteUser.d.ts +9 -5
- package/dist/api/resources/ats/types/RemoteUserAccessRole.d.ts +5 -5
- package/dist/api/resources/ats/types/RequestFormatEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/ResponseTypeEnum.d.ts +2 -2
- package/dist/api/resources/ats/types/RoleEnum.d.ts +6 -6
- package/dist/api/resources/ats/types/ScheduledInterview.d.ts +7 -3
- package/dist/api/resources/ats/types/ScheduledInterviewRequest.d.ts +7 -3
- package/dist/api/resources/ats/types/ScheduledInterviewRequestStatus.d.ts +3 -3
- package/dist/api/resources/ats/types/ScheduledInterviewStatus.d.ts +3 -3
- package/dist/api/resources/ats/types/ScheduledInterviewStatusEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/Scorecard.d.ts +9 -5
- package/dist/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +11 -8
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +3 -0
- package/dist/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
- package/dist/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/ats/types/SyncStatus.d.ts +3 -0
- package/dist/api/resources/ats/types/SyncStatusStatusEnum.d.ts +6 -6
- package/dist/api/resources/ats/types/Tag.d.ts +4 -0
- package/dist/api/resources/ats/types/TypeEnum.d.ts +8 -8
- package/dist/api/resources/ats/types/Url.d.ts +11 -7
- package/dist/api/resources/ats/types/UrlRequest.d.ts +11 -7
- package/dist/api/resources/ats/types/UrlRequestUrlType.d.ts +7 -7
- package/dist/api/resources/ats/types/UrlTypeEnum.d.ts +7 -7
- package/dist/api/resources/ats/types/UrlUrlType.d.ts +7 -7
- package/dist/api/resources/ats/types/VeteranStatusEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/VisibilityEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/index.d.ts +29 -53
- package/dist/api/resources/ats/types/index.js +29 -53
- package/dist/api/resources/crm/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/index.d.ts +1 -1
- package/dist/api/resources/crm/index.js +1 -1
- package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +5 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +45 -0
- package/dist/api/resources/crm/resources/accounts/client/Client.js +88 -38
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/accounts/client/requests/CrmAccountEndpointRequest.d.ts +13 -0
- package/dist/api/resources/crm/resources/accounts/client/requests/PatchedCrmAccountEndpointRequest.d.ts +14 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +14 -0
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +38 -22
- package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/associations/client/Client.d.ts +9 -0
- package/dist/api/resources/crm/resources/associations/client/Client.js +27 -18
- package/dist/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsUpdateRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +18 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +12 -9
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +75 -0
- package/dist/api/resources/crm/resources/contacts/client/Client.js +121 -40
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/contacts/client/requests/CrmContactEndpointRequest.d.ts +25 -0
- package/dist/api/resources/crm/resources/contacts/client/requests/PatchedCrmContactEndpointRequest.d.ts +26 -0
- package/dist/api/resources/crm/resources/contacts/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/contacts/index.js +1 -0
- package/dist/api/resources/crm/resources/contacts/types/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/contacts/types/index.js +18 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +11 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +28 -17
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +20 -0
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +46 -23
- package/dist/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +8 -0
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +5 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +10 -0
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +35 -24
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +43 -0
- package/dist/api/resources/crm/resources/engagements/client/Client.js +86 -38
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementEndpointRequest.d.ts +11 -0
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/engagements/client/requests/PatchedEngagementEndpointRequest.d.ts +14 -0
- package/dist/api/resources/crm/resources/engagements/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/engagements/index.js +1 -0
- package/dist/api/resources/crm/resources/engagements/types/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/engagements/types/index.js +18 -0
- package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +5 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +7 -1
- package/dist/api/resources/crm/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/index.d.ts +16 -8
- package/dist/api/resources/crm/resources/index.js +17 -9
- package/dist/api/resources/crm/resources/issues/client/Client.d.ts +9 -0
- package/dist/api/resources/crm/resources/issues/client/Client.js +26 -17
- package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/dist/api/resources/crm/resources/issues/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/issues/index.js +1 -0
- package/dist/api/resources/crm/resources/issues/types/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/issues/types/index.js +17 -0
- package/dist/api/resources/crm/resources/leads/client/Client.d.ts +44 -0
- package/dist/api/resources/crm/resources/leads/client/Client.js +83 -36
- package/dist/api/resources/crm/resources/leads/client/requests/LeadEndpointRequest.d.ts +28 -0
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/leads/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/leads/index.js +1 -0
- package/dist/api/resources/crm/resources/leads/types/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/leads/types/index.js +18 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +21 -16
- package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/dist/api/resources/crm/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkedAccounts/index.js +1 -0
- package/dist/api/resources/crm/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/linkedAccounts/types/index.js +17 -0
- package/dist/api/resources/crm/resources/notes/client/Client.d.ts +24 -0
- package/dist/api/resources/crm/resources/notes/client/Client.js +62 -35
- package/dist/api/resources/crm/resources/notes/client/requests/NoteEndpointRequest.d.ts +8 -0
- package/dist/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/notes/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/notes/index.js +1 -0
- package/dist/api/resources/crm/resources/notes/types/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/notes/types/index.js +18 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +50 -0
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +99 -44
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +12 -3
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunityEndpointRequest.d.ts +12 -0
- package/dist/api/resources/crm/resources/opportunities/client/requests/PatchedOpportunityEndpointRequest.d.ts +15 -0
- package/dist/api/resources/crm/resources/opportunities/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/opportunities/index.js +1 -0
- package/dist/api/resources/crm/resources/opportunities/types/index.d.ts +3 -0
- package/dist/api/resources/crm/resources/opportunities/types/index.js +19 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +7 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.d.ts +14 -0
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +23 -8
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/dist/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/stages/client/Client.d.ts +10 -0
- package/dist/api/resources/crm/resources/stages/client/Client.js +35 -24
- package/dist/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/stages/client/requests/StagesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +8 -5
- package/dist/api/resources/crm/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +43 -0
- package/dist/api/resources/crm/resources/tasks/client/Client.js +84 -36
- package/dist/api/resources/crm/resources/tasks/client/requests/PatchedTaskEndpointRequest.d.ts +14 -0
- package/dist/api/resources/crm/resources/tasks/client/requests/TaskEndpointRequest.d.ts +11 -0
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/crm/resources/tasks/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/tasks/index.js +1 -0
- package/dist/api/resources/crm/resources/tasks/types/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/tasks/types/index.js +18 -0
- package/dist/api/resources/crm/resources/users/client/Client.d.ts +16 -0
- package/dist/api/resources/crm/resources/users/client/Client.js +43 -25
- package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -2
- package/dist/api/resources/crm/types/Account.d.ts +4 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +3 -0
- package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/AccountRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/Address.d.ts +255 -251
- package/dist/api/resources/crm/types/AddressAddressType.d.ts +2 -2
- package/dist/api/resources/crm/types/AddressCountry.d.ts +249 -249
- package/dist/api/resources/crm/types/AddressRequest.d.ts +255 -251
- package/dist/api/resources/crm/types/AddressRequestAddressType.d.ts +2 -2
- package/dist/api/resources/crm/types/AddressRequestCountry.d.ts +249 -249
- package/dist/api/resources/crm/types/AddressTypeEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/Association.d.ts +4 -0
- package/dist/api/resources/crm/types/AssociationType.d.ts +4 -0
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +36 -36
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +30 -30
- package/dist/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/crm/types/AvailableActions.d.ts +3 -0
- package/dist/api/resources/crm/types/CardinalityEnum.d.ts +4 -4
- package/dist/api/resources/crm/types/CategoriesEnum.d.ts +7 -7
- package/dist/api/resources/crm/types/CategoryEnum.d.ts +7 -7
- package/dist/api/resources/crm/types/ConditionSchema.d.ts +8 -8
- package/dist/api/resources/crm/types/ConditionSchemaConditionType.d.ts +7 -7
- package/dist/api/resources/crm/types/ConditionTypeEnum.d.ts +7 -7
- package/dist/api/resources/crm/types/Contact.d.ts +4 -0
- package/dist/api/resources/crm/types/ContactRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/CountryEnum.d.ts +249 -249
- package/dist/api/resources/crm/types/CustomObject.d.ts +4 -0
- package/dist/api/resources/crm/types/CustomObjectClass.d.ts +4 -0
- package/dist/api/resources/crm/types/DataPassthroughRequest.d.ts +3 -0
- package/dist/api/resources/crm/types/DirectionEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/EmailAddress.d.ts +4 -0
- package/dist/api/resources/crm/types/EmailAddressRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/EnabledActionsEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/EncodingEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/Engagement.d.ts +6 -2
- package/dist/api/resources/crm/types/EngagementDirection.d.ts +2 -2
- package/dist/api/resources/crm/types/EngagementRequest.d.ts +6 -2
- package/dist/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
- package/dist/api/resources/crm/types/EngagementType.d.ts +7 -3
- package/dist/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +30 -30
- package/dist/api/resources/crm/types/FieldFormatEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/FieldTypeEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/Issue.d.ts +2 -2
- package/dist/api/resources/crm/types/IssueStatus.d.ts +2 -2
- package/dist/api/resources/crm/types/IssueStatusEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/ItemFormatEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/ItemTypeEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/Lead.d.ts +4 -0
- package/dist/api/resources/crm/types/LeadRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/LinkedAccountCondition.d.ts +1 -1
- package/dist/api/resources/crm/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/crm/types/ModelOperation.d.ts +3 -0
- package/dist/api/resources/crm/types/MultipartFormFieldRequest.d.ts +6 -3
- package/dist/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/crm/types/Note.d.ts +4 -0
- package/dist/api/resources/crm/types/NoteRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/Opportunity.d.ts +7 -3
- package/dist/api/resources/crm/types/OpportunityRequest.d.ts +7 -3
- package/dist/api/resources/crm/types/OpportunityRequestStatus.d.ts +3 -3
- package/dist/api/resources/crm/types/OpportunityStatus.d.ts +3 -3
- package/dist/api/resources/crm/types/OpportunityStatusEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/OriginTypeEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/PatchedAccountRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/PatchedContactRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/PatchedEngagementRequest.d.ts +6 -2
- package/dist/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
- package/dist/api/resources/crm/types/PatchedOpportunityRequest.d.ts +7 -3
- package/dist/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
- package/dist/api/resources/crm/types/PatchedTaskRequest.d.ts +6 -2
- package/dist/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
- package/dist/api/resources/crm/types/PhoneNumber.d.ts +4 -0
- package/dist/api/resources/crm/types/PhoneNumberRequest.d.ts +4 -0
- package/dist/api/resources/crm/types/ReasonEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/RemoteKey.d.ts +3 -0
- package/dist/api/resources/crm/types/RemoteResponse.d.ts +3 -0
- package/dist/api/resources/crm/types/RequestFormatEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/ResponseTypeEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/RoleEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/Stage.d.ts +4 -0
- package/dist/api/resources/crm/types/SyncStatus.d.ts +3 -0
- package/dist/api/resources/crm/types/SyncStatusStatusEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/Task.d.ts +6 -2
- package/dist/api/resources/crm/types/TaskRequest.d.ts +6 -2
- package/dist/api/resources/crm/types/TaskRequestStatus.d.ts +2 -2
- package/dist/api/resources/crm/types/TaskStatus.d.ts +2 -2
- package/dist/api/resources/crm/types/TaskStatusEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/User.d.ts +4 -0
- package/dist/api/resources/crm/types/index.d.ts +33 -48
- package/dist/api/resources/crm/types/index.js +33 -48
- package/dist/api/resources/filestorage/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/index.d.ts +1 -1
- package/dist/api/resources/filestorage/index.js +1 -1
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +5 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +18 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +12 -9
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +5 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +7 -0
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +23 -16
- package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +26 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +81 -34
- package/dist/api/resources/filestorage/resources/files/client/requests/FileStorageFileEndpointRequest.d.ts +13 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/files/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/files/index.js +1 -0
- package/dist/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/files/types/index.js +18 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +24 -0
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +51 -25
- package/dist/api/resources/filestorage/resources/folders/client/requests/FileStorageFolderEndpointRequest.d.ts +11 -0
- package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/folders/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/folders/index.js +1 -0
- package/dist/api/resources/filestorage/resources/folders/types/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/folders/types/index.js +18 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +5 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +7 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +7 -0
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +22 -15
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/index.d.ts +8 -4
- package/dist/api/resources/filestorage/resources/index.js +9 -5
- package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +9 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +26 -17
- package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/dist/api/resources/filestorage/resources/issues/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/issues/index.js +1 -0
- package/dist/api/resources/filestorage/resources/issues/types/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/issues/types/index.js +17 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +21 -16
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/dist/api/resources/filestorage/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/index.js +1 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/types/index.js +17 -0
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +7 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.d.ts +14 -0
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +23 -8
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +8 -5
- package/dist/api/resources/filestorage/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +7 -0
- package/dist/api/resources/filestorage/resources/users/client/Client.js +23 -16
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/users/client/requests/UsersRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -2
- package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +3 -0
- package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +36 -36
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +30 -30
- package/dist/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/filestorage/types/AvailableActions.d.ts +3 -0
- package/dist/api/resources/filestorage/types/CategoriesEnum.d.ts +7 -7
- package/dist/api/resources/filestorage/types/CategoryEnum.d.ts +7 -7
- package/dist/api/resources/filestorage/types/ConditionSchema.d.ts +8 -8
- package/dist/api/resources/filestorage/types/ConditionSchemaConditionType.d.ts +7 -7
- package/dist/api/resources/filestorage/types/ConditionTypeEnum.d.ts +7 -7
- package/dist/api/resources/filestorage/types/DataPassthroughRequest.d.ts +3 -0
- package/dist/api/resources/filestorage/types/Drive.d.ts +4 -0
- package/dist/api/resources/filestorage/types/EnabledActionsEnum.d.ts +2 -2
- package/dist/api/resources/filestorage/types/EncodingEnum.d.ts +3 -3
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +30 -30
- package/dist/api/resources/filestorage/types/FileRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/types/File_.d.ts +4 -0
- package/dist/api/resources/filestorage/types/Folder.d.ts +4 -0
- package/dist/api/resources/filestorage/types/FolderRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/types/Group.d.ts +4 -0
- package/dist/api/resources/filestorage/types/Issue.d.ts +2 -2
- package/dist/api/resources/filestorage/types/IssueStatus.d.ts +2 -2
- package/dist/api/resources/filestorage/types/IssueStatusEnum.d.ts +2 -2
- package/dist/api/resources/filestorage/types/LinkedAccountCondition.d.ts +1 -1
- package/dist/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/filestorage/types/ModelOperation.d.ts +3 -0
- package/dist/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +6 -3
- package/dist/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/filestorage/types/Permission.d.ts +7 -4
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +7 -4
- package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +3 -3
- package/dist/api/resources/filestorage/types/PermissionRequestType.d.ts +4 -4
- package/dist/api/resources/filestorage/types/PermissionRolesItem.d.ts +3 -3
- package/dist/api/resources/filestorage/types/PermissionType.d.ts +4 -4
- package/dist/api/resources/filestorage/types/RemoteKey.d.ts +3 -0
- package/dist/api/resources/filestorage/types/RemoteResponse.d.ts +3 -0
- package/dist/api/resources/filestorage/types/RequestFormatEnum.d.ts +3 -3
- package/dist/api/resources/filestorage/types/ResponseTypeEnum.d.ts +2 -2
- package/dist/api/resources/filestorage/types/RoleEnum.d.ts +6 -6
- package/dist/api/resources/filestorage/types/RolesEnum.d.ts +3 -3
- package/dist/api/resources/filestorage/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/filestorage/types/SyncStatus.d.ts +3 -0
- package/dist/api/resources/filestorage/types/SyncStatusStatusEnum.d.ts +6 -6
- package/dist/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
- package/dist/api/resources/filestorage/types/User.d.ts +4 -0
- package/dist/api/resources/filestorage/types/index.d.ts +15 -21
- package/dist/api/resources/filestorage/types/index.js +15 -21
- package/dist/api/resources/hris/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/index.d.ts +1 -1
- package/dist/api/resources/hris/index.js +1 -1
- package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +5 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +18 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +12 -9
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +17 -0
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +42 -25
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +12 -2
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/bankInfo/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/bankInfo/index.js +1 -0
- package/dist/api/resources/hris/resources/bankInfo/types/index.d.ts +2 -0
- package/dist/api/resources/hris/resources/bankInfo/types/index.js +18 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +11 -0
- package/dist/api/resources/hris/resources/benefits/client/Client.js +29 -18
- package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/companies/client/Client.d.ts +7 -0
- package/dist/api/resources/hris/resources/companies/client/Client.js +22 -15
- package/dist/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +5 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +7 -0
- package/dist/api/resources/hris/resources/dependents/client/Client.js +24 -17
- package/dist/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/dependents/client/requests/DependentsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +11 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +34 -23
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/index.js +1 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -0
- package/dist/api/resources/hris/resources/employeePayrollRuns/types/index.js +18 -0
- package/dist/api/resources/hris/resources/employees/client/Client.d.ts +40 -0
- package/dist/api/resources/hris/resources/employees/client/Client.js +91 -48
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeeEndpointRequest.d.ts +22 -0
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +12 -3
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/employees/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employees/index.js +1 -0
- package/dist/api/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +5 -0
- package/dist/api/resources/hris/resources/employees/types/index.d.ts +8 -0
- package/dist/api/resources/hris/resources/employees/types/index.js +24 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +7 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +22 -15
- package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/employments/client/Client.d.ts +16 -0
- package/dist/api/resources/hris/resources/employments/client/Client.js +39 -23
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +9 -0
- package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/employments/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/employments/index.js +1 -0
- package/dist/api/resources/hris/resources/employments/types/index.d.ts +7 -0
- package/dist/api/resources/hris/resources/employments/types/index.js +23 -0
- package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +5 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +7 -1
- package/dist/api/resources/hris/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/groups/client/Client.d.ts +13 -0
- package/dist/api/resources/hris/resources/groups/client/Client.js +33 -20
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +7 -0
- package/dist/api/resources/hris/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +7 -0
- package/dist/api/resources/hris/resources/index.d.ts +22 -11
- package/dist/api/resources/hris/resources/index.js +23 -12
- package/dist/api/resources/hris/resources/issues/client/Client.d.ts +9 -0
- package/dist/api/resources/hris/resources/issues/client/Client.js +26 -17
- package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/dist/api/resources/hris/resources/issues/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/issues/index.js +1 -0
- package/dist/api/resources/hris/resources/issues/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/issues/types/index.js +17 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +21 -16
- package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/dist/api/resources/hris/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkedAccounts/index.js +1 -0
- package/dist/api/resources/hris/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/linkedAccounts/types/index.js +17 -0
- package/dist/api/resources/hris/resources/locations/client/Client.d.ts +14 -0
- package/dist/api/resources/hris/resources/locations/client/Client.js +34 -20
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +10 -2
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +7 -0
- package/dist/api/resources/hris/resources/locations/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/locations/index.js +1 -0
- package/dist/api/resources/hris/resources/locations/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/locations/types/index.js +17 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +7 -0
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +22 -15
- package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +14 -0
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +38 -24
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +13 -5
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsRetrieveRequest.d.ts +7 -0
- package/dist/api/resources/hris/resources/payrollRuns/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/payrollRuns/index.js +1 -0
- package/dist/api/resources/hris/resources/payrollRuns/types/index.d.ts +5 -0
- package/dist/api/resources/hris/resources/payrollRuns/types/index.js +21 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +7 -1
- package/dist/api/resources/hris/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.d.ts +14 -0
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +23 -8
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +8 -5
- package/dist/api/resources/hris/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/teams/client/Client.d.ts +11 -0
- package/dist/api/resources/hris/resources/teams/client/Client.js +29 -18
- package/dist/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +30 -0
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +62 -30
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffEndpointRequest.d.ts +11 -0
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +21 -11
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/timeOff/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOff/index.js +1 -0
- package/dist/api/resources/hris/resources/timeOff/types/index.d.ts +8 -0
- package/dist/api/resources/hris/resources/timeOff/types/index.js +24 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +16 -0
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +39 -23
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +15 -6
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/timeOffBalances/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOffBalances/index.js +1 -0
- package/dist/api/resources/hris/resources/timeOffBalances/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timeOffBalances/types/index.js +17 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +22 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +50 -26
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +6 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts +11 -0
- package/dist/api/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/index.js +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/types/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/types/index.js +17 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -2
- package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +3 -0
- package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/dist/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +36 -36
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +30 -30
- package/dist/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/hris/types/AvailableActions.d.ts +3 -0
- package/dist/api/resources/hris/types/BankInfo.d.ts +5 -2
- package/dist/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
- package/dist/api/resources/hris/types/Benefit.d.ts +3 -0
- package/dist/api/resources/hris/types/BenefitPlanTypeEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/CategoriesEnum.d.ts +7 -7
- package/dist/api/resources/hris/types/CategoryEnum.d.ts +7 -7
- package/dist/api/resources/hris/types/Company.d.ts +3 -0
- package/dist/api/resources/hris/types/ConditionSchema.d.ts +8 -8
- package/dist/api/resources/hris/types/ConditionSchemaConditionType.d.ts +7 -7
- package/dist/api/resources/hris/types/ConditionTypeEnum.d.ts +7 -7
- package/dist/api/resources/hris/types/CountryEnum.d.ts +249 -249
- package/dist/api/resources/hris/types/DataPassthroughRequest.d.ts +3 -0
- package/dist/api/resources/hris/types/Deduction.d.ts +3 -0
- package/dist/api/resources/hris/types/Dependent.d.ts +11 -8
- package/dist/api/resources/hris/types/DependentGender.d.ts +5 -5
- package/dist/api/resources/hris/types/DependentRelationship.d.ts +3 -3
- package/dist/api/resources/hris/types/Earning.d.ts +7 -4
- package/dist/api/resources/hris/types/EarningType.d.ts +4 -4
- package/dist/api/resources/hris/types/EarningTypeEnum.d.ts +4 -4
- package/dist/api/resources/hris/types/Employee.d.ts +24 -21
- package/dist/api/resources/hris/types/EmployeeEmploymentStatus.d.ts +3 -3
- package/dist/api/resources/hris/types/EmployeeEthnicity.d.ts +8 -8
- package/dist/api/resources/hris/types/EmployeeGender.d.ts +5 -5
- package/dist/api/resources/hris/types/EmployeeMaritalStatus.d.ts +5 -5
- package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +3 -0
- package/dist/api/resources/hris/types/EmployeeRequest.d.ts +24 -21
- package/dist/api/resources/hris/types/EmployeeRequestEmploymentStatus.d.ts +3 -3
- package/dist/api/resources/hris/types/EmployeeRequestEthnicity.d.ts +8 -8
- package/dist/api/resources/hris/types/EmployeeRequestGender.d.ts +5 -5
- package/dist/api/resources/hris/types/EmployeeRequestMaritalStatus.d.ts +5 -5
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +8 -5
- package/dist/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
- package/dist/api/resources/hris/types/Employment.d.ts +336 -333
- package/dist/api/resources/hris/types/EmploymentEmploymentType.d.ts +5 -5
- package/dist/api/resources/hris/types/EmploymentFlsaStatus.d.ts +4 -4
- package/dist/api/resources/hris/types/EmploymentPayCurrency.d.ts +306 -306
- package/dist/api/resources/hris/types/EmploymentPayFrequency.d.ts +9 -9
- package/dist/api/resources/hris/types/EmploymentPayPeriod.d.ts +9 -9
- package/dist/api/resources/hris/types/EmploymentStatusEnum.d.ts +3 -3
- package/dist/api/resources/hris/types/EmploymentTypeEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/EnabledActionsEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/EncodingEnum.d.ts +3 -3
- package/dist/api/resources/hris/types/EthnicityEnum.d.ts +8 -8
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +30 -30
- package/dist/api/resources/hris/types/FlsaStatusEnum.d.ts +4 -4
- package/dist/api/resources/hris/types/GenderEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/Group.d.ts +8 -5
- package/dist/api/resources/hris/types/GroupType.d.ts +5 -5
- package/dist/api/resources/hris/types/GroupTypeEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/Issue.d.ts +2 -2
- package/dist/api/resources/hris/types/IssueStatus.d.ts +2 -2
- package/dist/api/resources/hris/types/IssueStatusEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/LinkedAccountCondition.d.ts +1 -1
- package/dist/api/resources/hris/types/Location.d.ts +254 -251
- package/dist/api/resources/hris/types/LocationCountry.d.ts +249 -249
- package/dist/api/resources/hris/types/LocationLocationType.d.ts +2 -2
- package/dist/api/resources/hris/types/LocationTypeEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/MaritalStatusEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/hris/types/ModelOperation.d.ts +3 -0
- package/dist/api/resources/hris/types/MultipartFormFieldRequest.d.ts +6 -3
- package/dist/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/hris/types/PayCurrencyEnum.d.ts +306 -306
- package/dist/api/resources/hris/types/PayFrequencyEnum.d.ts +9 -9
- package/dist/api/resources/hris/types/PayGroup.d.ts +3 -0
- package/dist/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
- package/dist/api/resources/hris/types/PayrollRun.d.ts +13 -10
- package/dist/api/resources/hris/types/PayrollRunRunState.d.ts +5 -5
- package/dist/api/resources/hris/types/PayrollRunRunType.d.ts +5 -5
- package/dist/api/resources/hris/types/PolicyTypeEnum.d.ts +6 -6
- package/dist/api/resources/hris/types/ReasonEnum.d.ts +3 -3
- package/dist/api/resources/hris/types/RelationshipEnum.d.ts +3 -3
- package/dist/api/resources/hris/types/RemoteKey.d.ts +3 -0
- package/dist/api/resources/hris/types/RemoteResponse.d.ts +3 -0
- package/dist/api/resources/hris/types/RequestFormatEnum.d.ts +3 -3
- package/dist/api/resources/hris/types/RequestTypeEnum.d.ts +6 -6
- package/dist/api/resources/hris/types/ResponseTypeEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/RoleEnum.d.ts +6 -6
- package/dist/api/resources/hris/types/RunStateEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/RunTypeEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/SyncStatus.d.ts +3 -0
- package/dist/api/resources/hris/types/SyncStatusStatusEnum.d.ts +6 -6
- package/dist/api/resources/hris/types/Tax.d.ts +3 -0
- package/dist/api/resources/hris/types/Team.d.ts +3 -0
- package/dist/api/resources/hris/types/TimeOff.d.ts +16 -13
- package/dist/api/resources/hris/types/TimeOffBalance.d.ts +9 -6
- package/dist/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
- package/dist/api/resources/hris/types/TimeOffRequest.d.ts +16 -13
- package/dist/api/resources/hris/types/TimeOffRequestRequestType.d.ts +6 -6
- package/dist/api/resources/hris/types/TimeOffRequestStatus.d.ts +5 -5
- package/dist/api/resources/hris/types/TimeOffRequestType.d.ts +6 -6
- package/dist/api/resources/hris/types/TimeOffRequestUnits.d.ts +2 -2
- package/dist/api/resources/hris/types/TimeOffStatus.d.ts +5 -5
- package/dist/api/resources/hris/types/TimeOffStatusEnum.d.ts +5 -5
- package/dist/api/resources/hris/types/TimeOffUnits.d.ts +2 -2
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +3 -1
- package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +3 -1
- package/dist/api/resources/hris/types/UnitsEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/index.d.ts +22 -59
- package/dist/api/resources/hris/types/index.js +22 -59
- package/dist/api/resources/ticketing/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/index.d.ts +1 -1
- package/dist/api/resources/ticketing/index.js +1 -1
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +5 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +7 -0
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +22 -15
- package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +15 -0
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +18 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +24 -0
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +78 -33
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/attachments/client/requests/TicketingAttachmentEndpointRequest.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +12 -9
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +21 -0
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +52 -30
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +11 -2
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/collections/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/collections/index.js +1 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.js +18 -0
- package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +22 -0
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +48 -24
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentEndpointRequest.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/comments/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/comments/index.js +1 -0
- package/dist/api/resources/ticketing/resources/comments/types/index.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/comments/types/index.js +18 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +28 -17
- package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +5 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +5 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +7 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/index.d.ts +14 -7
- package/dist/api/resources/ticketing/resources/index.js +15 -8
- package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +26 -17
- package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +8 -2
- package/dist/api/resources/ticketing/resources/issues/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/issues/index.js +1 -0
- package/dist/api/resources/ticketing/resources/issues/types/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/issues/types/index.js +17 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +21 -16
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +13 -7
- package/dist/api/resources/ticketing/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/index.js +1 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/types/index.js +17 -0
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +12 -0
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +35 -22
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/projects/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/projects/index.js +1 -0
- package/dist/api/resources/ticketing/resources/projects/types/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/projects/types/index.js +17 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +7 -1
- package/dist/api/resources/ticketing/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +7 -0
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +22 -15
- package/dist/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/roles/client/requests/RolesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.d.ts +14 -0
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +23 -8
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +8 -0
- package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +8 -5
- package/dist/api/resources/ticketing/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +7 -0
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +22 -15
- package/dist/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tags/client/requests/TagsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +7 -0
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +22 -15
- package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +58 -0
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +128 -64
- package/dist/api/resources/ticketing/resources/tickets/client/requests/PatchedTicketEndpointRequest.d.ts +16 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketEndpointRequest.d.ts +13 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +18 -8
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +8 -0
- package/dist/api/resources/ticketing/resources/tickets/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/tickets/index.js +1 -0
- package/dist/api/resources/ticketing/resources/tickets/types/index.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/tickets/types/index.js +25 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +11 -0
- package/dist/api/resources/ticketing/resources/users/client/Client.js +29 -18
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +6 -0
- package/dist/api/resources/ticketing/resources/users/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/users/index.js +1 -0
- package/dist/api/resources/ticketing/resources/users/types/index.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/users/types/index.js +18 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -2
- package/dist/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
- package/dist/api/resources/ticketing/types/Account.d.ts +3 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -0
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -3
- package/dist/api/resources/ticketing/types/Attachment.d.ts +3 -0
- package/dist/api/resources/ticketing/types/AttachmentRequest.d.ts +3 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +36 -36
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +30 -30
- package/dist/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/ticketing/types/AvailableActions.d.ts +3 -0
- package/dist/api/resources/ticketing/types/CategoriesEnum.d.ts +7 -7
- package/dist/api/resources/ticketing/types/CategoryEnum.d.ts +7 -7
- package/dist/api/resources/ticketing/types/Collection.d.ts +8 -5
- package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +3 -3
- package/dist/api/resources/ticketing/types/CollectionCollectionType.d.ts +2 -2
- package/dist/api/resources/ticketing/types/CollectionTypeEnum.d.ts +2 -2
- package/dist/api/resources/ticketing/types/Comment.d.ts +3 -0
- package/dist/api/resources/ticketing/types/CommentRequest.d.ts +3 -0
- package/dist/api/resources/ticketing/types/ConditionSchema.d.ts +8 -8
- package/dist/api/resources/ticketing/types/ConditionSchemaConditionType.d.ts +7 -7
- package/dist/api/resources/ticketing/types/ConditionTypeEnum.d.ts +7 -7
- package/dist/api/resources/ticketing/types/Contact.d.ts +3 -0
- package/dist/api/resources/ticketing/types/DataPassthroughRequest.d.ts +3 -0
- package/dist/api/resources/ticketing/types/EnabledActionsEnum.d.ts +2 -2
- package/dist/api/resources/ticketing/types/EncodingEnum.d.ts +3 -3
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +30 -30
- package/dist/api/resources/ticketing/types/FieldFormatEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/FieldTypeEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/Issue.d.ts +2 -2
- package/dist/api/resources/ticketing/types/IssueStatus.d.ts +2 -2
- package/dist/api/resources/ticketing/types/IssueStatusEnum.d.ts +2 -2
- package/dist/api/resources/ticketing/types/ItemFormatEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/ItemTypeEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/LinkedAccountCondition.d.ts +1 -1
- package/dist/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/ticketing/types/ModelOperation.d.ts +3 -0
- package/dist/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +6 -3
- package/dist/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +11 -8
- package/dist/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +4 -4
- package/dist/api/resources/ticketing/types/PatchedTicketRequestStatus.d.ts +4 -4
- package/dist/api/resources/ticketing/types/PriorityEnum.d.ts +4 -4
- package/dist/api/resources/ticketing/types/Project.d.ts +3 -0
- package/dist/api/resources/ticketing/types/RemoteKey.d.ts +3 -0
- package/dist/api/resources/ticketing/types/RemoteResponse.d.ts +3 -0
- package/dist/api/resources/ticketing/types/RequestFormatEnum.d.ts +3 -3
- package/dist/api/resources/ticketing/types/ResponseTypeEnum.d.ts +2 -2
- package/dist/api/resources/ticketing/types/Role.d.ts +6 -3
- package/dist/api/resources/ticketing/types/RoleEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/RoleTicketAccess.d.ts +3 -3
- package/dist/api/resources/ticketing/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/ticketing/types/SyncStatus.d.ts +3 -0
- package/dist/api/resources/ticketing/types/SyncStatusStatusEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/Tag.d.ts +3 -0
- package/dist/api/resources/ticketing/types/Team.d.ts +3 -0
- package/dist/api/resources/ticketing/types/Ticket.d.ts +11 -8
- package/dist/api/resources/ticketing/types/TicketAccessEnum.d.ts +3 -3
- package/dist/api/resources/ticketing/types/TicketActionsEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/TicketPriority.d.ts +4 -4
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +11 -8
- package/dist/api/resources/ticketing/types/TicketRequestPriority.d.ts +4 -4
- package/dist/api/resources/ticketing/types/TicketRequestStatus.d.ts +4 -4
- package/dist/api/resources/ticketing/types/TicketStatus.d.ts +4 -4
- package/dist/api/resources/ticketing/types/TicketStatusEnum.d.ts +4 -4
- package/dist/api/resources/ticketing/types/User.d.ts +3 -0
- package/dist/api/resources/ticketing/types/index.d.ts +19 -37
- package/dist/api/resources/ticketing/types/index.js +19 -37
- package/dist/core/fetcher/APIResponse.d.ts +1 -0
- package/dist/core/fetcher/Fetcher.d.ts +3 -6
- package/dist/core/fetcher/Fetcher.js +80 -35
- package/dist/core/fetcher/getHeader.d.ts +1 -0
- package/dist/core/fetcher/getHeader.js +12 -0
- package/dist/core/fetcher/index.d.ts +1 -0
- package/dist/core/fetcher/index.js +3 -1
- package/dist/core/index.d.ts +0 -1
- package/dist/core/index.js +0 -1
- package/dist/core/schemas/Schema.d.ts +1 -0
- package/dist/core/schemas/Schema.js +1 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +2 -0
- package/dist/core/schemas/builders/literals/booleanLiteral.js +29 -0
- package/dist/core/schemas/builders/literals/index.d.ts +1 -0
- package/dist/core/schemas/builders/literals/index.js +3 -1
- package/dist/core/schemas/builders/object/index.d.ts +2 -0
- package/dist/core/schemas/builders/object/index.js +3 -1
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +6 -0
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +8 -0
- package/dist/serialization/resources/accounting/index.d.ts +1 -1
- package/dist/serialization/resources/accounting/index.js +1 -1
- package/dist/serialization/resources/accounting/resources/accounts/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/accounts/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsListRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsListRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/index.d.ts +4 -0
- package/dist/serialization/resources/accounting/resources/accounts/types/index.js +20 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +31 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/companyInfo/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/contacts/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/contacts/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +39 -0
- package/dist/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/accounting/resources/contacts/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/contacts/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +159 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +159 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/index.d.ts +6 -0
- package/dist/serialization/resources/accounting/resources/creditNotes/types/index.js +22 -0
- package/dist/serialization/resources/accounting/resources/expenses/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/expenses/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +63 -0
- package/dist/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +63 -0
- package/dist/serialization/resources/accounting/resources/expenses/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/expenses/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/index.d.ts +28 -7
- package/dist/serialization/resources/accounting/resources/index.js +29 -8
- package/dist/serialization/resources/accounting/resources/invoices/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/invoices/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +287 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestType.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestType.js +31 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +287 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/index.d.ts +3 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/index.js +19 -0
- package/dist/serialization/resources/accounting/resources/issues/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/issues/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/dist/serialization/resources/accounting/resources/issues/types/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/issues/types/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/items/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/items/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +39 -0
- package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/accounting/resources/items/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/items/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +95 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +95 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/journalEntries/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/linkedAccounts/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/dist/serialization/resources/accounting/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/linkedAccounts/types/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/payments/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/payments/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +95 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +95 -0
- package/dist/serialization/resources/accounting/resources/payments/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/payments/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/index.js +1 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +95 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +95 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/purchaseOrders/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/transactions/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/transactions/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +63 -0
- package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +63 -0
- package/dist/serialization/resources/accounting/resources/transactions/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/transactions/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +63 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +63 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/vendorCredits/types/index.js +18 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +43 -76
- package/dist/serialization/resources/accounting/types/index.js +43 -76
- package/dist/serialization/resources/ats/index.d.ts +1 -1
- package/dist/serialization/resources/ats/index.js +1 -1
- package/dist/serialization/resources/ats/resources/activities/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/activities/index.js +1 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesListRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesListRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/ats/resources/activities/types/index.d.ts +4 -0
- package/dist/serialization/resources/ats/resources/activities/types/index.js +20 -0
- package/dist/serialization/resources/ats/resources/applications/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/applications/index.js +1 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +63 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +63 -0
- package/dist/serialization/resources/ats/resources/applications/types/index.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/applications/types/index.js +18 -0
- package/dist/serialization/resources/ats/resources/candidates/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/candidates/index.js +1 -0
- package/dist/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/resources/candidates/types/index.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/candidates/types/index.js +18 -0
- package/dist/serialization/resources/ats/resources/eeocs/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/eeocs/index.js +17 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsListRequestRemoteFields.js +47 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsListRequestShowEnumOrigins.js +47 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestRemoteFields.js +47 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestShowEnumOrigins.js +47 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/index.d.ts +4 -0
- package/dist/serialization/resources/ats/resources/eeocs/types/index.js +20 -0
- package/dist/serialization/resources/ats/resources/index.d.ts +20 -4
- package/dist/serialization/resources/ats/resources/index.js +21 -5
- package/dist/serialization/resources/ats/resources/interviews/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/interviews/index.js +1 -0
- package/dist/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +47 -0
- package/dist/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +47 -0
- package/dist/serialization/resources/ats/resources/interviews/types/index.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/interviews/types/index.js +18 -0
- package/dist/serialization/resources/ats/resources/issues/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/issues/index.js +17 -0
- package/dist/serialization/resources/ats/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/dist/serialization/resources/ats/resources/issues/types/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/issues/types/index.js +17 -0
- package/dist/serialization/resources/ats/resources/jobs/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/jobs/index.js +17 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.js +47 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsListRequestStatus.js +31 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +47 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/resources/jobs/types/index.d.ts +4 -0
- package/dist/serialization/resources/ats/resources/jobs/types/index.js +20 -0
- package/dist/serialization/resources/ats/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkedAccounts/index.js +17 -0
- package/dist/serialization/resources/ats/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/dist/serialization/resources/ats/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkedAccounts/types/index.js +17 -0
- package/dist/serialization/resources/ats/resources/offers/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/offers/index.js +17 -0
- package/dist/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/resources/offers/types/index.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/offers/types/index.js +18 -0
- package/dist/serialization/resources/ats/resources/scorecards/index.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/scorecards/index.js +17 -0
- package/dist/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +39 -0
- package/dist/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/ats/resources/scorecards/types/index.d.ts +2 -0
- package/dist/serialization/resources/ats/resources/scorecards/types/index.js +18 -0
- package/dist/serialization/resources/ats/types/index.d.ts +29 -53
- package/dist/serialization/resources/ats/types/index.js +29 -53
- package/dist/serialization/resources/crm/index.d.ts +1 -1
- package/dist/serialization/resources/crm/index.js +1 -1
- package/dist/serialization/resources/crm/resources/contacts/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/contacts/index.js +1 -0
- package/dist/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +31 -0
- package/dist/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/crm/resources/contacts/types/index.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/contacts/types/index.js +18 -0
- package/dist/serialization/resources/crm/resources/engagements/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/engagements/index.js +1 -0
- package/dist/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +47 -0
- package/dist/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +47 -0
- package/dist/serialization/resources/crm/resources/engagements/types/index.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/engagements/types/index.js +18 -0
- package/dist/serialization/resources/crm/resources/index.d.ts +16 -6
- package/dist/serialization/resources/crm/resources/index.js +17 -7
- package/dist/serialization/resources/crm/resources/issues/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/issues/index.js +17 -0
- package/dist/serialization/resources/crm/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/dist/serialization/resources/crm/resources/issues/types/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/issues/types/index.js +17 -0
- package/dist/serialization/resources/crm/resources/leads/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/leads/index.js +1 -0
- package/dist/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.js +39 -0
- package/dist/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/crm/resources/leads/types/index.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/leads/types/index.js +18 -0
- package/dist/serialization/resources/crm/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkedAccounts/index.js +17 -0
- package/dist/serialization/resources/crm/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/dist/serialization/resources/crm/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkedAccounts/types/index.js +17 -0
- package/dist/serialization/resources/crm/resources/notes/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/notes/index.js +1 -0
- package/dist/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.js +47 -0
- package/dist/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +47 -0
- package/dist/serialization/resources/crm/resources/notes/types/index.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/notes/types/index.js +18 -0
- package/dist/serialization/resources/crm/resources/opportunities/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/opportunities/index.js +1 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +39 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestStatus.js +31 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/index.d.ts +3 -0
- package/dist/serialization/resources/crm/resources/opportunities/types/index.js +19 -0
- package/dist/serialization/resources/crm/resources/tasks/index.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/tasks/index.js +1 -0
- package/dist/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.js +39 -0
- package/dist/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/crm/resources/tasks/types/index.d.ts +2 -0
- package/dist/serialization/resources/crm/resources/tasks/types/index.js +18 -0
- package/dist/serialization/resources/crm/types/index.d.ts +33 -48
- package/dist/serialization/resources/crm/types/index.js +33 -48
- package/dist/serialization/resources/filestorage/index.d.ts +1 -1
- package/dist/serialization/resources/filestorage/index.js +1 -1
- package/dist/serialization/resources/filestorage/resources/files/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/files/index.js +1 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.js +39 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/dist/serialization/resources/filestorage/resources/files/types/index.js +18 -0
- package/dist/serialization/resources/filestorage/resources/folders/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/folders/index.js +1 -0
- package/dist/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +39 -0
- package/dist/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/filestorage/resources/folders/types/index.d.ts +2 -0
- package/dist/serialization/resources/filestorage/resources/folders/types/index.js +18 -0
- package/dist/serialization/resources/filestorage/resources/index.d.ts +8 -2
- package/dist/serialization/resources/filestorage/resources/index.js +9 -3
- package/dist/serialization/resources/filestorage/resources/issues/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/issues/index.js +17 -0
- package/dist/serialization/resources/filestorage/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/dist/serialization/resources/filestorage/resources/issues/types/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/issues/types/index.js +17 -0
- package/dist/serialization/resources/filestorage/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/linkedAccounts/index.js +17 -0
- package/dist/serialization/resources/filestorage/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/dist/serialization/resources/filestorage/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/dist/serialization/resources/filestorage/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/linkedAccounts/types/index.js +17 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +15 -21
- package/dist/serialization/resources/filestorage/types/index.js +15 -21
- package/dist/serialization/resources/hris/index.d.ts +1 -1
- package/dist/serialization/resources/hris/index.js +1 -1
- package/dist/serialization/resources/hris/resources/bankInfo/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/bankInfo/index.js +17 -0
- package/dist/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestAccountType.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestAccountType.js +31 -0
- package/dist/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestOrderBy.js +31 -0
- package/dist/serialization/resources/hris/resources/bankInfo/types/index.d.ts +2 -0
- package/dist/serialization/resources/hris/resources/bankInfo/types/index.js +18 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/index.js +17 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +31 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -0
- package/dist/serialization/resources/hris/resources/employeePayrollRuns/types/index.js +18 -0
- package/dist/serialization/resources/hris/resources/employees/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/employees/index.js +1 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestEmploymentStatus.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestEmploymentStatus.js +31 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +287 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestRemoteFields.js +47 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesListRequestShowEnumOrigins.js +47 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +287 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestRemoteFields.js +47 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestShowEnumOrigins.js +47 -0
- package/dist/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.js +43 -0
- package/dist/serialization/resources/hris/resources/employees/types/index.d.ts +8 -0
- package/dist/serialization/resources/hris/resources/employees/types/index.js +24 -0
- package/dist/serialization/resources/hris/resources/employments/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/employments/index.js +17 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +31 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestOrderBy.js +31 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestRemoteFields.js +47 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsListRequestShowEnumOrigins.js +47 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestRemoteFields.js +47 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestShowEnumOrigins.js +47 -0
- package/dist/serialization/resources/hris/resources/employments/types/index.d.ts +7 -0
- package/dist/serialization/resources/hris/resources/employments/types/index.js +23 -0
- package/dist/serialization/resources/hris/resources/index.d.ts +22 -3
- package/dist/serialization/resources/hris/resources/index.js +23 -4
- package/dist/serialization/resources/hris/resources/issues/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/issues/index.js +17 -0
- package/dist/serialization/resources/hris/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/dist/serialization/resources/hris/resources/issues/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/issues/types/index.js +17 -0
- package/dist/serialization/resources/hris/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkedAccounts/index.js +17 -0
- package/dist/serialization/resources/hris/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/dist/serialization/resources/hris/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkedAccounts/types/index.js +17 -0
- package/dist/serialization/resources/hris/resources/locations/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/locations/index.js +17 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestLocationType.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestLocationType.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/locations/types/index.js +17 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/index.js +17 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRunType.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRunType.js +31 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/index.d.ts +5 -0
- package/dist/serialization/resources/hris/resources/payrollRuns/types/index.js +21 -0
- package/dist/serialization/resources/hris/resources/timeOff/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timeOff/index.js +1 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +31 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRemoteFields.js +39 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRequestType.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRequestType.js +31 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestShowEnumOrigins.js +39 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestStatus.js +31 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestRemoteFields.js +39 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestShowEnumOrigins.js +39 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/index.d.ts +8 -0
- package/dist/serialization/resources/hris/resources/timeOff/types/index.js +24 -0
- package/dist/serialization/resources/hris/resources/timeOffBalances/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timeOffBalances/index.js +17 -0
- package/dist/serialization/resources/hris/resources/timeOffBalances/types/TimeOffBalancesListRequestPolicyType.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timeOffBalances/types/TimeOffBalancesListRequestPolicyType.js +31 -0
- package/dist/serialization/resources/hris/resources/timeOffBalances/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timeOffBalances/types/index.js +17 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/index.js +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/types/TimesheetEntriesListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/types/TimesheetEntriesListRequestOrderBy.js +31 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/types/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/types/index.js +17 -0
- package/dist/serialization/resources/hris/types/index.d.ts +22 -59
- package/dist/serialization/resources/hris/types/index.js +22 -59
- package/dist/serialization/resources/ticketing/index.d.ts +1 -1
- package/dist/serialization/resources/ticketing/index.js +1 -1
- package/dist/serialization/resources/ticketing/resources/collections/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/collections/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestCollectionType.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestCollectionType.js +31 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/index.js +18 -0
- package/dist/serialization/resources/ticketing/resources/comments/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/comments/index.js +1 -0
- package/dist/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +39 -0
- package/dist/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +39 -0
- package/dist/serialization/resources/ticketing/resources/comments/types/index.d.ts +2 -0
- package/dist/serialization/resources/ticketing/resources/comments/types/index.js +18 -0
- package/dist/serialization/resources/ticketing/resources/index.d.ts +14 -2
- package/dist/serialization/resources/ticketing/resources/index.js +15 -3
- package/dist/serialization/resources/ticketing/resources/issues/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/issues/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/dist/serialization/resources/ticketing/resources/issues/types/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/issues/types/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/linkedAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkedAccounts/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/dist/serialization/resources/ticketing/resources/linkedAccounts/types/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkedAccounts/types/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/projects/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/projects/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/projects/types/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/projects/types/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/tickets/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/tickets/index.js +1 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +159 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestPriority.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestPriority.js +31 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestRemoteFields.js +39 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestShowEnumOrigins.js +39 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +31 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +159 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestRemoteFields.js +39 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestShowEnumOrigins.js +39 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/index.d.ts +9 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/index.js +25 -0
- package/dist/serialization/resources/ticketing/resources/users/index.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/users/index.js +17 -0
- package/dist/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/users/types/index.d.ts +2 -0
- package/dist/serialization/resources/ticketing/resources/users/types/index.js +18 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +19 -37
- package/dist/serialization/resources/ticketing/types/index.js +19 -37
- package/package.json +7 -4
- package/serialization/resources/accounting/index.d.ts +1 -1
- package/serialization/resources/accounting/index.js +1 -1
- package/serialization/resources/accounting/resources/accounts/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/accounts/index.js +1 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsListRequestRemoteFields.js +31 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsListRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestRemoteFields.js +31 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/accounting/resources/accounts/types/AccountsRetrieveRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/accounting/resources/accounts/types/index.d.ts +4 -0
- package/serialization/resources/accounting/resources/accounts/types/index.js +20 -0
- package/serialization/resources/accounting/resources/companyInfo/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/companyInfo/index.js +17 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +31 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +31 -0
- package/serialization/resources/accounting/resources/companyInfo/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/companyInfo/types/index.js +18 -0
- package/serialization/resources/accounting/resources/contacts/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/contacts/index.js +1 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +39 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +39 -0
- package/serialization/resources/accounting/resources/contacts/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/contacts/types/index.js +18 -0
- package/serialization/resources/accounting/resources/creditNotes/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/creditNotes/index.js +17 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +159 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestRemoteFields.js +31 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +159 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestRemoteFields.js +31 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/accounting/resources/creditNotes/types/index.d.ts +6 -0
- package/serialization/resources/accounting/resources/creditNotes/types/index.js +22 -0
- package/serialization/resources/accounting/resources/expenses/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenses/index.js +1 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +63 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +63 -0
- package/serialization/resources/accounting/resources/expenses/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/expenses/types/index.js +18 -0
- package/serialization/resources/accounting/resources/index.d.ts +28 -7
- package/serialization/resources/accounting/resources/index.js +29 -8
- package/serialization/resources/accounting/resources/invoices/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/invoices/index.js +1 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +287 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestType.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestType.js +31 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +287 -0
- package/serialization/resources/accounting/resources/invoices/types/index.d.ts +3 -0
- package/serialization/resources/accounting/resources/invoices/types/index.js +19 -0
- package/serialization/resources/accounting/resources/issues/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/issues/index.js +17 -0
- package/serialization/resources/accounting/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/serialization/resources/accounting/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/serialization/resources/accounting/resources/issues/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/issues/types/index.js +17 -0
- package/serialization/resources/accounting/resources/items/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/items/index.js +17 -0
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +39 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +39 -0
- package/serialization/resources/accounting/resources/items/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/items/types/index.js +18 -0
- package/serialization/resources/accounting/resources/journalEntries/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/journalEntries/index.js +1 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +95 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +95 -0
- package/serialization/resources/accounting/resources/journalEntries/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/journalEntries/types/index.js +18 -0
- package/serialization/resources/accounting/resources/linkedAccounts/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkedAccounts/index.js +17 -0
- package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/serialization/resources/accounting/resources/linkedAccounts/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/linkedAccounts/types/index.js +17 -0
- package/serialization/resources/accounting/resources/payments/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/payments/index.js +1 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +95 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +95 -0
- package/serialization/resources/accounting/resources/payments/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/payments/types/index.js +18 -0
- package/serialization/resources/accounting/resources/purchaseOrders/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/purchaseOrders/index.js +1 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +95 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +95 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/purchaseOrders/types/index.js +18 -0
- package/serialization/resources/accounting/resources/transactions/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/transactions/index.js +17 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +63 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +63 -0
- package/serialization/resources/accounting/resources/transactions/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/transactions/types/index.js +18 -0
- package/serialization/resources/accounting/resources/vendorCredits/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/vendorCredits/index.js +17 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +63 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +63 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/vendorCredits/types/index.js +18 -0
- package/serialization/resources/accounting/types/index.d.ts +43 -76
- package/serialization/resources/accounting/types/index.js +43 -76
- package/serialization/resources/ats/index.d.ts +1 -1
- package/serialization/resources/ats/index.js +1 -1
- package/serialization/resources/ats/resources/activities/index.d.ts +1 -0
- package/serialization/resources/ats/resources/activities/index.js +1 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesListRequestRemoteFields.js +31 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesListRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestRemoteFields.js +31 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/ats/resources/activities/types/ActivitiesRetrieveRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/ats/resources/activities/types/index.d.ts +4 -0
- package/serialization/resources/ats/resources/activities/types/index.js +20 -0
- package/serialization/resources/ats/resources/applications/index.d.ts +1 -0
- package/serialization/resources/ats/resources/applications/index.js +1 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +63 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +63 -0
- package/serialization/resources/ats/resources/applications/types/index.d.ts +2 -0
- package/serialization/resources/ats/resources/applications/types/index.js +18 -0
- package/serialization/resources/ats/resources/candidates/index.d.ts +1 -0
- package/serialization/resources/ats/resources/candidates/index.js +1 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +31 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +31 -0
- package/serialization/resources/ats/resources/candidates/types/index.d.ts +2 -0
- package/serialization/resources/ats/resources/candidates/types/index.js +18 -0
- package/serialization/resources/ats/resources/eeocs/index.d.ts +1 -0
- package/serialization/resources/ats/resources/eeocs/index.js +17 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsListRequestRemoteFields.js +47 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsListRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestRemoteFields.js +47 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/ats/resources/eeocs/types/EeocsRetrieveRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/ats/resources/eeocs/types/index.d.ts +4 -0
- package/serialization/resources/ats/resources/eeocs/types/index.js +20 -0
- package/serialization/resources/ats/resources/index.d.ts +20 -4
- package/serialization/resources/ats/resources/index.js +21 -5
- package/serialization/resources/ats/resources/interviews/index.d.ts +1 -0
- package/serialization/resources/ats/resources/interviews/index.js +1 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +47 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +47 -0
- package/serialization/resources/ats/resources/interviews/types/index.d.ts +2 -0
- package/serialization/resources/ats/resources/interviews/types/index.js +18 -0
- package/serialization/resources/ats/resources/issues/index.d.ts +1 -0
- package/serialization/resources/ats/resources/issues/index.js +17 -0
- package/serialization/resources/ats/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/serialization/resources/ats/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/serialization/resources/ats/resources/issues/types/index.d.ts +1 -0
- package/serialization/resources/ats/resources/issues/types/index.js +17 -0
- package/serialization/resources/ats/resources/jobs/index.d.ts +1 -0
- package/serialization/resources/ats/resources/jobs/index.js +17 -0
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.js +47 -0
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestStatus.d.ts +10 -0
- package/serialization/resources/ats/resources/jobs/types/JobsListRequestStatus.js +31 -0
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +47 -0
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +31 -0
- package/serialization/resources/ats/resources/jobs/types/index.d.ts +4 -0
- package/serialization/resources/ats/resources/jobs/types/index.js +20 -0
- package/serialization/resources/ats/resources/linkedAccounts/index.d.ts +1 -0
- package/serialization/resources/ats/resources/linkedAccounts/index.js +17 -0
- package/serialization/resources/ats/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/serialization/resources/ats/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/serialization/resources/ats/resources/linkedAccounts/types/index.d.ts +1 -0
- package/serialization/resources/ats/resources/linkedAccounts/types/index.js +17 -0
- package/serialization/resources/ats/resources/offers/index.d.ts +1 -0
- package/serialization/resources/ats/resources/offers/index.js +17 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.js +31 -0
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +31 -0
- package/serialization/resources/ats/resources/offers/types/index.d.ts +2 -0
- package/serialization/resources/ats/resources/offers/types/index.js +18 -0
- package/serialization/resources/ats/resources/scorecards/index.d.ts +1 -0
- package/serialization/resources/ats/resources/scorecards/index.js +17 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +39 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +39 -0
- package/serialization/resources/ats/resources/scorecards/types/index.d.ts +2 -0
- package/serialization/resources/ats/resources/scorecards/types/index.js +18 -0
- package/serialization/resources/ats/types/index.d.ts +29 -53
- package/serialization/resources/ats/types/index.js +29 -53
- package/serialization/resources/crm/index.d.ts +1 -1
- package/serialization/resources/crm/index.js +1 -1
- package/serialization/resources/crm/resources/contacts/index.d.ts +1 -0
- package/serialization/resources/crm/resources/contacts/index.js +1 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +31 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +31 -0
- package/serialization/resources/crm/resources/contacts/types/index.d.ts +2 -0
- package/serialization/resources/crm/resources/contacts/types/index.js +18 -0
- package/serialization/resources/crm/resources/engagements/index.d.ts +1 -0
- package/serialization/resources/crm/resources/engagements/index.js +1 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +47 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +47 -0
- package/serialization/resources/crm/resources/engagements/types/index.d.ts +2 -0
- package/serialization/resources/crm/resources/engagements/types/index.js +18 -0
- package/serialization/resources/crm/resources/index.d.ts +16 -6
- package/serialization/resources/crm/resources/index.js +17 -7
- package/serialization/resources/crm/resources/issues/index.d.ts +1 -0
- package/serialization/resources/crm/resources/issues/index.js +17 -0
- package/serialization/resources/crm/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/serialization/resources/crm/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/serialization/resources/crm/resources/issues/types/index.d.ts +1 -0
- package/serialization/resources/crm/resources/issues/types/index.js +17 -0
- package/serialization/resources/crm/resources/leads/index.d.ts +1 -0
- package/serialization/resources/crm/resources/leads/index.js +1 -0
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.js +39 -0
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +39 -0
- package/serialization/resources/crm/resources/leads/types/index.d.ts +2 -0
- package/serialization/resources/crm/resources/leads/types/index.js +18 -0
- package/serialization/resources/crm/resources/linkedAccounts/index.d.ts +1 -0
- package/serialization/resources/crm/resources/linkedAccounts/index.js +17 -0
- package/serialization/resources/crm/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/serialization/resources/crm/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/serialization/resources/crm/resources/linkedAccounts/types/index.d.ts +1 -0
- package/serialization/resources/crm/resources/linkedAccounts/types/index.js +17 -0
- package/serialization/resources/crm/resources/notes/index.d.ts +1 -0
- package/serialization/resources/crm/resources/notes/index.js +1 -0
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.js +47 -0
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +47 -0
- package/serialization/resources/crm/resources/notes/types/index.d.ts +2 -0
- package/serialization/resources/crm/resources/notes/types/index.js +18 -0
- package/serialization/resources/crm/resources/opportunities/index.d.ts +1 -0
- package/serialization/resources/crm/resources/opportunities/index.js +1 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +39 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestStatus.d.ts +10 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestStatus.js +31 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +39 -0
- package/serialization/resources/crm/resources/opportunities/types/index.d.ts +3 -0
- package/serialization/resources/crm/resources/opportunities/types/index.js +19 -0
- package/serialization/resources/crm/resources/tasks/index.d.ts +1 -0
- package/serialization/resources/crm/resources/tasks/index.js +1 -0
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.js +39 -0
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +39 -0
- package/serialization/resources/crm/resources/tasks/types/index.d.ts +2 -0
- package/serialization/resources/crm/resources/tasks/types/index.js +18 -0
- package/serialization/resources/crm/types/index.d.ts +33 -48
- package/serialization/resources/crm/types/index.js +33 -48
- package/serialization/resources/filestorage/index.d.ts +1 -1
- package/serialization/resources/filestorage/index.js +1 -1
- package/serialization/resources/filestorage/resources/files/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/files/index.js +1 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +10 -0
- package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.js +39 -0
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +39 -0
- package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/resources/files/types/index.js +18 -0
- package/serialization/resources/filestorage/resources/folders/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/folders/index.js +1 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +10 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +39 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +39 -0
- package/serialization/resources/filestorage/resources/folders/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/resources/folders/types/index.js +18 -0
- package/serialization/resources/filestorage/resources/index.d.ts +8 -2
- package/serialization/resources/filestorage/resources/index.js +9 -3
- package/serialization/resources/filestorage/resources/issues/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/issues/index.js +17 -0
- package/serialization/resources/filestorage/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/serialization/resources/filestorage/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/serialization/resources/filestorage/resources/issues/types/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/issues/types/index.js +17 -0
- package/serialization/resources/filestorage/resources/linkedAccounts/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkedAccounts/index.js +17 -0
- package/serialization/resources/filestorage/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/serialization/resources/filestorage/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/serialization/resources/filestorage/resources/linkedAccounts/types/index.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkedAccounts/types/index.js +17 -0
- package/serialization/resources/filestorage/types/index.d.ts +15 -21
- package/serialization/resources/filestorage/types/index.js +15 -21
- package/serialization/resources/hris/index.d.ts +1 -1
- package/serialization/resources/hris/index.js +1 -1
- package/serialization/resources/hris/resources/bankInfo/index.d.ts +1 -0
- package/serialization/resources/hris/resources/bankInfo/index.js +17 -0
- package/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestAccountType.d.ts +10 -0
- package/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestAccountType.js +31 -0
- package/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/hris/resources/bankInfo/types/BankInfoListRequestOrderBy.js +31 -0
- package/serialization/resources/hris/resources/bankInfo/types/index.d.ts +2 -0
- package/serialization/resources/hris/resources/bankInfo/types/index.js +18 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/index.d.ts +1 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/index.js +17 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +31 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +31 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -0
- package/serialization/resources/hris/resources/employeePayrollRuns/types/index.js +18 -0
- package/serialization/resources/hris/resources/employees/index.d.ts +1 -0
- package/serialization/resources/hris/resources/employees/index.js +1 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestEmploymentStatus.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestEmploymentStatus.js +31 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +287 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestRemoteFields.js +47 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesListRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +287 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestRemoteFields.js +47 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +10 -0
- package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.js +43 -0
- package/serialization/resources/hris/resources/employees/types/index.d.ts +8 -0
- package/serialization/resources/hris/resources/employees/types/index.js +24 -0
- package/serialization/resources/hris/resources/employments/index.d.ts +1 -0
- package/serialization/resources/hris/resources/employments/index.js +17 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +31 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestOrderBy.js +31 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestRemoteFields.js +47 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +31 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestRemoteFields.js +47 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestShowEnumOrigins.js +47 -0
- package/serialization/resources/hris/resources/employments/types/index.d.ts +7 -0
- package/serialization/resources/hris/resources/employments/types/index.js +23 -0
- package/serialization/resources/hris/resources/index.d.ts +22 -3
- package/serialization/resources/hris/resources/index.js +23 -4
- package/serialization/resources/hris/resources/issues/index.d.ts +1 -0
- package/serialization/resources/hris/resources/issues/index.js +17 -0
- package/serialization/resources/hris/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/serialization/resources/hris/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/serialization/resources/hris/resources/issues/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/issues/types/index.js +17 -0
- package/serialization/resources/hris/resources/linkedAccounts/index.d.ts +1 -0
- package/serialization/resources/hris/resources/linkedAccounts/index.js +17 -0
- package/serialization/resources/hris/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/serialization/resources/hris/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/serialization/resources/hris/resources/linkedAccounts/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/linkedAccounts/types/index.js +17 -0
- package/serialization/resources/hris/resources/locations/index.d.ts +1 -0
- package/serialization/resources/hris/resources/locations/index.js +17 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestLocationType.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestLocationType.js +31 -0
- package/serialization/resources/hris/resources/locations/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/locations/types/index.js +17 -0
- package/serialization/resources/hris/resources/payrollRuns/index.d.ts +1 -0
- package/serialization/resources/hris/resources/payrollRuns/index.js +17 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRemoteFields.js +31 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRunType.d.ts +10 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestRunType.js +31 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsListRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestRemoteFields.js +31 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/payrollRuns/types/PayrollRunsRetrieveRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/hris/resources/payrollRuns/types/index.d.ts +5 -0
- package/serialization/resources/hris/resources/payrollRuns/types/index.js +21 -0
- package/serialization/resources/hris/resources/timeOff/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timeOff/index.js +1 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +31 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRemoteFields.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRequestType.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestRequestType.js +31 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestShowEnumOrigins.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestStatus.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestStatus.js +31 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +31 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestRemoteFields.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestShowEnumOrigins.js +39 -0
- package/serialization/resources/hris/resources/timeOff/types/index.d.ts +8 -0
- package/serialization/resources/hris/resources/timeOff/types/index.js +24 -0
- package/serialization/resources/hris/resources/timeOffBalances/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timeOffBalances/index.js +17 -0
- package/serialization/resources/hris/resources/timeOffBalances/types/TimeOffBalancesListRequestPolicyType.d.ts +10 -0
- package/serialization/resources/hris/resources/timeOffBalances/types/TimeOffBalancesListRequestPolicyType.js +31 -0
- package/serialization/resources/hris/resources/timeOffBalances/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timeOffBalances/types/index.js +17 -0
- package/serialization/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/index.js +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/types/TimesheetEntriesListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/hris/resources/timesheetEntries/types/TimesheetEntriesListRequestOrderBy.js +31 -0
- package/serialization/resources/hris/resources/timesheetEntries/types/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/types/index.js +17 -0
- package/serialization/resources/hris/types/index.d.ts +22 -59
- package/serialization/resources/hris/types/index.js +22 -59
- package/serialization/resources/ticketing/index.d.ts +1 -1
- package/serialization/resources/ticketing/index.js +1 -1
- package/serialization/resources/ticketing/resources/collections/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/collections/index.js +17 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestCollectionType.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestCollectionType.js +31 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -0
- package/serialization/resources/ticketing/resources/collections/types/index.js +18 -0
- package/serialization/resources/ticketing/resources/comments/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/comments/index.js +1 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +39 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +39 -0
- package/serialization/resources/ticketing/resources/comments/types/index.d.ts +2 -0
- package/serialization/resources/ticketing/resources/comments/types/index.js +18 -0
- package/serialization/resources/ticketing/resources/index.d.ts +14 -2
- package/serialization/resources/ticketing/resources/index.js +15 -3
- package/serialization/resources/ticketing/resources/issues/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/issues/index.js +17 -0
- package/serialization/resources/ticketing/resources/issues/types/IssuesListRequestStatus.d.ts +10 -0
- package/serialization/resources/ticketing/resources/issues/types/IssuesListRequestStatus.js +31 -0
- package/serialization/resources/ticketing/resources/issues/types/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/issues/types/index.js +17 -0
- package/serialization/resources/ticketing/resources/linkedAccounts/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkedAccounts/index.js +17 -0
- package/serialization/resources/ticketing/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +10 -0
- package/serialization/resources/ticketing/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +31 -0
- package/serialization/resources/ticketing/resources/linkedAccounts/types/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkedAccounts/types/index.js +17 -0
- package/serialization/resources/ticketing/resources/projects/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/projects/index.js +17 -0
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/projects/types/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/projects/types/index.js +17 -0
- package/serialization/resources/ticketing/resources/tickets/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/tickets/index.js +1 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +159 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestPriority.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestPriority.js +31 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestRemoteFields.js +39 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestShowEnumOrigins.js +39 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +31 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +159 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestRemoteFields.js +39 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestShowEnumOrigins.js +39 -0
- package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +9 -0
- package/serialization/resources/ticketing/resources/tickets/types/index.js +25 -0
- package/serialization/resources/ticketing/resources/users/index.d.ts +1 -0
- package/serialization/resources/ticketing/resources/users/index.js +17 -0
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/users/types/index.d.ts +2 -0
- package/serialization/resources/ticketing/resources/users/types/index.js +18 -0
- package/serialization/resources/ticketing/types/index.d.ts +19 -37
- package/serialization/resources/ticketing/types/index.js +19 -37
- package/api/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +0 -5
- package/core/streaming-fetcher/StreamingFetcher.d.ts +0 -30
- package/core/streaming-fetcher/StreamingFetcher.js +0 -79
- package/core/streaming-fetcher/getHeader.d.ts +0 -2
- package/core/streaming-fetcher/getHeader.js +0 -12
- package/core/streaming-fetcher/index.d.ts +0 -3
- package/core/streaming-fetcher/index.js +0 -7
- package/dist/api/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +0 -5
- package/dist/core/streaming-fetcher/StreamingFetcher.d.ts +0 -30
- package/dist/core/streaming-fetcher/StreamingFetcher.js +0 -79
- package/dist/core/streaming-fetcher/getHeader.d.ts +0 -2
- package/dist/core/streaming-fetcher/getHeader.js +0 -12
- package/dist/core/streaming-fetcher/index.d.ts +0 -3
- package/dist/core/streaming-fetcher/index.js +0 -7
- package/dist/serialization/resources/accounting/types/AccountsListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/AccountsListRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/accounting/types/AccountsListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/AccountsListRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/accounting/types/AccountsRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/AccountsRetrieveRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/accounting/types/AccountsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/AccountsRetrieveRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/accounting/types/CompanyInfoListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CompanyInfoListRequestExpand.js +0 -31
- package/dist/serialization/resources/accounting/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CompanyInfoRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/accounting/types/ContactsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ContactsListRequestExpand.js +0 -39
- package/dist/serialization/resources/accounting/types/ContactsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ContactsRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +0 -159
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +0 -159
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/accounting/types/ExpensesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ExpensesListRequestExpand.js +0 -63
- package/dist/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.js +0 -63
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +0 -287
- package/dist/serialization/resources/accounting/types/InvoicesListRequestType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/InvoicesListRequestType.js +0 -31
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +0 -287
- package/dist/serialization/resources/accounting/types/IssuesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/IssuesListRequestStatus.js +0 -31
- package/dist/serialization/resources/accounting/types/ItemsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ItemsListRequestExpand.js +0 -39
- package/dist/serialization/resources/accounting/types/ItemsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/ItemsRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +0 -95
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +0 -95
- package/dist/serialization/resources/accounting/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/LinkedAccountsListRequestCategory.js +0 -31
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +0 -95
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +0 -95
- package/dist/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.js +0 -95
- package/dist/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +0 -95
- package/dist/serialization/resources/accounting/types/TransactionsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/TransactionsListRequestExpand.js +0 -63
- package/dist/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.js +0 -63
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +0 -63
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +0 -63
- package/dist/serialization/resources/ats/types/ActivitiesListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ActivitiesListRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/ats/types/ActivitiesListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ActivitiesListRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/ats/types/ActivitiesRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ActivitiesRetrieveRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/ats/types/ActivitiesRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ActivitiesRetrieveRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/ats/types/ApplicationsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ApplicationsListRequestExpand.js +0 -63
- package/dist/serialization/resources/ats/types/ApplicationsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ApplicationsRetrieveRequestExpand.js +0 -63
- package/dist/serialization/resources/ats/types/CandidatesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/CandidatesListRequestExpand.js +0 -31
- package/dist/serialization/resources/ats/types/CandidatesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/CandidatesRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/ats/types/EeocsListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/ats/types/EeocsListRequestRemoteFields.js +0 -47
- package/dist/serialization/resources/ats/types/EeocsListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/ats/types/EeocsListRequestShowEnumOrigins.js +0 -47
- package/dist/serialization/resources/ats/types/EeocsRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/ats/types/EeocsRetrieveRequestRemoteFields.js +0 -47
- package/dist/serialization/resources/ats/types/EeocsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/ats/types/EeocsRetrieveRequestShowEnumOrigins.js +0 -47
- package/dist/serialization/resources/ats/types/InterviewsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/InterviewsListRequestExpand.js +0 -47
- package/dist/serialization/resources/ats/types/InterviewsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/InterviewsRetrieveRequestExpand.js +0 -47
- package/dist/serialization/resources/ats/types/IssuesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/ats/types/IssuesListRequestStatus.js +0 -31
- package/dist/serialization/resources/ats/types/JobsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/JobsListRequestExpand.js +0 -47
- package/dist/serialization/resources/ats/types/JobsListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/ats/types/JobsListRequestStatus.js +0 -31
- package/dist/serialization/resources/ats/types/JobsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/JobsRetrieveRequestExpand.js +0 -47
- package/dist/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +0 -31
- package/dist/serialization/resources/ats/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/dist/serialization/resources/ats/types/LinkedAccountsListRequestCategory.js +0 -31
- package/dist/serialization/resources/ats/types/OffersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/OffersListRequestExpand.js +0 -31
- package/dist/serialization/resources/ats/types/OffersRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/OffersRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/ats/types/ScorecardsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ScorecardsListRequestExpand.js +0 -39
- package/dist/serialization/resources/ats/types/ScorecardsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ats/types/ScorecardsRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/crm/types/ContactsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/ContactsListRequestExpand.js +0 -31
- package/dist/serialization/resources/crm/types/ContactsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/ContactsRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/crm/types/EngagementsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/EngagementsListRequestExpand.js +0 -47
- package/dist/serialization/resources/crm/types/EngagementsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/EngagementsRetrieveRequestExpand.js +0 -47
- package/dist/serialization/resources/crm/types/IssuesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/crm/types/IssuesListRequestStatus.js +0 -31
- package/dist/serialization/resources/crm/types/LeadsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/LeadsListRequestExpand.js +0 -39
- package/dist/serialization/resources/crm/types/LeadsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/LeadsRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/crm/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/dist/serialization/resources/crm/types/LinkedAccountsListRequestCategory.js +0 -31
- package/dist/serialization/resources/crm/types/NotesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/NotesListRequestExpand.js +0 -47
- package/dist/serialization/resources/crm/types/NotesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/NotesRetrieveRequestExpand.js +0 -47
- package/dist/serialization/resources/crm/types/OpportunitiesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/OpportunitiesListRequestExpand.js +0 -39
- package/dist/serialization/resources/crm/types/OpportunitiesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/crm/types/OpportunitiesListRequestStatus.js +0 -31
- package/dist/serialization/resources/crm/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/OpportunitiesRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/crm/types/TasksListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/TasksListRequestExpand.js +0 -39
- package/dist/serialization/resources/crm/types/TasksRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/crm/types/TasksRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/filestorage/types/FilesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/FilesListRequestExpand.js +0 -39
- package/dist/serialization/resources/filestorage/types/FilesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/FilesRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/filestorage/types/FoldersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/FoldersListRequestExpand.js +0 -39
- package/dist/serialization/resources/filestorage/types/FoldersRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/FoldersRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/filestorage/types/IssuesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/IssuesListRequestStatus.js +0 -31
- package/dist/serialization/resources/filestorage/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/dist/serialization/resources/filestorage/types/LinkedAccountsListRequestCategory.js +0 -31
- package/dist/serialization/resources/hris/types/BankInfoListRequestAccountType.d.ts +0 -10
- package/dist/serialization/resources/hris/types/BankInfoListRequestAccountType.js +0 -31
- package/dist/serialization/resources/hris/types/BankInfoListRequestOrderBy.d.ts +0 -10
- package/dist/serialization/resources/hris/types/BankInfoListRequestOrderBy.js +0 -31
- package/dist/serialization/resources/hris/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeePayrollRunsListRequestExpand.js +0 -31
- package/dist/serialization/resources/hris/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/hris/types/EmployeesListRequestEmploymentStatus.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesListRequestEmploymentStatus.js +0 -31
- package/dist/serialization/resources/hris/types/EmployeesListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesListRequestExpand.js +0 -287
- package/dist/serialization/resources/hris/types/EmployeesListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesListRequestRemoteFields.js +0 -47
- package/dist/serialization/resources/hris/types/EmployeesListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesListRequestShowEnumOrigins.js +0 -47
- package/dist/serialization/resources/hris/types/EmployeesRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesRetrieveRequestExpand.js +0 -287
- package/dist/serialization/resources/hris/types/EmployeesRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesRetrieveRequestRemoteFields.js +0 -47
- package/dist/serialization/resources/hris/types/EmployeesRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmployeesRetrieveRequestShowEnumOrigins.js +0 -47
- package/dist/serialization/resources/hris/types/EmploymentsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsListRequestExpand.js +0 -31
- package/dist/serialization/resources/hris/types/EmploymentsListRequestOrderBy.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsListRequestOrderBy.js +0 -31
- package/dist/serialization/resources/hris/types/EmploymentsListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsListRequestRemoteFields.js +0 -47
- package/dist/serialization/resources/hris/types/EmploymentsListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsListRequestShowEnumOrigins.js +0 -47
- package/dist/serialization/resources/hris/types/EmploymentsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/hris/types/EmploymentsRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsRetrieveRequestRemoteFields.js +0 -47
- package/dist/serialization/resources/hris/types/EmploymentsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/EmploymentsRetrieveRequestShowEnumOrigins.js +0 -47
- package/dist/serialization/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +0 -10
- package/dist/serialization/resources/hris/types/IgnoreCommonModelRequestReason.js +0 -43
- package/dist/serialization/resources/hris/types/IssuesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/hris/types/IssuesListRequestStatus.js +0 -31
- package/dist/serialization/resources/hris/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/dist/serialization/resources/hris/types/LinkedAccountsListRequestCategory.js +0 -31
- package/dist/serialization/resources/hris/types/LocationsListRequestLocationType.d.ts +0 -10
- package/dist/serialization/resources/hris/types/LocationsListRequestLocationType.js +0 -31
- package/dist/serialization/resources/hris/types/PayrollRunsListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/PayrollRunsListRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/hris/types/PayrollRunsListRequestRunType.d.ts +0 -10
- package/dist/serialization/resources/hris/types/PayrollRunsListRequestRunType.js +0 -31
- package/dist/serialization/resources/hris/types/PayrollRunsListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/PayrollRunsListRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/hris/types/PayrollRunsRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/PayrollRunsRetrieveRequestRemoteFields.js +0 -31
- package/dist/serialization/resources/hris/types/PayrollRunsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/PayrollRunsRetrieveRequestShowEnumOrigins.js +0 -31
- package/dist/serialization/resources/hris/types/TimeOffBalancesListRequestPolicyType.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffBalancesListRequestPolicyType.js +0 -31
- package/dist/serialization/resources/hris/types/TimeOffListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffListRequestExpand.js +0 -31
- package/dist/serialization/resources/hris/types/TimeOffListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffListRequestRemoteFields.js +0 -39
- package/dist/serialization/resources/hris/types/TimeOffListRequestRequestType.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffListRequestRequestType.js +0 -31
- package/dist/serialization/resources/hris/types/TimeOffListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffListRequestShowEnumOrigins.js +0 -39
- package/dist/serialization/resources/hris/types/TimeOffListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffListRequestStatus.js +0 -31
- package/dist/serialization/resources/hris/types/TimeOffRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffRetrieveRequestExpand.js +0 -31
- package/dist/serialization/resources/hris/types/TimeOffRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffRetrieveRequestRemoteFields.js +0 -39
- package/dist/serialization/resources/hris/types/TimeOffRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimeOffRetrieveRequestShowEnumOrigins.js +0 -39
- package/dist/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +0 -10
- package/dist/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +0 -31
- package/dist/serialization/resources/ticketing/types/CollectionsListRequestCollectionType.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/CollectionsListRequestCollectionType.js +0 -31
- package/dist/serialization/resources/ticketing/types/CollectionsUsersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/CollectionsUsersListRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/CommentsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/CommentsListRequestExpand.js +0 -39
- package/dist/serialization/resources/ticketing/types/CommentsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/CommentsRetrieveRequestExpand.js +0 -39
- package/dist/serialization/resources/ticketing/types/IssuesListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/IssuesListRequestStatus.js +0 -31
- package/dist/serialization/resources/ticketing/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/LinkedAccountsListRequestCategory.js +0 -31
- package/dist/serialization/resources/ticketing/types/ProjectsUsersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/ProjectsUsersListRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsCollaboratorsListRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/TicketsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsListRequestExpand.js +0 -159
- package/dist/serialization/resources/ticketing/types/TicketsListRequestPriority.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsListRequestPriority.js +0 -31
- package/dist/serialization/resources/ticketing/types/TicketsListRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsListRequestRemoteFields.js +0 -39
- package/dist/serialization/resources/ticketing/types/TicketsListRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsListRequestShowEnumOrigins.js +0 -39
- package/dist/serialization/resources/ticketing/types/TicketsListRequestStatus.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsListRequestStatus.js +0 -31
- package/dist/serialization/resources/ticketing/types/TicketsRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsRetrieveRequestExpand.js +0 -159
- package/dist/serialization/resources/ticketing/types/TicketsRetrieveRequestRemoteFields.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsRetrieveRequestRemoteFields.js +0 -39
- package/dist/serialization/resources/ticketing/types/TicketsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/TicketsRetrieveRequestShowEnumOrigins.js +0 -39
- package/dist/serialization/resources/ticketing/types/UsersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/UsersListRequestExpand.js +0 -31
- package/dist/serialization/resources/ticketing/types/UsersRetrieveRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/types/UsersRetrieveRequestExpand.js +0 -31
- package/serialization/resources/accounting/types/AccountsListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/accounting/types/AccountsListRequestRemoteFields.js +0 -31
- package/serialization/resources/accounting/types/AccountsListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/accounting/types/AccountsListRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/accounting/types/AccountsRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/accounting/types/AccountsRetrieveRequestRemoteFields.js +0 -31
- package/serialization/resources/accounting/types/AccountsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/accounting/types/AccountsRetrieveRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/accounting/types/CompanyInfoListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/CompanyInfoListRequestExpand.js +0 -31
- package/serialization/resources/accounting/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/CompanyInfoRetrieveRequestExpand.js +0 -31
- package/serialization/resources/accounting/types/ContactsListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/ContactsListRequestExpand.js +0 -39
- package/serialization/resources/accounting/types/ContactsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/ContactsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +0 -159
- package/serialization/resources/accounting/types/CreditNotesListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/accounting/types/CreditNotesListRequestRemoteFields.js +0 -31
- package/serialization/resources/accounting/types/CreditNotesListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/accounting/types/CreditNotesListRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +0 -159
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestRemoteFields.js +0 -31
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/accounting/types/ExpensesListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/ExpensesListRequestExpand.js +0 -63
- package/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.js +0 -63
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +0 -287
- package/serialization/resources/accounting/types/InvoicesListRequestType.d.ts +0 -10
- package/serialization/resources/accounting/types/InvoicesListRequestType.js +0 -31
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +0 -287
- package/serialization/resources/accounting/types/IssuesListRequestStatus.d.ts +0 -10
- package/serialization/resources/accounting/types/IssuesListRequestStatus.js +0 -31
- package/serialization/resources/accounting/types/ItemsListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/ItemsListRequestExpand.js +0 -39
- package/serialization/resources/accounting/types/ItemsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/ItemsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +0 -95
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +0 -95
- package/serialization/resources/accounting/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/serialization/resources/accounting/types/LinkedAccountsListRequestCategory.js +0 -31
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +0 -95
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +0 -95
- package/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.js +0 -95
- package/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +0 -95
- package/serialization/resources/accounting/types/TransactionsListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/TransactionsListRequestExpand.js +0 -63
- package/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.js +0 -63
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +0 -63
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +0 -63
- package/serialization/resources/ats/types/ActivitiesListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/ats/types/ActivitiesListRequestRemoteFields.js +0 -31
- package/serialization/resources/ats/types/ActivitiesListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/ats/types/ActivitiesListRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/ats/types/ActivitiesRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/ats/types/ActivitiesRetrieveRequestRemoteFields.js +0 -31
- package/serialization/resources/ats/types/ActivitiesRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/ats/types/ActivitiesRetrieveRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/ats/types/ApplicationsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/ApplicationsListRequestExpand.js +0 -63
- package/serialization/resources/ats/types/ApplicationsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/ApplicationsRetrieveRequestExpand.js +0 -63
- package/serialization/resources/ats/types/CandidatesListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/CandidatesListRequestExpand.js +0 -31
- package/serialization/resources/ats/types/CandidatesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/CandidatesRetrieveRequestExpand.js +0 -31
- package/serialization/resources/ats/types/EeocsListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/ats/types/EeocsListRequestRemoteFields.js +0 -47
- package/serialization/resources/ats/types/EeocsListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/ats/types/EeocsListRequestShowEnumOrigins.js +0 -47
- package/serialization/resources/ats/types/EeocsRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/ats/types/EeocsRetrieveRequestRemoteFields.js +0 -47
- package/serialization/resources/ats/types/EeocsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/ats/types/EeocsRetrieveRequestShowEnumOrigins.js +0 -47
- package/serialization/resources/ats/types/InterviewsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/InterviewsListRequestExpand.js +0 -47
- package/serialization/resources/ats/types/InterviewsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/InterviewsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/ats/types/IssuesListRequestStatus.d.ts +0 -10
- package/serialization/resources/ats/types/IssuesListRequestStatus.js +0 -31
- package/serialization/resources/ats/types/JobsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/JobsListRequestExpand.js +0 -47
- package/serialization/resources/ats/types/JobsListRequestStatus.d.ts +0 -10
- package/serialization/resources/ats/types/JobsListRequestStatus.js +0 -31
- package/serialization/resources/ats/types/JobsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/JobsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +0 -31
- package/serialization/resources/ats/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/serialization/resources/ats/types/LinkedAccountsListRequestCategory.js +0 -31
- package/serialization/resources/ats/types/OffersListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/OffersListRequestExpand.js +0 -31
- package/serialization/resources/ats/types/OffersRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/OffersRetrieveRequestExpand.js +0 -31
- package/serialization/resources/ats/types/ScorecardsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/ScorecardsListRequestExpand.js +0 -39
- package/serialization/resources/ats/types/ScorecardsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ats/types/ScorecardsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/crm/types/ContactsListRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/ContactsListRequestExpand.js +0 -31
- package/serialization/resources/crm/types/ContactsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/ContactsRetrieveRequestExpand.js +0 -31
- package/serialization/resources/crm/types/EngagementsListRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/EngagementsListRequestExpand.js +0 -47
- package/serialization/resources/crm/types/EngagementsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/EngagementsRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/types/IssuesListRequestStatus.d.ts +0 -10
- package/serialization/resources/crm/types/IssuesListRequestStatus.js +0 -31
- package/serialization/resources/crm/types/LeadsListRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/LeadsListRequestExpand.js +0 -39
- package/serialization/resources/crm/types/LeadsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/LeadsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/crm/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/serialization/resources/crm/types/LinkedAccountsListRequestCategory.js +0 -31
- package/serialization/resources/crm/types/NotesListRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/NotesListRequestExpand.js +0 -47
- package/serialization/resources/crm/types/NotesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/NotesRetrieveRequestExpand.js +0 -47
- package/serialization/resources/crm/types/OpportunitiesListRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/OpportunitiesListRequestExpand.js +0 -39
- package/serialization/resources/crm/types/OpportunitiesListRequestStatus.d.ts +0 -10
- package/serialization/resources/crm/types/OpportunitiesListRequestStatus.js +0 -31
- package/serialization/resources/crm/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/OpportunitiesRetrieveRequestExpand.js +0 -39
- package/serialization/resources/crm/types/TasksListRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/TasksListRequestExpand.js +0 -39
- package/serialization/resources/crm/types/TasksRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/crm/types/TasksRetrieveRequestExpand.js +0 -39
- package/serialization/resources/filestorage/types/FilesListRequestExpand.d.ts +0 -10
- package/serialization/resources/filestorage/types/FilesListRequestExpand.js +0 -39
- package/serialization/resources/filestorage/types/FilesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/filestorage/types/FilesRetrieveRequestExpand.js +0 -39
- package/serialization/resources/filestorage/types/FoldersListRequestExpand.d.ts +0 -10
- package/serialization/resources/filestorage/types/FoldersListRequestExpand.js +0 -39
- package/serialization/resources/filestorage/types/FoldersRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/filestorage/types/FoldersRetrieveRequestExpand.js +0 -39
- package/serialization/resources/filestorage/types/IssuesListRequestStatus.d.ts +0 -10
- package/serialization/resources/filestorage/types/IssuesListRequestStatus.js +0 -31
- package/serialization/resources/filestorage/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/serialization/resources/filestorage/types/LinkedAccountsListRequestCategory.js +0 -31
- package/serialization/resources/hris/types/BankInfoListRequestAccountType.d.ts +0 -10
- package/serialization/resources/hris/types/BankInfoListRequestAccountType.js +0 -31
- package/serialization/resources/hris/types/BankInfoListRequestOrderBy.d.ts +0 -10
- package/serialization/resources/hris/types/BankInfoListRequestOrderBy.js +0 -31
- package/serialization/resources/hris/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeePayrollRunsListRequestExpand.js +0 -31
- package/serialization/resources/hris/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -31
- package/serialization/resources/hris/types/EmployeesListRequestEmploymentStatus.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesListRequestEmploymentStatus.js +0 -31
- package/serialization/resources/hris/types/EmployeesListRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesListRequestExpand.js +0 -287
- package/serialization/resources/hris/types/EmployeesListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesListRequestRemoteFields.js +0 -47
- package/serialization/resources/hris/types/EmployeesListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesListRequestShowEnumOrigins.js +0 -47
- package/serialization/resources/hris/types/EmployeesRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesRetrieveRequestExpand.js +0 -287
- package/serialization/resources/hris/types/EmployeesRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesRetrieveRequestRemoteFields.js +0 -47
- package/serialization/resources/hris/types/EmployeesRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/EmployeesRetrieveRequestShowEnumOrigins.js +0 -47
- package/serialization/resources/hris/types/EmploymentsListRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsListRequestExpand.js +0 -31
- package/serialization/resources/hris/types/EmploymentsListRequestOrderBy.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsListRequestOrderBy.js +0 -31
- package/serialization/resources/hris/types/EmploymentsListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsListRequestRemoteFields.js +0 -47
- package/serialization/resources/hris/types/EmploymentsListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsListRequestShowEnumOrigins.js +0 -47
- package/serialization/resources/hris/types/EmploymentsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsRetrieveRequestExpand.js +0 -31
- package/serialization/resources/hris/types/EmploymentsRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsRetrieveRequestRemoteFields.js +0 -47
- package/serialization/resources/hris/types/EmploymentsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/EmploymentsRetrieveRequestShowEnumOrigins.js +0 -47
- package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +0 -10
- package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.js +0 -43
- package/serialization/resources/hris/types/IssuesListRequestStatus.d.ts +0 -10
- package/serialization/resources/hris/types/IssuesListRequestStatus.js +0 -31
- package/serialization/resources/hris/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/serialization/resources/hris/types/LinkedAccountsListRequestCategory.js +0 -31
- package/serialization/resources/hris/types/LocationsListRequestLocationType.d.ts +0 -10
- package/serialization/resources/hris/types/LocationsListRequestLocationType.js +0 -31
- package/serialization/resources/hris/types/PayrollRunsListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/PayrollRunsListRequestRemoteFields.js +0 -31
- package/serialization/resources/hris/types/PayrollRunsListRequestRunType.d.ts +0 -10
- package/serialization/resources/hris/types/PayrollRunsListRequestRunType.js +0 -31
- package/serialization/resources/hris/types/PayrollRunsListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/PayrollRunsListRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/hris/types/PayrollRunsRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/PayrollRunsRetrieveRequestRemoteFields.js +0 -31
- package/serialization/resources/hris/types/PayrollRunsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/PayrollRunsRetrieveRequestShowEnumOrigins.js +0 -31
- package/serialization/resources/hris/types/TimeOffBalancesListRequestPolicyType.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffBalancesListRequestPolicyType.js +0 -31
- package/serialization/resources/hris/types/TimeOffListRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffListRequestExpand.js +0 -31
- package/serialization/resources/hris/types/TimeOffListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffListRequestRemoteFields.js +0 -39
- package/serialization/resources/hris/types/TimeOffListRequestRequestType.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffListRequestRequestType.js +0 -31
- package/serialization/resources/hris/types/TimeOffListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffListRequestShowEnumOrigins.js +0 -39
- package/serialization/resources/hris/types/TimeOffListRequestStatus.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffListRequestStatus.js +0 -31
- package/serialization/resources/hris/types/TimeOffRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffRetrieveRequestExpand.js +0 -31
- package/serialization/resources/hris/types/TimeOffRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffRetrieveRequestRemoteFields.js +0 -39
- package/serialization/resources/hris/types/TimeOffRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/hris/types/TimeOffRetrieveRequestShowEnumOrigins.js +0 -39
- package/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +0 -10
- package/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +0 -31
- package/serialization/resources/ticketing/types/CollectionsListRequestCollectionType.d.ts +0 -10
- package/serialization/resources/ticketing/types/CollectionsListRequestCollectionType.js +0 -31
- package/serialization/resources/ticketing/types/CollectionsUsersListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/CollectionsUsersListRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/CommentsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/CommentsListRequestExpand.js +0 -39
- package/serialization/resources/ticketing/types/CommentsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/CommentsRetrieveRequestExpand.js +0 -39
- package/serialization/resources/ticketing/types/IssuesListRequestStatus.d.ts +0 -10
- package/serialization/resources/ticketing/types/IssuesListRequestStatus.js +0 -31
- package/serialization/resources/ticketing/types/LinkedAccountsListRequestCategory.d.ts +0 -10
- package/serialization/resources/ticketing/types/LinkedAccountsListRequestCategory.js +0 -31
- package/serialization/resources/ticketing/types/ProjectsUsersListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/ProjectsUsersListRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsCollaboratorsListRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/TicketsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsListRequestExpand.js +0 -159
- package/serialization/resources/ticketing/types/TicketsListRequestPriority.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsListRequestPriority.js +0 -31
- package/serialization/resources/ticketing/types/TicketsListRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsListRequestRemoteFields.js +0 -39
- package/serialization/resources/ticketing/types/TicketsListRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsListRequestShowEnumOrigins.js +0 -39
- package/serialization/resources/ticketing/types/TicketsListRequestStatus.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsListRequestStatus.js +0 -31
- package/serialization/resources/ticketing/types/TicketsRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsRetrieveRequestExpand.js +0 -159
- package/serialization/resources/ticketing/types/TicketsRetrieveRequestRemoteFields.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsRetrieveRequestRemoteFields.js +0 -39
- package/serialization/resources/ticketing/types/TicketsRetrieveRequestShowEnumOrigins.d.ts +0 -10
- package/serialization/resources/ticketing/types/TicketsRetrieveRequestShowEnumOrigins.js +0 -39
- package/serialization/resources/ticketing/types/UsersListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/UsersListRequestExpand.js +0 -31
- package/serialization/resources/ticketing/types/UsersRetrieveRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/types/UsersRetrieveRequestExpand.js +0 -31
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestRemoteFields.js +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/contacts/types}/ContactsListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/contacts/types}/ContactsListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestRemoteFields.js +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/accounting/{types → resources/expenses/types}/ExpensesListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/expenses/types}/ExpensesListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/expenses/types}/ExpensesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/expenses/types}/ExpensesRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestType.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestType.js +0 -0
- /package/api/resources/accounting/{types → resources/invoices/types}/InvoicesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/invoices/types}/InvoicesRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/api/resources/accounting/{types → resources/items/types}/ItemsListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/items/types}/ItemsListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/items/types}/ItemsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/items/types}/ItemsRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/api/resources/accounting/{types → resources/payments/types}/PaymentsListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/payments/types}/PaymentsListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/payments/types}/PaymentsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/payments/types}/PaymentsRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/transactions/types}/TransactionsListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/transactions/types}/TransactionsListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/transactions/types}/TransactionsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/transactions/types}/TransactionsRetrieveRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsListRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsListRequestExpand.js +0 -0
- /package/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsRetrieveRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestRemoteFields.js +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/ats/{types → resources/applications/types}/ApplicationsListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/applications/types}/ApplicationsListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/applications/types}/ApplicationsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/applications/types}/ApplicationsRetrieveRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/candidates/types}/CandidatesListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/candidates/types}/CandidatesListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/candidates/types}/CandidatesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/candidates/types}/CandidatesRetrieveRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestRemoteFields.js +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/ats/{types → resources/interviews/types}/InterviewsListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/interviews/types}/InterviewsListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/interviews/types}/InterviewsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/interviews/types}/InterviewsRetrieveRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/api/resources/ats/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsListRequestStatus.d.ts +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsListRequestStatus.js +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsRetrieveRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsScreeningQuestionsListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/jobs/types}/JobsScreeningQuestionsListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/api/resources/ats/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/api/resources/ats/{types → resources/offers/types}/OffersListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/offers/types}/OffersListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/offers/types}/OffersRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/offers/types}/OffersRetrieveRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/scorecards/types}/ScorecardsListRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/scorecards/types}/ScorecardsListRequestExpand.js +0 -0
- /package/api/resources/ats/{types → resources/scorecards/types}/ScorecardsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ats/{types → resources/scorecards/types}/ScorecardsRetrieveRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/contacts/types}/ContactsListRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/contacts/types}/ContactsListRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/engagements/types}/EngagementsListRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/engagements/types}/EngagementsListRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/engagements/types}/EngagementsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/engagements/types}/EngagementsRetrieveRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/api/resources/crm/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/api/resources/crm/{types → resources/leads/types}/LeadsListRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/leads/types}/LeadsListRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/leads/types}/LeadsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/leads/types}/LeadsRetrieveRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/api/resources/crm/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/api/resources/crm/{types → resources/notes/types}/NotesListRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/notes/types}/NotesListRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/notes/types}/NotesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/notes/types}/NotesRetrieveRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestStatus.d.ts +0 -0
- /package/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestStatus.js +0 -0
- /package/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesRetrieveRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/tasks/types}/TasksListRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/tasks/types}/TasksListRequestExpand.js +0 -0
- /package/api/resources/crm/{types → resources/tasks/types}/TasksRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/crm/{types → resources/tasks/types}/TasksRetrieveRequestExpand.js +0 -0
- /package/api/resources/filestorage/{types → resources/files/types}/FilesListRequestExpand.d.ts +0 -0
- /package/api/resources/filestorage/{types → resources/files/types}/FilesListRequestExpand.js +0 -0
- /package/api/resources/filestorage/{types → resources/files/types}/FilesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/filestorage/{types → resources/files/types}/FilesRetrieveRequestExpand.js +0 -0
- /package/api/resources/filestorage/{types → resources/folders/types}/FoldersListRequestExpand.d.ts +0 -0
- /package/api/resources/filestorage/{types → resources/folders/types}/FoldersListRequestExpand.js +0 -0
- /package/api/resources/filestorage/{types → resources/folders/types}/FoldersRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/filestorage/{types → resources/folders/types}/FoldersRetrieveRequestExpand.js +0 -0
- /package/api/resources/filestorage/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/api/resources/filestorage/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/api/resources/filestorage/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/api/resources/filestorage/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestAccountType.d.ts +0 -0
- /package/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestAccountType.js +0 -0
- /package/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestOrderBy.d.ts +0 -0
- /package/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestOrderBy.js +0 -0
- /package/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsListRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsListRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsRetrieveRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestEmploymentStatus.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestEmploymentStatus.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/employees/types}/IgnoreCommonModelRequestReason.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestOrderBy.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestOrderBy.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/api/resources/hris/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/api/resources/hris/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/api/resources/hris/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/api/resources/hris/{types → resources/locations/types}/LocationsListRequestLocationType.d.ts +0 -0
- /package/api/resources/hris/{types → resources/locations/types}/LocationsListRequestLocationType.js +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRunType.d.ts +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRunType.js +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRequestType.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRequestType.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestStatus.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestStatus.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestExpand.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/hris/{types → resources/timeOffBalances/types}/TimeOffBalancesListRequestPolicyType.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timeOffBalances/types}/TimeOffBalancesListRequestPolicyType.js +0 -0
- /package/api/resources/hris/{types → resources/timesheetEntries/types}/TimesheetEntriesListRequestOrderBy.d.ts +0 -0
- /package/api/resources/hris/{types → resources/timesheetEntries/types}/TimesheetEntriesListRequestOrderBy.js +0 -0
- /package/api/resources/ticketing/{types → resources/collections/types}/CollectionsListRequestCollectionType.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/collections/types}/CollectionsListRequestCollectionType.js +0 -0
- /package/api/resources/ticketing/{types → resources/collections/types}/CollectionsUsersListRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/collections/types}/CollectionsUsersListRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/comments/types}/CommentsListRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/comments/types}/CommentsListRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/comments/types}/CommentsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/comments/types}/CommentsRetrieveRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/api/resources/ticketing/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/api/resources/ticketing/{types → resources/projects/types}/ProjectsUsersListRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/projects/types}/ProjectsUsersListRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsCollaboratorsListRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsCollaboratorsListRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestPriority.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestPriority.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestRemoteFields.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestRemoteFields.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestShowEnumOrigins.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestStatus.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestStatus.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestRemoteFields.js +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/api/resources/ticketing/{types → resources/users/types}/UsersListRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/users/types}/UsersListRequestExpand.js +0 -0
- /package/api/resources/ticketing/{types → resources/users/types}/UsersRetrieveRequestExpand.d.ts +0 -0
- /package/api/resources/ticketing/{types → resources/users/types}/UsersRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/accounts/types}/AccountsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/companyInfo/types}/CompanyInfoRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/contacts/types}/ContactsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/contacts/types}/ContactsListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/creditNotes/types}/CreditNotesRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/expenses/types}/ExpensesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/expenses/types}/ExpensesListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/expenses/types}/ExpensesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/expenses/types}/ExpensesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestType.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/invoices/types}/InvoicesListRequestType.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/invoices/types}/InvoicesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/invoices/types}/InvoicesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/items/types}/ItemsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/items/types}/ItemsListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/items/types}/ItemsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/items/types}/ItemsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/journalEntries/types}/JournalEntriesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/payments/types}/PaymentsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/payments/types}/PaymentsListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/payments/types}/PaymentsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/payments/types}/PaymentsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/purchaseOrders/types}/PurchaseOrdersRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/transactions/types}/TransactionsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/transactions/types}/TransactionsListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/transactions/types}/TransactionsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/transactions/types}/TransactionsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsListRequestExpand.js +0 -0
- /package/dist/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/accounting/{types → resources/vendorCredits/types}/VendorCreditsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/activities/types}/ActivitiesRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/ats/{types → resources/applications/types}/ApplicationsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/applications/types}/ApplicationsListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/applications/types}/ApplicationsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/applications/types}/ApplicationsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/candidates/types}/CandidatesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/candidates/types}/CandidatesListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/candidates/types}/CandidatesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/candidates/types}/CandidatesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/eeocs/types}/EeocsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/ats/{types → resources/interviews/types}/InterviewsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/interviews/types}/InterviewsListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/interviews/types}/InterviewsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/interviews/types}/InterviewsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsListRequestStatus.js +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsScreeningQuestionsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/jobs/types}/JobsScreeningQuestionsListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/dist/api/resources/ats/{types → resources/offers/types}/OffersListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/offers/types}/OffersListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/offers/types}/OffersRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/offers/types}/OffersRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/scorecards/types}/ScorecardsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/scorecards/types}/ScorecardsListRequestExpand.js +0 -0
- /package/dist/api/resources/ats/{types → resources/scorecards/types}/ScorecardsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ats/{types → resources/scorecards/types}/ScorecardsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/contacts/types}/ContactsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/contacts/types}/ContactsListRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/contacts/types}/ContactsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/engagements/types}/EngagementsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/engagements/types}/EngagementsListRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/engagements/types}/EngagementsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/engagements/types}/EngagementsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/dist/api/resources/crm/{types → resources/leads/types}/LeadsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/leads/types}/LeadsListRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/leads/types}/LeadsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/leads/types}/LeadsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/dist/api/resources/crm/{types → resources/notes/types}/NotesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/notes/types}/NotesListRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/notes/types}/NotesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/notes/types}/NotesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesListRequestStatus.js +0 -0
- /package/dist/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/opportunities/types}/OpportunitiesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/tasks/types}/TasksListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/tasks/types}/TasksListRequestExpand.js +0 -0
- /package/dist/api/resources/crm/{types → resources/tasks/types}/TasksRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/crm/{types → resources/tasks/types}/TasksRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/filestorage/{types → resources/files/types}/FilesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/filestorage/{types → resources/files/types}/FilesListRequestExpand.js +0 -0
- /package/dist/api/resources/filestorage/{types → resources/files/types}/FilesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/filestorage/{types → resources/files/types}/FilesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/filestorage/{types → resources/folders/types}/FoldersListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/filestorage/{types → resources/folders/types}/FoldersListRequestExpand.js +0 -0
- /package/dist/api/resources/filestorage/{types → resources/folders/types}/FoldersRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/filestorage/{types → resources/folders/types}/FoldersRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/filestorage/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/filestorage/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/dist/api/resources/filestorage/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/dist/api/resources/filestorage/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/dist/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestAccountType.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestAccountType.js +0 -0
- /package/dist/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestOrderBy.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/bankInfo/types}/BankInfoListRequestOrderBy.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsListRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employeePayrollRuns/types}/EmployeePayrollRunsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestEmploymentStatus.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestEmploymentStatus.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/EmployeesRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employees/types}/IgnoreCommonModelRequestReason.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestOrderBy.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestOrderBy.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/employments/types}/EmploymentsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/dist/api/resources/hris/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/dist/api/resources/hris/{types → resources/locations/types}/LocationsListRequestLocationType.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/locations/types}/LocationsListRequestLocationType.js +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRunType.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestRunType.js +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/payrollRuns/types}/PayrollRunsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRequestType.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestRequestType.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffListRequestStatus.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOff/types}/TimeOffRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOffBalances/types}/TimeOffBalancesListRequestPolicyType.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timeOffBalances/types}/TimeOffBalancesListRequestPolicyType.js +0 -0
- /package/dist/api/resources/hris/{types → resources/timesheetEntries/types}/TimesheetEntriesListRequestOrderBy.d.ts +0 -0
- /package/dist/api/resources/hris/{types → resources/timesheetEntries/types}/TimesheetEntriesListRequestOrderBy.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/collections/types}/CollectionsListRequestCollectionType.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/collections/types}/CollectionsListRequestCollectionType.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/collections/types}/CollectionsUsersListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/collections/types}/CollectionsUsersListRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/comments/types}/CommentsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/comments/types}/CommentsListRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/comments/types}/CommentsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/comments/types}/CommentsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/issues/types}/IssuesListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/issues/types}/IssuesListRequestStatus.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/linkedAccounts/types}/LinkedAccountsListRequestCategory.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/projects/types}/ProjectsUsersListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/projects/types}/ProjectsUsersListRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsCollaboratorsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsCollaboratorsListRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestPriority.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestPriority.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestRemoteFields.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestStatus.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsListRequestStatus.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestRemoteFields.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestRemoteFields.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestShowEnumOrigins.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/tickets/types}/TicketsRetrieveRequestShowEnumOrigins.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/users/types}/UsersListRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/users/types}/UsersListRequestExpand.js +0 -0
- /package/dist/api/resources/ticketing/{types → resources/users/types}/UsersRetrieveRequestExpand.d.ts +0 -0
- /package/dist/api/resources/ticketing/{types → resources/users/types}/UsersRetrieveRequestExpand.js +0 -0
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
import * as Merge from "../../..";
|
|
5
5
|
/**
|
|
6
6
|
* # The InvoiceLineItem Object
|
|
7
|
+
*
|
|
7
8
|
* ### Description
|
|
9
|
+
*
|
|
8
10
|
* The `InvoiceLineItem` object represents an itemized record of goods and/or services sold to a customer.
|
|
9
11
|
*
|
|
10
12
|
* ### Usage Example
|
|
13
|
+
*
|
|
11
14
|
* Fetch from the `GET Invoice` endpoint and view the invoice's line items.
|
|
12
15
|
*/
|
|
13
16
|
export interface InvoiceLineItemRequest {
|
|
@@ -24,312 +27,312 @@ export interface InvoiceLineItemRequest {
|
|
|
24
27
|
/**
|
|
25
28
|
* The line item's currency.
|
|
26
29
|
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
*
|
|
213
|
-
*
|
|
214
|
-
*
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
-
*
|
|
230
|
-
*
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
*
|
|
251
|
-
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
254
|
-
*
|
|
255
|
-
*
|
|
256
|
-
*
|
|
257
|
-
*
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
268
|
-
*
|
|
269
|
-
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
*
|
|
276
|
-
*
|
|
277
|
-
*
|
|
278
|
-
*
|
|
279
|
-
*
|
|
280
|
-
*
|
|
281
|
-
*
|
|
282
|
-
*
|
|
283
|
-
*
|
|
284
|
-
*
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
*
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
*
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
*
|
|
300
|
-
*
|
|
301
|
-
*
|
|
302
|
-
*
|
|
303
|
-
*
|
|
304
|
-
*
|
|
305
|
-
*
|
|
306
|
-
*
|
|
307
|
-
*
|
|
308
|
-
*
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
313
|
-
*
|
|
314
|
-
*
|
|
315
|
-
*
|
|
316
|
-
*
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
*
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
*
|
|
325
|
-
*
|
|
326
|
-
*
|
|
327
|
-
*
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
*
|
|
331
|
-
*
|
|
332
|
-
*
|
|
30
|
+
* - `XUA` - ADB Unit of Account
|
|
31
|
+
* - `AFN` - Afghan Afghani
|
|
32
|
+
* - `AFA` - Afghan Afghani (1927–2002)
|
|
33
|
+
* - `ALL` - Albanian Lek
|
|
34
|
+
* - `ALK` - Albanian Lek (1946–1965)
|
|
35
|
+
* - `DZD` - Algerian Dinar
|
|
36
|
+
* - `ADP` - Andorran Peseta
|
|
37
|
+
* - `AOA` - Angolan Kwanza
|
|
38
|
+
* - `AOK` - Angolan Kwanza (1977–1991)
|
|
39
|
+
* - `AON` - Angolan New Kwanza (1990–2000)
|
|
40
|
+
* - `AOR` - Angolan Readjusted Kwanza (1995–1999)
|
|
41
|
+
* - `ARA` - Argentine Austral
|
|
42
|
+
* - `ARS` - Argentine Peso
|
|
43
|
+
* - `ARM` - Argentine Peso (1881–1970)
|
|
44
|
+
* - `ARP` - Argentine Peso (1983–1985)
|
|
45
|
+
* - `ARL` - Argentine Peso Ley (1970–1983)
|
|
46
|
+
* - `AMD` - Armenian Dram
|
|
47
|
+
* - `AWG` - Aruban Florin
|
|
48
|
+
* - `AUD` - Australian Dollar
|
|
49
|
+
* - `ATS` - Austrian Schilling
|
|
50
|
+
* - `AZN` - Azerbaijani Manat
|
|
51
|
+
* - `AZM` - Azerbaijani Manat (1993–2006)
|
|
52
|
+
* - `BSD` - Bahamian Dollar
|
|
53
|
+
* - `BHD` - Bahraini Dinar
|
|
54
|
+
* - `BDT` - Bangladeshi Taka
|
|
55
|
+
* - `BBD` - Barbadian Dollar
|
|
56
|
+
* - `BYN` - Belarusian Ruble
|
|
57
|
+
* - `BYB` - Belarusian Ruble (1994–1999)
|
|
58
|
+
* - `BYR` - Belarusian Ruble (2000–2016)
|
|
59
|
+
* - `BEF` - Belgian Franc
|
|
60
|
+
* - `BEC` - Belgian Franc (convertible)
|
|
61
|
+
* - `BEL` - Belgian Franc (financial)
|
|
62
|
+
* - `BZD` - Belize Dollar
|
|
63
|
+
* - `BMD` - Bermudan Dollar
|
|
64
|
+
* - `BTN` - Bhutanese Ngultrum
|
|
65
|
+
* - `BOB` - Bolivian Boliviano
|
|
66
|
+
* - `BOL` - Bolivian Boliviano (1863–1963)
|
|
67
|
+
* - `BOV` - Bolivian Mvdol
|
|
68
|
+
* - `BOP` - Bolivian Peso
|
|
69
|
+
* - `BAM` - Bosnia-Herzegovina Convertible Mark
|
|
70
|
+
* - `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
|
|
71
|
+
* - `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
|
|
72
|
+
* - `BWP` - Botswanan Pula
|
|
73
|
+
* - `BRC` - Brazilian Cruzado (1986–1989)
|
|
74
|
+
* - `BRZ` - Brazilian Cruzeiro (1942–1967)
|
|
75
|
+
* - `BRE` - Brazilian Cruzeiro (1990–1993)
|
|
76
|
+
* - `BRR` - Brazilian Cruzeiro (1993–1994)
|
|
77
|
+
* - `BRN` - Brazilian New Cruzado (1989–1990)
|
|
78
|
+
* - `BRB` - Brazilian New Cruzeiro (1967–1986)
|
|
79
|
+
* - `BRL` - Brazilian Real
|
|
80
|
+
* - `GBP` - British Pound
|
|
81
|
+
* - `BND` - Brunei Dollar
|
|
82
|
+
* - `BGL` - Bulgarian Hard Lev
|
|
83
|
+
* - `BGN` - Bulgarian Lev
|
|
84
|
+
* - `BGO` - Bulgarian Lev (1879–1952)
|
|
85
|
+
* - `BGM` - Bulgarian Socialist Lev
|
|
86
|
+
* - `BUK` - Burmese Kyat
|
|
87
|
+
* - `BIF` - Burundian Franc
|
|
88
|
+
* - `XPF` - CFP Franc
|
|
89
|
+
* - `KHR` - Cambodian Riel
|
|
90
|
+
* - `CAD` - Canadian Dollar
|
|
91
|
+
* - `CVE` - Cape Verdean Escudo
|
|
92
|
+
* - `KYD` - Cayman Islands Dollar
|
|
93
|
+
* - `XAF` - Central African CFA Franc
|
|
94
|
+
* - `CLE` - Chilean Escudo
|
|
95
|
+
* - `CLP` - Chilean Peso
|
|
96
|
+
* - `CLF` - Chilean Unit of Account (UF)
|
|
97
|
+
* - `CNX` - Chinese People’s Bank Dollar
|
|
98
|
+
* - `CNY` - Chinese Yuan
|
|
99
|
+
* - `CNH` - Chinese Yuan (offshore)
|
|
100
|
+
* - `COP` - Colombian Peso
|
|
101
|
+
* - `COU` - Colombian Real Value Unit
|
|
102
|
+
* - `KMF` - Comorian Franc
|
|
103
|
+
* - `CDF` - Congolese Franc
|
|
104
|
+
* - `CRC` - Costa Rican Colón
|
|
105
|
+
* - `HRD` - Croatian Dinar
|
|
106
|
+
* - `HRK` - Croatian Kuna
|
|
107
|
+
* - `CUC` - Cuban Convertible Peso
|
|
108
|
+
* - `CUP` - Cuban Peso
|
|
109
|
+
* - `CYP` - Cypriot Pound
|
|
110
|
+
* - `CZK` - Czech Koruna
|
|
111
|
+
* - `CSK` - Czechoslovak Hard Koruna
|
|
112
|
+
* - `DKK` - Danish Krone
|
|
113
|
+
* - `DJF` - Djiboutian Franc
|
|
114
|
+
* - `DOP` - Dominican Peso
|
|
115
|
+
* - `NLG` - Dutch Guilder
|
|
116
|
+
* - `XCD` - East Caribbean Dollar
|
|
117
|
+
* - `DDM` - East German Mark
|
|
118
|
+
* - `ECS` - Ecuadorian Sucre
|
|
119
|
+
* - `ECV` - Ecuadorian Unit of Constant Value
|
|
120
|
+
* - `EGP` - Egyptian Pound
|
|
121
|
+
* - `GQE` - Equatorial Guinean Ekwele
|
|
122
|
+
* - `ERN` - Eritrean Nakfa
|
|
123
|
+
* - `EEK` - Estonian Kroon
|
|
124
|
+
* - `ETB` - Ethiopian Birr
|
|
125
|
+
* - `EUR` - Euro
|
|
126
|
+
* - `XBA` - European Composite Unit
|
|
127
|
+
* - `XEU` - European Currency Unit
|
|
128
|
+
* - `XBB` - European Monetary Unit
|
|
129
|
+
* - `XBC` - European Unit of Account (XBC)
|
|
130
|
+
* - `XBD` - European Unit of Account (XBD)
|
|
131
|
+
* - `FKP` - Falkland Islands Pound
|
|
132
|
+
* - `FJD` - Fijian Dollar
|
|
133
|
+
* - `FIM` - Finnish Markka
|
|
134
|
+
* - `FRF` - French Franc
|
|
135
|
+
* - `XFO` - French Gold Franc
|
|
136
|
+
* - `XFU` - French UIC-Franc
|
|
137
|
+
* - `GMD` - Gambian Dalasi
|
|
138
|
+
* - `GEK` - Georgian Kupon Larit
|
|
139
|
+
* - `GEL` - Georgian Lari
|
|
140
|
+
* - `DEM` - German Mark
|
|
141
|
+
* - `GHS` - Ghanaian Cedi
|
|
142
|
+
* - `GHC` - Ghanaian Cedi (1979–2007)
|
|
143
|
+
* - `GIP` - Gibraltar Pound
|
|
144
|
+
* - `XAU` - Gold
|
|
145
|
+
* - `GRD` - Greek Drachma
|
|
146
|
+
* - `GTQ` - Guatemalan Quetzal
|
|
147
|
+
* - `GWP` - Guinea-Bissau Peso
|
|
148
|
+
* - `GNF` - Guinean Franc
|
|
149
|
+
* - `GNS` - Guinean Syli
|
|
150
|
+
* - `GYD` - Guyanaese Dollar
|
|
151
|
+
* - `HTG` - Haitian Gourde
|
|
152
|
+
* - `HNL` - Honduran Lempira
|
|
153
|
+
* - `HKD` - Hong Kong Dollar
|
|
154
|
+
* - `HUF` - Hungarian Forint
|
|
155
|
+
* - `IMP` - IMP
|
|
156
|
+
* - `ISK` - Icelandic Króna
|
|
157
|
+
* - `ISJ` - Icelandic Króna (1918–1981)
|
|
158
|
+
* - `INR` - Indian Rupee
|
|
159
|
+
* - `IDR` - Indonesian Rupiah
|
|
160
|
+
* - `IRR` - Iranian Rial
|
|
161
|
+
* - `IQD` - Iraqi Dinar
|
|
162
|
+
* - `IEP` - Irish Pound
|
|
163
|
+
* - `ILS` - Israeli New Shekel
|
|
164
|
+
* - `ILP` - Israeli Pound
|
|
165
|
+
* - `ILR` - Israeli Shekel (1980–1985)
|
|
166
|
+
* - `ITL` - Italian Lira
|
|
167
|
+
* - `JMD` - Jamaican Dollar
|
|
168
|
+
* - `JPY` - Japanese Yen
|
|
169
|
+
* - `JOD` - Jordanian Dinar
|
|
170
|
+
* - `KZT` - Kazakhstani Tenge
|
|
171
|
+
* - `KES` - Kenyan Shilling
|
|
172
|
+
* - `KWD` - Kuwaiti Dinar
|
|
173
|
+
* - `KGS` - Kyrgystani Som
|
|
174
|
+
* - `LAK` - Laotian Kip
|
|
175
|
+
* - `LVL` - Latvian Lats
|
|
176
|
+
* - `LVR` - Latvian Ruble
|
|
177
|
+
* - `LBP` - Lebanese Pound
|
|
178
|
+
* - `LSL` - Lesotho Loti
|
|
179
|
+
* - `LRD` - Liberian Dollar
|
|
180
|
+
* - `LYD` - Libyan Dinar
|
|
181
|
+
* - `LTL` - Lithuanian Litas
|
|
182
|
+
* - `LTT` - Lithuanian Talonas
|
|
183
|
+
* - `LUL` - Luxembourg Financial Franc
|
|
184
|
+
* - `LUC` - Luxembourgian Convertible Franc
|
|
185
|
+
* - `LUF` - Luxembourgian Franc
|
|
186
|
+
* - `MOP` - Macanese Pataca
|
|
187
|
+
* - `MKD` - Macedonian Denar
|
|
188
|
+
* - `MKN` - Macedonian Denar (1992–1993)
|
|
189
|
+
* - `MGA` - Malagasy Ariary
|
|
190
|
+
* - `MGF` - Malagasy Franc
|
|
191
|
+
* - `MWK` - Malawian Kwacha
|
|
192
|
+
* - `MYR` - Malaysian Ringgit
|
|
193
|
+
* - `MVR` - Maldivian Rufiyaa
|
|
194
|
+
* - `MVP` - Maldivian Rupee (1947–1981)
|
|
195
|
+
* - `MLF` - Malian Franc
|
|
196
|
+
* - `MTL` - Maltese Lira
|
|
197
|
+
* - `MTP` - Maltese Pound
|
|
198
|
+
* - `MRU` - Mauritanian Ouguiya
|
|
199
|
+
* - `MRO` - Mauritanian Ouguiya (1973–2017)
|
|
200
|
+
* - `MUR` - Mauritian Rupee
|
|
201
|
+
* - `MXV` - Mexican Investment Unit
|
|
202
|
+
* - `MXN` - Mexican Peso
|
|
203
|
+
* - `MXP` - Mexican Silver Peso (1861–1992)
|
|
204
|
+
* - `MDC` - Moldovan Cupon
|
|
205
|
+
* - `MDL` - Moldovan Leu
|
|
206
|
+
* - `MCF` - Monegasque Franc
|
|
207
|
+
* - `MNT` - Mongolian Tugrik
|
|
208
|
+
* - `MAD` - Moroccan Dirham
|
|
209
|
+
* - `MAF` - Moroccan Franc
|
|
210
|
+
* - `MZE` - Mozambican Escudo
|
|
211
|
+
* - `MZN` - Mozambican Metical
|
|
212
|
+
* - `MZM` - Mozambican Metical (1980–2006)
|
|
213
|
+
* - `MMK` - Myanmar Kyat
|
|
214
|
+
* - `NAD` - Namibian Dollar
|
|
215
|
+
* - `NPR` - Nepalese Rupee
|
|
216
|
+
* - `ANG` - Netherlands Antillean Guilder
|
|
217
|
+
* - `TWD` - New Taiwan Dollar
|
|
218
|
+
* - `NZD` - New Zealand Dollar
|
|
219
|
+
* - `NIO` - Nicaraguan Córdoba
|
|
220
|
+
* - `NIC` - Nicaraguan Córdoba (1988–1991)
|
|
221
|
+
* - `NGN` - Nigerian Naira
|
|
222
|
+
* - `KPW` - North Korean Won
|
|
223
|
+
* - `NOK` - Norwegian Krone
|
|
224
|
+
* - `OMR` - Omani Rial
|
|
225
|
+
* - `PKR` - Pakistani Rupee
|
|
226
|
+
* - `XPD` - Palladium
|
|
227
|
+
* - `PAB` - Panamanian Balboa
|
|
228
|
+
* - `PGK` - Papua New Guinean Kina
|
|
229
|
+
* - `PYG` - Paraguayan Guarani
|
|
230
|
+
* - `PEI` - Peruvian Inti
|
|
231
|
+
* - `PEN` - Peruvian Sol
|
|
232
|
+
* - `PES` - Peruvian Sol (1863–1965)
|
|
233
|
+
* - `PHP` - Philippine Peso
|
|
234
|
+
* - `XPT` - Platinum
|
|
235
|
+
* - `PLN` - Polish Zloty
|
|
236
|
+
* - `PLZ` - Polish Zloty (1950–1995)
|
|
237
|
+
* - `PTE` - Portuguese Escudo
|
|
238
|
+
* - `GWE` - Portuguese Guinea Escudo
|
|
239
|
+
* - `QAR` - Qatari Rial
|
|
240
|
+
* - `XRE` - RINET Funds
|
|
241
|
+
* - `RHD` - Rhodesian Dollar
|
|
242
|
+
* - `RON` - Romanian Leu
|
|
243
|
+
* - `ROL` - Romanian Leu (1952–2006)
|
|
244
|
+
* - `RUB` - Russian Ruble
|
|
245
|
+
* - `RUR` - Russian Ruble (1991–1998)
|
|
246
|
+
* - `RWF` - Rwandan Franc
|
|
247
|
+
* - `SVC` - Salvadoran Colón
|
|
248
|
+
* - `WST` - Samoan Tala
|
|
249
|
+
* - `SAR` - Saudi Riyal
|
|
250
|
+
* - `RSD` - Serbian Dinar
|
|
251
|
+
* - `CSD` - Serbian Dinar (2002–2006)
|
|
252
|
+
* - `SCR` - Seychellois Rupee
|
|
253
|
+
* - `SLL` - Sierra Leonean Leone
|
|
254
|
+
* - `XAG` - Silver
|
|
255
|
+
* - `SGD` - Singapore Dollar
|
|
256
|
+
* - `SKK` - Slovak Koruna
|
|
257
|
+
* - `SIT` - Slovenian Tolar
|
|
258
|
+
* - `SBD` - Solomon Islands Dollar
|
|
259
|
+
* - `SOS` - Somali Shilling
|
|
260
|
+
* - `ZAR` - South African Rand
|
|
261
|
+
* - `ZAL` - South African Rand (financial)
|
|
262
|
+
* - `KRH` - South Korean Hwan (1953–1962)
|
|
263
|
+
* - `KRW` - South Korean Won
|
|
264
|
+
* - `KRO` - South Korean Won (1945–1953)
|
|
265
|
+
* - `SSP` - South Sudanese Pound
|
|
266
|
+
* - `SUR` - Soviet Rouble
|
|
267
|
+
* - `ESP` - Spanish Peseta
|
|
268
|
+
* - `ESA` - Spanish Peseta (A account)
|
|
269
|
+
* - `ESB` - Spanish Peseta (convertible account)
|
|
270
|
+
* - `XDR` - Special Drawing Rights
|
|
271
|
+
* - `LKR` - Sri Lankan Rupee
|
|
272
|
+
* - `SHP` - St. Helena Pound
|
|
273
|
+
* - `XSU` - Sucre
|
|
274
|
+
* - `SDD` - Sudanese Dinar (1992–2007)
|
|
275
|
+
* - `SDG` - Sudanese Pound
|
|
276
|
+
* - `SDP` - Sudanese Pound (1957–1998)
|
|
277
|
+
* - `SRD` - Surinamese Dollar
|
|
278
|
+
* - `SRG` - Surinamese Guilder
|
|
279
|
+
* - `SZL` - Swazi Lilangeni
|
|
280
|
+
* - `SEK` - Swedish Krona
|
|
281
|
+
* - `CHF` - Swiss Franc
|
|
282
|
+
* - `SYP` - Syrian Pound
|
|
283
|
+
* - `STN` - São Tomé & Príncipe Dobra
|
|
284
|
+
* - `STD` - São Tomé & Príncipe Dobra (1977–2017)
|
|
285
|
+
* - `TVD` - TVD
|
|
286
|
+
* - `TJR` - Tajikistani Ruble
|
|
287
|
+
* - `TJS` - Tajikistani Somoni
|
|
288
|
+
* - `TZS` - Tanzanian Shilling
|
|
289
|
+
* - `XTS` - Testing Currency Code
|
|
290
|
+
* - `THB` - Thai Baht
|
|
291
|
+
* - `XXX` - The codes assigned for transactions where no currency is involved
|
|
292
|
+
* - `TPE` - Timorese Escudo
|
|
293
|
+
* - `TOP` - Tongan Paʻanga
|
|
294
|
+
* - `TTD` - Trinidad & Tobago Dollar
|
|
295
|
+
* - `TND` - Tunisian Dinar
|
|
296
|
+
* - `TRY` - Turkish Lira
|
|
297
|
+
* - `TRL` - Turkish Lira (1922–2005)
|
|
298
|
+
* - `TMT` - Turkmenistani Manat
|
|
299
|
+
* - `TMM` - Turkmenistani Manat (1993–2009)
|
|
300
|
+
* - `USD` - US Dollar
|
|
301
|
+
* - `USN` - US Dollar (Next day)
|
|
302
|
+
* - `USS` - US Dollar (Same day)
|
|
303
|
+
* - `UGX` - Ugandan Shilling
|
|
304
|
+
* - `UGS` - Ugandan Shilling (1966–1987)
|
|
305
|
+
* - `UAH` - Ukrainian Hryvnia
|
|
306
|
+
* - `UAK` - Ukrainian Karbovanets
|
|
307
|
+
* - `AED` - United Arab Emirates Dirham
|
|
308
|
+
* - `UYW` - Uruguayan Nominal Wage Index Unit
|
|
309
|
+
* - `UYU` - Uruguayan Peso
|
|
310
|
+
* - `UYP` - Uruguayan Peso (1975–1993)
|
|
311
|
+
* - `UYI` - Uruguayan Peso (Indexed Units)
|
|
312
|
+
* - `UZS` - Uzbekistani Som
|
|
313
|
+
* - `VUV` - Vanuatu Vatu
|
|
314
|
+
* - `VES` - Venezuelan Bolívar
|
|
315
|
+
* - `VEB` - Venezuelan Bolívar (1871–2008)
|
|
316
|
+
* - `VEF` - Venezuelan Bolívar (2008–2018)
|
|
317
|
+
* - `VND` - Vietnamese Dong
|
|
318
|
+
* - `VNN` - Vietnamese Dong (1978–1985)
|
|
319
|
+
* - `CHE` - WIR Euro
|
|
320
|
+
* - `CHW` - WIR Franc
|
|
321
|
+
* - `XOF` - West African CFA Franc
|
|
322
|
+
* - `YDD` - Yemeni Dinar
|
|
323
|
+
* - `YER` - Yemeni Rial
|
|
324
|
+
* - `YUN` - Yugoslavian Convertible Dinar (1990–1992)
|
|
325
|
+
* - `YUD` - Yugoslavian Hard Dinar (1966–1990)
|
|
326
|
+
* - `YUM` - Yugoslavian New Dinar (1994–2002)
|
|
327
|
+
* - `YUR` - Yugoslavian Reformed Dinar (1992–1993)
|
|
328
|
+
* - `ZWN` - ZWN
|
|
329
|
+
* - `ZRN` - Zairean New Zaire (1993–1998)
|
|
330
|
+
* - `ZRZ` - Zairean Zaire (1971–1993)
|
|
331
|
+
* - `ZMW` - Zambian Kwacha
|
|
332
|
+
* - `ZMK` - Zambian Kwacha (1968–2012)
|
|
333
|
+
* - `ZWD` - Zimbabwean Dollar (1980–2008)
|
|
334
|
+
* - `ZWR` - Zimbabwean Dollar (2008)
|
|
335
|
+
* - `ZWL` - Zimbabwean Dollar (2009)
|
|
333
336
|
*/
|
|
334
337
|
currency?: Merge.accounting.InvoiceLineItemRequestCurrency;
|
|
335
338
|
/** The line item's exchange rate. */
|