@mergeapi/merge-node-client 1.1.1 → 1.1.2
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 +6 -6
- package/Client.js +15 -15
- package/README.md +3 -3
- package/api/resources/accounting/client/Client.d.ts +3 -0
- package/api/resources/accounting/client/Client.js +45 -40
- 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 +4 -4
- 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 +5 -5
- 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.d.ts +53 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +220 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/index.js +17 -0
- package/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts} +34 -2
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +18 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/index.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/index.js +18 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +23 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +23 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- 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/index.d.ts +3 -0
- package/api/resources/accounting/resources/index.js +4 -1
- package/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/client/Client.js +16 -9
- package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +16 -1
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +12 -0
- package/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +14 -0
- package/api/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/api/resources/accounting/resources/invoices/types/index.js +1 -0
- package/api/resources/accounting/resources/issues/client/Client.js +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/passthrough/client/Client.js +1 -1
- 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 +2 -2
- 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/AccountCurrency.d.ts +1 -1
- package/api/resources/accounting/types/AccountRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +1 -1
- package/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +1 -1
- package/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CreditNote.d.ts +2 -2
- package/api/resources/accounting/types/CreditNoteCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +11 -0
- package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +11 -0
- package/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseCurrency.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +59 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +8 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionCompany.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +664 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLine.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +315 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +8 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineContact.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineItem.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +315 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +5 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +16 -0
- package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +5 -0
- package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalLineCurrency.d.ts +1 -1
- package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +5 -0
- package/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +1 -1
- package/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PaymentCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/RemoteData.d.ts +12 -0
- package/api/resources/accounting/types/TrackingCategory.d.ts +1 -3
- package/api/resources/accounting/types/TrackingCategoryCompany.d.ts +1 -1
- package/api/resources/accounting/types/TransactionCurrency.d.ts +1 -1
- package/api/resources/accounting/types/{CurrencyEnum.d.ts → TransactionCurrencyEnum.d.ts} +2 -2
- package/{dist/api/resources/accounting/types/CurrencyEnum.js → api/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +1 -1
- package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +22 -0
- package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.js +15 -0
- package/api/resources/accounting/types/VendorCreditCurrency.d.ts +1 -1
- package/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +1 -1
- package/api/resources/accounting/types/index.d.ts +17 -1
- package/api/resources/accounting/types/index.js +17 -1
- 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.d.ts +3 -0
- package/api/resources/ats/resources/applications/client/Client.js +8 -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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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.d.ts +2 -1
- package/api/resources/ats/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/ats/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
- package/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- 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.d.ts +4 -0
- package/api/resources/ats/resources/scopes/client/Client.js +7 -3
- package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/AuditLogEvent.d.ts +3 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/ats/types/EventTypeEnum.js +3 -0
- package/api/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/ats/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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.d.ts +2 -1
- package/api/resources/crm/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/crm/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/leads/client/Client.js +5 -5
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- 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/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.d.ts +4 -0
- package/api/resources/crm/resources/scopes/client/Client.js +7 -3
- package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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 +8 -5
- package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/crm/types/EventTypeEnum.js +3 -0
- package/api/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/crm/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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.d.ts +2 -1
- package/api/resources/filestorage/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/filestorage/resources/fieldMapping/client/requests/index.d.ts +1 -0
- package/api/resources/filestorage/resources/files/client/Client.js +5 -5
- 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 +10 -4
- package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- 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.d.ts +4 -0
- package/api/resources/filestorage/resources/scopes/client/Client.js +7 -3
- package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/AuditLogEvent.d.ts +3 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/api/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/filestorage/types/File_.d.ts +1 -1
- package/api/resources/filestorage/types/Folder.d.ts +1 -1
- package/api/resources/filestorage/types/Group.d.ts +4 -1
- package/api/resources/filestorage/types/GroupChildGroupsItem.d.ts +5 -0
- package/api/resources/filestorage/types/GroupChildGroupsItem.js +5 -0
- package/api/resources/filestorage/types/Permission.d.ts +2 -2
- package/api/resources/filestorage/types/PermissionGroup.d.ts +1 -1
- package/api/resources/filestorage/types/PermissionRequest.d.ts +2 -2
- package/api/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -1
- package/api/resources/filestorage/types/PermissionRequestUser.d.ts +1 -1
- package/api/resources/filestorage/types/PermissionUser.d.ts +1 -1
- package/api/resources/filestorage/types/RemoteData.d.ts +19 -0
- package/api/resources/filestorage/types/RemoteData.js +5 -0
- package/api/resources/filestorage/types/User.d.ts +2 -1
- package/api/resources/filestorage/types/index.d.ts +2 -0
- package/api/resources/filestorage/types/index.js +2 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/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/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.d.ts +2 -1
- package/api/resources/hris/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/hris/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- 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/locations/client/requests/LocationsRetrieveRequest.d.ts +3 -2
- package/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +11 -0
- package/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +11 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +11 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +9 -0
- package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +11 -0
- package/api/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/api/resources/hris/resources/locations/types/index.js +4 -0
- 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/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/scopes/client/Client.d.ts +4 -0
- package/api/resources/hris/resources/scopes/client/Client.js +7 -3
- package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +16 -10
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +8 -4
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/types/AuditLogEvent.d.ts +3 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/hris/types/Employee.d.ts +1 -1
- package/api/resources/hris/types/EmployeeRequest.d.ts +1 -1
- package/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
- package/api/resources/hris/types/Employment.d.ts +1 -1
- package/api/resources/hris/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/hris/types/EventTypeEnum.js +3 -0
- package/api/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/hris/types/RemoteData.d.ts +12 -0
- package/api/resources/hris/types/TimesheetEntry.d.ts +3 -2
- package/api/resources/hris/types/TimesheetEntryEmployee.d.ts +8 -0
- package/api/resources/hris/types/TimesheetEntryEmployee.js +5 -0
- package/api/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/api/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +8 -0
- package/api/resources/hris/types/TimesheetEntryRequestEmployee.js +5 -0
- package/api/resources/hris/types/index.d.ts +2 -0
- package/api/resources/hris/types/index.js +2 -0
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- 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/auditTrail/client/Client.js +1 -1
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.d.ts +0 -11
- package/api/resources/ticketing/resources/collections/client/Client.js +2 -78
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +2 -1
- package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -1
- package/api/resources/ticketing/resources/collections/client/requests/index.d.ts +0 -1
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/api/resources/ticketing/resources/collections/types/index.js +2 -1
- 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.d.ts +2 -1
- package/api/resources/ticketing/resources/fieldMapping/client/Client.js +32 -8
- package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/api/resources/ticketing/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- 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.d.ts +4 -0
- package/api/resources/ticketing/resources/scopes/client/Client.js +7 -3
- package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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.d.ts +5 -5
- package/api/resources/ticketing/resources/tickets/client/Client.js +16 -16
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +1 -6
- package/{dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts → api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts} +2 -2
- package/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.js +5 -0
- package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -1
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +129 -1
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +129 -1
- package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +9 -0
- package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +11 -0
- package/api/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/api/resources/ticketing/resources/tickets/types/index.js +1 -2
- 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/AuditLogEvent.d.ts +3 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +3 -0
- package/api/resources/ticketing/types/Collection.d.ts +2 -2
- package/api/resources/ticketing/types/CollectionTeamsItem.d.ts +5 -0
- package/api/resources/ticketing/types/CollectionTeamsItem.js +5 -0
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +7 -1
- package/api/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/api/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/api/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/api/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/api/resources/ticketing/types/PaginatedViewerList.d.ts +9 -0
- package/api/resources/ticketing/types/PaginatedViewerList.js +5 -0
- package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +6 -1
- package/api/resources/ticketing/types/RemoteData.d.ts +12 -0
- package/api/resources/ticketing/types/Team.d.ts +1 -1
- package/api/resources/ticketing/types/Ticket.d.ts +6 -1
- package/api/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +5 -0
- package/api/resources/ticketing/types/TicketAssignedTeamsItem.js +5 -0
- package/api/resources/ticketing/types/TicketRequest.d.ts +6 -1
- package/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +5 -0
- package/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +5 -0
- package/api/resources/ticketing/types/User.d.ts +2 -1
- package/api/resources/ticketing/types/Viewer.d.ts +28 -0
- package/api/resources/ticketing/types/Viewer.js +5 -0
- package/api/resources/ticketing/types/ViewerTeam.d.ts +8 -0
- package/api/resources/ticketing/types/ViewerTeam.js +5 -0
- package/api/resources/ticketing/types/ViewerUser.d.ts +8 -0
- package/api/resources/ticketing/types/ViewerUser.js +5 -0
- package/api/resources/ticketing/types/index.d.ts +7 -0
- package/api/resources/ticketing/types/index.js +7 -0
- package/dist/Client.d.ts +6 -6
- package/dist/Client.js +15 -15
- package/dist/api/resources/accounting/client/Client.d.ts +3 -0
- package/dist/api/resources/accounting/client/Client.js +45 -40
- 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 +4 -4
- 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 +5 -5
- 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.d.ts +53 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +220 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.js +17 -0
- package/dist/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts} +34 -2
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +18 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/index.js +18 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- 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/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/index.js +4 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +16 -9
- package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +16 -1
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +12 -0
- package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +14 -0
- package/dist/api/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/invoices/types/index.js +1 -0
- package/dist/api/resources/accounting/resources/issues/client/Client.js +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/passthrough/client/Client.js +1 -1
- 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 +2 -2
- 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/AccountCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/AccountRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -2
- package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +11 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +11 -0
- package/dist/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/dist/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +59 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransaction.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionCompany.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +664 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineContact.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineItem.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +315 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +5 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +16 -0
- package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +5 -0
- package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalEntryCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +5 -0
- package/dist/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +1 -1
- package/dist/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/RemoteData.d.ts +12 -0
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +1 -3
- package/dist/api/resources/accounting/types/TrackingCategoryCompany.d.ts +1 -1
- package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/{CurrencyEnum.d.ts → TransactionCurrencyEnum.d.ts} +2 -2
- package/{api/resources/accounting/types/CurrencyEnum.js → dist/api/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +22 -0
- package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.js +15 -0
- package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +1 -1
- package/dist/api/resources/accounting/types/index.d.ts +17 -1
- package/dist/api/resources/accounting/types/index.js +17 -1
- 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.d.ts +3 -0
- package/dist/api/resources/ats/resources/applications/client/Client.js +8 -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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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.d.ts +2 -1
- package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/ats/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- 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.d.ts +4 -0
- package/dist/api/resources/ats/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/ats/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/ats/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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.d.ts +2 -1
- package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/crm/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/leads/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- 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/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.d.ts +4 -0
- package/dist/api/resources/crm/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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 +8 -5
- package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/crm/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/crm/types/RemoteData.d.ts +12 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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.d.ts +2 -1
- package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
- 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 +10 -4
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- 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.d.ts +4 -0
- package/dist/api/resources/filestorage/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/File_.d.ts +1 -1
- package/dist/api/resources/filestorage/types/Folder.d.ts +1 -1
- package/dist/api/resources/filestorage/types/Group.d.ts +4 -1
- package/dist/api/resources/filestorage/types/GroupChildGroupsItem.d.ts +5 -0
- package/dist/api/resources/filestorage/types/GroupChildGroupsItem.js +5 -0
- package/dist/api/resources/filestorage/types/Permission.d.ts +2 -2
- package/dist/api/resources/filestorage/types/PermissionGroup.d.ts +1 -1
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -1
- package/dist/api/resources/filestorage/types/PermissionRequestUser.d.ts +1 -1
- package/dist/api/resources/filestorage/types/PermissionUser.d.ts +1 -1
- package/dist/api/resources/filestorage/types/RemoteData.d.ts +19 -0
- package/dist/api/resources/filestorage/types/RemoteData.js +5 -0
- package/dist/api/resources/filestorage/types/User.d.ts +2 -1
- package/dist/api/resources/filestorage/types/index.d.ts +2 -0
- package/dist/api/resources/filestorage/types/index.js +2 -0
- 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/auditTrail/client/requests/AuditTrailListRequest.d.ts +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/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/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.d.ts +2 -1
- package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/hris/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- 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/locations/client/requests/LocationsRetrieveRequest.d.ts +3 -2
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +9 -0
- package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +11 -0
- package/dist/api/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/dist/api/resources/hris/resources/locations/types/index.js +4 -0
- 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/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +4 -0
- package/dist/api/resources/hris/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +16 -10
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +8 -4
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/hris/types/Employee.d.ts +1 -1
- package/dist/api/resources/hris/types/EmployeeRequest.d.ts +1 -1
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
- package/dist/api/resources/hris/types/Employment.d.ts +1 -1
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/hris/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/hris/types/RemoteData.d.ts +12 -0
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +3 -2
- package/dist/api/resources/hris/types/TimesheetEntryEmployee.d.ts +8 -0
- package/dist/api/resources/hris/types/TimesheetEntryEmployee.js +5 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/dist/api/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +8 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequestEmployee.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +2 -0
- package/dist/api/resources/hris/types/index.js +2 -0
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- 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/auditTrail/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +0 -11
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +2 -78
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/collections/client/requests/index.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/collections/types/index.js +2 -1
- 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.d.ts +2 -1
- package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +32 -8
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/index.d.ts +1 -0
- 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/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- 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.d.ts +4 -0
- package/dist/api/resources/ticketing/resources/scopes/client/Client.js +7 -3
- package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
- 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.d.ts +5 -5
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +16 -16
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +1 -6
- package/{api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts → dist/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts} +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -1
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +129 -1
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +129 -1
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +11 -0
- package/dist/api/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/dist/api/resources/ticketing/resources/tickets/types/index.js +1 -2
- 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/AuditLogEvent.d.ts +3 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +3 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +2 -2
- package/dist/api/resources/ticketing/types/CollectionTeamsItem.d.ts +5 -0
- package/dist/api/resources/ticketing/types/CollectionTeamsItem.js +5 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +7 -1
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/dist/api/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/api/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/api/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/PaginatedViewerList.d.ts +9 -0
- package/dist/api/resources/ticketing/types/PaginatedViewerList.js +5 -0
- package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +6 -1
- package/dist/api/resources/ticketing/types/RemoteData.d.ts +12 -0
- package/dist/api/resources/ticketing/types/Team.d.ts +1 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +6 -1
- package/dist/api/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +5 -0
- package/dist/api/resources/ticketing/types/TicketAssignedTeamsItem.js +5 -0
- package/dist/api/resources/ticketing/types/TicketRequest.d.ts +6 -1
- package/dist/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +5 -0
- package/dist/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +5 -0
- package/dist/api/resources/ticketing/types/User.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Viewer.d.ts +28 -0
- package/dist/api/resources/ticketing/types/Viewer.js +5 -0
- package/dist/api/resources/ticketing/types/ViewerTeam.d.ts +8 -0
- package/dist/api/resources/ticketing/types/ViewerTeam.js +5 -0
- package/dist/api/resources/ticketing/types/ViewerUser.d.ts +8 -0
- package/dist/api/resources/ticketing/types/ViewerUser.js +5 -0
- package/dist/api/resources/ticketing/types/index.d.ts +7 -0
- package/dist/api/resources/ticketing/types/index.js +7 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +47 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +47 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/index.js +3 -1
- package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +10 -0
- package/{serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js → dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js} +2 -2
- package/dist/serialization/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/invoices/types/index.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/AccountCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/AccountRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/AccountRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/BalanceSheetCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/BalanceSheetCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CashFlowStatementCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CashFlowStatementCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CompanyInfoCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CompanyInfoCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNote.js +1 -1
- package/dist/serialization/resources/accounting/types/CreditNoteCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -1
- package/dist/serialization/resources/accounting/types/CreditNoteRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/ExpenseRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransaction.d.ts +33 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransaction.js +54 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +39 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +60 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +32 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +32 -0
- package/dist/serialization/resources/accounting/types/IncomeStatementCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/IncomeStatementCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/InvoiceRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalEntryRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +36 -0
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +2 -2
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PaymentCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PaymentCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PaymentRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PaymentRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/TrackingCategory.d.ts +0 -2
- package/dist/serialization/resources/accounting/types/TrackingCategory.js +0 -2
- package/dist/serialization/resources/accounting/types/TransactionCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/TransactionCurrency.js +2 -2
- package/{serialization/resources/accounting/types/CurrencyEnum.d.ts → dist/serialization/resources/accounting/types/TransactionCurrencyEnum.d.ts} +2 -2
- package/{serialization/resources/accounting/types/CurrencyEnum.js → dist/serialization/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/TransactionLineItemCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/TransactionLineItemCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.js +39 -0
- package/dist/serialization/resources/accounting/types/VendorCreditCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditRequestCurrency.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/VendorCreditRequestCurrency.js +2 -2
- package/dist/serialization/resources/accounting/types/index.d.ts +17 -1
- package/dist/serialization/resources/accounting/types/index.js +17 -1
- package/dist/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/ats/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/crm/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/Drive.js +2 -3
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/filestorage/types/File_.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/File_.js +2 -3
- package/dist/serialization/resources/filestorage/types/Folder.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/Folder.js +2 -3
- package/dist/serialization/resources/filestorage/types/Group.d.ts +3 -1
- package/dist/serialization/resources/filestorage/types/Group.js +6 -3
- package/dist/serialization/resources/filestorage/types/GroupChildGroupsItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/GroupChildGroupsItem.js +35 -0
- package/dist/serialization/resources/filestorage/types/PaginatedGroupList.d.ts +1 -2
- package/dist/serialization/resources/filestorage/types/PaginatedGroupList.js +2 -2
- package/dist/serialization/resources/filestorage/types/PermissionGroup.d.ts +1 -2
- package/dist/serialization/resources/filestorage/types/PermissionGroup.js +5 -2
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -2
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.js +5 -2
- package/dist/serialization/resources/filestorage/types/RemoteData.d.ts +13 -0
- package/dist/serialization/resources/filestorage/types/RemoteData.js +34 -0
- package/dist/serialization/resources/filestorage/types/User.d.ts +2 -1
- package/dist/serialization/resources/filestorage/types/User.js +2 -3
- package/dist/serialization/resources/filestorage/types/index.d.ts +2 -0
- package/dist/serialization/resources/filestorage/types/index.js +2 -0
- package/dist/serialization/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +31 -0
- package/dist/serialization/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/dist/serialization/resources/hris/resources/locations/types/index.js +4 -0
- package/dist/serialization/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/dist/serialization/resources/hris/types/EmployerBenefit.js +2 -3
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/hris/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/hris/types/TimesheetEntry.d.ts +4 -2
- package/dist/serialization/resources/hris/types/TimesheetEntry.js +4 -4
- package/dist/serialization/resources/hris/types/TimesheetEntryEmployee.d.ts +10 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryEmployee.js +35 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.js +2 -1
- package/dist/serialization/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +10 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequestEmployee.js +35 -0
- package/dist/serialization/resources/hris/types/index.d.ts +2 -0
- package/dist/serialization/resources/hris/types/index.js +2 -0
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/{CollectionsUsersListRequestExpand.js → CollectionsListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +31 -0
- package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/dist/serialization/resources/ticketing/resources/collections/types/index.js +2 -1
- package/dist/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +10 -0
- package/{serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js → dist/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js} +2 -2
- package/dist/serialization/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/dist/serialization/resources/ticketing/resources/tickets/types/index.js +1 -2
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/Collection.js +2 -0
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.js +32 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/dist/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializer.js +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.js +2 -2
- package/dist/serialization/resources/ticketing/types/PaginatedViewerList.d.ts +15 -0
- package/dist/serialization/resources/ticketing/types/PaginatedViewerList.js +36 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
- package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
- package/dist/serialization/resources/ticketing/types/Ticket.d.ts +3 -0
- package/dist/serialization/resources/ticketing/types/Ticket.js +3 -0
- package/dist/serialization/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/TicketAssignedTeamsItem.js +32 -0
- package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +3 -0
- package/dist/serialization/resources/ticketing/types/TicketRequest.js +3 -0
- package/dist/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +32 -0
- package/dist/serialization/resources/ticketing/types/Viewer.d.ts +19 -0
- package/dist/serialization/resources/ticketing/types/Viewer.js +40 -0
- package/dist/serialization/resources/ticketing/types/ViewerTeam.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/ViewerTeam.js +32 -0
- package/dist/serialization/resources/ticketing/types/ViewerUser.d.ts +11 -0
- package/dist/serialization/resources/ticketing/types/ViewerUser.js +32 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +7 -0
- package/dist/serialization/resources/ticketing/types/index.js +7 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +3249 -3120
- package/serialization/resources/accounting/resources/generalLedgerTransactions/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/index.js +17 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +47 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +47 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
- package/serialization/resources/accounting/resources/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/index.js +3 -1
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +10 -0
- package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +31 -0
- package/serialization/resources/accounting/resources/invoices/types/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/invoices/types/index.js +1 -0
- package/serialization/resources/accounting/types/AccountCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/AccountCurrency.js +2 -2
- package/serialization/resources/accounting/types/AccountRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/AccountRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/BalanceSheetCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/BalanceSheetCurrency.js +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountCurrency.js +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/CashFlowStatementCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CashFlowStatementCurrency.js +2 -2
- package/serialization/resources/accounting/types/CompanyInfoCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CompanyInfoCurrency.js +2 -2
- package/serialization/resources/accounting/types/CreditNote.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNote.js +1 -1
- package/serialization/resources/accounting/types/CreditNoteCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteCurrency.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
- package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -1
- package/serialization/resources/accounting/types/CreditNoteRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
- package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
- package/serialization/resources/accounting/types/ExpenseCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseCurrency.js +2 -2
- package/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineCurrency.js +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/ExpenseRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/GeneralLedgerTransaction.d.ts +33 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransaction.js +54 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +39 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +60 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +32 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +11 -0
- package/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +32 -0
- package/serialization/resources/accounting/types/IncomeStatementCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/IncomeStatementCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/InvoiceRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalEntryRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalLineCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalLineCurrency.js +2 -2
- package/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/JournalLineRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +36 -0
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +2 -2
- package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +2 -2
- package/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PaymentCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentCurrency.js +2 -2
- package/serialization/resources/accounting/types/PaymentRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/TrackingCategory.d.ts +0 -2
- package/serialization/resources/accounting/types/TrackingCategory.js +0 -2
- package/serialization/resources/accounting/types/TransactionCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/TransactionCurrency.js +2 -2
- package/{dist/serialization/resources/accounting/types/CurrencyEnum.d.ts → serialization/resources/accounting/types/TransactionCurrencyEnum.d.ts} +2 -2
- package/{dist/serialization/resources/accounting/types/CurrencyEnum.js → serialization/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
- package/serialization/resources/accounting/types/TransactionLineItemCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/TransactionLineItemCurrency.js +2 -2
- package/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.js +39 -0
- package/serialization/resources/accounting/types/VendorCreditCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditCurrency.js +2 -2
- package/serialization/resources/accounting/types/VendorCreditRequestCurrency.d.ts +2 -2
- package/serialization/resources/accounting/types/VendorCreditRequestCurrency.js +2 -2
- package/serialization/resources/accounting/types/index.d.ts +17 -1
- package/serialization/resources/accounting/types/index.js +17 -1
- package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ats/types/EventTypeEnum.js +3 -0
- package/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/ats/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/crm/types/EventTypeEnum.js +3 -0
- package/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/crm/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/filestorage/types/Drive.d.ts +2 -1
- package/serialization/resources/filestorage/types/Drive.js +2 -3
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/filestorage/types/EventTypeEnum.js +3 -0
- package/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/filestorage/types/File_.d.ts +2 -1
- package/serialization/resources/filestorage/types/File_.js +2 -3
- package/serialization/resources/filestorage/types/Folder.d.ts +2 -1
- package/serialization/resources/filestorage/types/Folder.js +2 -3
- package/serialization/resources/filestorage/types/Group.d.ts +3 -1
- package/serialization/resources/filestorage/types/Group.js +6 -3
- package/serialization/resources/filestorage/types/GroupChildGroupsItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/GroupChildGroupsItem.js +35 -0
- package/serialization/resources/filestorage/types/PaginatedGroupList.d.ts +1 -2
- package/serialization/resources/filestorage/types/PaginatedGroupList.js +2 -2
- package/serialization/resources/filestorage/types/PermissionGroup.d.ts +1 -2
- package/serialization/resources/filestorage/types/PermissionGroup.js +5 -2
- package/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -2
- package/serialization/resources/filestorage/types/PermissionRequestGroup.js +5 -2
- package/serialization/resources/filestorage/types/RemoteData.d.ts +13 -0
- package/serialization/resources/filestorage/types/RemoteData.js +34 -0
- package/serialization/resources/filestorage/types/User.d.ts +2 -1
- package/serialization/resources/filestorage/types/User.js +2 -3
- package/serialization/resources/filestorage/types/index.d.ts +2 -0
- package/serialization/resources/filestorage/types/index.js +2 -0
- package/serialization/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +31 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +31 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +10 -0
- package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +31 -0
- package/serialization/resources/hris/resources/locations/types/index.d.ts +4 -0
- package/serialization/resources/hris/resources/locations/types/index.js +4 -0
- package/serialization/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/serialization/resources/hris/types/EmployerBenefit.js +2 -3
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/hris/types/EventTypeEnum.js +3 -0
- package/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/hris/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/hris/types/TimesheetEntry.d.ts +4 -2
- package/serialization/resources/hris/types/TimesheetEntry.js +4 -4
- package/serialization/resources/hris/types/TimesheetEntryEmployee.d.ts +10 -0
- package/serialization/resources/hris/types/TimesheetEntryEmployee.js +35 -0
- package/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
- package/serialization/resources/hris/types/TimesheetEntryRequest.js +2 -1
- package/serialization/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +10 -0
- package/serialization/resources/hris/types/TimesheetEntryRequestEmployee.js +35 -0
- package/serialization/resources/hris/types/index.d.ts +2 -0
- package/serialization/resources/hris/types/index.js +2 -0
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +10 -0
- package/{dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js → serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +31 -0
- package/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -1
- package/serialization/resources/ticketing/resources/collections/types/index.js +2 -1
- package/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
- package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +1 -1
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
- package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +10 -0
- package/{dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js → serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js} +2 -2
- package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
- package/serialization/resources/ticketing/resources/tickets/types/index.js +1 -2
- package/serialization/resources/ticketing/types/Collection.d.ts +2 -0
- package/serialization/resources/ticketing/types/Collection.js +2 -0
- package/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +11 -0
- package/serialization/resources/ticketing/types/CollectionTeamsItem.js +32 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
- package/serialization/resources/ticketing/types/EventTypeEnum.js +3 -0
- package/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
- package/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.js +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializer.js +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
- package/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.js +2 -2
- package/serialization/resources/ticketing/types/PaginatedViewerList.d.ts +15 -0
- package/serialization/resources/ticketing/types/PaginatedViewerList.js +36 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
- package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +3 -0
- package/serialization/resources/ticketing/types/Ticket.js +3 -0
- package/serialization/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +11 -0
- package/serialization/resources/ticketing/types/TicketAssignedTeamsItem.js +32 -0
- package/serialization/resources/ticketing/types/TicketRequest.d.ts +3 -0
- package/serialization/resources/ticketing/types/TicketRequest.js +3 -0
- package/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +11 -0
- package/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +32 -0
- package/serialization/resources/ticketing/types/Viewer.d.ts +19 -0
- package/serialization/resources/ticketing/types/Viewer.js +40 -0
- package/serialization/resources/ticketing/types/ViewerTeam.d.ts +11 -0
- package/serialization/resources/ticketing/types/ViewerTeam.js +32 -0
- package/serialization/resources/ticketing/types/ViewerUser.d.ts +11 -0
- package/serialization/resources/ticketing/types/ViewerUser.js +32 -0
- package/serialization/resources/ticketing/types/index.d.ts +7 -0
- package/serialization/resources/ticketing/types/index.js +7 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -9
- package/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -11
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- package/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +0 -12
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -9
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -11
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +0 -12
- package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
- package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- package/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
- package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -31
- package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
- /package/api/resources/{ticketing/resources/collections/client/requests/CollectionsUsersListRequest.js → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.js} +0 -0
- /package/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.js → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.js} +0 -0
- /package/{dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.js → api/resources/accounting/types/GeneralLedgerTransaction.js} +0 -0
- /package/{dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.js → api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js} +0 -0
|
@@ -177,7 +177,7 @@ class Employees {
|
|
|
177
177
|
method: "GET",
|
|
178
178
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
179
179
|
? yield core.Supplier.get(this._options.accountToken)
|
|
180
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
180
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
183
183
|
requestType: "json",
|
|
@@ -242,7 +242,7 @@ class Employees {
|
|
|
242
242
|
method: "POST",
|
|
243
243
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
244
244
|
? yield core.Supplier.get(this._options.accountToken)
|
|
245
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
245
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
246
246
|
contentType: "application/json",
|
|
247
247
|
queryParameters: _queryParams,
|
|
248
248
|
requestType: "json",
|
|
@@ -316,7 +316,7 @@ class Employees {
|
|
|
316
316
|
method: "GET",
|
|
317
317
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
318
318
|
? yield core.Supplier.get(this._options.accountToken)
|
|
319
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
319
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
320
320
|
contentType: "application/json",
|
|
321
321
|
queryParameters: _queryParams,
|
|
322
322
|
requestType: "json",
|
|
@@ -374,7 +374,7 @@ class Employees {
|
|
|
374
374
|
method: "POST",
|
|
375
375
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
376
376
|
? yield core.Supplier.get(this._options.accountToken)
|
|
377
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
377
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
378
378
|
contentType: "application/json",
|
|
379
379
|
requestType: "json",
|
|
380
380
|
body: serializers.hris.IgnoreCommonModelRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -422,7 +422,7 @@ class Employees {
|
|
|
422
422
|
method: "GET",
|
|
423
423
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
424
424
|
? yield core.Supplier.get(this._options.accountToken)
|
|
425
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
425
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
426
426
|
contentType: "application/json",
|
|
427
427
|
requestType: "json",
|
|
428
428
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -97,7 +97,7 @@ class EmployerBenefits {
|
|
|
97
97
|
method: "GET",
|
|
98
98
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
99
99
|
? yield core.Supplier.get(this._options.accountToken)
|
|
100
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
100
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
101
101
|
contentType: "application/json",
|
|
102
102
|
queryParameters: _queryParams,
|
|
103
103
|
requestType: "json",
|
|
@@ -158,7 +158,7 @@ class EmployerBenefits {
|
|
|
158
158
|
method: "GET",
|
|
159
159
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
160
160
|
? yield core.Supplier.get(this._options.accountToken)
|
|
161
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
161
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
queryParameters: _queryParams,
|
|
164
164
|
requestType: "json",
|
|
@@ -112,7 +112,7 @@ class Employments {
|
|
|
112
112
|
method: "GET",
|
|
113
113
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
114
114
|
? yield core.Supplier.get(this._options.accountToken)
|
|
115
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
115
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
queryParameters: _queryParams,
|
|
118
118
|
requestType: "json",
|
|
@@ -182,7 +182,7 @@ class Employments {
|
|
|
182
182
|
method: "GET",
|
|
183
183
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
184
184
|
? yield core.Supplier.get(this._options.accountToken)
|
|
185
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
185
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
186
186
|
contentType: "application/json",
|
|
187
187
|
queryParameters: _queryParams,
|
|
188
188
|
requestType: "json",
|
|
@@ -31,12 +31,13 @@ export declare class FieldMapping {
|
|
|
31
31
|
/**
|
|
32
32
|
* Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/).
|
|
33
33
|
*
|
|
34
|
+
* @param {Merge.hris.FieldMappingsRetrieveRequest} request
|
|
34
35
|
* @param {FieldMapping.RequestOptions} requestOptions - Request-specific configuration.
|
|
35
36
|
*
|
|
36
37
|
* @example
|
|
37
38
|
* await client.hris.fieldMapping.fieldMappingsRetrieve()
|
|
38
39
|
*/
|
|
39
|
-
fieldMappingsRetrieve(requestOptions?: FieldMapping.RequestOptions): Promise<Merge.hris.FieldMappingApiInstanceResponse>;
|
|
40
|
+
fieldMappingsRetrieve(request?: Merge.hris.FieldMappingsRetrieveRequest, requestOptions?: FieldMapping.RequestOptions): Promise<Merge.hris.FieldMappingApiInstanceResponse>;
|
|
40
41
|
/**
|
|
41
42
|
* Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start.
|
|
42
43
|
*
|
|
@@ -34,6 +34,17 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
34
34
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
35
|
});
|
|
36
36
|
};
|
|
37
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
38
|
+
var t = {};
|
|
39
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
40
|
+
t[p] = s[p];
|
|
41
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
42
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
43
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
44
|
+
t[p[i]] = s[p[i]];
|
|
45
|
+
}
|
|
46
|
+
return t;
|
|
47
|
+
};
|
|
37
48
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
38
49
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
39
50
|
};
|
|
@@ -51,21 +62,28 @@ class FieldMapping {
|
|
|
51
62
|
/**
|
|
52
63
|
* Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/).
|
|
53
64
|
*
|
|
65
|
+
* @param {Merge.hris.FieldMappingsRetrieveRequest} request
|
|
54
66
|
* @param {FieldMapping.RequestOptions} requestOptions - Request-specific configuration.
|
|
55
67
|
*
|
|
56
68
|
* @example
|
|
57
69
|
* await client.hris.fieldMapping.fieldMappingsRetrieve()
|
|
58
70
|
*/
|
|
59
|
-
fieldMappingsRetrieve(requestOptions) {
|
|
71
|
+
fieldMappingsRetrieve(request = {}, requestOptions) {
|
|
60
72
|
var _a, _b;
|
|
61
73
|
return __awaiter(this, void 0, void 0, function* () {
|
|
74
|
+
const { excludeRemoteFieldMetadata } = request;
|
|
75
|
+
const _queryParams = {};
|
|
76
|
+
if (excludeRemoteFieldMetadata != null) {
|
|
77
|
+
_queryParams["exclude_remote_field_metadata"] = excludeRemoteFieldMetadata.toString();
|
|
78
|
+
}
|
|
62
79
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
63
80
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/field-mappings"),
|
|
64
81
|
method: "GET",
|
|
65
82
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
66
83
|
? yield core.Supplier.get(this._options.accountToken)
|
|
67
|
-
: 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.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
68
85
|
contentType: "application/json",
|
|
86
|
+
queryParameters: _queryParams,
|
|
69
87
|
requestType: "json",
|
|
70
88
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
71
89
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
@@ -120,15 +138,21 @@ class FieldMapping {
|
|
|
120
138
|
fieldMappingsCreate(request, requestOptions) {
|
|
121
139
|
var _a, _b;
|
|
122
140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
141
|
+
const { excludeRemoteFieldMetadata } = request, _body = __rest(request, ["excludeRemoteFieldMetadata"]);
|
|
142
|
+
const _queryParams = {};
|
|
143
|
+
if (excludeRemoteFieldMetadata != null) {
|
|
144
|
+
_queryParams["exclude_remote_field_metadata"] = excludeRemoteFieldMetadata.toString();
|
|
145
|
+
}
|
|
123
146
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
124
147
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/field-mappings"),
|
|
125
148
|
method: "POST",
|
|
126
149
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
127
150
|
? yield core.Supplier.get(this._options.accountToken)
|
|
128
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
151
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
129
152
|
contentType: "application/json",
|
|
153
|
+
queryParameters: _queryParams,
|
|
130
154
|
requestType: "json",
|
|
131
|
-
body: serializers.hris.CreateFieldMappingRequest.jsonOrThrow(
|
|
155
|
+
body: serializers.hris.CreateFieldMappingRequest.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
|
|
132
156
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
133
157
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
134
158
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -180,7 +204,7 @@ class FieldMapping {
|
|
|
180
204
|
method: "DELETE",
|
|
181
205
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
182
206
|
? yield core.Supplier.get(this._options.accountToken)
|
|
183
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
207
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
184
208
|
contentType: "application/json",
|
|
185
209
|
requestType: "json",
|
|
186
210
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -235,7 +259,7 @@ class FieldMapping {
|
|
|
235
259
|
method: "PATCH",
|
|
236
260
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
237
261
|
? yield core.Supplier.get(this._options.accountToken)
|
|
238
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
262
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
239
263
|
contentType: "application/json",
|
|
240
264
|
requestType: "json",
|
|
241
265
|
body: serializers.hris.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
|
|
@@ -300,7 +324,7 @@ class FieldMapping {
|
|
|
300
324
|
method: "GET",
|
|
301
325
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
302
326
|
? yield core.Supplier.get(this._options.accountToken)
|
|
303
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
327
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
304
328
|
contentType: "application/json",
|
|
305
329
|
queryParameters: _queryParams,
|
|
306
330
|
requestType: "json",
|
|
@@ -354,7 +378,7 @@ class FieldMapping {
|
|
|
354
378
|
method: "GET",
|
|
355
379
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
356
380
|
? yield core.Supplier.get(this._options.accountToken)
|
|
357
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
381
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
358
382
|
contentType: "application/json",
|
|
359
383
|
requestType: "json",
|
|
360
384
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts
CHANGED
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
* }
|
|
14
14
|
*/
|
|
15
15
|
export interface CreateFieldMappingRequest {
|
|
16
|
+
/**
|
|
17
|
+
* If `true`, remote fields metadata is excluded from each field mapping instance (i.e. `remote_fields.remote_key_name` and `remote_fields.schema` will be null). This will increase the speed of the request since these fields require some calculations.
|
|
18
|
+
*/
|
|
19
|
+
excludeRemoteFieldMetadata?: boolean;
|
|
16
20
|
/** The name of the target field you want this remote field to map to. */
|
|
17
21
|
targetFieldName: string;
|
|
18
22
|
/** The description of the target field you want this remote field to map to. */
|
package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface FieldMappingsRetrieveRequest {
|
|
9
|
+
/**
|
|
10
|
+
* If `true`, remote fields metadata is excluded from each field mapping instance (i.e. `remote_fields.remote_key_name` and `remote_fields.schema` will be null). This will increase the speed of the request since these fields require some calculations.
|
|
11
|
+
*/
|
|
12
|
+
excludeRemoteFieldMetadata?: boolean;
|
|
13
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { type FieldMappingsRetrieveRequest } from "./FieldMappingsRetrieveRequest";
|
|
1
2
|
export { type CreateFieldMappingRequest } from "./CreateFieldMappingRequest";
|
|
2
3
|
export { type PatchedEditFieldMappingRequest } from "./PatchedEditFieldMappingRequest";
|
|
3
4
|
export { type RemoteFieldsRetrieveRequest } from "./RemoteFieldsRetrieveRequest";
|
|
@@ -64,7 +64,7 @@ class ForceResync {
|
|
|
64
64
|
method: "POST",
|
|
65
65
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
66
66
|
? yield core.Supplier.get(this._options.accountToken)
|
|
67
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
67
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
requestType: "json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -67,7 +67,7 @@ class GenerateKey {
|
|
|
67
67
|
method: "POST",
|
|
68
68
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
69
69
|
? yield core.Supplier.get(this._options.accountToken)
|
|
70
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
70
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
71
71
|
contentType: "application/json",
|
|
72
72
|
requestType: "json",
|
|
73
73
|
body: serializers.hris.GenerateRemoteKeyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -112,7 +112,7 @@ class Groups {
|
|
|
112
112
|
method: "GET",
|
|
113
113
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
114
114
|
? yield core.Supplier.get(this._options.accountToken)
|
|
115
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
115
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
queryParameters: _queryParams,
|
|
118
118
|
requestType: "json",
|
|
@@ -179,7 +179,7 @@ class Groups {
|
|
|
179
179
|
method: "GET",
|
|
180
180
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
181
181
|
? yield core.Supplier.get(this._options.accountToken)
|
|
182
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
182
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
183
183
|
contentType: "application/json",
|
|
184
184
|
queryParameters: _queryParams,
|
|
185
185
|
requestType: "json",
|
|
@@ -109,7 +109,7 @@ class Issues {
|
|
|
109
109
|
method: "GET",
|
|
110
110
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
111
111
|
? yield core.Supplier.get(this._options.accountToken)
|
|
112
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
112
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
115
115
|
requestType: "json",
|
|
@@ -164,7 +164,7 @@ class Issues {
|
|
|
164
164
|
method: "GET",
|
|
165
165
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
166
166
|
? yield core.Supplier.get(this._options.accountToken)
|
|
167
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
167
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
requestType: "json",
|
|
170
170
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -70,7 +70,7 @@ class LinkToken {
|
|
|
70
70
|
method: "POST",
|
|
71
71
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
72
72
|
? yield core.Supplier.get(this._options.accountToken)
|
|
73
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
73
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
74
74
|
contentType: "application/json",
|
|
75
75
|
requestType: "json",
|
|
76
76
|
body: serializers.hris.EndUserDetailsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -39,6 +39,8 @@ export interface EndUserDetailsRequest {
|
|
|
39
39
|
* * `de` - de
|
|
40
40
|
*/
|
|
41
41
|
language?: Merge.hris.LanguageEnum;
|
|
42
|
+
/** The boolean that indicates whether initial, periodic, and force syncs will be disabled. */
|
|
43
|
+
areSyncsDisabled?: boolean;
|
|
42
44
|
/** A JSON object containing integration-specific configuration options. */
|
|
43
45
|
integrationSpecificConfig?: Record<string, unknown>;
|
|
44
46
|
}
|
|
@@ -106,7 +106,7 @@ class LinkedAccounts {
|
|
|
106
106
|
method: "GET",
|
|
107
107
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
108
108
|
? yield core.Supplier.get(this._options.accountToken)
|
|
109
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
109
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
110
110
|
contentType: "application/json",
|
|
111
111
|
queryParameters: _queryParams,
|
|
112
112
|
requestType: "json",
|
|
@@ -106,7 +106,7 @@ class Locations {
|
|
|
106
106
|
method: "GET",
|
|
107
107
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
108
108
|
? yield core.Supplier.get(this._options.accountToken)
|
|
109
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
109
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
110
110
|
contentType: "application/json",
|
|
111
111
|
queryParameters: _queryParams,
|
|
112
112
|
requestType: "json",
|
|
@@ -173,7 +173,7 @@ class Locations {
|
|
|
173
173
|
method: "GET",
|
|
174
174
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
175
175
|
? yield core.Supplier.get(this._options.accountToken)
|
|
176
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
176
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
177
177
|
contentType: "application/json",
|
|
178
178
|
queryParameters: _queryParams,
|
|
179
179
|
requestType: "json",
|
|
@@ -53,7 +53,7 @@ export interface LocationsListRequest {
|
|
|
53
53
|
/**
|
|
54
54
|
* Deprecated. Use show_enum_origins.
|
|
55
55
|
*/
|
|
56
|
-
remoteFields?:
|
|
56
|
+
remoteFields?: Merge.hris.LocationsListRequestRemoteFields;
|
|
57
57
|
/**
|
|
58
58
|
* The API provider's ID for the given object.
|
|
59
59
|
*/
|
|
@@ -61,5 +61,5 @@ export interface LocationsListRequest {
|
|
|
61
61
|
/**
|
|
62
62
|
* A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
|
|
63
63
|
*/
|
|
64
|
-
showEnumOrigins?:
|
|
64
|
+
showEnumOrigins?: Merge.hris.LocationsListRequestShowEnumOrigins;
|
|
65
65
|
}
|
package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Merge from "../../../../../../index";
|
|
4
5
|
/**
|
|
5
6
|
* @example
|
|
6
7
|
* {}
|
|
@@ -13,9 +14,9 @@ export interface LocationsRetrieveRequest {
|
|
|
13
14
|
/**
|
|
14
15
|
* Deprecated. Use show_enum_origins.
|
|
15
16
|
*/
|
|
16
|
-
remoteFields?:
|
|
17
|
+
remoteFields?: Merge.hris.LocationsRetrieveRequestRemoteFields;
|
|
17
18
|
/**
|
|
18
19
|
* A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
|
|
19
20
|
*/
|
|
20
|
-
showEnumOrigins?:
|
|
21
|
+
showEnumOrigins?: Merge.hris.LocationsRetrieveRequestShowEnumOrigins;
|
|
21
22
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type LocationsListRequestRemoteFields = "country" | "country,location_type" | "location_type";
|
|
5
|
+
export declare const LocationsListRequestRemoteFields: {
|
|
6
|
+
readonly Country: "country";
|
|
7
|
+
readonly CountryLocationType: "country,location_type";
|
|
8
|
+
readonly LocationType: "location_type";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LocationsListRequestRemoteFields = void 0;
|
|
7
|
+
exports.LocationsListRequestRemoteFields = {
|
|
8
|
+
Country: "country",
|
|
9
|
+
CountryLocationType: "country,location_type",
|
|
10
|
+
LocationType: "location_type",
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type LocationsListRequestShowEnumOrigins = "country" | "country,location_type" | "location_type";
|
|
5
|
+
export declare const LocationsListRequestShowEnumOrigins: {
|
|
6
|
+
readonly Country: "country";
|
|
7
|
+
readonly CountryLocationType: "country,location_type";
|
|
8
|
+
readonly LocationType: "location_type";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LocationsListRequestShowEnumOrigins = void 0;
|
|
7
|
+
exports.LocationsListRequestShowEnumOrigins = {
|
|
8
|
+
Country: "country",
|
|
9
|
+
CountryLocationType: "country,location_type",
|
|
10
|
+
LocationType: "location_type",
|
|
11
|
+
};
|
package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type LocationsRetrieveRequestRemoteFields = "country" | "country,location_type" | "location_type";
|
|
5
|
+
export declare const LocationsRetrieveRequestRemoteFields: {
|
|
6
|
+
readonly Country: "country";
|
|
7
|
+
readonly CountryLocationType: "country,location_type";
|
|
8
|
+
readonly LocationType: "location_type";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LocationsRetrieveRequestRemoteFields = void 0;
|
|
7
|
+
exports.LocationsRetrieveRequestRemoteFields = {
|
|
8
|
+
Country: "country",
|
|
9
|
+
CountryLocationType: "country,location_type",
|
|
10
|
+
LocationType: "location_type",
|
|
11
|
+
};
|
package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type LocationsRetrieveRequestShowEnumOrigins = "country" | "country,location_type" | "location_type";
|
|
5
|
+
export declare const LocationsRetrieveRequestShowEnumOrigins: {
|
|
6
|
+
readonly Country: "country";
|
|
7
|
+
readonly CountryLocationType: "country,location_type";
|
|
8
|
+
readonly LocationType: "location_type";
|
|
9
|
+
};
|
package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.LocationsRetrieveRequestShowEnumOrigins = void 0;
|
|
7
|
+
exports.LocationsRetrieveRequestShowEnumOrigins = {
|
|
8
|
+
Country: "country",
|
|
9
|
+
CountryLocationType: "country,location_type",
|
|
10
|
+
LocationType: "location_type",
|
|
11
|
+
};
|
|
@@ -1 +1,5 @@
|
|
|
1
1
|
export * from "./LocationsListRequestLocationType";
|
|
2
|
+
export * from "./LocationsListRequestRemoteFields";
|
|
3
|
+
export * from "./LocationsListRequestShowEnumOrigins";
|
|
4
|
+
export * from "./LocationsRetrieveRequestRemoteFields";
|
|
5
|
+
export * from "./LocationsRetrieveRequestShowEnumOrigins";
|
|
@@ -15,3 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./LocationsListRequestLocationType"), exports);
|
|
18
|
+
__exportStar(require("./LocationsListRequestRemoteFields"), exports);
|
|
19
|
+
__exportStar(require("./LocationsListRequestShowEnumOrigins"), exports);
|
|
20
|
+
__exportStar(require("./LocationsRetrieveRequestRemoteFields"), exports);
|
|
21
|
+
__exportStar(require("./LocationsRetrieveRequestShowEnumOrigins"), exports);
|
|
@@ -68,7 +68,7 @@ class Passthrough {
|
|
|
68
68
|
method: "POST",
|
|
69
69
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
70
70
|
? yield core.Supplier.get(this._options.accountToken)
|
|
71
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
71
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
requestType: "json",
|
|
74
74
|
body: serializers.hris.DataPassthroughRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -97,7 +97,7 @@ class PayGroups {
|
|
|
97
97
|
method: "GET",
|
|
98
98
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
99
99
|
? yield core.Supplier.get(this._options.accountToken)
|
|
100
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
100
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
101
101
|
contentType: "application/json",
|
|
102
102
|
queryParameters: _queryParams,
|
|
103
103
|
requestType: "json",
|
|
@@ -158,7 +158,7 @@ class PayGroups {
|
|
|
158
158
|
method: "GET",
|
|
159
159
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
160
160
|
? yield core.Supplier.get(this._options.accountToken)
|
|
161
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
161
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
queryParameters: _queryParams,
|
|
164
164
|
requestType: "json",
|
|
@@ -118,7 +118,7 @@ class PayrollRuns {
|
|
|
118
118
|
method: "GET",
|
|
119
119
|
headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
120
120
|
? yield core.Supplier.get(this._options.accountToken)
|
|
121
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.
|
|
121
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
124
124
|
requestType: "json",
|
|
@@ -185,7 +185,7 @@ class PayrollRuns {
|
|
|
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.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "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
|
queryParameters: _queryParams,
|
|
191
191
|
requestType: "json",
|