@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
|
@@ -6,7 +6,7 @@ import * as Merge from "../../../../../../index";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {}
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface TicketsViewersListRequest {
|
|
10
10
|
/**
|
|
11
11
|
* The pagination cursor value.
|
|
12
12
|
*/
|
|
@@ -14,7 +14,7 @@ export interface CollectionsUsersListRequest {
|
|
|
14
14
|
/**
|
|
15
15
|
* Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
16
16
|
*/
|
|
17
|
-
expand?: Merge.ticketing.
|
|
17
|
+
expand?: Merge.ticketing.TicketsViewersListRequestExpand;
|
|
18
18
|
/**
|
|
19
19
|
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
20
20
|
*/
|
|
@@ -2,5 +2,5 @@ export { type TicketsListRequest } from "./TicketsListRequest";
|
|
|
2
2
|
export { type TicketEndpointRequest } from "./TicketEndpointRequest";
|
|
3
3
|
export { type TicketsRetrieveRequest } from "./TicketsRetrieveRequest";
|
|
4
4
|
export { type PatchedTicketEndpointRequest } from "./PatchedTicketEndpointRequest";
|
|
5
|
-
export { type
|
|
5
|
+
export { type TicketsViewersListRequest } from "./TicketsViewersListRequest";
|
|
6
6
|
export { type TicketsRemoteFieldClassesListRequest } from "./TicketsRemoteFieldClassesListRequest";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type TicketsListRequestExpand = "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";
|
|
4
|
+
export declare type TicketsListRequestExpand = "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";
|
|
5
5
|
export declare const TicketsListRequestExpand: {
|
|
6
6
|
readonly Account: "account";
|
|
7
7
|
readonly AccountContact: "account,contact";
|
|
@@ -11,6 +11,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
11
11
|
readonly AccountCreator: "account,creator";
|
|
12
12
|
readonly AccountCreatorParentTicket: "account,creator,parent_ticket";
|
|
13
13
|
readonly AccountParentTicket: "account,parent_ticket";
|
|
14
|
+
readonly AssignedTeams: "assigned_teams";
|
|
15
|
+
readonly AssignedTeamsAccount: "assigned_teams,account";
|
|
16
|
+
readonly AssignedTeamsAccountContact: "assigned_teams,account,contact";
|
|
17
|
+
readonly AssignedTeamsAccountContactCreator: "assigned_teams,account,contact,creator";
|
|
18
|
+
readonly AssignedTeamsAccountContactCreatorParentTicket: "assigned_teams,account,contact,creator,parent_ticket";
|
|
19
|
+
readonly AssignedTeamsAccountContactParentTicket: "assigned_teams,account,contact,parent_ticket";
|
|
20
|
+
readonly AssignedTeamsAccountCreator: "assigned_teams,account,creator";
|
|
21
|
+
readonly AssignedTeamsAccountCreatorParentTicket: "assigned_teams,account,creator,parent_ticket";
|
|
22
|
+
readonly AssignedTeamsAccountParentTicket: "assigned_teams,account,parent_ticket";
|
|
23
|
+
readonly AssignedTeamsContact: "assigned_teams,contact";
|
|
24
|
+
readonly AssignedTeamsContactCreator: "assigned_teams,contact,creator";
|
|
25
|
+
readonly AssignedTeamsContactCreatorParentTicket: "assigned_teams,contact,creator,parent_ticket";
|
|
26
|
+
readonly AssignedTeamsContactParentTicket: "assigned_teams,contact,parent_ticket";
|
|
27
|
+
readonly AssignedTeamsCreator: "assigned_teams,creator";
|
|
28
|
+
readonly AssignedTeamsCreatorParentTicket: "assigned_teams,creator,parent_ticket";
|
|
29
|
+
readonly AssignedTeamsParentTicket: "assigned_teams,parent_ticket";
|
|
14
30
|
readonly Assignees: "assignees";
|
|
15
31
|
readonly AssigneesAccount: "assignees,account";
|
|
16
32
|
readonly AssigneesAccountContact: "assignees,account,contact";
|
|
@@ -20,6 +36,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
20
36
|
readonly AssigneesAccountCreator: "assignees,account,creator";
|
|
21
37
|
readonly AssigneesAccountCreatorParentTicket: "assignees,account,creator,parent_ticket";
|
|
22
38
|
readonly AssigneesAccountParentTicket: "assignees,account,parent_ticket";
|
|
39
|
+
readonly AssigneesAssignedTeams: "assignees,assigned_teams";
|
|
40
|
+
readonly AssigneesAssignedTeamsAccount: "assignees,assigned_teams,account";
|
|
41
|
+
readonly AssigneesAssignedTeamsAccountContact: "assignees,assigned_teams,account,contact";
|
|
42
|
+
readonly AssigneesAssignedTeamsAccountContactCreator: "assignees,assigned_teams,account,contact,creator";
|
|
43
|
+
readonly AssigneesAssignedTeamsAccountContactCreatorParentTicket: "assignees,assigned_teams,account,contact,creator,parent_ticket";
|
|
44
|
+
readonly AssigneesAssignedTeamsAccountContactParentTicket: "assignees,assigned_teams,account,contact,parent_ticket";
|
|
45
|
+
readonly AssigneesAssignedTeamsAccountCreator: "assignees,assigned_teams,account,creator";
|
|
46
|
+
readonly AssigneesAssignedTeamsAccountCreatorParentTicket: "assignees,assigned_teams,account,creator,parent_ticket";
|
|
47
|
+
readonly AssigneesAssignedTeamsAccountParentTicket: "assignees,assigned_teams,account,parent_ticket";
|
|
48
|
+
readonly AssigneesAssignedTeamsContact: "assignees,assigned_teams,contact";
|
|
49
|
+
readonly AssigneesAssignedTeamsContactCreator: "assignees,assigned_teams,contact,creator";
|
|
50
|
+
readonly AssigneesAssignedTeamsContactCreatorParentTicket: "assignees,assigned_teams,contact,creator,parent_ticket";
|
|
51
|
+
readonly AssigneesAssignedTeamsContactParentTicket: "assignees,assigned_teams,contact,parent_ticket";
|
|
52
|
+
readonly AssigneesAssignedTeamsCreator: "assignees,assigned_teams,creator";
|
|
53
|
+
readonly AssigneesAssignedTeamsCreatorParentTicket: "assignees,assigned_teams,creator,parent_ticket";
|
|
54
|
+
readonly AssigneesAssignedTeamsParentTicket: "assignees,assigned_teams,parent_ticket";
|
|
23
55
|
readonly AssigneesCollections: "assignees,collections";
|
|
24
56
|
readonly AssigneesCollectionsAccount: "assignees,collections,account";
|
|
25
57
|
readonly AssigneesCollectionsAccountContact: "assignees,collections,account,contact";
|
|
@@ -29,6 +61,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
29
61
|
readonly AssigneesCollectionsAccountCreator: "assignees,collections,account,creator";
|
|
30
62
|
readonly AssigneesCollectionsAccountCreatorParentTicket: "assignees,collections,account,creator,parent_ticket";
|
|
31
63
|
readonly AssigneesCollectionsAccountParentTicket: "assignees,collections,account,parent_ticket";
|
|
64
|
+
readonly AssigneesCollectionsAssignedTeams: "assignees,collections,assigned_teams";
|
|
65
|
+
readonly AssigneesCollectionsAssignedTeamsAccount: "assignees,collections,assigned_teams,account";
|
|
66
|
+
readonly AssigneesCollectionsAssignedTeamsAccountContact: "assignees,collections,assigned_teams,account,contact";
|
|
67
|
+
readonly AssigneesCollectionsAssignedTeamsAccountContactCreator: "assignees,collections,assigned_teams,account,contact,creator";
|
|
68
|
+
readonly AssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket: "assignees,collections,assigned_teams,account,contact,creator,parent_ticket";
|
|
69
|
+
readonly AssigneesCollectionsAssignedTeamsAccountContactParentTicket: "assignees,collections,assigned_teams,account,contact,parent_ticket";
|
|
70
|
+
readonly AssigneesCollectionsAssignedTeamsAccountCreator: "assignees,collections,assigned_teams,account,creator";
|
|
71
|
+
readonly AssigneesCollectionsAssignedTeamsAccountCreatorParentTicket: "assignees,collections,assigned_teams,account,creator,parent_ticket";
|
|
72
|
+
readonly AssigneesCollectionsAssignedTeamsAccountParentTicket: "assignees,collections,assigned_teams,account,parent_ticket";
|
|
73
|
+
readonly AssigneesCollectionsAssignedTeamsContact: "assignees,collections,assigned_teams,contact";
|
|
74
|
+
readonly AssigneesCollectionsAssignedTeamsContactCreator: "assignees,collections,assigned_teams,contact,creator";
|
|
75
|
+
readonly AssigneesCollectionsAssignedTeamsContactCreatorParentTicket: "assignees,collections,assigned_teams,contact,creator,parent_ticket";
|
|
76
|
+
readonly AssigneesCollectionsAssignedTeamsContactParentTicket: "assignees,collections,assigned_teams,contact,parent_ticket";
|
|
77
|
+
readonly AssigneesCollectionsAssignedTeamsCreator: "assignees,collections,assigned_teams,creator";
|
|
78
|
+
readonly AssigneesCollectionsAssignedTeamsCreatorParentTicket: "assignees,collections,assigned_teams,creator,parent_ticket";
|
|
79
|
+
readonly AssigneesCollectionsAssignedTeamsParentTicket: "assignees,collections,assigned_teams,parent_ticket";
|
|
32
80
|
readonly AssigneesCollectionsContact: "assignees,collections,contact";
|
|
33
81
|
readonly AssigneesCollectionsContactCreator: "assignees,collections,contact,creator";
|
|
34
82
|
readonly AssigneesCollectionsContactCreatorParentTicket: "assignees,collections,contact,creator,parent_ticket";
|
|
@@ -52,6 +100,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
52
100
|
readonly AttachmentsAccountCreator: "attachments,account,creator";
|
|
53
101
|
readonly AttachmentsAccountCreatorParentTicket: "attachments,account,creator,parent_ticket";
|
|
54
102
|
readonly AttachmentsAccountParentTicket: "attachments,account,parent_ticket";
|
|
103
|
+
readonly AttachmentsAssignedTeams: "attachments,assigned_teams";
|
|
104
|
+
readonly AttachmentsAssignedTeamsAccount: "attachments,assigned_teams,account";
|
|
105
|
+
readonly AttachmentsAssignedTeamsAccountContact: "attachments,assigned_teams,account,contact";
|
|
106
|
+
readonly AttachmentsAssignedTeamsAccountContactCreator: "attachments,assigned_teams,account,contact,creator";
|
|
107
|
+
readonly AttachmentsAssignedTeamsAccountContactCreatorParentTicket: "attachments,assigned_teams,account,contact,creator,parent_ticket";
|
|
108
|
+
readonly AttachmentsAssignedTeamsAccountContactParentTicket: "attachments,assigned_teams,account,contact,parent_ticket";
|
|
109
|
+
readonly AttachmentsAssignedTeamsAccountCreator: "attachments,assigned_teams,account,creator";
|
|
110
|
+
readonly AttachmentsAssignedTeamsAccountCreatorParentTicket: "attachments,assigned_teams,account,creator,parent_ticket";
|
|
111
|
+
readonly AttachmentsAssignedTeamsAccountParentTicket: "attachments,assigned_teams,account,parent_ticket";
|
|
112
|
+
readonly AttachmentsAssignedTeamsContact: "attachments,assigned_teams,contact";
|
|
113
|
+
readonly AttachmentsAssignedTeamsContactCreator: "attachments,assigned_teams,contact,creator";
|
|
114
|
+
readonly AttachmentsAssignedTeamsContactCreatorParentTicket: "attachments,assigned_teams,contact,creator,parent_ticket";
|
|
115
|
+
readonly AttachmentsAssignedTeamsContactParentTicket: "attachments,assigned_teams,contact,parent_ticket";
|
|
116
|
+
readonly AttachmentsAssignedTeamsCreator: "attachments,assigned_teams,creator";
|
|
117
|
+
readonly AttachmentsAssignedTeamsCreatorParentTicket: "attachments,assigned_teams,creator,parent_ticket";
|
|
118
|
+
readonly AttachmentsAssignedTeamsParentTicket: "attachments,assigned_teams,parent_ticket";
|
|
55
119
|
readonly AttachmentsAssignees: "attachments,assignees";
|
|
56
120
|
readonly AttachmentsAssigneesAccount: "attachments,assignees,account";
|
|
57
121
|
readonly AttachmentsAssigneesAccountContact: "attachments,assignees,account,contact";
|
|
@@ -61,6 +125,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
61
125
|
readonly AttachmentsAssigneesAccountCreator: "attachments,assignees,account,creator";
|
|
62
126
|
readonly AttachmentsAssigneesAccountCreatorParentTicket: "attachments,assignees,account,creator,parent_ticket";
|
|
63
127
|
readonly AttachmentsAssigneesAccountParentTicket: "attachments,assignees,account,parent_ticket";
|
|
128
|
+
readonly AttachmentsAssigneesAssignedTeams: "attachments,assignees,assigned_teams";
|
|
129
|
+
readonly AttachmentsAssigneesAssignedTeamsAccount: "attachments,assignees,assigned_teams,account";
|
|
130
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountContact: "attachments,assignees,assigned_teams,account,contact";
|
|
131
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountContactCreator: "attachments,assignees,assigned_teams,account,contact,creator";
|
|
132
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountContactCreatorParentTicket: "attachments,assignees,assigned_teams,account,contact,creator,parent_ticket";
|
|
133
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountContactParentTicket: "attachments,assignees,assigned_teams,account,contact,parent_ticket";
|
|
134
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountCreator: "attachments,assignees,assigned_teams,account,creator";
|
|
135
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountCreatorParentTicket: "attachments,assignees,assigned_teams,account,creator,parent_ticket";
|
|
136
|
+
readonly AttachmentsAssigneesAssignedTeamsAccountParentTicket: "attachments,assignees,assigned_teams,account,parent_ticket";
|
|
137
|
+
readonly AttachmentsAssigneesAssignedTeamsContact: "attachments,assignees,assigned_teams,contact";
|
|
138
|
+
readonly AttachmentsAssigneesAssignedTeamsContactCreator: "attachments,assignees,assigned_teams,contact,creator";
|
|
139
|
+
readonly AttachmentsAssigneesAssignedTeamsContactCreatorParentTicket: "attachments,assignees,assigned_teams,contact,creator,parent_ticket";
|
|
140
|
+
readonly AttachmentsAssigneesAssignedTeamsContactParentTicket: "attachments,assignees,assigned_teams,contact,parent_ticket";
|
|
141
|
+
readonly AttachmentsAssigneesAssignedTeamsCreator: "attachments,assignees,assigned_teams,creator";
|
|
142
|
+
readonly AttachmentsAssigneesAssignedTeamsCreatorParentTicket: "attachments,assignees,assigned_teams,creator,parent_ticket";
|
|
143
|
+
readonly AttachmentsAssigneesAssignedTeamsParentTicket: "attachments,assignees,assigned_teams,parent_ticket";
|
|
64
144
|
readonly AttachmentsAssigneesCollections: "attachments,assignees,collections";
|
|
65
145
|
readonly AttachmentsAssigneesCollectionsAccount: "attachments,assignees,collections,account";
|
|
66
146
|
readonly AttachmentsAssigneesCollectionsAccountContact: "attachments,assignees,collections,account,contact";
|
|
@@ -70,6 +150,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
70
150
|
readonly AttachmentsAssigneesCollectionsAccountCreator: "attachments,assignees,collections,account,creator";
|
|
71
151
|
readonly AttachmentsAssigneesCollectionsAccountCreatorParentTicket: "attachments,assignees,collections,account,creator,parent_ticket";
|
|
72
152
|
readonly AttachmentsAssigneesCollectionsAccountParentTicket: "attachments,assignees,collections,account,parent_ticket";
|
|
153
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeams: "attachments,assignees,collections,assigned_teams";
|
|
154
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccount: "attachments,assignees,collections,assigned_teams,account";
|
|
155
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountContact: "attachments,assignees,collections,assigned_teams,account,contact";
|
|
156
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreator: "attachments,assignees,collections,assigned_teams,account,contact,creator";
|
|
157
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket: "attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket";
|
|
158
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountContactParentTicket: "attachments,assignees,collections,assigned_teams,account,contact,parent_ticket";
|
|
159
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountCreator: "attachments,assignees,collections,assigned_teams,account,creator";
|
|
160
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountCreatorParentTicket: "attachments,assignees,collections,assigned_teams,account,creator,parent_ticket";
|
|
161
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsAccountParentTicket: "attachments,assignees,collections,assigned_teams,account,parent_ticket";
|
|
162
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsContact: "attachments,assignees,collections,assigned_teams,contact";
|
|
163
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsContactCreator: "attachments,assignees,collections,assigned_teams,contact,creator";
|
|
164
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsContactCreatorParentTicket: "attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket";
|
|
165
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsContactParentTicket: "attachments,assignees,collections,assigned_teams,contact,parent_ticket";
|
|
166
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsCreator: "attachments,assignees,collections,assigned_teams,creator";
|
|
167
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsCreatorParentTicket: "attachments,assignees,collections,assigned_teams,creator,parent_ticket";
|
|
168
|
+
readonly AttachmentsAssigneesCollectionsAssignedTeamsParentTicket: "attachments,assignees,collections,assigned_teams,parent_ticket";
|
|
73
169
|
readonly AttachmentsAssigneesCollectionsContact: "attachments,assignees,collections,contact";
|
|
74
170
|
readonly AttachmentsAssigneesCollectionsContactCreator: "attachments,assignees,collections,contact,creator";
|
|
75
171
|
readonly AttachmentsAssigneesCollectionsContactCreatorParentTicket: "attachments,assignees,collections,contact,creator,parent_ticket";
|
|
@@ -93,6 +189,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
93
189
|
readonly AttachmentsCollectionsAccountCreator: "attachments,collections,account,creator";
|
|
94
190
|
readonly AttachmentsCollectionsAccountCreatorParentTicket: "attachments,collections,account,creator,parent_ticket";
|
|
95
191
|
readonly AttachmentsCollectionsAccountParentTicket: "attachments,collections,account,parent_ticket";
|
|
192
|
+
readonly AttachmentsCollectionsAssignedTeams: "attachments,collections,assigned_teams";
|
|
193
|
+
readonly AttachmentsCollectionsAssignedTeamsAccount: "attachments,collections,assigned_teams,account";
|
|
194
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountContact: "attachments,collections,assigned_teams,account,contact";
|
|
195
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountContactCreator: "attachments,collections,assigned_teams,account,contact,creator";
|
|
196
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountContactCreatorParentTicket: "attachments,collections,assigned_teams,account,contact,creator,parent_ticket";
|
|
197
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountContactParentTicket: "attachments,collections,assigned_teams,account,contact,parent_ticket";
|
|
198
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountCreator: "attachments,collections,assigned_teams,account,creator";
|
|
199
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountCreatorParentTicket: "attachments,collections,assigned_teams,account,creator,parent_ticket";
|
|
200
|
+
readonly AttachmentsCollectionsAssignedTeamsAccountParentTicket: "attachments,collections,assigned_teams,account,parent_ticket";
|
|
201
|
+
readonly AttachmentsCollectionsAssignedTeamsContact: "attachments,collections,assigned_teams,contact";
|
|
202
|
+
readonly AttachmentsCollectionsAssignedTeamsContactCreator: "attachments,collections,assigned_teams,contact,creator";
|
|
203
|
+
readonly AttachmentsCollectionsAssignedTeamsContactCreatorParentTicket: "attachments,collections,assigned_teams,contact,creator,parent_ticket";
|
|
204
|
+
readonly AttachmentsCollectionsAssignedTeamsContactParentTicket: "attachments,collections,assigned_teams,contact,parent_ticket";
|
|
205
|
+
readonly AttachmentsCollectionsAssignedTeamsCreator: "attachments,collections,assigned_teams,creator";
|
|
206
|
+
readonly AttachmentsCollectionsAssignedTeamsCreatorParentTicket: "attachments,collections,assigned_teams,creator,parent_ticket";
|
|
207
|
+
readonly AttachmentsCollectionsAssignedTeamsParentTicket: "attachments,collections,assigned_teams,parent_ticket";
|
|
96
208
|
readonly AttachmentsCollectionsContact: "attachments,collections,contact";
|
|
97
209
|
readonly AttachmentsCollectionsContactCreator: "attachments,collections,contact,creator";
|
|
98
210
|
readonly AttachmentsCollectionsContactCreatorParentTicket: "attachments,collections,contact,creator,parent_ticket";
|
|
@@ -116,6 +228,22 @@ export declare const TicketsListRequestExpand: {
|
|
|
116
228
|
readonly CollectionsAccountCreator: "collections,account,creator";
|
|
117
229
|
readonly CollectionsAccountCreatorParentTicket: "collections,account,creator,parent_ticket";
|
|
118
230
|
readonly CollectionsAccountParentTicket: "collections,account,parent_ticket";
|
|
231
|
+
readonly CollectionsAssignedTeams: "collections,assigned_teams";
|
|
232
|
+
readonly CollectionsAssignedTeamsAccount: "collections,assigned_teams,account";
|
|
233
|
+
readonly CollectionsAssignedTeamsAccountContact: "collections,assigned_teams,account,contact";
|
|
234
|
+
readonly CollectionsAssignedTeamsAccountContactCreator: "collections,assigned_teams,account,contact,creator";
|
|
235
|
+
readonly CollectionsAssignedTeamsAccountContactCreatorParentTicket: "collections,assigned_teams,account,contact,creator,parent_ticket";
|
|
236
|
+
readonly CollectionsAssignedTeamsAccountContactParentTicket: "collections,assigned_teams,account,contact,parent_ticket";
|
|
237
|
+
readonly CollectionsAssignedTeamsAccountCreator: "collections,assigned_teams,account,creator";
|
|
238
|
+
readonly CollectionsAssignedTeamsAccountCreatorParentTicket: "collections,assigned_teams,account,creator,parent_ticket";
|
|
239
|
+
readonly CollectionsAssignedTeamsAccountParentTicket: "collections,assigned_teams,account,parent_ticket";
|
|
240
|
+
readonly CollectionsAssignedTeamsContact: "collections,assigned_teams,contact";
|
|
241
|
+
readonly CollectionsAssignedTeamsContactCreator: "collections,assigned_teams,contact,creator";
|
|
242
|
+
readonly CollectionsAssignedTeamsContactCreatorParentTicket: "collections,assigned_teams,contact,creator,parent_ticket";
|
|
243
|
+
readonly CollectionsAssignedTeamsContactParentTicket: "collections,assigned_teams,contact,parent_ticket";
|
|
244
|
+
readonly CollectionsAssignedTeamsCreator: "collections,assigned_teams,creator";
|
|
245
|
+
readonly CollectionsAssignedTeamsCreatorParentTicket: "collections,assigned_teams,creator,parent_ticket";
|
|
246
|
+
readonly CollectionsAssignedTeamsParentTicket: "collections,assigned_teams,parent_ticket";
|
|
119
247
|
readonly CollectionsContact: "collections,contact";
|
|
120
248
|
readonly CollectionsContactCreator: "collections,contact,creator";
|
|
121
249
|
readonly CollectionsContactCreatorParentTicket: "collections,contact,creator,parent_ticket";
|
|
@@ -13,6 +13,22 @@ exports.TicketsListRequestExpand = {
|
|
|
13
13
|
AccountCreator: "account,creator",
|
|
14
14
|
AccountCreatorParentTicket: "account,creator,parent_ticket",
|
|
15
15
|
AccountParentTicket: "account,parent_ticket",
|
|
16
|
+
AssignedTeams: "assigned_teams",
|
|
17
|
+
AssignedTeamsAccount: "assigned_teams,account",
|
|
18
|
+
AssignedTeamsAccountContact: "assigned_teams,account,contact",
|
|
19
|
+
AssignedTeamsAccountContactCreator: "assigned_teams,account,contact,creator",
|
|
20
|
+
AssignedTeamsAccountContactCreatorParentTicket: "assigned_teams,account,contact,creator,parent_ticket",
|
|
21
|
+
AssignedTeamsAccountContactParentTicket: "assigned_teams,account,contact,parent_ticket",
|
|
22
|
+
AssignedTeamsAccountCreator: "assigned_teams,account,creator",
|
|
23
|
+
AssignedTeamsAccountCreatorParentTicket: "assigned_teams,account,creator,parent_ticket",
|
|
24
|
+
AssignedTeamsAccountParentTicket: "assigned_teams,account,parent_ticket",
|
|
25
|
+
AssignedTeamsContact: "assigned_teams,contact",
|
|
26
|
+
AssignedTeamsContactCreator: "assigned_teams,contact,creator",
|
|
27
|
+
AssignedTeamsContactCreatorParentTicket: "assigned_teams,contact,creator,parent_ticket",
|
|
28
|
+
AssignedTeamsContactParentTicket: "assigned_teams,contact,parent_ticket",
|
|
29
|
+
AssignedTeamsCreator: "assigned_teams,creator",
|
|
30
|
+
AssignedTeamsCreatorParentTicket: "assigned_teams,creator,parent_ticket",
|
|
31
|
+
AssignedTeamsParentTicket: "assigned_teams,parent_ticket",
|
|
16
32
|
Assignees: "assignees",
|
|
17
33
|
AssigneesAccount: "assignees,account",
|
|
18
34
|
AssigneesAccountContact: "assignees,account,contact",
|
|
@@ -22,6 +38,22 @@ exports.TicketsListRequestExpand = {
|
|
|
22
38
|
AssigneesAccountCreator: "assignees,account,creator",
|
|
23
39
|
AssigneesAccountCreatorParentTicket: "assignees,account,creator,parent_ticket",
|
|
24
40
|
AssigneesAccountParentTicket: "assignees,account,parent_ticket",
|
|
41
|
+
AssigneesAssignedTeams: "assignees,assigned_teams",
|
|
42
|
+
AssigneesAssignedTeamsAccount: "assignees,assigned_teams,account",
|
|
43
|
+
AssigneesAssignedTeamsAccountContact: "assignees,assigned_teams,account,contact",
|
|
44
|
+
AssigneesAssignedTeamsAccountContactCreator: "assignees,assigned_teams,account,contact,creator",
|
|
45
|
+
AssigneesAssignedTeamsAccountContactCreatorParentTicket: "assignees,assigned_teams,account,contact,creator,parent_ticket",
|
|
46
|
+
AssigneesAssignedTeamsAccountContactParentTicket: "assignees,assigned_teams,account,contact,parent_ticket",
|
|
47
|
+
AssigneesAssignedTeamsAccountCreator: "assignees,assigned_teams,account,creator",
|
|
48
|
+
AssigneesAssignedTeamsAccountCreatorParentTicket: "assignees,assigned_teams,account,creator,parent_ticket",
|
|
49
|
+
AssigneesAssignedTeamsAccountParentTicket: "assignees,assigned_teams,account,parent_ticket",
|
|
50
|
+
AssigneesAssignedTeamsContact: "assignees,assigned_teams,contact",
|
|
51
|
+
AssigneesAssignedTeamsContactCreator: "assignees,assigned_teams,contact,creator",
|
|
52
|
+
AssigneesAssignedTeamsContactCreatorParentTicket: "assignees,assigned_teams,contact,creator,parent_ticket",
|
|
53
|
+
AssigneesAssignedTeamsContactParentTicket: "assignees,assigned_teams,contact,parent_ticket",
|
|
54
|
+
AssigneesAssignedTeamsCreator: "assignees,assigned_teams,creator",
|
|
55
|
+
AssigneesAssignedTeamsCreatorParentTicket: "assignees,assigned_teams,creator,parent_ticket",
|
|
56
|
+
AssigneesAssignedTeamsParentTicket: "assignees,assigned_teams,parent_ticket",
|
|
25
57
|
AssigneesCollections: "assignees,collections",
|
|
26
58
|
AssigneesCollectionsAccount: "assignees,collections,account",
|
|
27
59
|
AssigneesCollectionsAccountContact: "assignees,collections,account,contact",
|
|
@@ -31,6 +63,22 @@ exports.TicketsListRequestExpand = {
|
|
|
31
63
|
AssigneesCollectionsAccountCreator: "assignees,collections,account,creator",
|
|
32
64
|
AssigneesCollectionsAccountCreatorParentTicket: "assignees,collections,account,creator,parent_ticket",
|
|
33
65
|
AssigneesCollectionsAccountParentTicket: "assignees,collections,account,parent_ticket",
|
|
66
|
+
AssigneesCollectionsAssignedTeams: "assignees,collections,assigned_teams",
|
|
67
|
+
AssigneesCollectionsAssignedTeamsAccount: "assignees,collections,assigned_teams,account",
|
|
68
|
+
AssigneesCollectionsAssignedTeamsAccountContact: "assignees,collections,assigned_teams,account,contact",
|
|
69
|
+
AssigneesCollectionsAssignedTeamsAccountContactCreator: "assignees,collections,assigned_teams,account,contact,creator",
|
|
70
|
+
AssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket: "assignees,collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
71
|
+
AssigneesCollectionsAssignedTeamsAccountContactParentTicket: "assignees,collections,assigned_teams,account,contact,parent_ticket",
|
|
72
|
+
AssigneesCollectionsAssignedTeamsAccountCreator: "assignees,collections,assigned_teams,account,creator",
|
|
73
|
+
AssigneesCollectionsAssignedTeamsAccountCreatorParentTicket: "assignees,collections,assigned_teams,account,creator,parent_ticket",
|
|
74
|
+
AssigneesCollectionsAssignedTeamsAccountParentTicket: "assignees,collections,assigned_teams,account,parent_ticket",
|
|
75
|
+
AssigneesCollectionsAssignedTeamsContact: "assignees,collections,assigned_teams,contact",
|
|
76
|
+
AssigneesCollectionsAssignedTeamsContactCreator: "assignees,collections,assigned_teams,contact,creator",
|
|
77
|
+
AssigneesCollectionsAssignedTeamsContactCreatorParentTicket: "assignees,collections,assigned_teams,contact,creator,parent_ticket",
|
|
78
|
+
AssigneesCollectionsAssignedTeamsContactParentTicket: "assignees,collections,assigned_teams,contact,parent_ticket",
|
|
79
|
+
AssigneesCollectionsAssignedTeamsCreator: "assignees,collections,assigned_teams,creator",
|
|
80
|
+
AssigneesCollectionsAssignedTeamsCreatorParentTicket: "assignees,collections,assigned_teams,creator,parent_ticket",
|
|
81
|
+
AssigneesCollectionsAssignedTeamsParentTicket: "assignees,collections,assigned_teams,parent_ticket",
|
|
34
82
|
AssigneesCollectionsContact: "assignees,collections,contact",
|
|
35
83
|
AssigneesCollectionsContactCreator: "assignees,collections,contact,creator",
|
|
36
84
|
AssigneesCollectionsContactCreatorParentTicket: "assignees,collections,contact,creator,parent_ticket",
|
|
@@ -54,6 +102,22 @@ exports.TicketsListRequestExpand = {
|
|
|
54
102
|
AttachmentsAccountCreator: "attachments,account,creator",
|
|
55
103
|
AttachmentsAccountCreatorParentTicket: "attachments,account,creator,parent_ticket",
|
|
56
104
|
AttachmentsAccountParentTicket: "attachments,account,parent_ticket",
|
|
105
|
+
AttachmentsAssignedTeams: "attachments,assigned_teams",
|
|
106
|
+
AttachmentsAssignedTeamsAccount: "attachments,assigned_teams,account",
|
|
107
|
+
AttachmentsAssignedTeamsAccountContact: "attachments,assigned_teams,account,contact",
|
|
108
|
+
AttachmentsAssignedTeamsAccountContactCreator: "attachments,assigned_teams,account,contact,creator",
|
|
109
|
+
AttachmentsAssignedTeamsAccountContactCreatorParentTicket: "attachments,assigned_teams,account,contact,creator,parent_ticket",
|
|
110
|
+
AttachmentsAssignedTeamsAccountContactParentTicket: "attachments,assigned_teams,account,contact,parent_ticket",
|
|
111
|
+
AttachmentsAssignedTeamsAccountCreator: "attachments,assigned_teams,account,creator",
|
|
112
|
+
AttachmentsAssignedTeamsAccountCreatorParentTicket: "attachments,assigned_teams,account,creator,parent_ticket",
|
|
113
|
+
AttachmentsAssignedTeamsAccountParentTicket: "attachments,assigned_teams,account,parent_ticket",
|
|
114
|
+
AttachmentsAssignedTeamsContact: "attachments,assigned_teams,contact",
|
|
115
|
+
AttachmentsAssignedTeamsContactCreator: "attachments,assigned_teams,contact,creator",
|
|
116
|
+
AttachmentsAssignedTeamsContactCreatorParentTicket: "attachments,assigned_teams,contact,creator,parent_ticket",
|
|
117
|
+
AttachmentsAssignedTeamsContactParentTicket: "attachments,assigned_teams,contact,parent_ticket",
|
|
118
|
+
AttachmentsAssignedTeamsCreator: "attachments,assigned_teams,creator",
|
|
119
|
+
AttachmentsAssignedTeamsCreatorParentTicket: "attachments,assigned_teams,creator,parent_ticket",
|
|
120
|
+
AttachmentsAssignedTeamsParentTicket: "attachments,assigned_teams,parent_ticket",
|
|
57
121
|
AttachmentsAssignees: "attachments,assignees",
|
|
58
122
|
AttachmentsAssigneesAccount: "attachments,assignees,account",
|
|
59
123
|
AttachmentsAssigneesAccountContact: "attachments,assignees,account,contact",
|
|
@@ -63,6 +127,22 @@ exports.TicketsListRequestExpand = {
|
|
|
63
127
|
AttachmentsAssigneesAccountCreator: "attachments,assignees,account,creator",
|
|
64
128
|
AttachmentsAssigneesAccountCreatorParentTicket: "attachments,assignees,account,creator,parent_ticket",
|
|
65
129
|
AttachmentsAssigneesAccountParentTicket: "attachments,assignees,account,parent_ticket",
|
|
130
|
+
AttachmentsAssigneesAssignedTeams: "attachments,assignees,assigned_teams",
|
|
131
|
+
AttachmentsAssigneesAssignedTeamsAccount: "attachments,assignees,assigned_teams,account",
|
|
132
|
+
AttachmentsAssigneesAssignedTeamsAccountContact: "attachments,assignees,assigned_teams,account,contact",
|
|
133
|
+
AttachmentsAssigneesAssignedTeamsAccountContactCreator: "attachments,assignees,assigned_teams,account,contact,creator",
|
|
134
|
+
AttachmentsAssigneesAssignedTeamsAccountContactCreatorParentTicket: "attachments,assignees,assigned_teams,account,contact,creator,parent_ticket",
|
|
135
|
+
AttachmentsAssigneesAssignedTeamsAccountContactParentTicket: "attachments,assignees,assigned_teams,account,contact,parent_ticket",
|
|
136
|
+
AttachmentsAssigneesAssignedTeamsAccountCreator: "attachments,assignees,assigned_teams,account,creator",
|
|
137
|
+
AttachmentsAssigneesAssignedTeamsAccountCreatorParentTicket: "attachments,assignees,assigned_teams,account,creator,parent_ticket",
|
|
138
|
+
AttachmentsAssigneesAssignedTeamsAccountParentTicket: "attachments,assignees,assigned_teams,account,parent_ticket",
|
|
139
|
+
AttachmentsAssigneesAssignedTeamsContact: "attachments,assignees,assigned_teams,contact",
|
|
140
|
+
AttachmentsAssigneesAssignedTeamsContactCreator: "attachments,assignees,assigned_teams,contact,creator",
|
|
141
|
+
AttachmentsAssigneesAssignedTeamsContactCreatorParentTicket: "attachments,assignees,assigned_teams,contact,creator,parent_ticket",
|
|
142
|
+
AttachmentsAssigneesAssignedTeamsContactParentTicket: "attachments,assignees,assigned_teams,contact,parent_ticket",
|
|
143
|
+
AttachmentsAssigneesAssignedTeamsCreator: "attachments,assignees,assigned_teams,creator",
|
|
144
|
+
AttachmentsAssigneesAssignedTeamsCreatorParentTicket: "attachments,assignees,assigned_teams,creator,parent_ticket",
|
|
145
|
+
AttachmentsAssigneesAssignedTeamsParentTicket: "attachments,assignees,assigned_teams,parent_ticket",
|
|
66
146
|
AttachmentsAssigneesCollections: "attachments,assignees,collections",
|
|
67
147
|
AttachmentsAssigneesCollectionsAccount: "attachments,assignees,collections,account",
|
|
68
148
|
AttachmentsAssigneesCollectionsAccountContact: "attachments,assignees,collections,account,contact",
|
|
@@ -72,6 +152,22 @@ exports.TicketsListRequestExpand = {
|
|
|
72
152
|
AttachmentsAssigneesCollectionsAccountCreator: "attachments,assignees,collections,account,creator",
|
|
73
153
|
AttachmentsAssigneesCollectionsAccountCreatorParentTicket: "attachments,assignees,collections,account,creator,parent_ticket",
|
|
74
154
|
AttachmentsAssigneesCollectionsAccountParentTicket: "attachments,assignees,collections,account,parent_ticket",
|
|
155
|
+
AttachmentsAssigneesCollectionsAssignedTeams: "attachments,assignees,collections,assigned_teams",
|
|
156
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccount: "attachments,assignees,collections,assigned_teams,account",
|
|
157
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountContact: "attachments,assignees,collections,assigned_teams,account,contact",
|
|
158
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreator: "attachments,assignees,collections,assigned_teams,account,contact,creator",
|
|
159
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket: "attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
160
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountContactParentTicket: "attachments,assignees,collections,assigned_teams,account,contact,parent_ticket",
|
|
161
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountCreator: "attachments,assignees,collections,assigned_teams,account,creator",
|
|
162
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountCreatorParentTicket: "attachments,assignees,collections,assigned_teams,account,creator,parent_ticket",
|
|
163
|
+
AttachmentsAssigneesCollectionsAssignedTeamsAccountParentTicket: "attachments,assignees,collections,assigned_teams,account,parent_ticket",
|
|
164
|
+
AttachmentsAssigneesCollectionsAssignedTeamsContact: "attachments,assignees,collections,assigned_teams,contact",
|
|
165
|
+
AttachmentsAssigneesCollectionsAssignedTeamsContactCreator: "attachments,assignees,collections,assigned_teams,contact,creator",
|
|
166
|
+
AttachmentsAssigneesCollectionsAssignedTeamsContactCreatorParentTicket: "attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket",
|
|
167
|
+
AttachmentsAssigneesCollectionsAssignedTeamsContactParentTicket: "attachments,assignees,collections,assigned_teams,contact,parent_ticket",
|
|
168
|
+
AttachmentsAssigneesCollectionsAssignedTeamsCreator: "attachments,assignees,collections,assigned_teams,creator",
|
|
169
|
+
AttachmentsAssigneesCollectionsAssignedTeamsCreatorParentTicket: "attachments,assignees,collections,assigned_teams,creator,parent_ticket",
|
|
170
|
+
AttachmentsAssigneesCollectionsAssignedTeamsParentTicket: "attachments,assignees,collections,assigned_teams,parent_ticket",
|
|
75
171
|
AttachmentsAssigneesCollectionsContact: "attachments,assignees,collections,contact",
|
|
76
172
|
AttachmentsAssigneesCollectionsContactCreator: "attachments,assignees,collections,contact,creator",
|
|
77
173
|
AttachmentsAssigneesCollectionsContactCreatorParentTicket: "attachments,assignees,collections,contact,creator,parent_ticket",
|
|
@@ -95,6 +191,22 @@ exports.TicketsListRequestExpand = {
|
|
|
95
191
|
AttachmentsCollectionsAccountCreator: "attachments,collections,account,creator",
|
|
96
192
|
AttachmentsCollectionsAccountCreatorParentTicket: "attachments,collections,account,creator,parent_ticket",
|
|
97
193
|
AttachmentsCollectionsAccountParentTicket: "attachments,collections,account,parent_ticket",
|
|
194
|
+
AttachmentsCollectionsAssignedTeams: "attachments,collections,assigned_teams",
|
|
195
|
+
AttachmentsCollectionsAssignedTeamsAccount: "attachments,collections,assigned_teams,account",
|
|
196
|
+
AttachmentsCollectionsAssignedTeamsAccountContact: "attachments,collections,assigned_teams,account,contact",
|
|
197
|
+
AttachmentsCollectionsAssignedTeamsAccountContactCreator: "attachments,collections,assigned_teams,account,contact,creator",
|
|
198
|
+
AttachmentsCollectionsAssignedTeamsAccountContactCreatorParentTicket: "attachments,collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
199
|
+
AttachmentsCollectionsAssignedTeamsAccountContactParentTicket: "attachments,collections,assigned_teams,account,contact,parent_ticket",
|
|
200
|
+
AttachmentsCollectionsAssignedTeamsAccountCreator: "attachments,collections,assigned_teams,account,creator",
|
|
201
|
+
AttachmentsCollectionsAssignedTeamsAccountCreatorParentTicket: "attachments,collections,assigned_teams,account,creator,parent_ticket",
|
|
202
|
+
AttachmentsCollectionsAssignedTeamsAccountParentTicket: "attachments,collections,assigned_teams,account,parent_ticket",
|
|
203
|
+
AttachmentsCollectionsAssignedTeamsContact: "attachments,collections,assigned_teams,contact",
|
|
204
|
+
AttachmentsCollectionsAssignedTeamsContactCreator: "attachments,collections,assigned_teams,contact,creator",
|
|
205
|
+
AttachmentsCollectionsAssignedTeamsContactCreatorParentTicket: "attachments,collections,assigned_teams,contact,creator,parent_ticket",
|
|
206
|
+
AttachmentsCollectionsAssignedTeamsContactParentTicket: "attachments,collections,assigned_teams,contact,parent_ticket",
|
|
207
|
+
AttachmentsCollectionsAssignedTeamsCreator: "attachments,collections,assigned_teams,creator",
|
|
208
|
+
AttachmentsCollectionsAssignedTeamsCreatorParentTicket: "attachments,collections,assigned_teams,creator,parent_ticket",
|
|
209
|
+
AttachmentsCollectionsAssignedTeamsParentTicket: "attachments,collections,assigned_teams,parent_ticket",
|
|
98
210
|
AttachmentsCollectionsContact: "attachments,collections,contact",
|
|
99
211
|
AttachmentsCollectionsContactCreator: "attachments,collections,contact,creator",
|
|
100
212
|
AttachmentsCollectionsContactCreatorParentTicket: "attachments,collections,contact,creator,parent_ticket",
|
|
@@ -118,6 +230,22 @@ exports.TicketsListRequestExpand = {
|
|
|
118
230
|
CollectionsAccountCreator: "collections,account,creator",
|
|
119
231
|
CollectionsAccountCreatorParentTicket: "collections,account,creator,parent_ticket",
|
|
120
232
|
CollectionsAccountParentTicket: "collections,account,parent_ticket",
|
|
233
|
+
CollectionsAssignedTeams: "collections,assigned_teams",
|
|
234
|
+
CollectionsAssignedTeamsAccount: "collections,assigned_teams,account",
|
|
235
|
+
CollectionsAssignedTeamsAccountContact: "collections,assigned_teams,account,contact",
|
|
236
|
+
CollectionsAssignedTeamsAccountContactCreator: "collections,assigned_teams,account,contact,creator",
|
|
237
|
+
CollectionsAssignedTeamsAccountContactCreatorParentTicket: "collections,assigned_teams,account,contact,creator,parent_ticket",
|
|
238
|
+
CollectionsAssignedTeamsAccountContactParentTicket: "collections,assigned_teams,account,contact,parent_ticket",
|
|
239
|
+
CollectionsAssignedTeamsAccountCreator: "collections,assigned_teams,account,creator",
|
|
240
|
+
CollectionsAssignedTeamsAccountCreatorParentTicket: "collections,assigned_teams,account,creator,parent_ticket",
|
|
241
|
+
CollectionsAssignedTeamsAccountParentTicket: "collections,assigned_teams,account,parent_ticket",
|
|
242
|
+
CollectionsAssignedTeamsContact: "collections,assigned_teams,contact",
|
|
243
|
+
CollectionsAssignedTeamsContactCreator: "collections,assigned_teams,contact,creator",
|
|
244
|
+
CollectionsAssignedTeamsContactCreatorParentTicket: "collections,assigned_teams,contact,creator,parent_ticket",
|
|
245
|
+
CollectionsAssignedTeamsContactParentTicket: "collections,assigned_teams,contact,parent_ticket",
|
|
246
|
+
CollectionsAssignedTeamsCreator: "collections,assigned_teams,creator",
|
|
247
|
+
CollectionsAssignedTeamsCreatorParentTicket: "collections,assigned_teams,creator,parent_ticket",
|
|
248
|
+
CollectionsAssignedTeamsParentTicket: "collections,assigned_teams,parent_ticket",
|
|
121
249
|
CollectionsContact: "collections,contact",
|
|
122
250
|
CollectionsContactCreator: "collections,contact,creator",
|
|
123
251
|
CollectionsContactCreatorParentTicket: "collections,contact,creator,parent_ticket",
|