@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
|
@@ -28,18 +28,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.TimesheetEntry = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
|
+
const TimesheetEntryEmployee_1 = require("./TimesheetEntryEmployee");
|
|
32
|
+
const RemoteData_1 = require("./RemoteData");
|
|
31
33
|
exports.TimesheetEntry = core.serialization.object({
|
|
32
34
|
id: core.serialization.string().optional(),
|
|
33
35
|
remoteId: core.serialization.property("remote_id", core.serialization.string().optional()),
|
|
34
36
|
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
35
37
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
36
|
-
employee:
|
|
38
|
+
employee: TimesheetEntryEmployee_1.TimesheetEntryEmployee.optional(),
|
|
37
39
|
hoursWorked: core.serialization.property("hours_worked", core.serialization.number().optional()),
|
|
38
40
|
startTime: core.serialization.property("start_time", core.serialization.date().optional()),
|
|
39
41
|
endTime: core.serialization.property("end_time", core.serialization.date().optional()),
|
|
40
42
|
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
41
43
|
fieldMappings: core.serialization.property("field_mappings", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
42
|
-
remoteData: core.serialization.property("remote_data", core.serialization
|
|
43
|
-
.list(core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional())
|
|
44
|
-
.optional()),
|
|
44
|
+
remoteData: core.serialization.property("remote_data", core.serialization.list(RemoteData_1.RemoteData).optional()),
|
|
45
45
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as Merge from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const TimesheetEntryEmployee: core.serialization.Schema<serializers.hris.TimesheetEntryEmployee.Raw, Merge.hris.TimesheetEntryEmployee>;
|
|
8
|
+
export declare namespace TimesheetEntryEmployee {
|
|
9
|
+
type Raw = string | serializers.hris.Employee.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TimesheetEntryEmployee = void 0;
|
|
30
|
+
const serializers = __importStar(require("../../../index"));
|
|
31
|
+
const core = __importStar(require("../../../../core"));
|
|
32
|
+
exports.TimesheetEntryEmployee = core.serialization.undiscriminatedUnion([
|
|
33
|
+
core.serialization.string(),
|
|
34
|
+
core.serialization.lazyObject(() => serializers.hris.Employee),
|
|
35
|
+
]);
|
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
5
|
import * as Merge from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
+
import { TimesheetEntryRequestEmployee } from "./TimesheetEntryRequestEmployee";
|
|
7
8
|
export declare const TimesheetEntryRequest: core.serialization.ObjectSchema<serializers.hris.TimesheetEntryRequest.Raw, Merge.hris.TimesheetEntryRequest>;
|
|
8
9
|
export declare namespace TimesheetEntryRequest {
|
|
9
10
|
interface Raw {
|
|
10
|
-
employee?:
|
|
11
|
+
employee?: TimesheetEntryRequestEmployee.Raw | null;
|
|
11
12
|
hours_worked?: number | null;
|
|
12
13
|
start_time?: string | null;
|
|
13
14
|
end_time?: string | null;
|
|
@@ -28,8 +28,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.TimesheetEntryRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
|
+
const TimesheetEntryRequestEmployee_1 = require("./TimesheetEntryRequestEmployee");
|
|
31
32
|
exports.TimesheetEntryRequest = core.serialization.object({
|
|
32
|
-
employee:
|
|
33
|
+
employee: TimesheetEntryRequestEmployee_1.TimesheetEntryRequestEmployee.optional(),
|
|
33
34
|
hoursWorked: core.serialization.property("hours_worked", core.serialization.number().optional()),
|
|
34
35
|
startTime: core.serialization.property("start_time", core.serialization.date().optional()),
|
|
35
36
|
endTime: core.serialization.property("end_time", core.serialization.date().optional()),
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as Merge from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const TimesheetEntryRequestEmployee: core.serialization.Schema<serializers.hris.TimesheetEntryRequestEmployee.Raw, Merge.hris.TimesheetEntryRequestEmployee>;
|
|
8
|
+
export declare namespace TimesheetEntryRequestEmployee {
|
|
9
|
+
type Raw = string | serializers.hris.Employee.Raw;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TimesheetEntryRequestEmployee = void 0;
|
|
30
|
+
const serializers = __importStar(require("../../../index"));
|
|
31
|
+
const core = __importStar(require("../../../../core"));
|
|
32
|
+
exports.TimesheetEntryRequestEmployee = core.serialization.undiscriminatedUnion([
|
|
33
|
+
core.serialization.string(),
|
|
34
|
+
core.serialization.lazyObject(() => serializers.hris.Employee),
|
|
35
|
+
]);
|
|
@@ -182,7 +182,9 @@ export * from "./TimeOffRequestRequestType";
|
|
|
182
182
|
export * from "./TimeOffRequest";
|
|
183
183
|
export * from "./TimeOffResponse";
|
|
184
184
|
export * from "./TimeOffStatusEnum";
|
|
185
|
+
export * from "./TimesheetEntryEmployee";
|
|
185
186
|
export * from "./TimesheetEntry";
|
|
187
|
+
export * from "./TimesheetEntryRequestEmployee";
|
|
186
188
|
export * from "./TimesheetEntryRequest";
|
|
187
189
|
export * from "./TimesheetEntryResponse";
|
|
188
190
|
export * from "./UnitsEnum";
|
|
@@ -198,7 +198,9 @@ __exportStar(require("./TimeOffRequestRequestType"), exports);
|
|
|
198
198
|
__exportStar(require("./TimeOffRequest"), exports);
|
|
199
199
|
__exportStar(require("./TimeOffResponse"), exports);
|
|
200
200
|
__exportStar(require("./TimeOffStatusEnum"), exports);
|
|
201
|
+
__exportStar(require("./TimesheetEntryEmployee"), exports);
|
|
201
202
|
__exportStar(require("./TimesheetEntry"), exports);
|
|
203
|
+
__exportStar(require("./TimesheetEntryRequestEmployee"), exports);
|
|
202
204
|
__exportStar(require("./TimesheetEntryRequest"), exports);
|
|
203
205
|
__exportStar(require("./TimesheetEntryResponse"), exports);
|
|
204
206
|
__exportStar(require("./UnitsEnum"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
export * as filestorage from "./filestorage";
|
|
1
2
|
export * as ats from "./ats";
|
|
3
|
+
export * as ticketing from "./ticketing";
|
|
2
4
|
export * as crm from "./crm";
|
|
3
|
-
export * as filestorage from "./filestorage";
|
|
4
5
|
export * as hris from "./hris";
|
|
5
|
-
export * as ticketing from "./ticketing";
|
|
6
6
|
export * as accounting from "./accounting";
|
|
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.accounting = exports.
|
|
26
|
+
exports.accounting = exports.hris = exports.crm = exports.ticketing = exports.ats = exports.filestorage = void 0;
|
|
27
|
+
exports.filestorage = __importStar(require("./filestorage"));
|
|
27
28
|
exports.ats = __importStar(require("./ats"));
|
|
29
|
+
exports.ticketing = __importStar(require("./ticketing"));
|
|
28
30
|
exports.crm = __importStar(require("./crm"));
|
|
29
|
-
exports.filestorage = __importStar(require("./filestorage"));
|
|
30
31
|
exports.hris = __importStar(require("./hris"));
|
|
31
|
-
exports.ticketing = __importStar(require("./ticketing"));
|
|
32
32
|
exports.accounting = __importStar(require("./accounting"));
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as Merge from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const CollectionsListRequestExpand: core.serialization.Schema<serializers.ticketing.CollectionsListRequestExpand.Raw, Merge.ticketing.CollectionsListRequestExpand>;
|
|
8
|
+
export declare namespace CollectionsListRequestExpand {
|
|
9
|
+
type Raw = "parent_collection" | "teams" | "teams,parent_collection";
|
|
10
|
+
}
|
|
@@ -26,6 +26,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.CollectionsListRequestExpand = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.CollectionsListRequestExpand = core.serialization.enum_(["parent_collection", "teams", "teams,parent_collection"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as Merge from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const CollectionsRetrieveRequestExpand: core.serialization.Schema<serializers.ticketing.CollectionsRetrieveRequestExpand.Raw, Merge.ticketing.CollectionsRetrieveRequestExpand>;
|
|
8
|
+
export declare namespace CollectionsRetrieveRequestExpand {
|
|
9
|
+
type Raw = "parent_collection" | "teams" | "teams,parent_collection";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CollectionsRetrieveRequestExpand = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.CollectionsRetrieveRequestExpand = core.serialization.enum_(["parent_collection", "teams", "teams,parent_collection"]);
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./CollectionsListRequestExpand";
|
|
2
|
+
export * from "./CollectionsRetrieveRequestExpand";
|
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./CollectionsListRequestExpand"), exports);
|
|
18
|
+
__exportStar(require("./CollectionsRetrieveRequestExpand"), exports);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../../../../index";
|
|
5
5
|
import * as Merge from "../../../../../../../api/index";
|
|
6
6
|
import * as core from "../../../../../../../core";
|
|
7
|
-
export declare const CreateFieldMappingRequest: core.serialization.Schema<serializers.ticketing.CreateFieldMappingRequest.Raw, Merge.ticketing.CreateFieldMappingRequest
|
|
7
|
+
export declare const CreateFieldMappingRequest: core.serialization.Schema<serializers.ticketing.CreateFieldMappingRequest.Raw, Omit<Merge.ticketing.CreateFieldMappingRequest, "excludeRemoteFieldMetadata">>;
|
|
8
8
|
export declare namespace CreateFieldMappingRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
target_field_name: string;
|
|
@@ -22,6 +22,7 @@ export declare namespace EndUserDetailsRequest {
|
|
|
22
22
|
common_models?: CommonModelScopesBodyRequest.Raw[] | null;
|
|
23
23
|
category_common_model_scopes?: Record<string, IndividualCommonModelScopeDeserializerRequest.Raw[] | null | undefined> | null;
|
|
24
24
|
language?: LanguageEnum.Raw | null;
|
|
25
|
+
are_syncs_disabled?: boolean | null;
|
|
25
26
|
integration_specific_config?: Record<string, unknown> | null;
|
|
26
27
|
}
|
|
27
28
|
}
|
|
@@ -46,5 +46,6 @@ exports.EndUserDetailsRequest = core.serialization.object({
|
|
|
46
46
|
.record(core.serialization.string(), core.serialization.list(IndividualCommonModelScopeDeserializerRequest_1.IndividualCommonModelScopeDeserializerRequest).optional())
|
|
47
47
|
.optional()),
|
|
48
48
|
language: LanguageEnum_1.LanguageEnum.optional(),
|
|
49
|
+
areSyncsDisabled: core.serialization.property("are_syncs_disabled", core.serialization.boolean().optional()),
|
|
49
50
|
integrationSpecificConfig: core.serialization.property("integration_specific_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
50
51
|
});
|
package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const TicketsListRequestExpand: core.serialization.Schema<serializers.ticketing.TicketsListRequestExpand.Raw, Merge.ticketing.TicketsListRequestExpand>;
|
|
8
8
|
export declare namespace TicketsListRequestExpand {
|
|
9
|
-
type Raw = "account" | "account,contact" | "account,contact,creator" | "account,contact,creator,parent_ticket" | "account,contact,parent_ticket" | "account,creator" | "account,creator,parent_ticket" | "account,parent_ticket" | "assignees" | "assignees,account" | "assignees,account,contact" | "assignees,account,contact,creator" | "assignees,account,contact,creator,parent_ticket" | "assignees,account,contact,parent_ticket" | "assignees,account,creator" | "assignees,account,creator,parent_ticket" | "assignees,account,parent_ticket" | "assignees,collections" | "assignees,collections,account" | "assignees,collections,account,contact" | "assignees,collections,account,contact,creator" | "assignees,collections,account,contact,creator,parent_ticket" | "assignees,collections,account,contact,parent_ticket" | "assignees,collections,account,creator" | "assignees,collections,account,creator,parent_ticket" | "assignees,collections,account,parent_ticket" | "assignees,collections,contact" | "assignees,collections,contact,creator" | "assignees,collections,contact,creator,parent_ticket" | "assignees,collections,contact,parent_ticket" | "assignees,collections,creator" | "assignees,collections,creator,parent_ticket" | "assignees,collections,parent_ticket" | "assignees,contact" | "assignees,contact,creator" | "assignees,contact,creator,parent_ticket" | "assignees,contact,parent_ticket" | "assignees,creator" | "assignees,creator,parent_ticket" | "assignees,parent_ticket" | "attachments" | "attachments,account" | "attachments,account,contact" | "attachments,account,contact,creator" | "attachments,account,contact,creator,parent_ticket" | "attachments,account,contact,parent_ticket" | "attachments,account,creator" | "attachments,account,creator,parent_ticket" | "attachments,account,parent_ticket" | "attachments,assignees" | "attachments,assignees,account" | "attachments,assignees,account,contact" | "attachments,assignees,account,contact,creator" | "attachments,assignees,account,contact,creator,parent_ticket" | "attachments,assignees,account,contact,parent_ticket" | "attachments,assignees,account,creator" | "attachments,assignees,account,creator,parent_ticket" | "attachments,assignees,account,parent_ticket" | "attachments,assignees,collections" | "attachments,assignees,collections,account" | "attachments,assignees,collections,account,contact" | "attachments,assignees,collections,account,contact,creator" | "attachments,assignees,collections,account,contact,creator,parent_ticket" | "attachments,assignees,collections,account,contact,parent_ticket" | "attachments,assignees,collections,account,creator" | "attachments,assignees,collections,account,creator,parent_ticket" | "attachments,assignees,collections,account,parent_ticket" | "attachments,assignees,collections,contact" | "attachments,assignees,collections,contact,creator" | "attachments,assignees,collections,contact,creator,parent_ticket" | "attachments,assignees,collections,contact,parent_ticket" | "attachments,assignees,collections,creator" | "attachments,assignees,collections,creator,parent_ticket" | "attachments,assignees,collections,parent_ticket" | "attachments,assignees,contact" | "attachments,assignees,contact,creator" | "attachments,assignees,contact,creator,parent_ticket" | "attachments,assignees,contact,parent_ticket" | "attachments,assignees,creator" | "attachments,assignees,creator,parent_ticket" | "attachments,assignees,parent_ticket" | "attachments,collections" | "attachments,collections,account" | "attachments,collections,account,contact" | "attachments,collections,account,contact,creator" | "attachments,collections,account,contact,creator,parent_ticket" | "attachments,collections,account,contact,parent_ticket" | "attachments,collections,account,creator" | "attachments,collections,account,creator,parent_ticket" | "attachments,collections,account,parent_ticket" | "attachments,collections,contact" | "attachments,collections,contact,creator" | "attachments,collections,contact,creator,parent_ticket" | "attachments,collections,contact,parent_ticket" | "attachments,collections,creator" | "attachments,collections,creator,parent_ticket" | "attachments,collections,parent_ticket" | "attachments,contact" | "attachments,contact,creator" | "attachments,contact,creator,parent_ticket" | "attachments,contact,parent_ticket" | "attachments,creator" | "attachments,creator,parent_ticket" | "attachments,parent_ticket" | "collections" | "collections,account" | "collections,account,contact" | "collections,account,contact,creator" | "collections,account,contact,creator,parent_ticket" | "collections,account,contact,parent_ticket" | "collections,account,creator" | "collections,account,creator,parent_ticket" | "collections,account,parent_ticket" | "collections,contact" | "collections,contact,creator" | "collections,contact,creator,parent_ticket" | "collections,contact,parent_ticket" | "collections,creator" | "collections,creator,parent_ticket" | "collections,parent_ticket" | "contact" | "contact,creator" | "contact,creator,parent_ticket" | "contact,parent_ticket" | "creator" | "creator,parent_ticket" | "parent_ticket";
|
|
9
|
+
type Raw = "account" | "account,contact" | "account,contact,creator" | "account,contact,creator,parent_ticket" | "account,contact,parent_ticket" | "account,creator" | "account,creator,parent_ticket" | "account,parent_ticket" | "assigned_teams" | "assigned_teams,account" | "assigned_teams,account,contact" | "assigned_teams,account,contact,creator" | "assigned_teams,account,contact,creator,parent_ticket" | "assigned_teams,account,contact,parent_ticket" | "assigned_teams,account,creator" | "assigned_teams,account,creator,parent_ticket" | "assigned_teams,account,parent_ticket" | "assigned_teams,contact" | "assigned_teams,contact,creator" | "assigned_teams,contact,creator,parent_ticket" | "assigned_teams,contact,parent_ticket" | "assigned_teams,creator" | "assigned_teams,creator,parent_ticket" | "assigned_teams,parent_ticket" | "assignees" | "assignees,account" | "assignees,account,contact" | "assignees,account,contact,creator" | "assignees,account,contact,creator,parent_ticket" | "assignees,account,contact,parent_ticket" | "assignees,account,creator" | "assignees,account,creator,parent_ticket" | "assignees,account,parent_ticket" | "assignees,assigned_teams" | "assignees,assigned_teams,account" | "assignees,assigned_teams,account,contact" | "assignees,assigned_teams,account,contact,creator" | "assignees,assigned_teams,account,contact,creator,parent_ticket" | "assignees,assigned_teams,account,contact,parent_ticket" | "assignees,assigned_teams,account,creator" | "assignees,assigned_teams,account,creator,parent_ticket" | "assignees,assigned_teams,account,parent_ticket" | "assignees,assigned_teams,contact" | "assignees,assigned_teams,contact,creator" | "assignees,assigned_teams,contact,creator,parent_ticket" | "assignees,assigned_teams,contact,parent_ticket" | "assignees,assigned_teams,creator" | "assignees,assigned_teams,creator,parent_ticket" | "assignees,assigned_teams,parent_ticket" | "assignees,collections" | "assignees,collections,account" | "assignees,collections,account,contact" | "assignees,collections,account,contact,creator" | "assignees,collections,account,contact,creator,parent_ticket" | "assignees,collections,account,contact,parent_ticket" | "assignees,collections,account,creator" | "assignees,collections,account,creator,parent_ticket" | "assignees,collections,account,parent_ticket" | "assignees,collections,assigned_teams" | "assignees,collections,assigned_teams,account" | "assignees,collections,assigned_teams,account,contact" | "assignees,collections,assigned_teams,account,contact,creator" | "assignees,collections,assigned_teams,account,contact,creator,parent_ticket" | "assignees,collections,assigned_teams,account,contact,parent_ticket" | "assignees,collections,assigned_teams,account,creator" | "assignees,collections,assigned_teams,account,creator,parent_ticket" | "assignees,collections,assigned_teams,account,parent_ticket" | "assignees,collections,assigned_teams,contact" | "assignees,collections,assigned_teams,contact,creator" | "assignees,collections,assigned_teams,contact,creator,parent_ticket" | "assignees,collections,assigned_teams,contact,parent_ticket" | "assignees,collections,assigned_teams,creator" | "assignees,collections,assigned_teams,creator,parent_ticket" | "assignees,collections,assigned_teams,parent_ticket" | "assignees,collections,contact" | "assignees,collections,contact,creator" | "assignees,collections,contact,creator,parent_ticket" | "assignees,collections,contact,parent_ticket" | "assignees,collections,creator" | "assignees,collections,creator,parent_ticket" | "assignees,collections,parent_ticket" | "assignees,contact" | "assignees,contact,creator" | "assignees,contact,creator,parent_ticket" | "assignees,contact,parent_ticket" | "assignees,creator" | "assignees,creator,parent_ticket" | "assignees,parent_ticket" | "attachments" | "attachments,account" | "attachments,account,contact" | "attachments,account,contact,creator" | "attachments,account,contact,creator,parent_ticket" | "attachments,account,contact,parent_ticket" | "attachments,account,creator" | "attachments,account,creator,parent_ticket" | "attachments,account,parent_ticket" | "attachments,assigned_teams" | "attachments,assigned_teams,account" | "attachments,assigned_teams,account,contact" | "attachments,assigned_teams,account,contact,creator" | "attachments,assigned_teams,account,contact,creator,parent_ticket" | "attachments,assigned_teams,account,contact,parent_ticket" | "attachments,assigned_teams,account,creator" | "attachments,assigned_teams,account,creator,parent_ticket" | "attachments,assigned_teams,account,parent_ticket" | "attachments,assigned_teams,contact" | "attachments,assigned_teams,contact,creator" | "attachments,assigned_teams,contact,creator,parent_ticket" | "attachments,assigned_teams,contact,parent_ticket" | "attachments,assigned_teams,creator" | "attachments,assigned_teams,creator,parent_ticket" | "attachments,assigned_teams,parent_ticket" | "attachments,assignees" | "attachments,assignees,account" | "attachments,assignees,account,contact" | "attachments,assignees,account,contact,creator" | "attachments,assignees,account,contact,creator,parent_ticket" | "attachments,assignees,account,contact,parent_ticket" | "attachments,assignees,account,creator" | "attachments,assignees,account,creator,parent_ticket" | "attachments,assignees,account,parent_ticket" | "attachments,assignees,assigned_teams" | "attachments,assignees,assigned_teams,account" | "attachments,assignees,assigned_teams,account,contact" | "attachments,assignees,assigned_teams,account,contact,creator" | "attachments,assignees,assigned_teams,account,contact,creator,parent_ticket" | "attachments,assignees,assigned_teams,account,contact,parent_ticket" | "attachments,assignees,assigned_teams,account,creator" | "attachments,assignees,assigned_teams,account,creator,parent_ticket" | "attachments,assignees,assigned_teams,account,parent_ticket" | "attachments,assignees,assigned_teams,contact" | "attachments,assignees,assigned_teams,contact,creator" | "attachments,assignees,assigned_teams,contact,creator,parent_ticket" | "attachments,assignees,assigned_teams,contact,parent_ticket" | "attachments,assignees,assigned_teams,creator" | "attachments,assignees,assigned_teams,creator,parent_ticket" | "attachments,assignees,assigned_teams,parent_ticket" | "attachments,assignees,collections" | "attachments,assignees,collections,account" | "attachments,assignees,collections,account,contact" | "attachments,assignees,collections,account,contact,creator" | "attachments,assignees,collections,account,contact,creator,parent_ticket" | "attachments,assignees,collections,account,contact,parent_ticket" | "attachments,assignees,collections,account,creator" | "attachments,assignees,collections,account,creator,parent_ticket" | "attachments,assignees,collections,account,parent_ticket" | "attachments,assignees,collections,assigned_teams" | "attachments,assignees,collections,assigned_teams,account" | "attachments,assignees,collections,assigned_teams,account,contact" | "attachments,assignees,collections,assigned_teams,account,contact,creator" | "attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,account,contact,parent_ticket" | "attachments,assignees,collections,assigned_teams,account,creator" | "attachments,assignees,collections,assigned_teams,account,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,account,parent_ticket" | "attachments,assignees,collections,assigned_teams,contact" | "attachments,assignees,collections,assigned_teams,contact,creator" | "attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,contact,parent_ticket" | "attachments,assignees,collections,assigned_teams,creator" | "attachments,assignees,collections,assigned_teams,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,parent_ticket" | "attachments,assignees,collections,contact" | "attachments,assignees,collections,contact,creator" | "attachments,assignees,collections,contact,creator,parent_ticket" | "attachments,assignees,collections,contact,parent_ticket" | "attachments,assignees,collections,creator" | "attachments,assignees,collections,creator,parent_ticket" | "attachments,assignees,collections,parent_ticket" | "attachments,assignees,contact" | "attachments,assignees,contact,creator" | "attachments,assignees,contact,creator,parent_ticket" | "attachments,assignees,contact,parent_ticket" | "attachments,assignees,creator" | "attachments,assignees,creator,parent_ticket" | "attachments,assignees,parent_ticket" | "attachments,collections" | "attachments,collections,account" | "attachments,collections,account,contact" | "attachments,collections,account,contact,creator" | "attachments,collections,account,contact,creator,parent_ticket" | "attachments,collections,account,contact,parent_ticket" | "attachments,collections,account,creator" | "attachments,collections,account,creator,parent_ticket" | "attachments,collections,account,parent_ticket" | "attachments,collections,assigned_teams" | "attachments,collections,assigned_teams,account" | "attachments,collections,assigned_teams,account,contact" | "attachments,collections,assigned_teams,account,contact,creator" | "attachments,collections,assigned_teams,account,contact,creator,parent_ticket" | "attachments,collections,assigned_teams,account,contact,parent_ticket" | "attachments,collections,assigned_teams,account,creator" | "attachments,collections,assigned_teams,account,creator,parent_ticket" | "attachments,collections,assigned_teams,account,parent_ticket" | "attachments,collections,assigned_teams,contact" | "attachments,collections,assigned_teams,contact,creator" | "attachments,collections,assigned_teams,contact,creator,parent_ticket" | "attachments,collections,assigned_teams,contact,parent_ticket" | "attachments,collections,assigned_teams,creator" | "attachments,collections,assigned_teams,creator,parent_ticket" | "attachments,collections,assigned_teams,parent_ticket" | "attachments,collections,contact" | "attachments,collections,contact,creator" | "attachments,collections,contact,creator,parent_ticket" | "attachments,collections,contact,parent_ticket" | "attachments,collections,creator" | "attachments,collections,creator,parent_ticket" | "attachments,collections,parent_ticket" | "attachments,contact" | "attachments,contact,creator" | "attachments,contact,creator,parent_ticket" | "attachments,contact,parent_ticket" | "attachments,creator" | "attachments,creator,parent_ticket" | "attachments,parent_ticket" | "collections" | "collections,account" | "collections,account,contact" | "collections,account,contact,creator" | "collections,account,contact,creator,parent_ticket" | "collections,account,contact,parent_ticket" | "collections,account,creator" | "collections,account,creator,parent_ticket" | "collections,account,parent_ticket" | "collections,assigned_teams" | "collections,assigned_teams,account" | "collections,assigned_teams,account,contact" | "collections,assigned_teams,account,contact,creator" | "collections,assigned_teams,account,contact,creator,parent_ticket" | "collections,assigned_teams,account,contact,parent_ticket" | "collections,assigned_teams,account,creator" | "collections,assigned_teams,account,creator,parent_ticket" | "collections,assigned_teams,account,parent_ticket" | "collections,assigned_teams,contact" | "collections,assigned_teams,contact,creator" | "collections,assigned_teams,contact,creator,parent_ticket" | "collections,assigned_teams,contact,parent_ticket" | "collections,assigned_teams,creator" | "collections,assigned_teams,creator,parent_ticket" | "collections,assigned_teams,parent_ticket" | "collections,contact" | "collections,contact,creator" | "collections,contact,creator,parent_ticket" | "collections,contact,parent_ticket" | "collections,creator" | "collections,creator,parent_ticket" | "collections,parent_ticket" | "contact" | "contact,creator" | "contact,creator,parent_ticket" | "contact,parent_ticket" | "creator" | "creator,parent_ticket" | "parent_ticket";
|
|
10
10
|
}
|
package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js
CHANGED
|
@@ -37,6 +37,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
37
37
|
"account,creator",
|
|
38
38
|
"account,creator,parent_ticket",
|
|
39
39
|
"account,parent_ticket",
|
|
40
|
+
"assigned_teams",
|
|
41
|
+
"assigned_teams,account",
|
|
42
|
+
"assigned_teams,account,contact",
|
|
43
|
+
"assigned_teams,account,contact,creator",
|
|
44
|
+
"assigned_teams,account,contact,creator,parent_ticket",
|
|
45
|
+
"assigned_teams,account,contact,parent_ticket",
|
|
46
|
+
"assigned_teams,account,creator",
|
|
47
|
+
"assigned_teams,account,creator,parent_ticket",
|
|
48
|
+
"assigned_teams,account,parent_ticket",
|
|
49
|
+
"assigned_teams,contact",
|
|
50
|
+
"assigned_teams,contact,creator",
|
|
51
|
+
"assigned_teams,contact,creator,parent_ticket",
|
|
52
|
+
"assigned_teams,contact,parent_ticket",
|
|
53
|
+
"assigned_teams,creator",
|
|
54
|
+
"assigned_teams,creator,parent_ticket",
|
|
55
|
+
"assigned_teams,parent_ticket",
|
|
40
56
|
"assignees",
|
|
41
57
|
"assignees,account",
|
|
42
58
|
"assignees,account,contact",
|
|
@@ -46,6 +62,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
46
62
|
"assignees,account,creator",
|
|
47
63
|
"assignees,account,creator,parent_ticket",
|
|
48
64
|
"assignees,account,parent_ticket",
|
|
65
|
+
"assignees,assigned_teams",
|
|
66
|
+
"assignees,assigned_teams,account",
|
|
67
|
+
"assignees,assigned_teams,account,contact",
|
|
68
|
+
"assignees,assigned_teams,account,contact,creator",
|
|
69
|
+
"assignees,assigned_teams,account,contact,creator,parent_ticket",
|
|
70
|
+
"assignees,assigned_teams,account,contact,parent_ticket",
|
|
71
|
+
"assignees,assigned_teams,account,creator",
|
|
72
|
+
"assignees,assigned_teams,account,creator,parent_ticket",
|
|
73
|
+
"assignees,assigned_teams,account,parent_ticket",
|
|
74
|
+
"assignees,assigned_teams,contact",
|
|
75
|
+
"assignees,assigned_teams,contact,creator",
|
|
76
|
+
"assignees,assigned_teams,contact,creator,parent_ticket",
|
|
77
|
+
"assignees,assigned_teams,contact,parent_ticket",
|
|
78
|
+
"assignees,assigned_teams,creator",
|
|
79
|
+
"assignees,assigned_teams,creator,parent_ticket",
|
|
80
|
+
"assignees,assigned_teams,parent_ticket",
|
|
49
81
|
"assignees,collections",
|
|
50
82
|
"assignees,collections,account",
|
|
51
83
|
"assignees,collections,account,contact",
|
|
@@ -55,6 +87,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
55
87
|
"assignees,collections,account,creator",
|
|
56
88
|
"assignees,collections,account,creator,parent_ticket",
|
|
57
89
|
"assignees,collections,account,parent_ticket",
|
|
90
|
+
"assignees,collections,assigned_teams",
|
|
91
|
+
"assignees,collections,assigned_teams,account",
|
|
92
|
+
"assignees,collections,assigned_teams,account,contact",
|
|
93
|
+
"assignees,collections,assigned_teams,account,contact,creator",
|
|
94
|
+
"assignees,collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
95
|
+
"assignees,collections,assigned_teams,account,contact,parent_ticket",
|
|
96
|
+
"assignees,collections,assigned_teams,account,creator",
|
|
97
|
+
"assignees,collections,assigned_teams,account,creator,parent_ticket",
|
|
98
|
+
"assignees,collections,assigned_teams,account,parent_ticket",
|
|
99
|
+
"assignees,collections,assigned_teams,contact",
|
|
100
|
+
"assignees,collections,assigned_teams,contact,creator",
|
|
101
|
+
"assignees,collections,assigned_teams,contact,creator,parent_ticket",
|
|
102
|
+
"assignees,collections,assigned_teams,contact,parent_ticket",
|
|
103
|
+
"assignees,collections,assigned_teams,creator",
|
|
104
|
+
"assignees,collections,assigned_teams,creator,parent_ticket",
|
|
105
|
+
"assignees,collections,assigned_teams,parent_ticket",
|
|
58
106
|
"assignees,collections,contact",
|
|
59
107
|
"assignees,collections,contact,creator",
|
|
60
108
|
"assignees,collections,contact,creator,parent_ticket",
|
|
@@ -78,6 +126,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
78
126
|
"attachments,account,creator",
|
|
79
127
|
"attachments,account,creator,parent_ticket",
|
|
80
128
|
"attachments,account,parent_ticket",
|
|
129
|
+
"attachments,assigned_teams",
|
|
130
|
+
"attachments,assigned_teams,account",
|
|
131
|
+
"attachments,assigned_teams,account,contact",
|
|
132
|
+
"attachments,assigned_teams,account,contact,creator",
|
|
133
|
+
"attachments,assigned_teams,account,contact,creator,parent_ticket",
|
|
134
|
+
"attachments,assigned_teams,account,contact,parent_ticket",
|
|
135
|
+
"attachments,assigned_teams,account,creator",
|
|
136
|
+
"attachments,assigned_teams,account,creator,parent_ticket",
|
|
137
|
+
"attachments,assigned_teams,account,parent_ticket",
|
|
138
|
+
"attachments,assigned_teams,contact",
|
|
139
|
+
"attachments,assigned_teams,contact,creator",
|
|
140
|
+
"attachments,assigned_teams,contact,creator,parent_ticket",
|
|
141
|
+
"attachments,assigned_teams,contact,parent_ticket",
|
|
142
|
+
"attachments,assigned_teams,creator",
|
|
143
|
+
"attachments,assigned_teams,creator,parent_ticket",
|
|
144
|
+
"attachments,assigned_teams,parent_ticket",
|
|
81
145
|
"attachments,assignees",
|
|
82
146
|
"attachments,assignees,account",
|
|
83
147
|
"attachments,assignees,account,contact",
|
|
@@ -87,6 +151,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
87
151
|
"attachments,assignees,account,creator",
|
|
88
152
|
"attachments,assignees,account,creator,parent_ticket",
|
|
89
153
|
"attachments,assignees,account,parent_ticket",
|
|
154
|
+
"attachments,assignees,assigned_teams",
|
|
155
|
+
"attachments,assignees,assigned_teams,account",
|
|
156
|
+
"attachments,assignees,assigned_teams,account,contact",
|
|
157
|
+
"attachments,assignees,assigned_teams,account,contact,creator",
|
|
158
|
+
"attachments,assignees,assigned_teams,account,contact,creator,parent_ticket",
|
|
159
|
+
"attachments,assignees,assigned_teams,account,contact,parent_ticket",
|
|
160
|
+
"attachments,assignees,assigned_teams,account,creator",
|
|
161
|
+
"attachments,assignees,assigned_teams,account,creator,parent_ticket",
|
|
162
|
+
"attachments,assignees,assigned_teams,account,parent_ticket",
|
|
163
|
+
"attachments,assignees,assigned_teams,contact",
|
|
164
|
+
"attachments,assignees,assigned_teams,contact,creator",
|
|
165
|
+
"attachments,assignees,assigned_teams,contact,creator,parent_ticket",
|
|
166
|
+
"attachments,assignees,assigned_teams,contact,parent_ticket",
|
|
167
|
+
"attachments,assignees,assigned_teams,creator",
|
|
168
|
+
"attachments,assignees,assigned_teams,creator,parent_ticket",
|
|
169
|
+
"attachments,assignees,assigned_teams,parent_ticket",
|
|
90
170
|
"attachments,assignees,collections",
|
|
91
171
|
"attachments,assignees,collections,account",
|
|
92
172
|
"attachments,assignees,collections,account,contact",
|
|
@@ -96,6 +176,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
96
176
|
"attachments,assignees,collections,account,creator",
|
|
97
177
|
"attachments,assignees,collections,account,creator,parent_ticket",
|
|
98
178
|
"attachments,assignees,collections,account,parent_ticket",
|
|
179
|
+
"attachments,assignees,collections,assigned_teams",
|
|
180
|
+
"attachments,assignees,collections,assigned_teams,account",
|
|
181
|
+
"attachments,assignees,collections,assigned_teams,account,contact",
|
|
182
|
+
"attachments,assignees,collections,assigned_teams,account,contact,creator",
|
|
183
|
+
"attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
184
|
+
"attachments,assignees,collections,assigned_teams,account,contact,parent_ticket",
|
|
185
|
+
"attachments,assignees,collections,assigned_teams,account,creator",
|
|
186
|
+
"attachments,assignees,collections,assigned_teams,account,creator,parent_ticket",
|
|
187
|
+
"attachments,assignees,collections,assigned_teams,account,parent_ticket",
|
|
188
|
+
"attachments,assignees,collections,assigned_teams,contact",
|
|
189
|
+
"attachments,assignees,collections,assigned_teams,contact,creator",
|
|
190
|
+
"attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket",
|
|
191
|
+
"attachments,assignees,collections,assigned_teams,contact,parent_ticket",
|
|
192
|
+
"attachments,assignees,collections,assigned_teams,creator",
|
|
193
|
+
"attachments,assignees,collections,assigned_teams,creator,parent_ticket",
|
|
194
|
+
"attachments,assignees,collections,assigned_teams,parent_ticket",
|
|
99
195
|
"attachments,assignees,collections,contact",
|
|
100
196
|
"attachments,assignees,collections,contact,creator",
|
|
101
197
|
"attachments,assignees,collections,contact,creator,parent_ticket",
|
|
@@ -119,6 +215,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
119
215
|
"attachments,collections,account,creator",
|
|
120
216
|
"attachments,collections,account,creator,parent_ticket",
|
|
121
217
|
"attachments,collections,account,parent_ticket",
|
|
218
|
+
"attachments,collections,assigned_teams",
|
|
219
|
+
"attachments,collections,assigned_teams,account",
|
|
220
|
+
"attachments,collections,assigned_teams,account,contact",
|
|
221
|
+
"attachments,collections,assigned_teams,account,contact,creator",
|
|
222
|
+
"attachments,collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
223
|
+
"attachments,collections,assigned_teams,account,contact,parent_ticket",
|
|
224
|
+
"attachments,collections,assigned_teams,account,creator",
|
|
225
|
+
"attachments,collections,assigned_teams,account,creator,parent_ticket",
|
|
226
|
+
"attachments,collections,assigned_teams,account,parent_ticket",
|
|
227
|
+
"attachments,collections,assigned_teams,contact",
|
|
228
|
+
"attachments,collections,assigned_teams,contact,creator",
|
|
229
|
+
"attachments,collections,assigned_teams,contact,creator,parent_ticket",
|
|
230
|
+
"attachments,collections,assigned_teams,contact,parent_ticket",
|
|
231
|
+
"attachments,collections,assigned_teams,creator",
|
|
232
|
+
"attachments,collections,assigned_teams,creator,parent_ticket",
|
|
233
|
+
"attachments,collections,assigned_teams,parent_ticket",
|
|
122
234
|
"attachments,collections,contact",
|
|
123
235
|
"attachments,collections,contact,creator",
|
|
124
236
|
"attachments,collections,contact,creator,parent_ticket",
|
|
@@ -142,6 +254,22 @@ exports.TicketsListRequestExpand = core.serialization.enum_([
|
|
|
142
254
|
"collections,account,creator",
|
|
143
255
|
"collections,account,creator,parent_ticket",
|
|
144
256
|
"collections,account,parent_ticket",
|
|
257
|
+
"collections,assigned_teams",
|
|
258
|
+
"collections,assigned_teams,account",
|
|
259
|
+
"collections,assigned_teams,account,contact",
|
|
260
|
+
"collections,assigned_teams,account,contact,creator",
|
|
261
|
+
"collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
262
|
+
"collections,assigned_teams,account,contact,parent_ticket",
|
|
263
|
+
"collections,assigned_teams,account,creator",
|
|
264
|
+
"collections,assigned_teams,account,creator,parent_ticket",
|
|
265
|
+
"collections,assigned_teams,account,parent_ticket",
|
|
266
|
+
"collections,assigned_teams,contact",
|
|
267
|
+
"collections,assigned_teams,contact,creator",
|
|
268
|
+
"collections,assigned_teams,contact,creator,parent_ticket",
|
|
269
|
+
"collections,assigned_teams,contact,parent_ticket",
|
|
270
|
+
"collections,assigned_teams,creator",
|
|
271
|
+
"collections,assigned_teams,creator,parent_ticket",
|
|
272
|
+
"collections,assigned_teams,parent_ticket",
|
|
145
273
|
"collections,contact",
|
|
146
274
|
"collections,contact,creator",
|
|
147
275
|
"collections,contact,creator,parent_ticket",
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const TicketsRetrieveRequestExpand: core.serialization.Schema<serializers.ticketing.TicketsRetrieveRequestExpand.Raw, Merge.ticketing.TicketsRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace TicketsRetrieveRequestExpand {
|
|
9
|
-
type Raw = "account" | "account,contact" | "account,contact,creator" | "account,contact,creator,parent_ticket" | "account,contact,parent_ticket" | "account,creator" | "account,creator,parent_ticket" | "account,parent_ticket" | "assignees" | "assignees,account" | "assignees,account,contact" | "assignees,account,contact,creator" | "assignees,account,contact,creator,parent_ticket" | "assignees,account,contact,parent_ticket" | "assignees,account,creator" | "assignees,account,creator,parent_ticket" | "assignees,account,parent_ticket" | "assignees,collections" | "assignees,collections,account" | "assignees,collections,account,contact" | "assignees,collections,account,contact,creator" | "assignees,collections,account,contact,creator,parent_ticket" | "assignees,collections,account,contact,parent_ticket" | "assignees,collections,account,creator" | "assignees,collections,account,creator,parent_ticket" | "assignees,collections,account,parent_ticket" | "assignees,collections,contact" | "assignees,collections,contact,creator" | "assignees,collections,contact,creator,parent_ticket" | "assignees,collections,contact,parent_ticket" | "assignees,collections,creator" | "assignees,collections,creator,parent_ticket" | "assignees,collections,parent_ticket" | "assignees,contact" | "assignees,contact,creator" | "assignees,contact,creator,parent_ticket" | "assignees,contact,parent_ticket" | "assignees,creator" | "assignees,creator,parent_ticket" | "assignees,parent_ticket" | "attachments" | "attachments,account" | "attachments,account,contact" | "attachments,account,contact,creator" | "attachments,account,contact,creator,parent_ticket" | "attachments,account,contact,parent_ticket" | "attachments,account,creator" | "attachments,account,creator,parent_ticket" | "attachments,account,parent_ticket" | "attachments,assignees" | "attachments,assignees,account" | "attachments,assignees,account,contact" | "attachments,assignees,account,contact,creator" | "attachments,assignees,account,contact,creator,parent_ticket" | "attachments,assignees,account,contact,parent_ticket" | "attachments,assignees,account,creator" | "attachments,assignees,account,creator,parent_ticket" | "attachments,assignees,account,parent_ticket" | "attachments,assignees,collections" | "attachments,assignees,collections,account" | "attachments,assignees,collections,account,contact" | "attachments,assignees,collections,account,contact,creator" | "attachments,assignees,collections,account,contact,creator,parent_ticket" | "attachments,assignees,collections,account,contact,parent_ticket" | "attachments,assignees,collections,account,creator" | "attachments,assignees,collections,account,creator,parent_ticket" | "attachments,assignees,collections,account,parent_ticket" | "attachments,assignees,collections,contact" | "attachments,assignees,collections,contact,creator" | "attachments,assignees,collections,contact,creator,parent_ticket" | "attachments,assignees,collections,contact,parent_ticket" | "attachments,assignees,collections,creator" | "attachments,assignees,collections,creator,parent_ticket" | "attachments,assignees,collections,parent_ticket" | "attachments,assignees,contact" | "attachments,assignees,contact,creator" | "attachments,assignees,contact,creator,parent_ticket" | "attachments,assignees,contact,parent_ticket" | "attachments,assignees,creator" | "attachments,assignees,creator,parent_ticket" | "attachments,assignees,parent_ticket" | "attachments,collections" | "attachments,collections,account" | "attachments,collections,account,contact" | "attachments,collections,account,contact,creator" | "attachments,collections,account,contact,creator,parent_ticket" | "attachments,collections,account,contact,parent_ticket" | "attachments,collections,account,creator" | "attachments,collections,account,creator,parent_ticket" | "attachments,collections,account,parent_ticket" | "attachments,collections,contact" | "attachments,collections,contact,creator" | "attachments,collections,contact,creator,parent_ticket" | "attachments,collections,contact,parent_ticket" | "attachments,collections,creator" | "attachments,collections,creator,parent_ticket" | "attachments,collections,parent_ticket" | "attachments,contact" | "attachments,contact,creator" | "attachments,contact,creator,parent_ticket" | "attachments,contact,parent_ticket" | "attachments,creator" | "attachments,creator,parent_ticket" | "attachments,parent_ticket" | "collections" | "collections,account" | "collections,account,contact" | "collections,account,contact,creator" | "collections,account,contact,creator,parent_ticket" | "collections,account,contact,parent_ticket" | "collections,account,creator" | "collections,account,creator,parent_ticket" | "collections,account,parent_ticket" | "collections,contact" | "collections,contact,creator" | "collections,contact,creator,parent_ticket" | "collections,contact,parent_ticket" | "collections,creator" | "collections,creator,parent_ticket" | "collections,parent_ticket" | "contact" | "contact,creator" | "contact,creator,parent_ticket" | "contact,parent_ticket" | "creator" | "creator,parent_ticket" | "parent_ticket";
|
|
9
|
+
type Raw = "account" | "account,contact" | "account,contact,creator" | "account,contact,creator,parent_ticket" | "account,contact,parent_ticket" | "account,creator" | "account,creator,parent_ticket" | "account,parent_ticket" | "assigned_teams" | "assigned_teams,account" | "assigned_teams,account,contact" | "assigned_teams,account,contact,creator" | "assigned_teams,account,contact,creator,parent_ticket" | "assigned_teams,account,contact,parent_ticket" | "assigned_teams,account,creator" | "assigned_teams,account,creator,parent_ticket" | "assigned_teams,account,parent_ticket" | "assigned_teams,contact" | "assigned_teams,contact,creator" | "assigned_teams,contact,creator,parent_ticket" | "assigned_teams,contact,parent_ticket" | "assigned_teams,creator" | "assigned_teams,creator,parent_ticket" | "assigned_teams,parent_ticket" | "assignees" | "assignees,account" | "assignees,account,contact" | "assignees,account,contact,creator" | "assignees,account,contact,creator,parent_ticket" | "assignees,account,contact,parent_ticket" | "assignees,account,creator" | "assignees,account,creator,parent_ticket" | "assignees,account,parent_ticket" | "assignees,assigned_teams" | "assignees,assigned_teams,account" | "assignees,assigned_teams,account,contact" | "assignees,assigned_teams,account,contact,creator" | "assignees,assigned_teams,account,contact,creator,parent_ticket" | "assignees,assigned_teams,account,contact,parent_ticket" | "assignees,assigned_teams,account,creator" | "assignees,assigned_teams,account,creator,parent_ticket" | "assignees,assigned_teams,account,parent_ticket" | "assignees,assigned_teams,contact" | "assignees,assigned_teams,contact,creator" | "assignees,assigned_teams,contact,creator,parent_ticket" | "assignees,assigned_teams,contact,parent_ticket" | "assignees,assigned_teams,creator" | "assignees,assigned_teams,creator,parent_ticket" | "assignees,assigned_teams,parent_ticket" | "assignees,collections" | "assignees,collections,account" | "assignees,collections,account,contact" | "assignees,collections,account,contact,creator" | "assignees,collections,account,contact,creator,parent_ticket" | "assignees,collections,account,contact,parent_ticket" | "assignees,collections,account,creator" | "assignees,collections,account,creator,parent_ticket" | "assignees,collections,account,parent_ticket" | "assignees,collections,assigned_teams" | "assignees,collections,assigned_teams,account" | "assignees,collections,assigned_teams,account,contact" | "assignees,collections,assigned_teams,account,contact,creator" | "assignees,collections,assigned_teams,account,contact,creator,parent_ticket" | "assignees,collections,assigned_teams,account,contact,parent_ticket" | "assignees,collections,assigned_teams,account,creator" | "assignees,collections,assigned_teams,account,creator,parent_ticket" | "assignees,collections,assigned_teams,account,parent_ticket" | "assignees,collections,assigned_teams,contact" | "assignees,collections,assigned_teams,contact,creator" | "assignees,collections,assigned_teams,contact,creator,parent_ticket" | "assignees,collections,assigned_teams,contact,parent_ticket" | "assignees,collections,assigned_teams,creator" | "assignees,collections,assigned_teams,creator,parent_ticket" | "assignees,collections,assigned_teams,parent_ticket" | "assignees,collections,contact" | "assignees,collections,contact,creator" | "assignees,collections,contact,creator,parent_ticket" | "assignees,collections,contact,parent_ticket" | "assignees,collections,creator" | "assignees,collections,creator,parent_ticket" | "assignees,collections,parent_ticket" | "assignees,contact" | "assignees,contact,creator" | "assignees,contact,creator,parent_ticket" | "assignees,contact,parent_ticket" | "assignees,creator" | "assignees,creator,parent_ticket" | "assignees,parent_ticket" | "attachments" | "attachments,account" | "attachments,account,contact" | "attachments,account,contact,creator" | "attachments,account,contact,creator,parent_ticket" | "attachments,account,contact,parent_ticket" | "attachments,account,creator" | "attachments,account,creator,parent_ticket" | "attachments,account,parent_ticket" | "attachments,assigned_teams" | "attachments,assigned_teams,account" | "attachments,assigned_teams,account,contact" | "attachments,assigned_teams,account,contact,creator" | "attachments,assigned_teams,account,contact,creator,parent_ticket" | "attachments,assigned_teams,account,contact,parent_ticket" | "attachments,assigned_teams,account,creator" | "attachments,assigned_teams,account,creator,parent_ticket" | "attachments,assigned_teams,account,parent_ticket" | "attachments,assigned_teams,contact" | "attachments,assigned_teams,contact,creator" | "attachments,assigned_teams,contact,creator,parent_ticket" | "attachments,assigned_teams,contact,parent_ticket" | "attachments,assigned_teams,creator" | "attachments,assigned_teams,creator,parent_ticket" | "attachments,assigned_teams,parent_ticket" | "attachments,assignees" | "attachments,assignees,account" | "attachments,assignees,account,contact" | "attachments,assignees,account,contact,creator" | "attachments,assignees,account,contact,creator,parent_ticket" | "attachments,assignees,account,contact,parent_ticket" | "attachments,assignees,account,creator" | "attachments,assignees,account,creator,parent_ticket" | "attachments,assignees,account,parent_ticket" | "attachments,assignees,assigned_teams" | "attachments,assignees,assigned_teams,account" | "attachments,assignees,assigned_teams,account,contact" | "attachments,assignees,assigned_teams,account,contact,creator" | "attachments,assignees,assigned_teams,account,contact,creator,parent_ticket" | "attachments,assignees,assigned_teams,account,contact,parent_ticket" | "attachments,assignees,assigned_teams,account,creator" | "attachments,assignees,assigned_teams,account,creator,parent_ticket" | "attachments,assignees,assigned_teams,account,parent_ticket" | "attachments,assignees,assigned_teams,contact" | "attachments,assignees,assigned_teams,contact,creator" | "attachments,assignees,assigned_teams,contact,creator,parent_ticket" | "attachments,assignees,assigned_teams,contact,parent_ticket" | "attachments,assignees,assigned_teams,creator" | "attachments,assignees,assigned_teams,creator,parent_ticket" | "attachments,assignees,assigned_teams,parent_ticket" | "attachments,assignees,collections" | "attachments,assignees,collections,account" | "attachments,assignees,collections,account,contact" | "attachments,assignees,collections,account,contact,creator" | "attachments,assignees,collections,account,contact,creator,parent_ticket" | "attachments,assignees,collections,account,contact,parent_ticket" | "attachments,assignees,collections,account,creator" | "attachments,assignees,collections,account,creator,parent_ticket" | "attachments,assignees,collections,account,parent_ticket" | "attachments,assignees,collections,assigned_teams" | "attachments,assignees,collections,assigned_teams,account" | "attachments,assignees,collections,assigned_teams,account,contact" | "attachments,assignees,collections,assigned_teams,account,contact,creator" | "attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,account,contact,parent_ticket" | "attachments,assignees,collections,assigned_teams,account,creator" | "attachments,assignees,collections,assigned_teams,account,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,account,parent_ticket" | "attachments,assignees,collections,assigned_teams,contact" | "attachments,assignees,collections,assigned_teams,contact,creator" | "attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,contact,parent_ticket" | "attachments,assignees,collections,assigned_teams,creator" | "attachments,assignees,collections,assigned_teams,creator,parent_ticket" | "attachments,assignees,collections,assigned_teams,parent_ticket" | "attachments,assignees,collections,contact" | "attachments,assignees,collections,contact,creator" | "attachments,assignees,collections,contact,creator,parent_ticket" | "attachments,assignees,collections,contact,parent_ticket" | "attachments,assignees,collections,creator" | "attachments,assignees,collections,creator,parent_ticket" | "attachments,assignees,collections,parent_ticket" | "attachments,assignees,contact" | "attachments,assignees,contact,creator" | "attachments,assignees,contact,creator,parent_ticket" | "attachments,assignees,contact,parent_ticket" | "attachments,assignees,creator" | "attachments,assignees,creator,parent_ticket" | "attachments,assignees,parent_ticket" | "attachments,collections" | "attachments,collections,account" | "attachments,collections,account,contact" | "attachments,collections,account,contact,creator" | "attachments,collections,account,contact,creator,parent_ticket" | "attachments,collections,account,contact,parent_ticket" | "attachments,collections,account,creator" | "attachments,collections,account,creator,parent_ticket" | "attachments,collections,account,parent_ticket" | "attachments,collections,assigned_teams" | "attachments,collections,assigned_teams,account" | "attachments,collections,assigned_teams,account,contact" | "attachments,collections,assigned_teams,account,contact,creator" | "attachments,collections,assigned_teams,account,contact,creator,parent_ticket" | "attachments,collections,assigned_teams,account,contact,parent_ticket" | "attachments,collections,assigned_teams,account,creator" | "attachments,collections,assigned_teams,account,creator,parent_ticket" | "attachments,collections,assigned_teams,account,parent_ticket" | "attachments,collections,assigned_teams,contact" | "attachments,collections,assigned_teams,contact,creator" | "attachments,collections,assigned_teams,contact,creator,parent_ticket" | "attachments,collections,assigned_teams,contact,parent_ticket" | "attachments,collections,assigned_teams,creator" | "attachments,collections,assigned_teams,creator,parent_ticket" | "attachments,collections,assigned_teams,parent_ticket" | "attachments,collections,contact" | "attachments,collections,contact,creator" | "attachments,collections,contact,creator,parent_ticket" | "attachments,collections,contact,parent_ticket" | "attachments,collections,creator" | "attachments,collections,creator,parent_ticket" | "attachments,collections,parent_ticket" | "attachments,contact" | "attachments,contact,creator" | "attachments,contact,creator,parent_ticket" | "attachments,contact,parent_ticket" | "attachments,creator" | "attachments,creator,parent_ticket" | "attachments,parent_ticket" | "collections" | "collections,account" | "collections,account,contact" | "collections,account,contact,creator" | "collections,account,contact,creator,parent_ticket" | "collections,account,contact,parent_ticket" | "collections,account,creator" | "collections,account,creator,parent_ticket" | "collections,account,parent_ticket" | "collections,assigned_teams" | "collections,assigned_teams,account" | "collections,assigned_teams,account,contact" | "collections,assigned_teams,account,contact,creator" | "collections,assigned_teams,account,contact,creator,parent_ticket" | "collections,assigned_teams,account,contact,parent_ticket" | "collections,assigned_teams,account,creator" | "collections,assigned_teams,account,creator,parent_ticket" | "collections,assigned_teams,account,parent_ticket" | "collections,assigned_teams,contact" | "collections,assigned_teams,contact,creator" | "collections,assigned_teams,contact,creator,parent_ticket" | "collections,assigned_teams,contact,parent_ticket" | "collections,assigned_teams,creator" | "collections,assigned_teams,creator,parent_ticket" | "collections,assigned_teams,parent_ticket" | "collections,contact" | "collections,contact,creator" | "collections,contact,creator,parent_ticket" | "collections,contact,parent_ticket" | "collections,creator" | "collections,creator,parent_ticket" | "collections,parent_ticket" | "contact" | "contact,creator" | "contact,creator,parent_ticket" | "contact,parent_ticket" | "creator" | "creator,parent_ticket" | "parent_ticket";
|
|
10
10
|
}
|