@mergeapi/merge-node-client 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +9 -9
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/api/resources/accounting/resources/accounts/client/Client.js +8 -5
- package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +4 -0
- package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/employees/client/Client.js +2 -2
- package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
- package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +10 -9
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +8 -8
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
- package/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
- package/api/resources/accounting/resources/payments/client/Client.js +8 -8
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +9 -3
- package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
- package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/types/Account.d.ts +332 -336
- package/api/resources/accounting/types/AccountAccountType.d.ts +13 -13
- package/api/resources/accounting/types/AccountAccountTypeEnum.d.ts +13 -13
- 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 +0 -3
- package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/api/resources/accounting/types/AccountRequest.d.ts +332 -336
- package/api/resources/accounting/types/AccountRequestAccountType.d.ts +13 -13
- 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 +0 -3
- package/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +0 -3
- package/api/resources/accounting/types/AccountingPeriod.d.ts +0 -3
- package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +0 -3
- package/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +0 -3
- package/api/resources/accounting/types/Address.d.ts +251 -254
- package/api/resources/accounting/types/AddressCountry.d.ts +249 -249
- package/api/resources/accounting/types/AddressRequest.d.ts +251 -254
- 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/AsyncPostTaskStatusEnum.d.ts +4 -4
- package/api/resources/accounting/types/AuditLogEvent.d.ts +48 -48
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +42 -42
- package/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/accounting/types/AvailableActions.d.ts +0 -3
- package/api/resources/accounting/types/BalanceSheet.d.ts +306 -309
- package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
- package/api/resources/accounting/types/BankFeedAccount.d.ts +310 -313
- package/api/resources/accounting/types/BankFeedAccountAccountType.d.ts +2 -2
- package/api/resources/accounting/types/BankFeedAccountAccountTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +306 -306
- package/api/resources/accounting/types/BankFeedAccountFeedStatus.d.ts +2 -2
- package/api/resources/accounting/types/BankFeedAccountRequest.d.ts +310 -313
- package/api/resources/accounting/types/BankFeedAccountRequestAccountType.d.ts +2 -2
- package/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/BankFeedAccountRequestFeedStatus.d.ts +2 -2
- package/api/resources/accounting/types/BankFeedTransaction.d.ts +2 -5
- package/api/resources/accounting/types/BankFeedTransactionCreditOrDebit.d.ts +2 -2
- package/api/resources/accounting/types/BankFeedTransactionRequestRequest.d.ts +2 -5
- package/api/resources/accounting/types/BankFeedTransactionRequestRequestCreditOrDebit.d.ts +2 -2
- package/api/resources/accounting/types/CashFlowStatement.d.ts +306 -309
- 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 +306 -309
- package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ComponentTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/Contact.d.ts +4 -8
- package/api/resources/accounting/types/ContactRequest.d.ts +4 -8
- 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 +310 -313
- package/api/resources/accounting/types/CreditNoteApplyLineForCreditNote.d.ts +0 -3
- package/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequest.d.ts +0 -3
- package/api/resources/accounting/types/CreditNoteApplyLineForInvoice.d.ts +0 -3
- package/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +0 -3
- package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +0 -3
- package/api/resources/accounting/types/CreditNoteRequest.d.ts +310 -313
- package/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/CreditNoteRequestStatus.d.ts +3 -3
- 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/CreditOrDebitEnum.d.ts +2 -2
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/accounting/types/Employee.d.ts +4 -8
- package/api/resources/accounting/types/EmployeeCompany.d.ts +2 -1
- package/api/resources/accounting/types/EmployeeStatus.d.ts +2 -2
- 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 +42 -42
- package/api/resources/accounting/types/Expense.d.ts +306 -309
- package/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ExpenseLine.d.ts +306 -309
- package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ExpenseLineRequest.d.ts +306 -309
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/ExpenseRequest.d.ts +306 -309
- package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/FeedStatusEnum.d.ts +2 -2
- package/api/resources/accounting/types/FieldFormatEnum.d.ts +6 -6
- package/api/resources/accounting/types/FieldTypeEnum.d.ts +6 -6
- package/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +7 -10
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +612 -615
- package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +306 -306
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +306 -306
- package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +7 -7
- package/api/resources/accounting/types/IncomeStatement.d.ts +306 -309
- package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
- package/api/resources/accounting/types/Invoice.d.ts +315 -317
- package/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +306 -309
- package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +306 -309
- package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/InvoiceRequest.d.ts +315 -317
- 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 +2 -5
- package/api/resources/accounting/types/ItemFormatEnum.d.ts +6 -6
- package/api/resources/accounting/types/ItemStatus.d.ts +2 -2
- package/api/resources/accounting/types/ItemTypeEnum.d.ts +6 -6
- package/api/resources/accounting/types/JournalEntry.d.ts +308 -311
- 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 +308 -311
- 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 +306 -309
- package/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
- package/api/resources/accounting/types/JournalLineRequest.d.ts +306 -309
- package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/LanguageEnum.d.ts +2 -2
- package/api/resources/accounting/types/LastSyncResultEnum.d.ts +6 -6
- package/api/resources/accounting/types/MethodEnum.d.ts +7 -7
- package/api/resources/accounting/types/MethodTypeEnum.d.ts +5 -5
- package/api/resources/accounting/types/ModelOperation.d.ts +0 -3
- package/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +3 -6
- package/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +308 -311
- package/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +2 -2
- package/api/resources/accounting/types/Payment.d.ts +308 -311
- package/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PaymentLineItem.d.ts +0 -3
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -3
- package/api/resources/accounting/types/PaymentMethod.d.ts +5 -8
- package/api/resources/accounting/types/PaymentMethodMethodType.d.ts +5 -5
- package/api/resources/accounting/types/PaymentRequest.d.ts +308 -311
- package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PaymentRequestType.d.ts +2 -2
- package/api/resources/accounting/types/PaymentTerm.d.ts +0 -3
- package/api/resources/accounting/types/PaymentType.d.ts +2 -2
- package/api/resources/accounting/types/PaymentTypeEnum.d.ts +2 -2
- package/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
- package/api/resources/accounting/types/PurchaseOrder.d.ts +312 -315
- package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +306 -309
- package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +306 -309
- package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
- package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +311 -314
- 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/RemoteData.d.ts +0 -3
- package/api/resources/accounting/types/RemoteKey.d.ts +0 -3
- package/api/resources/accounting/types/RemoteResponse.d.ts +0 -3
- package/api/resources/accounting/types/ReportItem.d.ts +0 -3
- 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/Status895Enum.d.ts +2 -2
- package/api/resources/accounting/types/StatusFd5Enum.d.ts +6 -6
- package/api/resources/accounting/types/SyncStatus.d.ts +0 -3
- package/api/resources/accounting/types/TaxComponent.d.ts +2 -5
- package/api/resources/accounting/types/TaxComponentComponentType.d.ts +2 -2
- package/api/resources/accounting/types/TaxRate.d.ts +2 -5
- package/api/resources/accounting/types/TaxRateStatus.d.ts +2 -2
- package/api/resources/accounting/types/TrackingCategory.d.ts +4 -7
- 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 +313 -317
- package/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
- package/api/resources/accounting/types/TransactionCurrencyEnum.d.ts +306 -306
- package/api/resources/accounting/types/TransactionLineItem.d.ts +306 -309
- package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
- package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +7 -7
- package/api/resources/accounting/types/VendorCredit.d.ts +306 -309
- package/api/resources/accounting/types/VendorCreditApplyLineForInvoice.d.ts +0 -3
- package/api/resources/accounting/types/VendorCreditApplyLineForVendorCredit.d.ts +0 -3
- package/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequest.d.ts +0 -3
- package/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
- package/api/resources/accounting/types/VendorCreditLine.d.ts +0 -3
- package/api/resources/accounting/types/VendorCreditLineRequest.d.ts +0 -3
- package/api/resources/accounting/types/VendorCreditRequest.d.ts +306 -309
- package/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +306 -306
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
- package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -5
- package/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -5
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
- package/api/resources/ats/types/AccountDetailsAndActions.d.ts +0 -3
- package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/api/resources/ats/types/Activity.d.ts +6 -10
- package/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
- package/api/resources/ats/types/ActivityRequest.d.ts +6 -10
- 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 +0 -3
- package/api/resources/ats/types/ApplicationRequest.d.ts +0 -3
- package/api/resources/ats/types/Attachment.d.ts +4 -8
- package/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
- package/api/resources/ats/types/AttachmentRequest.d.ts +4 -8
- 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 +48 -48
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +42 -42
- package/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/ats/types/AvailableActions.d.ts +0 -3
- package/api/resources/ats/types/Candidate.d.ts +0 -4
- package/api/resources/ats/types/CandidateRequest.d.ts +0 -4
- 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/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/ats/types/Department.d.ts +0 -4
- package/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
- package/api/resources/ats/types/Eeoc.d.ts +19 -23
- 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 +3 -7
- package/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
- package/api/resources/ats/types/EmailAddressRequest.d.ts +3 -7
- 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 +42 -42
- 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 +8 -12
- package/api/resources/ats/types/JobInterviewStage.d.ts +0 -4
- package/api/resources/ats/types/JobPosting.d.ts +5 -9
- package/api/resources/ats/types/JobPostingStatusEnum.d.ts +5 -5
- 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/JobTypeEnum.d.ts +3 -3
- package/api/resources/ats/types/LanguageEnum.d.ts +2 -2
- package/api/resources/ats/types/LastSyncResultEnum.d.ts +6 -6
- package/api/resources/ats/types/MethodEnum.d.ts +7 -7
- package/api/resources/ats/types/ModelOperation.d.ts +0 -3
- package/api/resources/ats/types/MultipartFormFieldRequest.d.ts +3 -6
- package/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/ats/types/Offer.d.ts +9 -13
- 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 +0 -4
- package/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
- package/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -4
- package/api/resources/ats/types/PhoneNumber.d.ts +5 -9
- package/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
- package/api/resources/ats/types/PhoneNumberRequest.d.ts +5 -9
- 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 +0 -4
- package/api/resources/ats/types/RemoteData.d.ts +0 -3
- package/api/resources/ats/types/RemoteKey.d.ts +0 -3
- package/api/resources/ats/types/RemoteResponse.d.ts +0 -3
- package/api/resources/ats/types/RemoteUser.d.ts +5 -9
- 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 +3 -7
- package/api/resources/ats/types/ScheduledInterviewRequest.d.ts +3 -7
- 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 +5 -9
- package/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
- package/api/resources/ats/types/ScreeningQuestion.d.ts +8 -11
- package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +0 -3
- package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +0 -3
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +0 -3
- package/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
- package/api/resources/ats/types/ScreeningQuestionTypeEnum.d.ts +8 -8
- package/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/api/resources/ats/types/StatusFd5Enum.d.ts +6 -6
- package/api/resources/ats/types/SyncStatus.d.ts +0 -3
- package/api/resources/ats/types/Tag.d.ts +0 -4
- package/api/resources/ats/types/Url.d.ts +7 -11
- package/api/resources/ats/types/UrlRequest.d.ts +7 -11
- 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/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +3 -3
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/Account.d.ts +0 -4
- package/api/resources/crm/types/AccountDetailsAndActions.d.ts +0 -3
- package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/api/resources/crm/types/AccountRequest.d.ts +0 -4
- package/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
- package/api/resources/crm/types/Address.d.ts +251 -255
- 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 +251 -255
- 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 +0 -4
- package/api/resources/crm/types/AssociationType.d.ts +0 -4
- package/api/resources/crm/types/AuditLogEvent.d.ts +48 -48
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +42 -42
- package/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/crm/types/AvailableActions.d.ts +0 -3
- 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/Contact.d.ts +0 -4
- package/api/resources/crm/types/ContactRequest.d.ts +0 -4
- package/api/resources/crm/types/CountryEnum.d.ts +249 -249
- package/api/resources/crm/types/CustomObject.d.ts +0 -4
- package/api/resources/crm/types/CustomObjectClass.d.ts +0 -4
- package/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/crm/types/DirectionEnum.d.ts +2 -2
- package/api/resources/crm/types/EmailAddress.d.ts +0 -4
- package/api/resources/crm/types/EmailAddressRequest.d.ts +0 -4
- 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 +2 -6
- package/api/resources/crm/types/EngagementDirection.d.ts +2 -2
- package/api/resources/crm/types/EngagementRequest.d.ts +2 -6
- package/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
- package/api/resources/crm/types/EngagementType.d.ts +3 -7
- package/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
- package/api/resources/crm/types/EventTypeEnum.d.ts +42 -42
- 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/LanguageEnum.d.ts +2 -2
- package/api/resources/crm/types/LastSyncResultEnum.d.ts +6 -6
- package/api/resources/crm/types/Lead.d.ts +0 -4
- package/api/resources/crm/types/LeadRequest.d.ts +0 -4
- package/api/resources/crm/types/MethodEnum.d.ts +7 -7
- package/api/resources/crm/types/ModelOperation.d.ts +0 -3
- package/api/resources/crm/types/MultipartFormFieldRequest.d.ts +3 -6
- package/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/crm/types/Note.d.ts +0 -4
- package/api/resources/crm/types/NoteRequest.d.ts +0 -4
- package/api/resources/crm/types/Opportunity.d.ts +3 -7
- package/api/resources/crm/types/OpportunityRequest.d.ts +3 -7
- 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 +0 -4
- package/api/resources/crm/types/PatchedContactRequest.d.ts +0 -4
- package/api/resources/crm/types/PatchedEngagementRequest.d.ts +2 -6
- package/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
- package/api/resources/crm/types/PatchedOpportunityRequest.d.ts +3 -7
- package/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
- package/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -6
- package/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
- package/api/resources/crm/types/PhoneNumber.d.ts +0 -4
- package/api/resources/crm/types/PhoneNumberRequest.d.ts +0 -4
- package/api/resources/crm/types/ReasonEnum.d.ts +3 -3
- package/api/resources/crm/types/RemoteData.d.ts +0 -3
- package/api/resources/crm/types/RemoteKey.d.ts +0 -3
- package/api/resources/crm/types/RemoteResponse.d.ts +0 -3
- 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 +0 -4
- package/api/resources/crm/types/StatusFd5Enum.d.ts +6 -6
- package/api/resources/crm/types/SyncStatus.d.ts +0 -3
- package/api/resources/crm/types/Task.d.ts +2 -6
- package/api/resources/crm/types/TaskRequest.d.ts +2 -6
- 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 +0 -4
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/filestorage/resources/files/client/Client.js +7 -7
- package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +0 -7
- package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +0 -3
- package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +48 -48
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +42 -42
- package/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/filestorage/types/AvailableActions.d.ts +0 -3
- 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/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/filestorage/types/Drive.d.ts +0 -4
- 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 +42 -42
- package/api/resources/filestorage/types/FileRequest.d.ts +0 -4
- package/api/resources/filestorage/types/File_.d.ts +0 -4
- package/api/resources/filestorage/types/Folder.d.ts +0 -4
- package/api/resources/filestorage/types/FolderRequest.d.ts +0 -4
- package/api/resources/filestorage/types/Group.d.ts +0 -4
- 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/LanguageEnum.d.ts +2 -2
- package/api/resources/filestorage/types/LastSyncResultEnum.d.ts +6 -6
- package/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
- package/api/resources/filestorage/types/ModelOperation.d.ts +0 -3
- package/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +3 -6
- package/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/filestorage/types/Permission.d.ts +4 -7
- package/api/resources/filestorage/types/PermissionRequest.d.ts +4 -7
- 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/RemoteData.d.ts +0 -3
- package/api/resources/filestorage/types/RemoteKey.d.ts +0 -3
- package/api/resources/filestorage/types/RemoteResponse.d.ts +0 -3
- 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/StatusFd5Enum.d.ts +6 -6
- package/api/resources/filestorage/types/SyncStatus.d.ts +0 -3
- package/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
- package/api/resources/filestorage/types/User.d.ts +0 -4
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +2 -2
- package/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +3 -3
- package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -5
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +11 -11
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +6 -6
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/AccountDetailsAndActions.d.ts +0 -3
- package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
- package/api/resources/hris/types/AuditLogEvent.d.ts +48 -48
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +42 -42
- package/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/hris/types/AvailableActions.d.ts +0 -3
- package/api/resources/hris/types/BankInfo.d.ts +2 -5
- package/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
- package/api/resources/hris/types/Benefit.d.ts +0 -3
- 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 +0 -3
- package/api/resources/hris/types/CountryEnum.d.ts +249 -249
- package/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/hris/types/Deduction.d.ts +0 -3
- package/api/resources/hris/types/Dependent.d.ts +8 -11
- 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 +4 -7
- 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 +21 -24
- 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 +0 -3
- package/api/resources/hris/types/EmployeeRequest.d.ts +21 -24
- 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 +5 -8
- package/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
- package/api/resources/hris/types/Employment.d.ts +333 -336
- 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 +42 -42
- 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 +5 -8
- 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/LanguageEnum.d.ts +2 -2
- package/api/resources/hris/types/LastSyncResultEnum.d.ts +6 -6
- package/api/resources/hris/types/Location.d.ts +251 -254
- 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 +0 -3
- package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +3 -6
- 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 +0 -3
- package/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
- package/api/resources/hris/types/PayrollRun.d.ts +10 -13
- 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/RemoteData.d.ts +0 -3
- package/api/resources/hris/types/RemoteKey.d.ts +0 -3
- package/api/resources/hris/types/RemoteResponse.d.ts +0 -3
- 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/StatusFd5Enum.d.ts +6 -6
- package/api/resources/hris/types/SyncStatus.d.ts +0 -3
- package/api/resources/hris/types/Tax.d.ts +0 -3
- package/api/resources/hris/types/Team.d.ts +0 -3
- package/api/resources/hris/types/TimeOff.d.ts +13 -16
- package/api/resources/hris/types/TimeOffBalance.d.ts +6 -9
- package/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
- package/api/resources/hris/types/TimeOffRequest.d.ts +13 -16
- 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 +1 -3
- package/api/resources/hris/types/TimesheetEntryRequest.d.ts +1 -3
- package/api/resources/hris/types/UnitsEnum.d.ts +2 -2
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +0 -7
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/roles/client/Client.js +2 -2
- package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -4
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
- package/api/resources/ticketing/types/Account.d.ts +0 -3
- package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +0 -3
- package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/api/resources/ticketing/types/Attachment.d.ts +0 -3
- package/api/resources/ticketing/types/AttachmentRequest.d.ts +0 -3
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +48 -48
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +42 -42
- package/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
- package/api/resources/ticketing/types/AvailableActions.d.ts +0 -3
- 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 +5 -8
- 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 +0 -3
- package/api/resources/ticketing/types/CommentRequest.d.ts +0 -3
- package/api/resources/ticketing/types/Contact.d.ts +0 -3
- package/api/resources/ticketing/types/ContactRequest.d.ts +0 -3
- package/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
- 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 +42 -42
- 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/LanguageEnum.d.ts +2 -2
- package/api/resources/ticketing/types/LastSyncResultEnum.d.ts +6 -6
- package/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
- package/api/resources/ticketing/types/ModelOperation.d.ts +0 -3
- package/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +3 -6
- package/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +8 -12
- 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 +0 -3
- package/api/resources/ticketing/types/RemoteData.d.ts +0 -3
- package/api/resources/ticketing/types/RemoteKey.d.ts +0 -3
- package/api/resources/ticketing/types/RemoteResponse.d.ts +0 -3
- 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 +3 -6
- 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/StatusFd5Enum.d.ts +6 -6
- package/api/resources/ticketing/types/SyncStatus.d.ts +0 -3
- package/api/resources/ticketing/types/Tag.d.ts +0 -3
- package/api/resources/ticketing/types/Team.d.ts +0 -3
- package/api/resources/ticketing/types/Ticket.d.ts +8 -12
- 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 +8 -12
- 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 +0 -3
- package/api/resources/ticketing/types/Viewer.d.ts +0 -3
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +9 -9
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -5
- package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +9 -6
- package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +4 -0
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/employees/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +10 -9
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +8 -8
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/payments/client/Client.js +8 -8
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +9 -3
- package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/types/Account.d.ts +332 -336
- package/dist/api/resources/accounting/types/AccountAccountType.d.ts +13 -13
- package/dist/api/resources/accounting/types/AccountAccountTypeEnum.d.ts +13 -13
- 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 +0 -3
- package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/dist/api/resources/accounting/types/AccountRequest.d.ts +332 -336
- package/dist/api/resources/accounting/types/AccountRequestAccountType.d.ts +13 -13
- 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 +0 -3
- package/dist/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +0 -3
- package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +0 -3
- package/dist/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/Address.d.ts +251 -254
- package/dist/api/resources/accounting/types/AddressCountry.d.ts +249 -249
- package/dist/api/resources/accounting/types/AddressRequest.d.ts +251 -254
- 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/AsyncPostTaskStatusEnum.d.ts +4 -4
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +48 -48
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +42 -42
- package/dist/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/accounting/types/AvailableActions.d.ts +0 -3
- package/dist/api/resources/accounting/types/BalanceSheet.d.ts +306 -309
- package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/BankFeedAccount.d.ts +310 -313
- package/dist/api/resources/accounting/types/BankFeedAccountAccountType.d.ts +2 -2
- package/dist/api/resources/accounting/types/BankFeedAccountAccountTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/BankFeedAccountFeedStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/BankFeedAccountRequest.d.ts +310 -313
- package/dist/api/resources/accounting/types/BankFeedAccountRequestAccountType.d.ts +2 -2
- package/dist/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/BankFeedAccountRequestFeedStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/BankFeedTransaction.d.ts +2 -5
- package/dist/api/resources/accounting/types/BankFeedTransactionCreditOrDebit.d.ts +2 -2
- package/dist/api/resources/accounting/types/BankFeedTransactionRequestRequest.d.ts +2 -5
- package/dist/api/resources/accounting/types/BankFeedTransactionRequestRequestCreditOrDebit.d.ts +2 -2
- package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +306 -309
- 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 +306 -309
- package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ComponentTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/Contact.d.ts +4 -8
- package/dist/api/resources/accounting/types/ContactRequest.d.ts +4 -8
- 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 +310 -313
- package/dist/api/resources/accounting/types/CreditNoteApplyLineForCreditNote.d.ts +0 -3
- package/dist/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/CreditNoteApplyLineForInvoice.d.ts +0 -3
- package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +0 -3
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/CreditNoteRequest.d.ts +310 -313
- package/dist/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/CreditNoteRequestStatus.d.ts +3 -3
- 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/CreditOrDebitEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/Employee.d.ts +4 -8
- package/dist/api/resources/accounting/types/EmployeeCompany.d.ts +2 -1
- package/dist/api/resources/accounting/types/EmployeeStatus.d.ts +2 -2
- 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 +42 -42
- package/dist/api/resources/accounting/types/Expense.d.ts +306 -309
- package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +306 -309
- package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +306 -309
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +306 -309
- package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/FeedStatusEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/FieldFormatEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/FieldTypeEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +7 -10
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +612 -615
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +7 -7
- package/dist/api/resources/accounting/types/IncomeStatement.d.ts +306 -309
- package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/Invoice.d.ts +315 -317
- package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +306 -309
- package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +306 -309
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +315 -317
- 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 +2 -5
- package/dist/api/resources/accounting/types/ItemFormatEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/ItemStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/ItemTypeEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +308 -311
- 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 +308 -311
- 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 +306 -309
- package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +306 -309
- package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/LanguageEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/LastSyncResultEnum.d.ts +6 -6
- package/dist/api/resources/accounting/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/accounting/types/MethodTypeEnum.d.ts +5 -5
- package/dist/api/resources/accounting/types/ModelOperation.d.ts +0 -3
- package/dist/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +3 -6
- package/dist/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +308 -311
- package/dist/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +2 -2
- package/dist/api/resources/accounting/types/Payment.d.ts +308 -311
- package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +0 -3
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/PaymentMethod.d.ts +5 -8
- package/dist/api/resources/accounting/types/PaymentMethodMethodType.d.ts +5 -5
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +308 -311
- package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PaymentRequestType.d.ts +2 -2
- package/dist/api/resources/accounting/types/PaymentTerm.d.ts +0 -3
- package/dist/api/resources/accounting/types/PaymentType.d.ts +2 -2
- package/dist/api/resources/accounting/types/PaymentTypeEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +312 -315
- package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +306 -309
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +306 -309
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +311 -314
- 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/RemoteData.d.ts +0 -3
- package/dist/api/resources/accounting/types/RemoteKey.d.ts +0 -3
- package/dist/api/resources/accounting/types/RemoteResponse.d.ts +0 -3
- package/dist/api/resources/accounting/types/ReportItem.d.ts +0 -3
- 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/Status895Enum.d.ts +2 -2
- package/dist/api/resources/accounting/types/StatusFd5Enum.d.ts +6 -6
- package/dist/api/resources/accounting/types/SyncStatus.d.ts +0 -3
- package/dist/api/resources/accounting/types/TaxComponent.d.ts +2 -5
- package/dist/api/resources/accounting/types/TaxComponentComponentType.d.ts +2 -2
- package/dist/api/resources/accounting/types/TaxRate.d.ts +2 -5
- package/dist/api/resources/accounting/types/TaxRateStatus.d.ts +2 -2
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +4 -7
- 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 +313 -317
- package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/TransactionCurrencyEnum.d.ts +306 -306
- package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +306 -309
- package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +7 -7
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +306 -309
- package/dist/api/resources/accounting/types/VendorCreditApplyLineForInvoice.d.ts +0 -3
- package/dist/api/resources/accounting/types/VendorCreditApplyLineForVendorCredit.d.ts +0 -3
- package/dist/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +0 -3
- package/dist/api/resources/accounting/types/VendorCreditLineRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/VendorCreditRequest.d.ts +306 -309
- package/dist/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +306 -306
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -5
- package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -5
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +0 -3
- package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/dist/api/resources/ats/types/Activity.d.ts +6 -10
- package/dist/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
- package/dist/api/resources/ats/types/ActivityRequest.d.ts +6 -10
- 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 +0 -3
- package/dist/api/resources/ats/types/ApplicationRequest.d.ts +0 -3
- package/dist/api/resources/ats/types/Attachment.d.ts +4 -8
- package/dist/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
- package/dist/api/resources/ats/types/AttachmentRequest.d.ts +4 -8
- 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 +48 -48
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +42 -42
- package/dist/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/ats/types/AvailableActions.d.ts +0 -3
- package/dist/api/resources/ats/types/Candidate.d.ts +0 -4
- package/dist/api/resources/ats/types/CandidateRequest.d.ts +0 -4
- 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/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/ats/types/Department.d.ts +0 -4
- package/dist/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/Eeoc.d.ts +19 -23
- 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 +3 -7
- package/dist/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
- package/dist/api/resources/ats/types/EmailAddressRequest.d.ts +3 -7
- 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 +42 -42
- 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 +8 -12
- package/dist/api/resources/ats/types/JobInterviewStage.d.ts +0 -4
- package/dist/api/resources/ats/types/JobPosting.d.ts +5 -9
- package/dist/api/resources/ats/types/JobPostingStatusEnum.d.ts +5 -5
- 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/JobTypeEnum.d.ts +3 -3
- package/dist/api/resources/ats/types/LanguageEnum.d.ts +2 -2
- package/dist/api/resources/ats/types/LastSyncResultEnum.d.ts +6 -6
- package/dist/api/resources/ats/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/ats/types/ModelOperation.d.ts +0 -3
- package/dist/api/resources/ats/types/MultipartFormFieldRequest.d.ts +3 -6
- package/dist/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/ats/types/Offer.d.ts +9 -13
- 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 +0 -4
- package/dist/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
- package/dist/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -4
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +5 -9
- package/dist/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
- package/dist/api/resources/ats/types/PhoneNumberRequest.d.ts +5 -9
- 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 +0 -4
- package/dist/api/resources/ats/types/RemoteData.d.ts +0 -3
- package/dist/api/resources/ats/types/RemoteKey.d.ts +0 -3
- package/dist/api/resources/ats/types/RemoteResponse.d.ts +0 -3
- package/dist/api/resources/ats/types/RemoteUser.d.ts +5 -9
- 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 +3 -7
- package/dist/api/resources/ats/types/ScheduledInterviewRequest.d.ts +3 -7
- 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 +5 -9
- package/dist/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +8 -11
- package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +0 -3
- package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +0 -3
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +0 -3
- package/dist/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
- package/dist/api/resources/ats/types/ScreeningQuestionTypeEnum.d.ts +8 -8
- package/dist/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
- package/dist/api/resources/ats/types/StatusFd5Enum.d.ts +6 -6
- package/dist/api/resources/ats/types/SyncStatus.d.ts +0 -3
- package/dist/api/resources/ats/types/Tag.d.ts +0 -4
- package/dist/api/resources/ats/types/Url.d.ts +7 -11
- package/dist/api/resources/ats/types/UrlRequest.d.ts +7 -11
- 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/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +3 -3
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/Account.d.ts +0 -4
- package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +0 -3
- package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/dist/api/resources/crm/types/AccountRequest.d.ts +0 -4
- package/dist/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/Address.d.ts +251 -255
- 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 +251 -255
- 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 +0 -4
- package/dist/api/resources/crm/types/AssociationType.d.ts +0 -4
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +48 -48
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +42 -42
- package/dist/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/crm/types/AvailableActions.d.ts +0 -3
- 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/Contact.d.ts +0 -4
- package/dist/api/resources/crm/types/ContactRequest.d.ts +0 -4
- package/dist/api/resources/crm/types/CountryEnum.d.ts +249 -249
- package/dist/api/resources/crm/types/CustomObject.d.ts +0 -4
- package/dist/api/resources/crm/types/CustomObjectClass.d.ts +0 -4
- package/dist/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/crm/types/DirectionEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/EmailAddress.d.ts +0 -4
- package/dist/api/resources/crm/types/EmailAddressRequest.d.ts +0 -4
- 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 +2 -6
- package/dist/api/resources/crm/types/EngagementDirection.d.ts +2 -2
- package/dist/api/resources/crm/types/EngagementRequest.d.ts +2 -6
- package/dist/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
- package/dist/api/resources/crm/types/EngagementType.d.ts +3 -7
- package/dist/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +42 -42
- 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/LanguageEnum.d.ts +2 -2
- package/dist/api/resources/crm/types/LastSyncResultEnum.d.ts +6 -6
- package/dist/api/resources/crm/types/Lead.d.ts +0 -4
- package/dist/api/resources/crm/types/LeadRequest.d.ts +0 -4
- package/dist/api/resources/crm/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/crm/types/ModelOperation.d.ts +0 -3
- package/dist/api/resources/crm/types/MultipartFormFieldRequest.d.ts +3 -6
- package/dist/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/crm/types/Note.d.ts +0 -4
- package/dist/api/resources/crm/types/NoteRequest.d.ts +0 -4
- package/dist/api/resources/crm/types/Opportunity.d.ts +3 -7
- package/dist/api/resources/crm/types/OpportunityRequest.d.ts +3 -7
- 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 +0 -4
- package/dist/api/resources/crm/types/PatchedContactRequest.d.ts +0 -4
- package/dist/api/resources/crm/types/PatchedEngagementRequest.d.ts +2 -6
- package/dist/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
- package/dist/api/resources/crm/types/PatchedOpportunityRequest.d.ts +3 -7
- package/dist/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
- package/dist/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -6
- package/dist/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
- package/dist/api/resources/crm/types/PhoneNumber.d.ts +0 -4
- package/dist/api/resources/crm/types/PhoneNumberRequest.d.ts +0 -4
- package/dist/api/resources/crm/types/ReasonEnum.d.ts +3 -3
- package/dist/api/resources/crm/types/RemoteData.d.ts +0 -3
- package/dist/api/resources/crm/types/RemoteKey.d.ts +0 -3
- package/dist/api/resources/crm/types/RemoteResponse.d.ts +0 -3
- 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 +0 -4
- package/dist/api/resources/crm/types/StatusFd5Enum.d.ts +6 -6
- package/dist/api/resources/crm/types/SyncStatus.d.ts +0 -3
- package/dist/api/resources/crm/types/Task.d.ts +2 -6
- package/dist/api/resources/crm/types/TaskRequest.d.ts +2 -6
- 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 +0 -4
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/filestorage/resources/files/client/Client.js +7 -7
- package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +0 -7
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +0 -3
- package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +48 -48
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +42 -42
- package/dist/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/filestorage/types/AvailableActions.d.ts +0 -3
- 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/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/filestorage/types/Drive.d.ts +0 -4
- 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 +42 -42
- package/dist/api/resources/filestorage/types/FileRequest.d.ts +0 -4
- package/dist/api/resources/filestorage/types/File_.d.ts +0 -4
- package/dist/api/resources/filestorage/types/Folder.d.ts +0 -4
- package/dist/api/resources/filestorage/types/FolderRequest.d.ts +0 -4
- package/dist/api/resources/filestorage/types/Group.d.ts +0 -4
- 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/LanguageEnum.d.ts +2 -2
- package/dist/api/resources/filestorage/types/LastSyncResultEnum.d.ts +6 -6
- package/dist/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/filestorage/types/ModelOperation.d.ts +0 -3
- package/dist/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +3 -6
- package/dist/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/filestorage/types/Permission.d.ts +4 -7
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +4 -7
- 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/RemoteData.d.ts +0 -3
- package/dist/api/resources/filestorage/types/RemoteKey.d.ts +0 -3
- package/dist/api/resources/filestorage/types/RemoteResponse.d.ts +0 -3
- 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/StatusFd5Enum.d.ts +6 -6
- package/dist/api/resources/filestorage/types/SyncStatus.d.ts +0 -3
- package/dist/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
- package/dist/api/resources/filestorage/types/User.d.ts +0 -4
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +2 -2
- package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +3 -3
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -5
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +11 -11
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +6 -6
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +0 -3
- package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/dist/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +48 -48
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +42 -42
- package/dist/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/hris/types/AvailableActions.d.ts +0 -3
- package/dist/api/resources/hris/types/BankInfo.d.ts +2 -5
- package/dist/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
- package/dist/api/resources/hris/types/Benefit.d.ts +0 -3
- 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 +0 -3
- package/dist/api/resources/hris/types/CountryEnum.d.ts +249 -249
- package/dist/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/hris/types/Deduction.d.ts +0 -3
- package/dist/api/resources/hris/types/Dependent.d.ts +8 -11
- 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 +4 -7
- 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 +21 -24
- 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 +0 -3
- package/dist/api/resources/hris/types/EmployeeRequest.d.ts +21 -24
- 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 +5 -8
- package/dist/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
- package/dist/api/resources/hris/types/Employment.d.ts +333 -336
- 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 +42 -42
- 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 +5 -8
- 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/LanguageEnum.d.ts +2 -2
- package/dist/api/resources/hris/types/LastSyncResultEnum.d.ts +6 -6
- package/dist/api/resources/hris/types/Location.d.ts +251 -254
- 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 +0 -3
- package/dist/api/resources/hris/types/MultipartFormFieldRequest.d.ts +3 -6
- 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 +0 -3
- package/dist/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
- package/dist/api/resources/hris/types/PayrollRun.d.ts +10 -13
- 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/RemoteData.d.ts +0 -3
- package/dist/api/resources/hris/types/RemoteKey.d.ts +0 -3
- package/dist/api/resources/hris/types/RemoteResponse.d.ts +0 -3
- 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/StatusFd5Enum.d.ts +6 -6
- package/dist/api/resources/hris/types/SyncStatus.d.ts +0 -3
- package/dist/api/resources/hris/types/Tax.d.ts +0 -3
- package/dist/api/resources/hris/types/Team.d.ts +0 -3
- package/dist/api/resources/hris/types/TimeOff.d.ts +13 -16
- package/dist/api/resources/hris/types/TimeOffBalance.d.ts +6 -9
- package/dist/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
- package/dist/api/resources/hris/types/TimeOffRequest.d.ts +13 -16
- 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 +1 -3
- package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +1 -3
- package/dist/api/resources/hris/types/UnitsEnum.d.ts +2 -2
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +0 -7
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/roles/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -4
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
- package/dist/api/resources/ticketing/types/Account.d.ts +0 -3
- package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +0 -3
- package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
- package/dist/api/resources/ticketing/types/Attachment.d.ts +0 -3
- package/dist/api/resources/ticketing/types/AttachmentRequest.d.ts +0 -3
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +48 -48
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +42 -42
- package/dist/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
- package/dist/api/resources/ticketing/types/AvailableActions.d.ts +0 -3
- 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 +5 -8
- 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 +0 -3
- package/dist/api/resources/ticketing/types/CommentRequest.d.ts +0 -3
- package/dist/api/resources/ticketing/types/Contact.d.ts +0 -3
- package/dist/api/resources/ticketing/types/ContactRequest.d.ts +0 -3
- package/dist/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
- 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 +42 -42
- 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/LanguageEnum.d.ts +2 -2
- package/dist/api/resources/ticketing/types/LastSyncResultEnum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
- package/dist/api/resources/ticketing/types/ModelOperation.d.ts +0 -3
- package/dist/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +3 -6
- package/dist/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +8 -12
- 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 +0 -3
- package/dist/api/resources/ticketing/types/RemoteData.d.ts +0 -3
- package/dist/api/resources/ticketing/types/RemoteKey.d.ts +0 -3
- package/dist/api/resources/ticketing/types/RemoteResponse.d.ts +0 -3
- 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 +3 -6
- 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/StatusFd5Enum.d.ts +6 -6
- package/dist/api/resources/ticketing/types/SyncStatus.d.ts +0 -3
- package/dist/api/resources/ticketing/types/Tag.d.ts +0 -3
- package/dist/api/resources/ticketing/types/Team.d.ts +0 -3
- package/dist/api/resources/ticketing/types/Ticket.d.ts +8 -12
- 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 +8 -12
- 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 +0 -3
- package/dist/api/resources/ticketing/types/Viewer.d.ts +0 -3
- package/dist/serialization/resources/accounting/types/EmployeeCompany.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/EmployeeCompany.js +2 -1
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +1928 -2076
- package/serialization/resources/accounting/types/EmployeeCompany.d.ts +2 -1
- package/serialization/resources/accounting/types/EmployeeCompany.js +2 -1
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -135,7 +135,7 @@ class Folders {
|
|
|
135
135
|
method: "GET",
|
|
136
136
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
137
137
|
? yield core.Supplier.get(this._options.accountToken)
|
|
138
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
138
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
139
139
|
contentType: "application/json",
|
|
140
140
|
queryParameters: _queryParams,
|
|
141
141
|
requestType: "json",
|
|
@@ -206,7 +206,7 @@ class Folders {
|
|
|
206
206
|
method: "POST",
|
|
207
207
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
208
208
|
? yield core.Supplier.get(this._options.accountToken)
|
|
209
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
209
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
210
210
|
contentType: "application/json",
|
|
211
211
|
queryParameters: _queryParams,
|
|
212
212
|
requestType: "json",
|
|
@@ -284,7 +284,7 @@ class Folders {
|
|
|
284
284
|
method: "GET",
|
|
285
285
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
286
286
|
? yield core.Supplier.get(this._options.accountToken)
|
|
287
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
287
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
288
288
|
contentType: "application/json",
|
|
289
289
|
queryParameters: _queryParams,
|
|
290
290
|
requestType: "json",
|
|
@@ -344,7 +344,7 @@ class Folders {
|
|
|
344
344
|
method: "GET",
|
|
345
345
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
346
346
|
? yield core.Supplier.get(this._options.accountToken)
|
|
347
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
347
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
348
348
|
contentType: "application/json",
|
|
349
349
|
requestType: "json",
|
|
350
350
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -77,7 +77,7 @@ class ForceResync {
|
|
|
77
77
|
method: "POST",
|
|
78
78
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
79
79
|
? yield core.Supplier.get(this._options.accountToken)
|
|
80
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
80
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
81
81
|
contentType: "application/json",
|
|
82
82
|
requestType: "json",
|
|
83
83
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -80,7 +80,7 @@ class GenerateKey {
|
|
|
80
80
|
method: "POST",
|
|
81
81
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
82
82
|
? yield core.Supplier.get(this._options.accountToken)
|
|
83
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
83
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
body: serializers.filestorage.GenerateRemoteKeyRequest.jsonOrThrow(request, {
|
|
@@ -113,7 +113,7 @@ class Groups {
|
|
|
113
113
|
method: "GET",
|
|
114
114
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
115
115
|
? yield core.Supplier.get(this._options.accountToken)
|
|
116
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
116
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
117
117
|
contentType: "application/json",
|
|
118
118
|
queryParameters: _queryParams,
|
|
119
119
|
requestType: "json",
|
|
@@ -186,7 +186,7 @@ class Groups {
|
|
|
186
186
|
method: "GET",
|
|
187
187
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
188
188
|
? yield core.Supplier.get(this._options.accountToken)
|
|
189
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
189
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
190
190
|
contentType: "application/json",
|
|
191
191
|
queryParameters: _queryParams,
|
|
192
192
|
requestType: "json",
|
|
@@ -124,7 +124,7 @@ class Issues {
|
|
|
124
124
|
method: "GET",
|
|
125
125
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
126
126
|
? yield core.Supplier.get(this._options.accountToken)
|
|
127
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
127
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
128
128
|
contentType: "application/json",
|
|
129
129
|
queryParameters: _queryParams,
|
|
130
130
|
requestType: "json",
|
|
@@ -185,7 +185,7 @@ class Issues {
|
|
|
185
185
|
method: "GET",
|
|
186
186
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
187
187
|
? yield core.Supplier.get(this._options.accountToken)
|
|
188
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
188
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
189
189
|
contentType: "application/json",
|
|
190
190
|
requestType: "json",
|
|
191
191
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -53,8 +53,8 @@ export interface IssuesListRequest {
|
|
|
53
53
|
/**
|
|
54
54
|
* Status of the issue. Options: ('ONGOING', 'RESOLVED')
|
|
55
55
|
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
56
|
+
* * `ONGOING` - ONGOING
|
|
57
|
+
* * `RESOLVED` - RESOLVED
|
|
58
58
|
*/
|
|
59
59
|
status?: Merge.filestorage.IssuesListRequestStatus;
|
|
60
60
|
}
|
|
@@ -83,7 +83,7 @@ class LinkToken {
|
|
|
83
83
|
method: "POST",
|
|
84
84
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
85
85
|
? yield core.Supplier.get(this._options.accountToken)
|
|
86
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
86
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
87
87
|
contentType: "application/json",
|
|
88
88
|
requestType: "json",
|
|
89
89
|
body: serializers.filestorage.EndUserDetailsRequest.jsonOrThrow(request, {
|
|
@@ -121,7 +121,7 @@ class LinkedAccounts {
|
|
|
121
121
|
method: "GET",
|
|
122
122
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
123
123
|
? yield core.Supplier.get(this._options.accountToken)
|
|
124
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
124
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
125
125
|
contentType: "application/json",
|
|
126
126
|
queryParameters: _queryParams,
|
|
127
127
|
requestType: "json",
|
|
@@ -10,13 +10,13 @@ export interface LinkedAccountsListRequest {
|
|
|
10
10
|
/**
|
|
11
11
|
* Options: `accounting`, `ats`, `crm`, `filestorage`, `hris`, `mktg`, `ticketing`
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
13
|
+
* * `hris` - hris
|
|
14
|
+
* * `ats` - ats
|
|
15
|
+
* * `accounting` - accounting
|
|
16
|
+
* * `ticketing` - ticketing
|
|
17
|
+
* * `crm` - crm
|
|
18
|
+
* * `mktg` - mktg
|
|
19
|
+
* * `filestorage` - filestorage
|
|
20
20
|
*/
|
|
21
21
|
category?: Merge.filestorage.LinkedAccountsListRequestCategory;
|
|
22
22
|
/**
|
|
@@ -81,7 +81,7 @@ class Passthrough {
|
|
|
81
81
|
method: "POST",
|
|
82
82
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
83
83
|
? yield core.Supplier.get(this._options.accountToken)
|
|
84
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
84
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
requestType: "json",
|
|
87
87
|
body: serializers.filestorage.DataPassthroughRequest.jsonOrThrow(request, {
|
|
@@ -80,7 +80,7 @@ class RegenerateKey {
|
|
|
80
80
|
method: "POST",
|
|
81
81
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
82
82
|
? yield core.Supplier.get(this._options.accountToken)
|
|
83
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
83
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
body: serializers.filestorage.RemoteKeyForRegenerationRequest.jsonOrThrow(request, {
|
|
@@ -77,7 +77,7 @@ class Scopes {
|
|
|
77
77
|
method: "GET",
|
|
78
78
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
79
79
|
? yield core.Supplier.get(this._options.accountToken)
|
|
80
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
80
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
81
81
|
contentType: "application/json",
|
|
82
82
|
requestType: "json",
|
|
83
83
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -136,7 +136,7 @@ class Scopes {
|
|
|
136
136
|
method: "GET",
|
|
137
137
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
138
138
|
? yield core.Supplier.get(this._options.accountToken)
|
|
139
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
139
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
140
140
|
contentType: "application/json",
|
|
141
141
|
requestType: "json",
|
|
142
142
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -219,7 +219,7 @@ class Scopes {
|
|
|
219
219
|
method: "POST",
|
|
220
220
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
221
221
|
? yield core.Supplier.get(this._options.accountToken)
|
|
222
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
222
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
223
223
|
contentType: "application/json",
|
|
224
224
|
requestType: "json",
|
|
225
225
|
body: serializers.filestorage.LinkedAccountCommonModelScopeDeserializerRequest.jsonOrThrow(request, {
|
|
@@ -86,7 +86,7 @@ class SyncStatus {
|
|
|
86
86
|
method: "GET",
|
|
87
87
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
88
88
|
? yield core.Supplier.get(this._options.accountToken)
|
|
89
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
89
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
90
90
|
contentType: "application/json",
|
|
91
91
|
queryParameters: _queryParams,
|
|
92
92
|
requestType: "json",
|
|
@@ -113,7 +113,7 @@ class Users {
|
|
|
113
113
|
method: "GET",
|
|
114
114
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
115
115
|
? yield core.Supplier.get(this._options.accountToken)
|
|
116
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
116
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
117
117
|
contentType: "application/json",
|
|
118
118
|
queryParameters: _queryParams,
|
|
119
119
|
requestType: "json",
|
|
@@ -183,7 +183,7 @@ class Users {
|
|
|
183
183
|
method: "GET",
|
|
184
184
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
185
185
|
? yield core.Supplier.get(this._options.accountToken)
|
|
186
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
186
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
187
187
|
contentType: "application/json",
|
|
188
188
|
queryParameters: _queryParams,
|
|
189
189
|
requestType: "json",
|
|
@@ -77,7 +77,7 @@ class WebhookReceivers {
|
|
|
77
77
|
method: "GET",
|
|
78
78
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
79
79
|
? yield core.Supplier.get(this._options.accountToken)
|
|
80
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
80
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
81
81
|
contentType: "application/json",
|
|
82
82
|
requestType: "json",
|
|
83
83
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -140,7 +140,7 @@ class WebhookReceivers {
|
|
|
140
140
|
method: "POST",
|
|
141
141
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
142
142
|
? yield core.Supplier.get(this._options.accountToken)
|
|
143
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
143
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
144
144
|
contentType: "application/json",
|
|
145
145
|
requestType: "json",
|
|
146
146
|
body: serializers.filestorage.WebhookReceiverRequest.jsonOrThrow(request, {
|
|
@@ -4,13 +4,10 @@
|
|
|
4
4
|
import * as Merge from "../../../index";
|
|
5
5
|
/**
|
|
6
6
|
* # The LinkedAccount Object
|
|
7
|
-
*
|
|
8
7
|
* ### Description
|
|
9
|
-
*
|
|
10
8
|
* The `LinkedAccount` object is used to represent an end user's link with a specific integration.
|
|
11
9
|
*
|
|
12
10
|
* ### Usage Example
|
|
13
|
-
*
|
|
14
11
|
* View a list of your organization's `LinkedAccount` objects.
|
|
15
12
|
*/
|
|
16
13
|
export interface AccountDetailsAndActions {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
5
|
+
* * `COMPLETE` - COMPLETE
|
|
6
|
+
* * `INCOMPLETE` - INCOMPLETE
|
|
7
|
+
* * `RELINK_NEEDED` - RELINK_NEEDED
|
|
8
|
+
* * `IDLE` - IDLE
|
|
9
9
|
*/
|
|
10
10
|
export type AccountDetailsAndActionsStatusEnum = "COMPLETE" | "INCOMPLETE" | "RELINK_NEEDED" | "IDLE";
|
|
11
11
|
export declare const AccountDetailsAndActionsStatusEnum: {
|
|
@@ -11,60 +11,60 @@ export interface AuditLogEvent {
|
|
|
11
11
|
/**
|
|
12
12
|
* Designates the role of the user (or SYSTEM/API if action not taken by a user) at the time of this Event occurring.
|
|
13
13
|
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
14
|
+
* * `ADMIN` - ADMIN
|
|
15
|
+
* * `DEVELOPER` - DEVELOPER
|
|
16
|
+
* * `MEMBER` - MEMBER
|
|
17
|
+
* * `API` - API
|
|
18
|
+
* * `SYSTEM` - SYSTEM
|
|
19
|
+
* * `MERGE_TEAM` - MERGE_TEAM
|
|
20
20
|
*/
|
|
21
21
|
role: Merge.filestorage.AuditLogEventRole;
|
|
22
22
|
ipAddress: string;
|
|
23
23
|
/**
|
|
24
24
|
* Designates the type of event that occurred.
|
|
25
25
|
*
|
|
26
|
-
*
|
|
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
|
-
*
|
|
26
|
+
* * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
|
|
27
|
+
* * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
|
|
28
|
+
* * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
|
|
29
|
+
* * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
|
|
30
|
+
* * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
|
|
31
|
+
* * `INVITED_USER` - INVITED_USER
|
|
32
|
+
* * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
|
|
33
|
+
* * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
|
|
34
|
+
* * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
|
|
35
|
+
* * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
|
|
36
|
+
* * `CREATED_DESTINATION` - CREATED_DESTINATION
|
|
37
|
+
* * `DELETED_DESTINATION` - DELETED_DESTINATION
|
|
38
|
+
* * `CHANGED_DESTINATION` - CHANGED_DESTINATION
|
|
39
|
+
* * `CHANGED_SCOPES` - CHANGED_SCOPES
|
|
40
|
+
* * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
|
|
41
|
+
* * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
|
|
42
|
+
* * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
|
|
43
|
+
* * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
|
|
44
|
+
* * `ENABLED_CATEGORY` - ENABLED_CATEGORY
|
|
45
|
+
* * `DISABLED_CATEGORY` - DISABLED_CATEGORY
|
|
46
|
+
* * `CHANGED_PASSWORD` - CHANGED_PASSWORD
|
|
47
|
+
* * `RESET_PASSWORD` - RESET_PASSWORD
|
|
48
|
+
* * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
49
|
+
* * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
50
|
+
* * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
51
|
+
* * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
52
|
+
* * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
53
|
+
* * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
54
|
+
* * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
55
|
+
* * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
56
|
+
* * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
57
|
+
* * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
58
|
+
* * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
59
|
+
* * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
60
|
+
* * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
61
|
+
* * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
|
|
62
|
+
* * `MUTED_ISSUE` - MUTED_ISSUE
|
|
63
|
+
* * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
|
|
64
|
+
* * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
|
|
65
|
+
* * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
|
|
66
|
+
* * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
|
|
67
|
+
* * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
|
|
68
68
|
*/
|
|
69
69
|
eventType: Merge.filestorage.AuditLogEventEventType;
|
|
70
70
|
eventDescription: string;
|
|
@@ -5,47 +5,47 @@ import * as Merge from "../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Designates the type of event that occurred.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
8
|
+
* * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
|
|
9
|
+
* * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
|
|
10
|
+
* * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
|
|
11
|
+
* * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
|
|
12
|
+
* * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
|
|
13
|
+
* * `INVITED_USER` - INVITED_USER
|
|
14
|
+
* * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
|
|
15
|
+
* * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
|
|
16
|
+
* * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
|
|
17
|
+
* * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
|
|
18
|
+
* * `CREATED_DESTINATION` - CREATED_DESTINATION
|
|
19
|
+
* * `DELETED_DESTINATION` - DELETED_DESTINATION
|
|
20
|
+
* * `CHANGED_DESTINATION` - CHANGED_DESTINATION
|
|
21
|
+
* * `CHANGED_SCOPES` - CHANGED_SCOPES
|
|
22
|
+
* * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
|
|
23
|
+
* * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
|
|
24
|
+
* * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
|
|
25
|
+
* * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
|
|
26
|
+
* * `ENABLED_CATEGORY` - ENABLED_CATEGORY
|
|
27
|
+
* * `DISABLED_CATEGORY` - DISABLED_CATEGORY
|
|
28
|
+
* * `CHANGED_PASSWORD` - CHANGED_PASSWORD
|
|
29
|
+
* * `RESET_PASSWORD` - RESET_PASSWORD
|
|
30
|
+
* * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
31
|
+
* * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
32
|
+
* * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
|
|
33
|
+
* * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
|
|
34
|
+
* * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
35
|
+
* * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
36
|
+
* * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
37
|
+
* * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
38
|
+
* * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
|
|
39
|
+
* * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
|
|
40
|
+
* * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
41
|
+
* * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
42
|
+
* * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
|
|
43
|
+
* * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
|
|
44
|
+
* * `MUTED_ISSUE` - MUTED_ISSUE
|
|
45
|
+
* * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
|
|
46
|
+
* * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
|
|
47
|
+
* * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
|
|
48
|
+
* * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
|
|
49
|
+
* * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
|
|
50
50
|
*/
|
|
51
51
|
export type AuditLogEventEventType = Merge.filestorage.EventTypeEnum | string;
|
|
@@ -5,11 +5,11 @@ import * as Merge from "../../../index";
|
|
|
5
5
|
/**
|
|
6
6
|
* Designates the role of the user (or SYSTEM/API if action not taken by a user) at the time of this Event occurring.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
8
|
+
* * `ADMIN` - ADMIN
|
|
9
|
+
* * `DEVELOPER` - DEVELOPER
|
|
10
|
+
* * `MEMBER` - MEMBER
|
|
11
|
+
* * `API` - API
|
|
12
|
+
* * `SYSTEM` - SYSTEM
|
|
13
|
+
* * `MERGE_TEAM` - MERGE_TEAM
|
|
14
14
|
*/
|
|
15
15
|
export type AuditLogEventRole = Merge.filestorage.RoleEnum | string;
|
|
@@ -4,13 +4,10 @@
|
|
|
4
4
|
import * as Merge from "../../../index";
|
|
5
5
|
/**
|
|
6
6
|
* # The AvailableActions Object
|
|
7
|
-
*
|
|
8
7
|
* ### Description
|
|
9
|
-
*
|
|
10
8
|
* The `Activity` object is used to see all available model/operation combinations for an integration.
|
|
11
9
|
*
|
|
12
10
|
* ### Usage Example
|
|
13
|
-
*
|
|
14
11
|
* Fetch all the actions available for the `Zenefits` integration.
|
|
15
12
|
*/
|
|
16
13
|
export interface AvailableActions {
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
5
|
+
* * `hris` - hris
|
|
6
|
+
* * `ats` - ats
|
|
7
|
+
* * `accounting` - accounting
|
|
8
|
+
* * `ticketing` - ticketing
|
|
9
|
+
* * `crm` - crm
|
|
10
|
+
* * `mktg` - mktg
|
|
11
|
+
* * `filestorage` - filestorage
|
|
12
12
|
*/
|
|
13
13
|
export type CategoriesEnum = "hris" | "ats" | "accounting" | "ticketing" | "crm" | "mktg" | "filestorage";
|
|
14
14
|
export declare const CategoriesEnum: {
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
5
|
+
* * `hris` - hris
|
|
6
|
+
* * `ats` - ats
|
|
7
|
+
* * `accounting` - accounting
|
|
8
|
+
* * `ticketing` - ticketing
|
|
9
|
+
* * `crm` - crm
|
|
10
|
+
* * `mktg` - mktg
|
|
11
|
+
* * `filestorage` - filestorage
|
|
12
12
|
*/
|
|
13
13
|
export type CategoryEnum = "hris" | "ats" | "accounting" | "ticketing" | "crm" | "mktg" | "filestorage";
|
|
14
14
|
export declare const CategoryEnum: {
|
|
@@ -4,13 +4,10 @@
|
|
|
4
4
|
import * as Merge from "../../../index";
|
|
5
5
|
/**
|
|
6
6
|
* # The DataPassthrough Object
|
|
7
|
-
*
|
|
8
7
|
* ### Description
|
|
9
|
-
*
|
|
10
8
|
* The `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint.
|
|
11
9
|
*
|
|
12
10
|
* ### Usage Example
|
|
13
|
-
*
|
|
14
11
|
* Create a `DataPassthrough` to get team hierarchies from your Rippling integration.
|
|
15
12
|
*/
|
|
16
13
|
export interface DataPassthroughRequest {
|