@mergeapi/merge-node-client 0.1.7 → 1.0.0
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/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +76 -66
- 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.d.ts +29 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +179 -0
- package/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/accountingPeriods/client/index.js +17 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +21 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +9 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/accountingPeriods/index.d.ts +1 -0
- package/api/resources/accounting/resources/accountingPeriods/index.js +17 -0
- 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/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/client/index.js +17 -0
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/accounting/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/index.js +17 -0
- 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/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 +4 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/index.d.ts +4 -0
- package/api/resources/accounting/resources/index.js +5 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- 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 +4 -4
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- 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 +4 -4
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/accounting/resources/selectiveSync/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 +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/accounting/types/Account.d.ts +10 -2
- package/api/resources/accounting/types/AccountIntegration.d.ts +3 -1
- package/api/resources/accounting/types/AccountRequest.d.ts +8 -1
- package/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
- package/api/resources/accounting/types/AccountingPeriod.d.ts +25 -0
- package/api/resources/accounting/types/AccountingPeriodStatus.d.ts +5 -0
- package/api/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +12 -0
- package/api/resources/accounting/types/AccountingPeriodStatusEnum.js +10 -0
- package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/api/resources/accounting/types/Address.d.ts +1 -0
- package/api/resources/accounting/types/AddressRequest.d.ts +287 -0
- package/api/resources/accounting/types/AddressRequestCountry.d.ts +258 -0
- package/api/resources/accounting/types/AddressRequestType.d.ts +11 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/accounting/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
- package/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
- package/api/resources/accounting/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/accounting/types/CompanyInfo.d.ts +3 -2
- package/api/resources/accounting/types/Contact.d.ts +6 -3
- package/{dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts → api/resources/accounting/types/ContactAddressesItem.d.ts} +1 -1
- package/api/resources/accounting/types/ContactRequest.d.ts +4 -2
- package/{dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts → api/resources/accounting/types/ContactRequestAddressesItem.d.ts} +1 -1
- package/api/resources/accounting/types/CreditNote.d.ts +10 -5
- package/api/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteCompany.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteContact.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteContact.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +121 -9
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +121 -9
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/accounting/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/accounting/types/EventTypeEnum.js +32 -0
- package/api/resources/accounting/types/Expense.d.ts +7 -2
- package/api/resources/accounting/types/ExpenseAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/ExpenseLine.d.ts +3 -0
- package/api/resources/accounting/types/ExpenseRequest.d.ts +5 -1
- package/api/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseRequestAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/ExpensesListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/api/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
- package/api/resources/accounting/types/Invoice.d.ts +6 -0
- package/api/resources/accounting/types/InvoiceAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
- package/api/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoicePurchaseOrdersItem.js +5 -0
- package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +225 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +225 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/api/resources/accounting/types/Item.d.ts +2 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +49 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +49 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +10 -1
- package/api/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/JournalEntryAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +5 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedAccountingPeriodList.js +5 -0
- package/api/resources/accounting/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/accounting/types/Payment.d.ts +5 -2
- package/api/resources/accounting/types/PaymentAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +7 -5
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +6 -5
- package/api/resources/accounting/types/PaymentRequest.d.ts +3 -1
- package/api/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentRequestAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/{PaymentLineItemRelatedObjectType.d.ts → PaymentRequestAppliedToLinesItem.d.ts} +1 -1
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +7 -2
- package/api/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -0
- package/api/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/ReportItem.d.ts +1 -0
- package/api/resources/accounting/types/RoleEnum.d.ts +20 -0
- package/api/resources/accounting/types/RoleEnum.js +14 -0
- package/api/resources/accounting/types/TaxRate.d.ts +2 -1
- package/api/resources/accounting/types/TrackingCategory.d.ts +3 -2
- package/api/resources/accounting/types/Transaction.d.ts +12 -2
- package/api/resources/accounting/types/TransactionAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/TransactionAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/TransactionLineItem.d.ts +3 -0
- package/api/resources/accounting/types/TransactionsListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/api/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/VendorCredit.d.ts +5 -3
- package/api/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/VendorCreditAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +3 -0
- package/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -17
- package/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -17
- package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/api/resources/accounting/types/index.d.ts +33 -7
- package/api/resources/accounting/types/index.js +33 -7
- package/api/resources/ats/client/Client.d.ts +3 -0
- package/api/resources/ats/client/Client.js +53 -48
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/applications/client/requests/UpdateApplicationStageRequest.d.ts +0 -1
- 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.d.ts +25 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/client/index.js +17 -0
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/ats/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/ats/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/index.js +17 -0
- 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/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- 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/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/ats/resources/index.d.ts +2 -0
- package/api/resources/ats/resources/index.js +3 -1
- package/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +4 -0
- 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/jobs/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/jobs/client/Client.js +70 -2
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +26 -0
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.js +5 -0
- package/api/resources/ats/resources/jobs/client/requests/index.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- 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/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/ats/types/AccountIntegration.d.ts +3 -1
- package/api/resources/ats/types/Activity.d.ts +2 -1
- package/api/resources/ats/types/Application.d.ts +1 -0
- package/api/resources/ats/types/ApplicationRequest.d.ts +0 -1
- package/api/resources/ats/types/Attachment.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/ats/types/AuditLogEvent.js +5 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/ats/types/AuditLogEventEventType.js +5 -0
- package/api/resources/ats/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/ats/types/AuditLogEventRole.js +5 -0
- package/api/resources/ats/types/Candidate.d.ts +1 -0
- package/api/resources/ats/types/CandidateRequest.d.ts +0 -1
- package/api/resources/ats/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/ats/types/Department.d.ts +2 -1
- package/api/resources/ats/types/Eeoc.d.ts +2 -1
- package/api/resources/ats/types/EmailAddress.d.ts +1 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/ats/types/EventTypeEnum.js +32 -0
- package/api/resources/ats/types/Job.d.ts +2 -1
- package/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
- package/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +9 -0
- package/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +11 -0
- package/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/ats/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/ats/types/Offer.d.ts +2 -1
- package/api/resources/ats/types/Office.d.ts +2 -1
- package/api/resources/ats/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/ats/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/ats/types/PaginatedScreeningQuestionList.d.ts +9 -0
- package/api/resources/ats/types/PaginatedScreeningQuestionList.js +5 -0
- package/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -1
- package/api/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/api/resources/ats/types/RejectReason.d.ts +2 -1
- package/api/resources/ats/types/RemoteUser.d.ts +2 -1
- package/api/resources/ats/types/RoleEnum.d.ts +20 -0
- package/api/resources/ats/types/RoleEnum.js +14 -0
- package/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
- package/api/resources/ats/types/Scorecard.d.ts +2 -1
- package/api/resources/ats/types/ScreeningQuestion.d.ts +42 -0
- package/api/resources/ats/types/ScreeningQuestion.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionJob.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionJob.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +21 -0
- package/api/resources/ats/types/ScreeningQuestionOption.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionType.d.ts +17 -0
- package/api/resources/ats/types/ScreeningQuestionType.js +5 -0
- package/api/resources/ats/types/Tag.d.ts +2 -1
- package/api/resources/ats/types/TypeEnum.d.ts +24 -0
- package/api/resources/ats/types/TypeEnum.js +16 -0
- package/api/resources/ats/types/Url.d.ts +1 -0
- package/api/resources/ats/types/index.d.ts +13 -0
- package/api/resources/ats/types/index.js +13 -0
- package/api/resources/crm/client/Client.d.ts +3 -0
- package/api/resources/crm/client/Client.js +55 -50
- 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.d.ts +25 -0
- package/api/resources/crm/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/client/index.js +17 -0
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/crm/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/crm/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/index.js +17 -0
- 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.d.ts +0 -4
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -61
- package/api/resources/crm/resources/customObjectClasses/client/requests/index.d.ts +0 -1
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +0 -4
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -67
- package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- 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/forceResync/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/crm/resources/index.d.ts +2 -0
- package/api/resources/crm/resources/index.js +3 -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 +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/crm/types/Account.d.ts +1 -0
- package/api/resources/crm/types/AccountIntegration.d.ts +3 -1
- package/api/resources/crm/types/AccountRequest.d.ts +0 -2
- package/api/resources/crm/types/Address.d.ts +1 -0
- package/api/resources/crm/types/Association.d.ts +1 -0
- package/api/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/api/resources/crm/types/AssociationType.d.ts +1 -0
- package/api/resources/crm/types/AssociationTypeRequestRequest.d.ts +0 -2
- package/api/resources/crm/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/crm/types/AuditLogEvent.js +5 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/crm/types/AuditLogEventEventType.js +5 -0
- package/api/resources/crm/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/crm/types/AuditLogEventRole.js +5 -0
- package/api/resources/crm/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/crm/types/Contact.d.ts +1 -0
- package/api/resources/crm/types/CustomObject.d.ts +1 -0
- package/api/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/crm/types/EmailAddress.d.ts +1 -0
- package/api/resources/crm/types/Engagement.d.ts +2 -1
- package/api/resources/crm/types/EngagementType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/crm/types/EventTypeEnum.js +32 -0
- package/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +0 -1
- package/api/resources/crm/types/Lead.d.ts +1 -0
- package/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/crm/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/crm/types/Note.d.ts +1 -0
- package/api/resources/crm/types/ObjectClassDescriptionRequest.d.ts +0 -1
- package/api/resources/crm/types/Opportunity.d.ts +1 -0
- package/api/resources/crm/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/crm/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/api/resources/crm/types/RoleEnum.d.ts +20 -0
- package/api/resources/crm/types/RoleEnum.js +14 -0
- package/api/resources/crm/types/Stage.d.ts +2 -1
- package/api/resources/crm/types/Task.d.ts +2 -1
- package/api/resources/crm/types/User.d.ts +2 -1
- package/api/resources/crm/types/index.d.ts +6 -0
- package/api/resources/crm/types/index.js +6 -0
- package/api/resources/filestorage/client/Client.d.ts +3 -0
- package/api/resources/filestorage/client/Client.js +39 -34
- 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.d.ts +25 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/client/index.js +17 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/filestorage/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/index.js +17 -0
- 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/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/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/api/resources/filestorage/resources/index.d.ts +2 -0
- package/api/resources/filestorage/resources/index.js +3 -1
- 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 +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/filestorage/types/AccountIntegration.d.ts +3 -1
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/filestorage/types/AuditLogEvent.js +5 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.js +5 -0
- package/api/resources/filestorage/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/filestorage/types/AuditLogEventRole.js +5 -0
- package/api/resources/filestorage/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/filestorage/types/EventTypeEnum.js +32 -0
- package/api/resources/filestorage/types/FileDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FileDrive.js +5 -0
- package/api/resources/filestorage/types/FileFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FileFolder.js +5 -0
- package/api/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/api/resources/filestorage/types/FileRequestDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FileRequestDrive.js +5 -0
- package/api/resources/filestorage/types/FileRequestFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FileRequestFolder.js +5 -0
- package/api/resources/filestorage/types/File_.d.ts +4 -3
- package/api/resources/filestorage/types/Folder.d.ts +4 -3
- package/api/resources/filestorage/types/FolderDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FolderDrive.js +5 -0
- package/api/resources/filestorage/types/FolderParentFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FolderParentFolder.js +5 -0
- package/api/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/api/resources/filestorage/types/FolderRequestDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FolderRequestDrive.js +5 -0
- package/api/resources/filestorage/types/FolderRequestParentFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FolderRequestParentFolder.js +5 -0
- package/api/resources/filestorage/types/Group.d.ts +2 -1
- package/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/filestorage/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/filestorage/types/Permission.d.ts +5 -4
- package/api/resources/filestorage/types/PermissionGroup.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionGroup.js +5 -0
- package/api/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/api/resources/filestorage/types/PermissionRequestGroup.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionRequestGroup.js +5 -0
- package/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +12 -0
- package/api/resources/filestorage/types/PermissionRequestRolesItem.js +5 -0
- package/api/resources/filestorage/types/PermissionRequestType.d.ts +13 -0
- package/api/resources/filestorage/types/PermissionRequestType.js +5 -0
- package/api/resources/filestorage/types/PermissionRequestUser.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionRequestUser.js +5 -0
- package/api/resources/filestorage/types/PermissionRolesItem.d.ts +12 -0
- package/api/resources/filestorage/types/PermissionRolesItem.js +5 -0
- package/api/resources/filestorage/types/PermissionType.d.ts +13 -0
- package/api/resources/filestorage/types/PermissionType.js +5 -0
- package/api/resources/filestorage/types/PermissionUser.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionUser.js +5 -0
- package/api/resources/filestorage/types/RoleEnum.d.ts +20 -0
- package/api/resources/filestorage/types/RoleEnum.js +14 -0
- package/api/resources/filestorage/types/User.d.ts +2 -1
- package/api/resources/filestorage/types/index.d.ts +22 -0
- package/api/resources/filestorage/types/index.js +22 -0
- package/api/resources/hris/client/Client.d.ts +6 -0
- package/api/resources/hris/client/Client.js +64 -54
- 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.d.ts +25 -0
- package/api/resources/hris/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/client/index.js +17 -0
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/hris/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/hris/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/index.js +17 -0
- 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/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- 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/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/api/resources/hris/resources/index.d.ts +4 -0
- package/api/resources/hris/resources/index.js +5 -1
- 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 +4 -4
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +8 -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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +37 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +335 -0
- package/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +66 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.js +5 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +9 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.js +5 -0
- package/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts → hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts} +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js +5 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +3 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/index.js +2 -0
- package/api/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/hris/types/AccountIntegration.d.ts +3 -1
- package/api/resources/hris/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/hris/types/AuditLogEvent.js +5 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/hris/types/AuditLogEventEventType.js +5 -0
- package/api/resources/hris/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/hris/types/AuditLogEventRole.js +5 -0
- package/api/resources/hris/types/BankInfo.d.ts +2 -1
- package/api/resources/hris/types/Benefit.d.ts +2 -1
- package/api/resources/hris/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/hris/types/Company.d.ts +2 -1
- package/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/hris/types/Deduction.d.ts +2 -1
- package/api/resources/hris/types/Dependent.d.ts +2 -1
- package/api/resources/hris/types/Earning.d.ts +2 -1
- package/api/resources/hris/types/Employee.d.ts +1 -0
- package/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
- package/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/api/resources/hris/types/Employment.d.ts +2 -1
- package/api/resources/hris/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/hris/types/EventTypeEnum.js +32 -0
- package/api/resources/hris/types/Group.d.ts +2 -1
- package/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/hris/types/Location.d.ts +2 -1
- package/api/resources/hris/types/LocationsListRequestLocationType.d.ts +8 -0
- package/api/resources/hris/types/LocationsListRequestLocationType.js +10 -0
- package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/hris/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/hris/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/hris/types/PaginatedTimesheetEntryList.d.ts +9 -0
- package/api/resources/hris/types/PaginatedTimesheetEntryList.js +5 -0
- package/api/resources/hris/types/PayGroup.d.ts +2 -1
- package/api/resources/hris/types/PayrollRun.d.ts +2 -1
- package/api/resources/hris/types/RoleEnum.d.ts +20 -0
- package/api/resources/hris/types/RoleEnum.js +14 -0
- package/api/resources/hris/types/Tax.d.ts +2 -1
- package/api/resources/hris/types/Team.d.ts +2 -1
- package/api/resources/hris/types/TimeOff.d.ts +1 -0
- package/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
- package/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +8 -0
- package/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +10 -0
- package/api/resources/hris/types/TimesheetEntry.d.ts +28 -0
- package/api/resources/hris/types/TimesheetEntry.js +5 -0
- package/api/resources/hris/types/TimesheetEntryRequest.d.ts +24 -0
- package/api/resources/hris/types/TimesheetEntryRequest.js +5 -0
- package/api/resources/hris/types/TimesheetEntryResponse.d.ts +10 -0
- package/api/resources/hris/types/TimesheetEntryResponse.js +5 -0
- package/api/resources/hris/types/index.d.ts +12 -0
- package/api/resources/hris/types/index.js +12 -0
- package/api/resources/ticketing/client/Client.d.ts +3 -0
- package/api/resources/ticketing/client/Client.js +45 -40
- 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.d.ts +25 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/client/index.js +17 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/ticketing/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/index.js +17 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- 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/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/ticketing/resources/index.d.ts +2 -0
- package/api/resources/ticketing/resources/index.js +3 -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 +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/ticketing/types/Account.d.ts +2 -1
- package/api/resources/ticketing/types/AccountIntegration.d.ts +3 -1
- package/api/resources/ticketing/types/Attachment.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/ticketing/types/AuditLogEvent.js +5 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.js +5 -0
- package/api/resources/ticketing/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/ticketing/types/AuditLogEventRole.js +5 -0
- package/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/api/resources/ticketing/types/Comment.d.ts +1 -0
- package/api/resources/ticketing/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/ticketing/types/Contact.d.ts +2 -1
- package/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/ticketing/types/EventTypeEnum.js +32 -0
- package/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/ticketing/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/ticketing/types/Project.d.ts +2 -1
- package/api/resources/ticketing/types/RoleEnum.d.ts +20 -0
- package/api/resources/ticketing/types/RoleEnum.js +14 -0
- package/api/resources/ticketing/types/Tag.d.ts +2 -1
- package/api/resources/ticketing/types/Team.d.ts +2 -1
- package/api/resources/ticketing/types/Ticket.d.ts +1 -0
- package/api/resources/ticketing/types/User.d.ts +2 -1
- package/api/resources/ticketing/types/index.d.ts +6 -0
- package/api/resources/ticketing/types/index.js +6 -0
- package/dist/api/resources/accounting/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/client/Client.js +76 -66
- 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.d.ts +29 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +179 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +9 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/index.js +17 -0
- 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/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/index.js +17 -0
- 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/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 +4 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/index.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.js +5 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- 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 +4 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- 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 +4 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/accounting/resources/selectiveSync/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 +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/accounting/types/Account.d.ts +10 -2
- package/dist/api/resources/accounting/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/accounting/types/AccountRequest.d.ts +8 -1
- package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
- package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +25 -0
- package/dist/api/resources/accounting/types/AccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatus.d.ts +5 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatus.js +5 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +12 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatusEnum.js +10 -0
- package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/dist/api/resources/accounting/types/Address.d.ts +1 -0
- package/dist/api/resources/accounting/types/AddressRequest.d.ts +287 -0
- package/dist/api/resources/accounting/types/AddressRequest.js +5 -0
- package/dist/api/resources/accounting/types/AddressRequestCountry.d.ts +258 -0
- package/dist/api/resources/accounting/types/AddressRequestCountry.js +5 -0
- package/dist/api/resources/accounting/types/AddressRequestType.d.ts +11 -0
- package/dist/api/resources/accounting/types/AddressRequestType.js +5 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/accounting/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/accounting/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
- package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
- package/dist/api/resources/accounting/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/accounting/types/CompanyInfo.d.ts +3 -2
- package/dist/api/resources/accounting/types/Contact.d.ts +6 -3
- package/{api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts → dist/api/resources/accounting/types/ContactAddressesItem.d.ts} +1 -1
- package/dist/api/resources/accounting/types/ContactAddressesItem.js +5 -0
- package/dist/api/resources/accounting/types/ContactRequest.d.ts +4 -2
- package/{api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts → dist/api/resources/accounting/types/ContactRequestAddressesItem.d.ts} +1 -1
- package/dist/api/resources/accounting/types/ContactRequestAddressesItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNote.d.ts +10 -5
- package/dist/api/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteCompany.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteContact.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +121 -9
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +121 -9
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/accounting/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/accounting/types/Expense.d.ts +7 -2
- package/dist/api/resources/accounting/types/ExpenseAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +3 -0
- package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +5 -1
- package/dist/api/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseRequestAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/ExpensesListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
- package/dist/api/resources/accounting/types/Invoice.d.ts +6 -0
- package/dist/api/resources/accounting/types/InvoiceAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoicePurchaseOrdersItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +225 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +225 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/dist/api/resources/accounting/types/Item.d.ts +2 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +49 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +49 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +10 -1
- package/dist/api/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/JournalEntryAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedAccountingPeriodList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +5 -2
- package/dist/api/resources/accounting/types/PaymentAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +7 -5
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +6 -5
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +3 -1
- package/dist/api/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentRequestAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +7 -2
- package/dist/api/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/ReportItem.d.ts +1 -0
- package/dist/api/resources/accounting/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/RoleEnum.js +14 -0
- package/dist/api/resources/accounting/types/TaxRate.d.ts +2 -1
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +3 -2
- package/dist/api/resources/accounting/types/Transaction.d.ts +12 -2
- package/dist/api/resources/accounting/types/TransactionAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/TransactionAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/TransactionsListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +5 -3
- package/dist/api/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/VendorCreditAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +3 -0
- package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -17
- package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -17
- package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/dist/api/resources/accounting/types/index.d.ts +33 -7
- package/dist/api/resources/accounting/types/index.js +33 -7
- package/dist/api/resources/ats/client/Client.d.ts +3 -0
- package/dist/api/resources/ats/client/Client.js +53 -48
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/applications/client/requests/UpdateApplicationStageRequest.d.ts +0 -1
- 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.d.ts +25 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/ats/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/index.js +17 -0
- 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/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- 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/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/ats/resources/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/index.js +3 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +4 -0
- 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/jobs/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +70 -2
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +26 -0
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.js +5 -0
- package/dist/api/resources/ats/resources/jobs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- 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/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/ats/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/ats/types/Activity.d.ts +2 -1
- package/dist/api/resources/ats/types/Application.d.ts +1 -0
- package/dist/api/resources/ats/types/ApplicationRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/Attachment.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/ats/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/ats/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/ats/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/ats/types/Candidate.d.ts +1 -0
- package/dist/api/resources/ats/types/CandidateRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/ats/types/Department.d.ts +2 -1
- package/dist/api/resources/ats/types/Eeoc.d.ts +2 -1
- package/dist/api/resources/ats/types/EmailAddress.d.ts +1 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/ats/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/ats/types/Job.d.ts +2 -1
- package/dist/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
- package/dist/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +11 -0
- package/dist/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/ats/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/ats/types/Offer.d.ts +2 -1
- package/dist/api/resources/ats/types/Office.d.ts +2 -1
- package/dist/api/resources/ats/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/ats/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/ats/types/PaginatedScreeningQuestionList.d.ts +9 -0
- package/dist/api/resources/ats/types/PaginatedScreeningQuestionList.js +5 -0
- package/dist/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/dist/api/resources/ats/types/RejectReason.d.ts +2 -1
- package/dist/api/resources/ats/types/RemoteUser.d.ts +2 -1
- package/dist/api/resources/ats/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/ats/types/RoleEnum.js +14 -0
- package/dist/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
- package/dist/api/resources/ats/types/Scorecard.d.ts +2 -1
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +42 -0
- package/dist/api/resources/ats/types/ScreeningQuestion.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionJob.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionJob.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +21 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionType.d.ts +17 -0
- package/dist/api/resources/ats/types/ScreeningQuestionType.js +5 -0
- package/dist/api/resources/ats/types/Tag.d.ts +2 -1
- package/dist/api/resources/ats/types/TypeEnum.d.ts +24 -0
- package/dist/api/resources/ats/types/TypeEnum.js +16 -0
- package/dist/api/resources/ats/types/Url.d.ts +1 -0
- package/dist/api/resources/ats/types/index.d.ts +13 -0
- package/dist/api/resources/ats/types/index.js +13 -0
- package/dist/api/resources/crm/client/Client.d.ts +3 -0
- package/dist/api/resources/crm/client/Client.js +55 -50
- 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.d.ts +25 -0
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/crm/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/index.js +17 -0
- 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.d.ts +0 -4
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -61
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/index.d.ts +0 -1
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +0 -4
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -67
- package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- 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/forceResync/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/crm/resources/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/index.js +3 -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 +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/crm/types/Account.d.ts +1 -0
- package/dist/api/resources/crm/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/crm/types/AccountRequest.d.ts +0 -2
- package/dist/api/resources/crm/types/Address.d.ts +1 -0
- package/dist/api/resources/crm/types/Association.d.ts +1 -0
- package/dist/api/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/dist/api/resources/crm/types/AssociationType.d.ts +1 -0
- package/dist/api/resources/crm/types/AssociationTypeRequestRequest.d.ts +0 -2
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/crm/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/crm/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/crm/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/crm/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/crm/types/Contact.d.ts +1 -0
- package/dist/api/resources/crm/types/CustomObject.d.ts +1 -0
- package/dist/api/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/dist/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/crm/types/EmailAddress.d.ts +1 -0
- package/dist/api/resources/crm/types/Engagement.d.ts +2 -1
- package/dist/api/resources/crm/types/EngagementType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/crm/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +0 -1
- package/dist/api/resources/crm/types/Lead.d.ts +1 -0
- package/dist/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/crm/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/crm/types/Note.d.ts +1 -0
- package/dist/api/resources/crm/types/ObjectClassDescriptionRequest.d.ts +0 -1
- package/dist/api/resources/crm/types/Opportunity.d.ts +1 -0
- package/dist/api/resources/crm/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/crm/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/dist/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/dist/api/resources/crm/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/crm/types/RoleEnum.js +14 -0
- package/dist/api/resources/crm/types/Stage.d.ts +2 -1
- package/dist/api/resources/crm/types/Task.d.ts +2 -1
- package/dist/api/resources/crm/types/User.d.ts +2 -1
- package/dist/api/resources/crm/types/index.d.ts +6 -0
- package/dist/api/resources/crm/types/index.js +6 -0
- package/dist/api/resources/filestorage/client/Client.d.ts +3 -0
- package/dist/api/resources/filestorage/client/Client.js +39 -34
- 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.d.ts +25 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/filestorage/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/index.js +17 -0
- 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/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/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/index.js +3 -1
- 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 +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/filestorage/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/filestorage/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/filestorage/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/filestorage/types/FileDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FileFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileFolder.js +5 -0
- package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FileRequestDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileRequestDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FileRequestFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileRequestFolder.js +5 -0
- package/dist/api/resources/filestorage/types/File_.d.ts +4 -3
- package/dist/api/resources/filestorage/types/Folder.d.ts +4 -3
- package/dist/api/resources/filestorage/types/FolderDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FolderParentFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderParentFolder.js +5 -0
- package/dist/api/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FolderRequestDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderRequestDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FolderRequestParentFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderRequestParentFolder.js +5 -0
- package/dist/api/resources/filestorage/types/Group.d.ts +2 -1
- package/dist/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/filestorage/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/filestorage/types/Permission.d.ts +5 -4
- package/dist/api/resources/filestorage/types/PermissionGroup.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionGroup.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/dist/api/resources/filestorage/types/PermissionRequestGroup.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionRequestGroup.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +12 -0
- package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequestType.d.ts +13 -0
- package/dist/api/resources/filestorage/types/PermissionRequestType.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequestUser.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionRequestUser.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRolesItem.d.ts +12 -0
- package/dist/api/resources/filestorage/types/PermissionRolesItem.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionType.d.ts +13 -0
- package/dist/api/resources/filestorage/types/PermissionType.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionUser.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionUser.js +5 -0
- package/dist/api/resources/filestorage/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/RoleEnum.js +14 -0
- package/dist/api/resources/filestorage/types/User.d.ts +2 -1
- package/dist/api/resources/filestorage/types/index.d.ts +22 -0
- package/dist/api/resources/filestorage/types/index.js +22 -0
- package/dist/api/resources/hris/client/Client.d.ts +6 -0
- package/dist/api/resources/hris/client/Client.js +64 -54
- 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.d.ts +25 -0
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/hris/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/index.js +17 -0
- 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/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- 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/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/index.d.ts +4 -0
- package/dist/api/resources/hris/resources/index.js +5 -1
- 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 +4 -4
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +8 -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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +37 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +335 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +66 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.js +5 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +9 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.js +5 -0
- package/dist/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts → hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts} +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js +5 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +3 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/index.js +2 -0
- package/dist/api/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/hris/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/hris/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/hris/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/hris/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/hris/types/BankInfo.d.ts +2 -1
- package/dist/api/resources/hris/types/Benefit.d.ts +2 -1
- package/dist/api/resources/hris/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/hris/types/Company.d.ts +2 -1
- package/dist/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/hris/types/Deduction.d.ts +2 -1
- package/dist/api/resources/hris/types/Dependent.d.ts +2 -1
- package/dist/api/resources/hris/types/Earning.d.ts +2 -1
- package/dist/api/resources/hris/types/Employee.d.ts +1 -0
- package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/dist/api/resources/hris/types/Employment.d.ts +2 -1
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/hris/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/hris/types/Group.d.ts +2 -1
- package/dist/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/hris/types/Location.d.ts +2 -1
- package/dist/api/resources/hris/types/LocationsListRequestLocationType.d.ts +8 -0
- package/dist/api/resources/hris/types/LocationsListRequestLocationType.js +10 -0
- package/dist/api/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/hris/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/hris/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/hris/types/PaginatedTimesheetEntryList.d.ts +9 -0
- package/dist/api/resources/hris/types/PaginatedTimesheetEntryList.js +5 -0
- package/dist/api/resources/hris/types/PayGroup.d.ts +2 -1
- package/dist/api/resources/hris/types/PayrollRun.d.ts +2 -1
- package/dist/api/resources/hris/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/hris/types/RoleEnum.js +14 -0
- package/dist/api/resources/hris/types/Tax.d.ts +2 -1
- package/dist/api/resources/hris/types/Team.d.ts +2 -1
- package/dist/api/resources/hris/types/TimeOff.d.ts +1 -0
- package/dist/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
- package/dist/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +8 -0
- package/dist/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +10 -0
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +28 -0
- package/dist/api/resources/hris/types/TimesheetEntry.js +5 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +24 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequest.js +5 -0
- package/dist/api/resources/hris/types/TimesheetEntryResponse.d.ts +10 -0
- package/dist/api/resources/hris/types/TimesheetEntryResponse.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +12 -0
- package/dist/api/resources/hris/types/index.js +12 -0
- package/dist/api/resources/ticketing/client/Client.d.ts +3 -0
- package/dist/api/resources/ticketing/client/Client.js +45 -40
- 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.d.ts +25 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/ticketing/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- 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/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/index.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/index.js +3 -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 +4 -4
- 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/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/ticketing/types/Account.d.ts +2 -1
- package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/ticketing/types/Attachment.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/ticketing/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/ticketing/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Comment.d.ts +1 -0
- package/dist/api/resources/ticketing/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/ticketing/types/Contact.d.ts +2 -1
- package/dist/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/ticketing/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/ticketing/types/Project.d.ts +2 -1
- package/dist/api/resources/ticketing/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/RoleEnum.js +14 -0
- package/dist/api/resources/ticketing/types/Tag.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Team.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +1 -0
- package/dist/api/resources/ticketing/types/User.d.ts +2 -1
- package/dist/api/resources/ticketing/types/index.d.ts +6 -0
- package/dist/api/resources/ticketing/types/index.js +6 -0
- package/dist/serialization/resources/accounting/types/Account.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Account.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountingAttachment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountingAttachment.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountingPeriod.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/{CreditNoteApplyLine.js → AccountingPeriod.js} +9 -6
- package/dist/serialization/resources/accounting/types/AccountingPeriodStatus.d.ts +10 -0
- package/{serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.js → dist/serialization/resources/accounting/types/AccountingPeriodStatus.js} +3 -3
- package/dist/serialization/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{RelatedObjectTypeEnum.js → AccountingPeriodStatusEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountingPhoneNumber.js +1 -0
- package/dist/serialization/resources/accounting/types/Address.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Address.js +1 -0
- package/dist/serialization/resources/accounting/types/AddressRequest.d.ts +20 -0
- package/dist/serialization/resources/accounting/types/AddressRequest.js +52 -0
- package/dist/serialization/resources/accounting/types/AddressRequestCountry.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{PaymentLineItemRelatedObjectType.js → AddressRequestCountry.js} +3 -3
- package/dist/serialization/resources/accounting/types/AddressRequestType.d.ts +10 -0
- package/{serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js → dist/serialization/resources/accounting/types/AddressRequestType.js} +3 -3
- package/dist/serialization/resources/accounting/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/accounting/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{PaymentLineItemRequestRelatedObjectType.js → AuditLogEventEventType.js} +3 -3
- package/dist/serialization/resources/accounting/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/accounting/types/BalanceSheet.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/BalanceSheet.js +1 -0
- package/dist/serialization/resources/accounting/types/CashFlowStatement.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CashFlowStatement.js +1 -0
- package/dist/serialization/resources/accounting/types/CompanyInfo.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CompanyInfo.js +1 -0
- package/dist/serialization/resources/accounting/types/Contact.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/Contact.js +6 -1
- package/dist/serialization/resources/accounting/types/ContactAddressesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ContactAddressesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/ContactRequest.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ContactRequest.js +5 -1
- package/dist/serialization/resources/accounting/types/ContactRequestAddressesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ContactRequestAddressesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +5 -3
- package/dist/serialization/resources/accounting/types/CreditNote.js +9 -5
- package/dist/serialization/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteCompany.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteCompany.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteContact.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteContact.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Expense.js +4 -0
- package/dist/serialization/resources/accounting/types/ExpenseAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.js +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/ExpensesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/IncomeStatement.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/IncomeStatement.js +1 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +14 -0
- package/dist/serialization/resources/accounting/types/InvoiceAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{CreditNoteApplyLineInvoice.js → InvoiceAppliedPaymentsItem.js} +3 -3
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/dist/serialization/resources/accounting/types/Item.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Item.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +3 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +9 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{VendorCreditApplyLineInvoice.js → JournalEntryAccountingPeriod.js} +3 -3
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +3 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +3 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +14 -0
- package/dist/serialization/resources/accounting/types/PaginatedAccountingPeriodList.js +46 -0
- package/dist/serialization/resources/accounting/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/accounting/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +3 -1
- package/dist/serialization/resources/accounting/types/Payment.js +5 -1
- package/dist/serialization/resources/accounting/types/PaymentAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +3 -2
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +3 -13
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +2 -13
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +4 -1
- package/dist/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +4 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ReportItem.js +1 -0
- package/dist/serialization/resources/accounting/types/RoleEnum.d.ts +10 -0
- package/{serialization/resources/accounting/types/RelatedObjectTypeEnum.js → dist/serialization/resources/accounting/types/RoleEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/TaxRate.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/TaxRate.js +1 -0
- package/dist/serialization/resources/accounting/types/TrackingCategory.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/TrackingCategory.js +1 -0
- package/dist/serialization/resources/accounting/types/Transaction.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Transaction.js +4 -0
- package/dist/serialization/resources/accounting/types/TransactionAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/TransactionAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/TransactionLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/TransactionLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/TransactionsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/VendorCredit.js +3 -2
- package/dist/serialization/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +10 -0
- package/{serialization/resources/accounting/types/VendorCreditApplyLineInvoice.js → dist/serialization/resources/accounting/types/VendorCreditAccountingPeriod.js} +3 -3
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +2 -0
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/dist/serialization/resources/accounting/types/index.d.ts +33 -7
- package/dist/serialization/resources/accounting/types/index.js +33 -7
- package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ats/types/Activity.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Activity.js +1 -0
- package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Application.js +1 -0
- package/dist/serialization/resources/ats/types/Attachment.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Attachment.js +1 -0
- package/dist/serialization/resources/ats/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/ats/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/ats/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/ats/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/ats/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/ats/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/ats/types/Candidate.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Candidate.js +1 -0
- package/dist/serialization/resources/ats/types/Department.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Department.js +1 -0
- package/dist/serialization/resources/ats/types/Eeoc.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Eeoc.js +1 -0
- package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/ats/types/Job.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Job.js +1 -0
- package/dist/serialization/resources/ats/types/JobInterviewStage.d.ts +1 -0
- package/dist/serialization/resources/ats/types/JobInterviewStage.js +1 -0
- package/dist/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/types/Offer.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Offer.js +1 -0
- package/dist/serialization/resources/ats/types/Office.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Office.js +1 -0
- package/dist/serialization/resources/ats/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/ats/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/ats/types/PaginatedScreeningQuestionList.d.ts +14 -0
- package/dist/serialization/resources/ats/types/PaginatedScreeningQuestionList.js +46 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/dist/serialization/resources/ats/types/RejectReason.d.ts +1 -0
- package/dist/serialization/resources/ats/types/RejectReason.js +1 -0
- package/dist/serialization/resources/ats/types/RemoteUser.d.ts +1 -0
- package/dist/serialization/resources/ats/types/RemoteUser.js +1 -0
- package/dist/serialization/resources/ats/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/ats/types/ScheduledInterview.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ScheduledInterview.js +1 -0
- package/dist/serialization/resources/ats/types/Scorecard.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Scorecard.js +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +21 -0
- package/{serialization/resources/accounting/types/CreditNoteApplyLine.js → dist/serialization/resources/ats/types/ScreeningQuestion.js} +11 -7
- package/dist/serialization/resources/ats/types/ScreeningQuestionJob.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionJob.js +43 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +16 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +37 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionType.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionType.js +43 -0
- package/dist/serialization/resources/ats/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Tag.js +1 -0
- package/dist/serialization/resources/ats/types/TypeEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/TypeEnum.js +40 -0
- package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Url.js +1 -0
- package/dist/serialization/resources/ats/types/index.d.ts +13 -0
- package/dist/serialization/resources/ats/types/index.js +13 -0
- package/dist/serialization/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/crm/resources/customObjects/client/requests/index.js +1 -3
- package/dist/serialization/resources/crm/types/Account.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Account.js +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/crm/types/AccountRequest.d.ts +0 -2
- package/dist/serialization/resources/crm/types/AccountRequest.js +0 -6
- package/dist/serialization/resources/crm/types/Address.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Address.js +1 -0
- package/dist/serialization/resources/crm/types/Association.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Association.js +1 -0
- package/dist/serialization/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AssociationSubType.js +1 -0
- package/dist/serialization/resources/crm/types/AssociationType.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AssociationType.js +1 -0
- package/dist/serialization/resources/crm/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/crm/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/crm/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/crm/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/crm/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/crm/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/crm/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Contact.js +1 -0
- package/dist/serialization/resources/crm/types/CustomObject.d.ts +1 -0
- package/dist/serialization/resources/crm/types/CustomObject.js +1 -0
- package/dist/serialization/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/dist/serialization/resources/crm/types/CustomObjectClass.js +1 -0
- package/dist/serialization/resources/crm/types/EmailAddress.d.ts +1 -0
- package/dist/serialization/resources/crm/types/EmailAddress.js +1 -0
- package/dist/serialization/resources/crm/types/Engagement.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Engagement.js +1 -0
- package/dist/serialization/resources/crm/types/EngagementType.d.ts +1 -0
- package/dist/serialization/resources/crm/types/EngagementType.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/crm/types/Lead.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Lead.js +1 -0
- package/dist/serialization/resources/crm/types/Note.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Note.js +1 -0
- package/dist/serialization/resources/crm/types/Opportunity.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Opportunity.js +1 -0
- package/dist/serialization/resources/crm/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/crm/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/crm/types/PhoneNumber.js +1 -0
- package/dist/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/dist/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.js +1 -0
- package/dist/serialization/resources/crm/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/crm/types/Stage.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Stage.js +1 -0
- package/dist/serialization/resources/crm/types/Task.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Task.js +1 -0
- package/dist/serialization/resources/crm/types/User.d.ts +1 -0
- package/dist/serialization/resources/crm/types/User.js +1 -0
- package/dist/serialization/resources/crm/types/index.d.ts +6 -0
- package/dist/serialization/resources/crm/types/index.js +6 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/filestorage/types/Drive.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/Drive.js +1 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/filestorage/types/FileDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FileRequest.js +2 -2
- package/dist/serialization/resources/filestorage/types/FileRequestDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileRequestDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileRequestFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileRequestFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/File_.d.ts +3 -2
- package/dist/serialization/resources/filestorage/types/File_.js +3 -2
- package/dist/serialization/resources/filestorage/types/Folder.d.ts +3 -2
- package/dist/serialization/resources/filestorage/types/Folder.js +3 -2
- package/dist/serialization/resources/filestorage/types/FolderDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderParentFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderParentFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FolderRequest.js +2 -2
- package/dist/serialization/resources/filestorage/types/FolderRequestDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestParentFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestParentFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/Group.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/Group.js +1 -0
- package/dist/serialization/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/filestorage/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/filestorage/types/Permission.d.ts +5 -4
- package/dist/serialization/resources/filestorage/types/Permission.js +5 -4
- package/dist/serialization/resources/filestorage/types/PermissionGroup.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionGroup.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/dist/serialization/resources/filestorage/types/PermissionRequest.js +8 -4
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestRolesItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestRolesItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestType.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestType.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestUser.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestUser.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRolesItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRolesItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionType.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionType.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionUser.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionUser.js +43 -0
- package/dist/serialization/resources/filestorage/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/User.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/User.js +1 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +22 -0
- package/dist/serialization/resources/filestorage/types/index.js +22 -0
- package/dist/serialization/resources/hris/resources/index.d.ts +2 -0
- package/dist/serialization/resources/hris/resources/index.js +3 -1
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts +12 -0
- package/{serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → dist/serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js} +3 -3
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/requests/index.js +5 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/hris/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/hris/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/hris/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/hris/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/hris/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/hris/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/hris/types/BankInfo.d.ts +1 -0
- package/dist/serialization/resources/hris/types/BankInfo.js +1 -0
- package/dist/serialization/resources/hris/types/Benefit.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Benefit.js +1 -0
- package/dist/serialization/resources/hris/types/Company.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Company.js +1 -0
- package/dist/serialization/resources/hris/types/Deduction.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Deduction.js +1 -0
- package/dist/serialization/resources/hris/types/Dependent.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Dependent.js +1 -0
- package/dist/serialization/resources/hris/types/Earning.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Earning.js +1 -0
- package/dist/serialization/resources/hris/types/Employee.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Employee.js +1 -0
- package/dist/serialization/resources/hris/types/EmployeePayrollRun.d.ts +1 -0
- package/dist/serialization/resources/hris/types/EmployeePayrollRun.js +1 -0
- package/dist/serialization/resources/hris/types/EmployerBenefit.d.ts +1 -0
- package/dist/serialization/resources/hris/types/EmployerBenefit.js +1 -0
- package/dist/serialization/resources/hris/types/Employment.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Employment.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/hris/types/Group.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Group.js +1 -0
- package/dist/serialization/resources/hris/types/Location.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Location.js +1 -0
- package/dist/serialization/resources/hris/types/LocationsListRequestLocationType.d.ts +10 -0
- package/dist/serialization/resources/hris/types/LocationsListRequestLocationType.js +31 -0
- package/dist/serialization/resources/hris/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/hris/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/hris/types/PaginatedTimesheetEntryList.d.ts +14 -0
- package/dist/serialization/resources/hris/types/PaginatedTimesheetEntryList.js +46 -0
- package/dist/serialization/resources/hris/types/PayGroup.d.ts +1 -0
- package/dist/serialization/resources/hris/types/PayGroup.js +1 -0
- package/dist/serialization/resources/hris/types/PayrollRun.d.ts +1 -0
- package/dist/serialization/resources/hris/types/PayrollRun.js +1 -0
- package/dist/serialization/resources/hris/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/hris/types/Tax.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Tax.js +1 -0
- package/dist/serialization/resources/hris/types/Team.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Team.js +1 -0
- package/dist/serialization/resources/hris/types/TimeOff.d.ts +1 -0
- package/dist/serialization/resources/hris/types/TimeOff.js +1 -0
- package/dist/serialization/resources/hris/types/TimeOffBalance.d.ts +1 -0
- package/dist/serialization/resources/hris/types/TimeOffBalance.js +1 -0
- package/dist/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +31 -0
- package/dist/serialization/resources/hris/types/TimesheetEntry.d.ts +19 -0
- package/dist/serialization/resources/hris/types/TimesheetEntry.js +40 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +17 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.js +38 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryResponse.d.ts +15 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryResponse.js +47 -0
- package/dist/serialization/resources/hris/types/index.d.ts +12 -0
- package/dist/serialization/resources/hris/types/index.js +12 -0
- package/dist/serialization/resources/ticketing/types/Account.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Account.js +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ticketing/types/Attachment.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Attachment.js +1 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Collection.js +1 -0
- package/dist/serialization/resources/ticketing/types/Comment.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Comment.js +1 -0
- package/dist/serialization/resources/ticketing/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Contact.js +1 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/ticketing/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/ticketing/types/Project.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Project.js +1 -0
- package/dist/serialization/resources/ticketing/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
- package/dist/serialization/resources/ticketing/types/Team.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Team.js +1 -0
- package/dist/serialization/resources/ticketing/types/Ticket.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Ticket.js +1 -0
- package/dist/serialization/resources/ticketing/types/User.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/User.js +1 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +6 -0
- package/dist/serialization/resources/ticketing/types/index.js +6 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/types/Account.d.ts +1 -0
- package/serialization/resources/accounting/types/Account.js +1 -0
- package/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountIntegration.js +1 -0
- package/serialization/resources/accounting/types/AccountingAttachment.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountingAttachment.js +1 -0
- package/serialization/resources/accounting/types/AccountingPeriod.d.ts +18 -0
- package/{dist/serialization/resources/accounting/types/VendorCreditApplyLine.js → serialization/resources/accounting/types/AccountingPeriod.js} +9 -6
- package/serialization/resources/accounting/types/AccountingPeriodStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/AccountingPeriodStatus.js +43 -0
- package/serialization/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/AccountingPeriodStatusEnum.js +31 -0
- package/serialization/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountingPhoneNumber.js +1 -0
- package/serialization/resources/accounting/types/Address.d.ts +1 -0
- package/serialization/resources/accounting/types/Address.js +1 -0
- package/serialization/resources/accounting/types/AddressRequest.d.ts +20 -0
- package/serialization/resources/accounting/types/AddressRequest.js +52 -0
- package/serialization/resources/accounting/types/AddressRequestCountry.d.ts +10 -0
- package/serialization/resources/accounting/types/AddressRequestCountry.js +43 -0
- package/serialization/resources/accounting/types/AddressRequestType.d.ts +10 -0
- package/serialization/resources/accounting/types/AddressRequestType.js +43 -0
- package/serialization/resources/accounting/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/accounting/types/AuditLogEvent.js +49 -0
- package/serialization/resources/accounting/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/accounting/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/accounting/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/accounting/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/accounting/types/BalanceSheet.d.ts +1 -0
- package/serialization/resources/accounting/types/BalanceSheet.js +1 -0
- package/serialization/resources/accounting/types/CashFlowStatement.d.ts +1 -0
- package/serialization/resources/accounting/types/CashFlowStatement.js +1 -0
- package/serialization/resources/accounting/types/CompanyInfo.d.ts +1 -0
- package/serialization/resources/accounting/types/CompanyInfo.js +1 -0
- package/serialization/resources/accounting/types/Contact.d.ts +2 -1
- package/serialization/resources/accounting/types/Contact.js +6 -1
- package/serialization/resources/accounting/types/ContactAddressesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/ContactAddressesItem.js +43 -0
- package/serialization/resources/accounting/types/ContactRequest.d.ts +1 -1
- package/serialization/resources/accounting/types/ContactRequest.js +5 -1
- package/serialization/resources/accounting/types/ContactRequestAddressesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/ContactRequestAddressesItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNote.d.ts +5 -3
- package/serialization/resources/accounting/types/CreditNote.js +9 -5
- package/serialization/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteCompany.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteCompany.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteContact.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteContact.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/EventTypeEnum.js +56 -0
- package/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/serialization/resources/accounting/types/Expense.js +4 -0
- package/serialization/resources/accounting/types/ExpenseAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseLine.js +2 -0
- package/serialization/resources/accounting/types/ExpenseRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/ExpenseRequest.js +3 -0
- package/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/ExpensesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/IncomeStatement.d.ts +1 -0
- package/serialization/resources/accounting/types/IncomeStatement.js +1 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +4 -0
- package/serialization/resources/accounting/types/Invoice.js +14 -0
- package/serialization/resources/accounting/types/InvoiceAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/{CreditNoteApplyLineInvoice.js → InvoiceAppliedPaymentsItem.js} +3 -3
- package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.js +2 -0
- package/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.js +43 -0
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/serialization/resources/accounting/types/Item.d.ts +1 -0
- package/serialization/resources/accounting/types/Item.js +1 -0
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +3 -0
- package/serialization/resources/accounting/types/JournalEntry.js +9 -0
- package/serialization/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +3 -0
- package/serialization/resources/accounting/types/JournalLine.js +3 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/serialization/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +14 -0
- package/serialization/resources/accounting/types/PaginatedAccountingPeriodList.js +46 -0
- package/serialization/resources/accounting/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/accounting/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/accounting/types/Payment.d.ts +3 -1
- package/serialization/resources/accounting/types/Payment.js +5 -1
- package/serialization/resources/accounting/types/PaymentAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +3 -2
- package/serialization/resources/accounting/types/PaymentLineItem.js +3 -13
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +2 -13
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -1
- package/serialization/resources/accounting/types/PaymentRequest.js +4 -1
- package/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrder.js +4 -0
- package/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderLineItem.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
- package/serialization/resources/accounting/types/ReportItem.js +1 -0
- package/serialization/resources/accounting/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/RoleEnum.js +31 -0
- package/serialization/resources/accounting/types/TaxRate.d.ts +1 -0
- package/serialization/resources/accounting/types/TaxRate.js +1 -0
- package/serialization/resources/accounting/types/TrackingCategory.d.ts +1 -0
- package/serialization/resources/accounting/types/TrackingCategory.js +1 -0
- package/serialization/resources/accounting/types/Transaction.d.ts +2 -0
- package/serialization/resources/accounting/types/Transaction.js +4 -0
- package/serialization/resources/accounting/types/TransactionAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/TransactionAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/TransactionLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/TransactionLineItem.js +2 -0
- package/serialization/resources/accounting/types/TransactionsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/VendorCredit.d.ts +2 -1
- package/serialization/resources/accounting/types/VendorCredit.js +3 -2
- package/serialization/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/VendorCreditAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +2 -0
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/serialization/resources/accounting/types/index.d.ts +33 -7
- package/serialization/resources/accounting/types/index.js +33 -7
- package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/serialization/resources/ats/types/Activity.d.ts +1 -0
- package/serialization/resources/ats/types/Activity.js +1 -0
- package/serialization/resources/ats/types/Application.d.ts +1 -0
- package/serialization/resources/ats/types/Application.js +1 -0
- package/serialization/resources/ats/types/Attachment.d.ts +1 -0
- package/serialization/resources/ats/types/Attachment.js +1 -0
- package/serialization/resources/ats/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/ats/types/AuditLogEvent.js +49 -0
- package/serialization/resources/ats/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/ats/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/ats/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/ats/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/ats/types/Candidate.d.ts +1 -0
- package/serialization/resources/ats/types/Candidate.js +1 -0
- package/serialization/resources/ats/types/Department.d.ts +1 -0
- package/serialization/resources/ats/types/Department.js +1 -0
- package/serialization/resources/ats/types/Eeoc.d.ts +1 -0
- package/serialization/resources/ats/types/Eeoc.js +1 -0
- package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/ats/types/EventTypeEnum.js +56 -0
- package/serialization/resources/ats/types/Job.d.ts +1 -0
- package/serialization/resources/ats/types/Job.js +1 -0
- package/serialization/resources/ats/types/JobInterviewStage.d.ts +1 -0
- package/serialization/resources/ats/types/JobInterviewStage.js +1 -0
- package/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +31 -0
- package/serialization/resources/ats/types/Offer.d.ts +1 -0
- package/serialization/resources/ats/types/Offer.js +1 -0
- package/serialization/resources/ats/types/Office.d.ts +1 -0
- package/serialization/resources/ats/types/Office.js +1 -0
- package/serialization/resources/ats/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/ats/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/ats/types/PaginatedScreeningQuestionList.d.ts +14 -0
- package/serialization/resources/ats/types/PaginatedScreeningQuestionList.js +46 -0
- package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/serialization/resources/ats/types/RejectReason.d.ts +1 -0
- package/serialization/resources/ats/types/RejectReason.js +1 -0
- package/serialization/resources/ats/types/RemoteUser.d.ts +1 -0
- package/serialization/resources/ats/types/RemoteUser.js +1 -0
- package/serialization/resources/ats/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/ats/types/RoleEnum.js +31 -0
- package/serialization/resources/ats/types/ScheduledInterview.d.ts +1 -0
- package/serialization/resources/ats/types/ScheduledInterview.js +1 -0
- package/serialization/resources/ats/types/Scorecard.d.ts +1 -0
- package/serialization/resources/ats/types/Scorecard.js +1 -0
- package/serialization/resources/ats/types/ScreeningQuestion.d.ts +21 -0
- package/serialization/resources/{accounting/types/VendorCreditApplyLine.js → ats/types/ScreeningQuestion.js} +11 -7
- package/serialization/resources/ats/types/ScreeningQuestionJob.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionJob.js +43 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +16 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.js +37 -0
- package/serialization/resources/ats/types/ScreeningQuestionType.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionType.js +43 -0
- package/serialization/resources/ats/types/Tag.d.ts +1 -0
- package/serialization/resources/ats/types/Tag.js +1 -0
- package/serialization/resources/ats/types/TypeEnum.d.ts +10 -0
- package/serialization/resources/ats/types/TypeEnum.js +40 -0
- package/serialization/resources/ats/types/Url.d.ts +1 -0
- package/serialization/resources/ats/types/Url.js +1 -0
- package/serialization/resources/ats/types/index.d.ts +13 -0
- package/serialization/resources/ats/types/index.js +13 -0
- package/serialization/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- package/serialization/resources/crm/resources/customObjects/client/requests/index.js +1 -3
- package/serialization/resources/crm/types/Account.d.ts +1 -0
- package/serialization/resources/crm/types/Account.js +1 -0
- package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/serialization/resources/crm/types/AccountRequest.d.ts +0 -2
- package/serialization/resources/crm/types/AccountRequest.js +0 -6
- package/serialization/resources/crm/types/Address.d.ts +1 -0
- package/serialization/resources/crm/types/Address.js +1 -0
- package/serialization/resources/crm/types/Association.d.ts +1 -0
- package/serialization/resources/crm/types/Association.js +1 -0
- package/serialization/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/serialization/resources/crm/types/AssociationSubType.js +1 -0
- package/serialization/resources/crm/types/AssociationType.d.ts +1 -0
- package/serialization/resources/crm/types/AssociationType.js +1 -0
- package/serialization/resources/crm/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/crm/types/AuditLogEvent.js +49 -0
- package/serialization/resources/crm/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/crm/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/crm/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/crm/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/crm/types/Contact.d.ts +1 -0
- package/serialization/resources/crm/types/Contact.js +1 -0
- package/serialization/resources/crm/types/CustomObject.d.ts +1 -0
- package/serialization/resources/crm/types/CustomObject.js +1 -0
- package/serialization/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/serialization/resources/crm/types/CustomObjectClass.js +1 -0
- package/serialization/resources/crm/types/EmailAddress.d.ts +1 -0
- package/serialization/resources/crm/types/EmailAddress.js +1 -0
- package/serialization/resources/crm/types/Engagement.d.ts +1 -0
- package/serialization/resources/crm/types/Engagement.js +1 -0
- package/serialization/resources/crm/types/EngagementType.d.ts +1 -0
- package/serialization/resources/crm/types/EngagementType.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/crm/types/EventTypeEnum.js +56 -0
- package/serialization/resources/crm/types/Lead.d.ts +1 -0
- package/serialization/resources/crm/types/Lead.js +1 -0
- package/serialization/resources/crm/types/Note.d.ts +1 -0
- package/serialization/resources/crm/types/Note.js +1 -0
- package/serialization/resources/crm/types/Opportunity.d.ts +1 -0
- package/serialization/resources/crm/types/Opportunity.js +1 -0
- package/serialization/resources/crm/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/crm/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/serialization/resources/crm/types/PhoneNumber.js +1 -0
- package/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.js +1 -0
- package/serialization/resources/crm/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/crm/types/RoleEnum.js +31 -0
- package/serialization/resources/crm/types/Stage.d.ts +1 -0
- package/serialization/resources/crm/types/Stage.js +1 -0
- package/serialization/resources/crm/types/Task.d.ts +1 -0
- package/serialization/resources/crm/types/Task.js +1 -0
- package/serialization/resources/crm/types/User.d.ts +1 -0
- package/serialization/resources/crm/types/User.js +1 -0
- package/serialization/resources/crm/types/index.d.ts +6 -0
- package/serialization/resources/crm/types/index.js +6 -0
- package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/serialization/resources/filestorage/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/filestorage/types/AuditLogEvent.js +49 -0
- package/serialization/resources/filestorage/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/filestorage/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/filestorage/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/filestorage/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/filestorage/types/Drive.d.ts +1 -0
- package/serialization/resources/filestorage/types/Drive.js +1 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.js +56 -0
- package/serialization/resources/filestorage/types/FileDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileDrive.js +43 -0
- package/serialization/resources/filestorage/types/FileFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileFolder.js +43 -0
- package/serialization/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/serialization/resources/filestorage/types/FileRequest.js +2 -2
- package/serialization/resources/filestorage/types/FileRequestDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileRequestDrive.js +43 -0
- package/serialization/resources/filestorage/types/FileRequestFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileRequestFolder.js +43 -0
- package/serialization/resources/filestorage/types/File_.d.ts +3 -2
- package/serialization/resources/filestorage/types/File_.js +3 -2
- package/serialization/resources/filestorage/types/Folder.d.ts +3 -2
- package/serialization/resources/filestorage/types/Folder.js +3 -2
- package/serialization/resources/filestorage/types/FolderDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderDrive.js +43 -0
- package/serialization/resources/filestorage/types/FolderParentFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderParentFolder.js +43 -0
- package/serialization/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/serialization/resources/filestorage/types/FolderRequest.js +2 -2
- package/serialization/resources/filestorage/types/FolderRequestDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderRequestDrive.js +43 -0
- package/serialization/resources/filestorage/types/FolderRequestParentFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderRequestParentFolder.js +43 -0
- package/serialization/resources/filestorage/types/Group.d.ts +1 -0
- package/serialization/resources/filestorage/types/Group.js +1 -0
- package/serialization/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/filestorage/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/filestorage/types/Permission.d.ts +5 -4
- package/serialization/resources/filestorage/types/Permission.js +5 -4
- package/serialization/resources/filestorage/types/PermissionGroup.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionGroup.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/serialization/resources/filestorage/types/PermissionRequest.js +8 -4
- package/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestGroup.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequestRolesItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestRolesItem.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequestType.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestType.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequestUser.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestUser.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRolesItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRolesItem.js +43 -0
- package/serialization/resources/filestorage/types/PermissionType.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionType.js +43 -0
- package/serialization/resources/filestorage/types/PermissionUser.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionUser.js +43 -0
- package/serialization/resources/filestorage/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/RoleEnum.js +31 -0
- package/serialization/resources/filestorage/types/User.d.ts +1 -0
- package/serialization/resources/filestorage/types/User.js +1 -0
- package/serialization/resources/filestorage/types/index.d.ts +22 -0
- package/serialization/resources/filestorage/types/index.js +22 -0
- package/serialization/resources/hris/resources/index.d.ts +2 -0
- package/serialization/resources/hris/resources/index.js +3 -1
- package/serialization/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts +12 -0
- package/{dist/serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js} +3 -3
- package/serialization/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/client/requests/index.js +5 -0
- package/serialization/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/serialization/resources/hris/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/hris/types/AuditLogEvent.js +49 -0
- package/serialization/resources/hris/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/hris/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/hris/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/hris/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/hris/types/BankInfo.d.ts +1 -0
- package/serialization/resources/hris/types/BankInfo.js +1 -0
- package/serialization/resources/hris/types/Benefit.d.ts +1 -0
- package/serialization/resources/hris/types/Benefit.js +1 -0
- package/serialization/resources/hris/types/Company.d.ts +1 -0
- package/serialization/resources/hris/types/Company.js +1 -0
- package/serialization/resources/hris/types/Deduction.d.ts +1 -0
- package/serialization/resources/hris/types/Deduction.js +1 -0
- package/serialization/resources/hris/types/Dependent.d.ts +1 -0
- package/serialization/resources/hris/types/Dependent.js +1 -0
- package/serialization/resources/hris/types/Earning.d.ts +1 -0
- package/serialization/resources/hris/types/Earning.js +1 -0
- package/serialization/resources/hris/types/Employee.d.ts +1 -0
- package/serialization/resources/hris/types/Employee.js +1 -0
- package/serialization/resources/hris/types/EmployeePayrollRun.d.ts +1 -0
- package/serialization/resources/hris/types/EmployeePayrollRun.js +1 -0
- package/serialization/resources/hris/types/EmployerBenefit.d.ts +1 -0
- package/serialization/resources/hris/types/EmployerBenefit.js +1 -0
- package/serialization/resources/hris/types/Employment.d.ts +1 -0
- package/serialization/resources/hris/types/Employment.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/hris/types/EventTypeEnum.js +56 -0
- package/serialization/resources/hris/types/Group.d.ts +1 -0
- package/serialization/resources/hris/types/Group.js +1 -0
- package/serialization/resources/hris/types/Location.d.ts +1 -0
- package/serialization/resources/hris/types/Location.js +1 -0
- package/serialization/resources/hris/types/LocationsListRequestLocationType.d.ts +10 -0
- package/serialization/resources/hris/types/LocationsListRequestLocationType.js +31 -0
- package/serialization/resources/hris/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/hris/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/hris/types/PaginatedTimesheetEntryList.d.ts +14 -0
- package/serialization/resources/hris/types/PaginatedTimesheetEntryList.js +46 -0
- package/serialization/resources/hris/types/PayGroup.d.ts +1 -0
- package/serialization/resources/hris/types/PayGroup.js +1 -0
- package/serialization/resources/hris/types/PayrollRun.d.ts +1 -0
- package/serialization/resources/hris/types/PayrollRun.js +1 -0
- package/serialization/resources/hris/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/hris/types/RoleEnum.js +31 -0
- package/serialization/resources/hris/types/Tax.d.ts +1 -0
- package/serialization/resources/hris/types/Tax.js +1 -0
- package/serialization/resources/hris/types/Team.d.ts +1 -0
- package/serialization/resources/hris/types/Team.js +1 -0
- package/serialization/resources/hris/types/TimeOff.d.ts +1 -0
- package/serialization/resources/hris/types/TimeOff.js +1 -0
- package/serialization/resources/hris/types/TimeOffBalance.d.ts +1 -0
- package/serialization/resources/hris/types/TimeOffBalance.js +1 -0
- package/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +31 -0
- package/serialization/resources/hris/types/TimesheetEntry.d.ts +19 -0
- package/serialization/resources/hris/types/TimesheetEntry.js +40 -0
- package/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +17 -0
- package/serialization/resources/hris/types/TimesheetEntryRequest.js +38 -0
- package/serialization/resources/hris/types/TimesheetEntryResponse.d.ts +15 -0
- package/serialization/resources/hris/types/TimesheetEntryResponse.js +47 -0
- package/serialization/resources/hris/types/index.d.ts +12 -0
- package/serialization/resources/hris/types/index.js +12 -0
- package/serialization/resources/ticketing/types/Account.d.ts +1 -0
- package/serialization/resources/ticketing/types/Account.js +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/serialization/resources/ticketing/types/Attachment.d.ts +1 -0
- package/serialization/resources/ticketing/types/Attachment.js +1 -0
- package/serialization/resources/ticketing/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/ticketing/types/AuditLogEvent.js +49 -0
- package/serialization/resources/ticketing/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/ticketing/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/ticketing/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/ticketing/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/ticketing/types/Collection.d.ts +1 -0
- package/serialization/resources/ticketing/types/Collection.js +1 -0
- package/serialization/resources/ticketing/types/Comment.d.ts +1 -0
- package/serialization/resources/ticketing/types/Comment.js +1 -0
- package/serialization/resources/ticketing/types/Contact.d.ts +1 -0
- package/serialization/resources/ticketing/types/Contact.js +1 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.js +56 -0
- package/serialization/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/ticketing/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/ticketing/types/Project.d.ts +1 -0
- package/serialization/resources/ticketing/types/Project.js +1 -0
- package/serialization/resources/ticketing/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/RoleEnum.js +31 -0
- package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/serialization/resources/ticketing/types/Tag.js +1 -0
- package/serialization/resources/ticketing/types/Team.d.ts +1 -0
- package/serialization/resources/ticketing/types/Team.js +1 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +1 -0
- package/serialization/resources/ticketing/types/Ticket.js +1 -0
- package/serialization/resources/ticketing/types/User.d.ts +1 -0
- package/serialization/resources/ticketing/types/User.js +1 -0
- package/serialization/resources/ticketing/types/index.d.ts +6 -0
- package/serialization/resources/ticketing/types/index.js +6 -0
- package/api/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -21
- package/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -5
- package/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -16
- package/api/resources/accounting/types/RelatedObjectTypeEnum.js +0 -12
- package/api/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -21
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.d.ts +0 -13
- package/dist/api/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -21
- package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -5
- package/dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -5
- package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -16
- package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.js +0 -12
- package/dist/api/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -21
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.d.ts +0 -13
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -15
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -15
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +0 -10
- package/dist/serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts +0 -12
- package/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -15
- package/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -10
- package/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -10
- package/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -15
- package/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +0 -10
- package/serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts +0 -12
- /package/api/resources/accounting/{types/CreditNoteApplyLine.js → resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/CreditNoteApplyLineInvoice.js → resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.js} +0 -0
- /package/api/resources/accounting/{types/PaymentLineItemRelatedObjectType.js → resources/auditTrail/client/requests/AuditTrailListRequest.js} +0 -0
- /package/api/resources/accounting/types/{PaymentLineItemRequestRelatedObjectType.js → AccountingPeriod.js} +0 -0
- /package/api/resources/accounting/types/{VendorCreditApplyLine.js → AccountingPeriodStatus.js} +0 -0
- /package/api/resources/accounting/types/{VendorCreditApplyLineInvoice.js → AddressRequest.js} +0 -0
- /package/api/resources/{crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.js → accounting/types/AddressRequestCountry.js} +0 -0
- /package/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → accounting/types/AddressRequestType.js} +0 -0
- /package/{dist/api/resources/accounting/types/CreditNoteApplyLine.js → api/resources/accounting/types/AuditLogEvent.js} +0 -0
- /package/{dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.js → api/resources/accounting/types/AuditLogEventEventType.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js → api/resources/accounting/types/AuditLogEventRole.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js → api/resources/accounting/types/ContactAddressesItem.js} +0 -0
- /package/{dist/api/resources/accounting/types/VendorCreditApplyLine.js → api/resources/accounting/types/ContactRequestAddressesItem.js} +0 -0
- /package/{dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.js → api/resources/accounting/types/CreditNoteAccountingPeriod.js} +0 -0
- /package/{dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.js → api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js} +0 -0
- /package/{dist/api/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → api/resources/accounting/types/CreditNoteCompany.js} +0 -0
|
@@ -29,35 +29,259 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.InvoicesListRequestExpand = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.InvoicesListRequestExpand = core.serialization.enum_([
|
|
32
|
+
"accounting_period",
|
|
33
|
+
"applied_payments",
|
|
34
|
+
"applied_payments,accounting_period",
|
|
35
|
+
"applied_payments,company",
|
|
36
|
+
"applied_payments,company,accounting_period",
|
|
37
|
+
"applied_payments,contact",
|
|
38
|
+
"applied_payments,contact,accounting_period",
|
|
39
|
+
"applied_payments,contact,company",
|
|
40
|
+
"applied_payments,contact,company,accounting_period",
|
|
41
|
+
"applied_payments,line_items",
|
|
42
|
+
"applied_payments,line_items,accounting_period",
|
|
43
|
+
"applied_payments,line_items,company",
|
|
44
|
+
"applied_payments,line_items,company,accounting_period",
|
|
45
|
+
"applied_payments,line_items,contact",
|
|
46
|
+
"applied_payments,line_items,contact,accounting_period",
|
|
47
|
+
"applied_payments,line_items,contact,company",
|
|
48
|
+
"applied_payments,line_items,contact,company,accounting_period",
|
|
49
|
+
"applied_payments,line_items,purchase_orders",
|
|
50
|
+
"applied_payments,line_items,purchase_orders,accounting_period",
|
|
51
|
+
"applied_payments,line_items,purchase_orders,company",
|
|
52
|
+
"applied_payments,line_items,purchase_orders,company,accounting_period",
|
|
53
|
+
"applied_payments,line_items,purchase_orders,contact",
|
|
54
|
+
"applied_payments,line_items,purchase_orders,contact,accounting_period",
|
|
55
|
+
"applied_payments,line_items,purchase_orders,contact,company",
|
|
56
|
+
"applied_payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
57
|
+
"applied_payments,line_items,tracking_categories",
|
|
58
|
+
"applied_payments,line_items,tracking_categories,accounting_period",
|
|
59
|
+
"applied_payments,line_items,tracking_categories,company",
|
|
60
|
+
"applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
61
|
+
"applied_payments,line_items,tracking_categories,contact",
|
|
62
|
+
"applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
63
|
+
"applied_payments,line_items,tracking_categories,contact,company",
|
|
64
|
+
"applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
65
|
+
"applied_payments,line_items,tracking_categories,purchase_orders",
|
|
66
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
67
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,company",
|
|
68
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
69
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact",
|
|
70
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
71
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
72
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
73
|
+
"applied_payments,purchase_orders",
|
|
74
|
+
"applied_payments,purchase_orders,accounting_period",
|
|
75
|
+
"applied_payments,purchase_orders,company",
|
|
76
|
+
"applied_payments,purchase_orders,company,accounting_period",
|
|
77
|
+
"applied_payments,purchase_orders,contact",
|
|
78
|
+
"applied_payments,purchase_orders,contact,accounting_period",
|
|
79
|
+
"applied_payments,purchase_orders,contact,company",
|
|
80
|
+
"applied_payments,purchase_orders,contact,company,accounting_period",
|
|
81
|
+
"applied_payments,tracking_categories",
|
|
82
|
+
"applied_payments,tracking_categories,accounting_period",
|
|
83
|
+
"applied_payments,tracking_categories,company",
|
|
84
|
+
"applied_payments,tracking_categories,company,accounting_period",
|
|
85
|
+
"applied_payments,tracking_categories,contact",
|
|
86
|
+
"applied_payments,tracking_categories,contact,accounting_period",
|
|
87
|
+
"applied_payments,tracking_categories,contact,company",
|
|
88
|
+
"applied_payments,tracking_categories,contact,company,accounting_period",
|
|
89
|
+
"applied_payments,tracking_categories,purchase_orders",
|
|
90
|
+
"applied_payments,tracking_categories,purchase_orders,accounting_period",
|
|
91
|
+
"applied_payments,tracking_categories,purchase_orders,company",
|
|
92
|
+
"applied_payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
93
|
+
"applied_payments,tracking_categories,purchase_orders,contact",
|
|
94
|
+
"applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
95
|
+
"applied_payments,tracking_categories,purchase_orders,contact,company",
|
|
96
|
+
"applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
32
97
|
"company",
|
|
98
|
+
"company,accounting_period",
|
|
33
99
|
"contact",
|
|
100
|
+
"contact,accounting_period",
|
|
34
101
|
"contact,company",
|
|
102
|
+
"contact,company,accounting_period",
|
|
35
103
|
"line_items",
|
|
104
|
+
"line_items,accounting_period",
|
|
36
105
|
"line_items,company",
|
|
106
|
+
"line_items,company,accounting_period",
|
|
37
107
|
"line_items,contact",
|
|
108
|
+
"line_items,contact,accounting_period",
|
|
38
109
|
"line_items,contact,company",
|
|
110
|
+
"line_items,contact,company,accounting_period",
|
|
111
|
+
"line_items,purchase_orders",
|
|
112
|
+
"line_items,purchase_orders,accounting_period",
|
|
113
|
+
"line_items,purchase_orders,company",
|
|
114
|
+
"line_items,purchase_orders,company,accounting_period",
|
|
115
|
+
"line_items,purchase_orders,contact",
|
|
116
|
+
"line_items,purchase_orders,contact,accounting_period",
|
|
117
|
+
"line_items,purchase_orders,contact,company",
|
|
118
|
+
"line_items,purchase_orders,contact,company,accounting_period",
|
|
39
119
|
"line_items,tracking_categories",
|
|
120
|
+
"line_items,tracking_categories,accounting_period",
|
|
40
121
|
"line_items,tracking_categories,company",
|
|
122
|
+
"line_items,tracking_categories,company,accounting_period",
|
|
41
123
|
"line_items,tracking_categories,contact",
|
|
124
|
+
"line_items,tracking_categories,contact,accounting_period",
|
|
42
125
|
"line_items,tracking_categories,contact,company",
|
|
126
|
+
"line_items,tracking_categories,contact,company,accounting_period",
|
|
127
|
+
"line_items,tracking_categories,purchase_orders",
|
|
128
|
+
"line_items,tracking_categories,purchase_orders,accounting_period",
|
|
129
|
+
"line_items,tracking_categories,purchase_orders,company",
|
|
130
|
+
"line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
131
|
+
"line_items,tracking_categories,purchase_orders,contact",
|
|
132
|
+
"line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
133
|
+
"line_items,tracking_categories,purchase_orders,contact,company",
|
|
134
|
+
"line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
43
135
|
"payments",
|
|
136
|
+
"payments,accounting_period",
|
|
137
|
+
"payments,applied_payments",
|
|
138
|
+
"payments,applied_payments,accounting_period",
|
|
139
|
+
"payments,applied_payments,company",
|
|
140
|
+
"payments,applied_payments,company,accounting_period",
|
|
141
|
+
"payments,applied_payments,contact",
|
|
142
|
+
"payments,applied_payments,contact,accounting_period",
|
|
143
|
+
"payments,applied_payments,contact,company",
|
|
144
|
+
"payments,applied_payments,contact,company,accounting_period",
|
|
145
|
+
"payments,applied_payments,line_items",
|
|
146
|
+
"payments,applied_payments,line_items,accounting_period",
|
|
147
|
+
"payments,applied_payments,line_items,company",
|
|
148
|
+
"payments,applied_payments,line_items,company,accounting_period",
|
|
149
|
+
"payments,applied_payments,line_items,contact",
|
|
150
|
+
"payments,applied_payments,line_items,contact,accounting_period",
|
|
151
|
+
"payments,applied_payments,line_items,contact,company",
|
|
152
|
+
"payments,applied_payments,line_items,contact,company,accounting_period",
|
|
153
|
+
"payments,applied_payments,line_items,purchase_orders",
|
|
154
|
+
"payments,applied_payments,line_items,purchase_orders,accounting_period",
|
|
155
|
+
"payments,applied_payments,line_items,purchase_orders,company",
|
|
156
|
+
"payments,applied_payments,line_items,purchase_orders,company,accounting_period",
|
|
157
|
+
"payments,applied_payments,line_items,purchase_orders,contact",
|
|
158
|
+
"payments,applied_payments,line_items,purchase_orders,contact,accounting_period",
|
|
159
|
+
"payments,applied_payments,line_items,purchase_orders,contact,company",
|
|
160
|
+
"payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
161
|
+
"payments,applied_payments,line_items,tracking_categories",
|
|
162
|
+
"payments,applied_payments,line_items,tracking_categories,accounting_period",
|
|
163
|
+
"payments,applied_payments,line_items,tracking_categories,company",
|
|
164
|
+
"payments,applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
165
|
+
"payments,applied_payments,line_items,tracking_categories,contact",
|
|
166
|
+
"payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
167
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company",
|
|
168
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
169
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders",
|
|
170
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
171
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,company",
|
|
172
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
173
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact",
|
|
174
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
175
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
176
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
177
|
+
"payments,applied_payments,purchase_orders",
|
|
178
|
+
"payments,applied_payments,purchase_orders,accounting_period",
|
|
179
|
+
"payments,applied_payments,purchase_orders,company",
|
|
180
|
+
"payments,applied_payments,purchase_orders,company,accounting_period",
|
|
181
|
+
"payments,applied_payments,purchase_orders,contact",
|
|
182
|
+
"payments,applied_payments,purchase_orders,contact,accounting_period",
|
|
183
|
+
"payments,applied_payments,purchase_orders,contact,company",
|
|
184
|
+
"payments,applied_payments,purchase_orders,contact,company,accounting_period",
|
|
185
|
+
"payments,applied_payments,tracking_categories",
|
|
186
|
+
"payments,applied_payments,tracking_categories,accounting_period",
|
|
187
|
+
"payments,applied_payments,tracking_categories,company",
|
|
188
|
+
"payments,applied_payments,tracking_categories,company,accounting_period",
|
|
189
|
+
"payments,applied_payments,tracking_categories,contact",
|
|
190
|
+
"payments,applied_payments,tracking_categories,contact,accounting_period",
|
|
191
|
+
"payments,applied_payments,tracking_categories,contact,company",
|
|
192
|
+
"payments,applied_payments,tracking_categories,contact,company,accounting_period",
|
|
193
|
+
"payments,applied_payments,tracking_categories,purchase_orders",
|
|
194
|
+
"payments,applied_payments,tracking_categories,purchase_orders,accounting_period",
|
|
195
|
+
"payments,applied_payments,tracking_categories,purchase_orders,company",
|
|
196
|
+
"payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
197
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact",
|
|
198
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
199
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact,company",
|
|
200
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
44
201
|
"payments,company",
|
|
202
|
+
"payments,company,accounting_period",
|
|
45
203
|
"payments,contact",
|
|
204
|
+
"payments,contact,accounting_period",
|
|
46
205
|
"payments,contact,company",
|
|
206
|
+
"payments,contact,company,accounting_period",
|
|
47
207
|
"payments,line_items",
|
|
208
|
+
"payments,line_items,accounting_period",
|
|
48
209
|
"payments,line_items,company",
|
|
210
|
+
"payments,line_items,company,accounting_period",
|
|
49
211
|
"payments,line_items,contact",
|
|
212
|
+
"payments,line_items,contact,accounting_period",
|
|
50
213
|
"payments,line_items,contact,company",
|
|
214
|
+
"payments,line_items,contact,company,accounting_period",
|
|
215
|
+
"payments,line_items,purchase_orders",
|
|
216
|
+
"payments,line_items,purchase_orders,accounting_period",
|
|
217
|
+
"payments,line_items,purchase_orders,company",
|
|
218
|
+
"payments,line_items,purchase_orders,company,accounting_period",
|
|
219
|
+
"payments,line_items,purchase_orders,contact",
|
|
220
|
+
"payments,line_items,purchase_orders,contact,accounting_period",
|
|
221
|
+
"payments,line_items,purchase_orders,contact,company",
|
|
222
|
+
"payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
51
223
|
"payments,line_items,tracking_categories",
|
|
224
|
+
"payments,line_items,tracking_categories,accounting_period",
|
|
52
225
|
"payments,line_items,tracking_categories,company",
|
|
226
|
+
"payments,line_items,tracking_categories,company,accounting_period",
|
|
53
227
|
"payments,line_items,tracking_categories,contact",
|
|
228
|
+
"payments,line_items,tracking_categories,contact,accounting_period",
|
|
54
229
|
"payments,line_items,tracking_categories,contact,company",
|
|
230
|
+
"payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
231
|
+
"payments,line_items,tracking_categories,purchase_orders",
|
|
232
|
+
"payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
233
|
+
"payments,line_items,tracking_categories,purchase_orders,company",
|
|
234
|
+
"payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
235
|
+
"payments,line_items,tracking_categories,purchase_orders,contact",
|
|
236
|
+
"payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
237
|
+
"payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
238
|
+
"payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
239
|
+
"payments,purchase_orders",
|
|
240
|
+
"payments,purchase_orders,accounting_period",
|
|
241
|
+
"payments,purchase_orders,company",
|
|
242
|
+
"payments,purchase_orders,company,accounting_period",
|
|
243
|
+
"payments,purchase_orders,contact",
|
|
244
|
+
"payments,purchase_orders,contact,accounting_period",
|
|
245
|
+
"payments,purchase_orders,contact,company",
|
|
246
|
+
"payments,purchase_orders,contact,company,accounting_period",
|
|
55
247
|
"payments,tracking_categories",
|
|
248
|
+
"payments,tracking_categories,accounting_period",
|
|
56
249
|
"payments,tracking_categories,company",
|
|
250
|
+
"payments,tracking_categories,company,accounting_period",
|
|
57
251
|
"payments,tracking_categories,contact",
|
|
252
|
+
"payments,tracking_categories,contact,accounting_period",
|
|
58
253
|
"payments,tracking_categories,contact,company",
|
|
254
|
+
"payments,tracking_categories,contact,company,accounting_period",
|
|
255
|
+
"payments,tracking_categories,purchase_orders",
|
|
256
|
+
"payments,tracking_categories,purchase_orders,accounting_period",
|
|
257
|
+
"payments,tracking_categories,purchase_orders,company",
|
|
258
|
+
"payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
259
|
+
"payments,tracking_categories,purchase_orders,contact",
|
|
260
|
+
"payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
261
|
+
"payments,tracking_categories,purchase_orders,contact,company",
|
|
262
|
+
"payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
263
|
+
"purchase_orders",
|
|
264
|
+
"purchase_orders,accounting_period",
|
|
265
|
+
"purchase_orders,company",
|
|
266
|
+
"purchase_orders,company,accounting_period",
|
|
267
|
+
"purchase_orders,contact",
|
|
268
|
+
"purchase_orders,contact,accounting_period",
|
|
269
|
+
"purchase_orders,contact,company",
|
|
270
|
+
"purchase_orders,contact,company,accounting_period",
|
|
59
271
|
"tracking_categories",
|
|
272
|
+
"tracking_categories,accounting_period",
|
|
60
273
|
"tracking_categories,company",
|
|
274
|
+
"tracking_categories,company,accounting_period",
|
|
61
275
|
"tracking_categories,contact",
|
|
276
|
+
"tracking_categories,contact,accounting_period",
|
|
62
277
|
"tracking_categories,contact,company",
|
|
278
|
+
"tracking_categories,contact,company,accounting_period",
|
|
279
|
+
"tracking_categories,purchase_orders",
|
|
280
|
+
"tracking_categories,purchase_orders,accounting_period",
|
|
281
|
+
"tracking_categories,purchase_orders,company",
|
|
282
|
+
"tracking_categories,purchase_orders,company,accounting_period",
|
|
283
|
+
"tracking_categories,purchase_orders,contact",
|
|
284
|
+
"tracking_categories,purchase_orders,contact,accounting_period",
|
|
285
|
+
"tracking_categories,purchase_orders,contact,company",
|
|
286
|
+
"tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
63
287
|
]);
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const InvoicesRetrieveRequestExpand: core.serialization.Schema<serializers.accounting.InvoicesRetrieveRequestExpand.Raw, Merge.accounting.InvoicesRetrieveRequestExpand>;
|
|
8
8
|
export declare namespace InvoicesRetrieveRequestExpand {
|
|
9
|
-
type Raw = "company" | "contact" | "contact,company" | "line_items" | "line_items,company" | "line_items,contact" | "line_items,contact,company" | "line_items,tracking_categories" | "line_items,tracking_categories,company" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,company" | "payments" | "payments,company" | "payments,contact" | "payments,contact,company" | "payments,line_items" | "payments,line_items,company" | "payments,line_items,contact" | "payments,line_items,contact,company" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,company" | "payments,tracking_categories" | "payments,tracking_categories,company" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,company" | "tracking_categories" | "tracking_categories,company" | "tracking_categories,contact" | "tracking_categories,contact,company";
|
|
9
|
+
type Raw = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,company,accounting_period" | "applied_payments,contact" | "applied_payments,contact,accounting_period" | "applied_payments,contact,company" | "applied_payments,contact,company,accounting_period" | "applied_payments,line_items" | "applied_payments,line_items,accounting_period" | "applied_payments,line_items,company" | "applied_payments,line_items,company,accounting_period" | "applied_payments,line_items,contact" | "applied_payments,line_items,contact,accounting_period" | "applied_payments,line_items,contact,company" | "applied_payments,line_items,contact,company,accounting_period" | "applied_payments,line_items,purchase_orders" | "applied_payments,line_items,purchase_orders,accounting_period" | "applied_payments,line_items,purchase_orders,company" | "applied_payments,line_items,purchase_orders,company,accounting_period" | "applied_payments,line_items,purchase_orders,contact" | "applied_payments,line_items,purchase_orders,contact,accounting_period" | "applied_payments,line_items,purchase_orders,contact,company" | "applied_payments,line_items,purchase_orders,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories" | "applied_payments,line_items,tracking_categories,accounting_period" | "applied_payments,line_items,tracking_categories,company" | "applied_payments,line_items,tracking_categories,company,accounting_period" | "applied_payments,line_items,tracking_categories,contact" | "applied_payments,line_items,tracking_categories,contact,accounting_period" | "applied_payments,line_items,tracking_categories,contact,company" | "applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders" | "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,company" | "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,contact" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,company" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "applied_payments,purchase_orders" | "applied_payments,purchase_orders,accounting_period" | "applied_payments,purchase_orders,company" | "applied_payments,purchase_orders,company,accounting_period" | "applied_payments,purchase_orders,contact" | "applied_payments,purchase_orders,contact,accounting_period" | "applied_payments,purchase_orders,contact,company" | "applied_payments,purchase_orders,contact,company,accounting_period" | "applied_payments,tracking_categories" | "applied_payments,tracking_categories,accounting_period" | "applied_payments,tracking_categories,company" | "applied_payments,tracking_categories,company,accounting_period" | "applied_payments,tracking_categories,contact" | "applied_payments,tracking_categories,contact,accounting_period" | "applied_payments,tracking_categories,contact,company" | "applied_payments,tracking_categories,contact,company,accounting_period" | "applied_payments,tracking_categories,purchase_orders" | "applied_payments,tracking_categories,purchase_orders,accounting_period" | "applied_payments,tracking_categories,purchase_orders,company" | "applied_payments,tracking_categories,purchase_orders,company,accounting_period" | "applied_payments,tracking_categories,purchase_orders,contact" | "applied_payments,tracking_categories,purchase_orders,contact,accounting_period" | "applied_payments,tracking_categories,purchase_orders,contact,company" | "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,purchase_orders" | "line_items,purchase_orders,accounting_period" | "line_items,purchase_orders,company" | "line_items,purchase_orders,company,accounting_period" | "line_items,purchase_orders,contact" | "line_items,purchase_orders,contact,accounting_period" | "line_items,purchase_orders,contact,company" | "line_items,purchase_orders,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "line_items,tracking_categories,purchase_orders" | "line_items,tracking_categories,purchase_orders,accounting_period" | "line_items,tracking_categories,purchase_orders,company" | "line_items,tracking_categories,purchase_orders,company,accounting_period" | "line_items,tracking_categories,purchase_orders,contact" | "line_items,tracking_categories,purchase_orders,contact,accounting_period" | "line_items,tracking_categories,purchase_orders,contact,company" | "line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,applied_payments" | "payments,applied_payments,accounting_period" | "payments,applied_payments,company" | "payments,applied_payments,company,accounting_period" | "payments,applied_payments,contact" | "payments,applied_payments,contact,accounting_period" | "payments,applied_payments,contact,company" | "payments,applied_payments,contact,company,accounting_period" | "payments,applied_payments,line_items" | "payments,applied_payments,line_items,accounting_period" | "payments,applied_payments,line_items,company" | "payments,applied_payments,line_items,company,accounting_period" | "payments,applied_payments,line_items,contact" | "payments,applied_payments,line_items,contact,accounting_period" | "payments,applied_payments,line_items,contact,company" | "payments,applied_payments,line_items,contact,company,accounting_period" | "payments,applied_payments,line_items,purchase_orders" | "payments,applied_payments,line_items,purchase_orders,accounting_period" | "payments,applied_payments,line_items,purchase_orders,company" | "payments,applied_payments,line_items,purchase_orders,company,accounting_period" | "payments,applied_payments,line_items,purchase_orders,contact" | "payments,applied_payments,line_items,purchase_orders,contact,accounting_period" | "payments,applied_payments,line_items,purchase_orders,contact,company" | "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories" | "payments,applied_payments,line_items,tracking_categories,accounting_period" | "payments,applied_payments,line_items,tracking_categories,company" | "payments,applied_payments,line_items,tracking_categories,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact" | "payments,applied_payments,line_items,tracking_categories,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact,company" | "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,company" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,purchase_orders" | "payments,applied_payments,purchase_orders,accounting_period" | "payments,applied_payments,purchase_orders,company" | "payments,applied_payments,purchase_orders,company,accounting_period" | "payments,applied_payments,purchase_orders,contact" | "payments,applied_payments,purchase_orders,contact,accounting_period" | "payments,applied_payments,purchase_orders,contact,company" | "payments,applied_payments,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,applied_payments,tracking_categories,contact" | "payments,applied_payments,tracking_categories,contact,accounting_period" | "payments,applied_payments,tracking_categories,contact,company" | "payments,applied_payments,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders" | "payments,applied_payments,tracking_categories,purchase_orders,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,company" | "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,contact" | "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,contact,company" | "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,purchase_orders" | "payments,line_items,purchase_orders,accounting_period" | "payments,line_items,purchase_orders,company" | "payments,line_items,purchase_orders,company,accounting_period" | "payments,line_items,purchase_orders,contact" | "payments,line_items,purchase_orders,contact,accounting_period" | "payments,line_items,purchase_orders,contact,company" | "payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders" | "payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,company" | "payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact" | "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,purchase_orders" | "payments,purchase_orders,accounting_period" | "payments,purchase_orders,company" | "payments,purchase_orders,company,accounting_period" | "payments,purchase_orders,contact" | "payments,purchase_orders,contact,accounting_period" | "payments,purchase_orders,contact,company" | "payments,purchase_orders,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories,purchase_orders" | "payments,tracking_categories,purchase_orders,accounting_period" | "payments,tracking_categories,purchase_orders,company" | "payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,tracking_categories,purchase_orders,contact" | "payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,tracking_categories,purchase_orders,contact,company" | "payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "purchase_orders" | "purchase_orders,accounting_period" | "purchase_orders,company" | "purchase_orders,company,accounting_period" | "purchase_orders,contact" | "purchase_orders,contact,accounting_period" | "purchase_orders,contact,company" | "purchase_orders,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,purchase_orders" | "tracking_categories,purchase_orders,accounting_period" | "tracking_categories,purchase_orders,company" | "tracking_categories,purchase_orders,company,accounting_period" | "tracking_categories,purchase_orders,contact" | "tracking_categories,purchase_orders,contact,accounting_period" | "tracking_categories,purchase_orders,contact,company" | "tracking_categories,purchase_orders,contact,company,accounting_period";
|
|
10
10
|
}
|
|
@@ -29,35 +29,259 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.InvoicesRetrieveRequestExpand = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../core"));
|
|
31
31
|
exports.InvoicesRetrieveRequestExpand = core.serialization.enum_([
|
|
32
|
+
"accounting_period",
|
|
33
|
+
"applied_payments",
|
|
34
|
+
"applied_payments,accounting_period",
|
|
35
|
+
"applied_payments,company",
|
|
36
|
+
"applied_payments,company,accounting_period",
|
|
37
|
+
"applied_payments,contact",
|
|
38
|
+
"applied_payments,contact,accounting_period",
|
|
39
|
+
"applied_payments,contact,company",
|
|
40
|
+
"applied_payments,contact,company,accounting_period",
|
|
41
|
+
"applied_payments,line_items",
|
|
42
|
+
"applied_payments,line_items,accounting_period",
|
|
43
|
+
"applied_payments,line_items,company",
|
|
44
|
+
"applied_payments,line_items,company,accounting_period",
|
|
45
|
+
"applied_payments,line_items,contact",
|
|
46
|
+
"applied_payments,line_items,contact,accounting_period",
|
|
47
|
+
"applied_payments,line_items,contact,company",
|
|
48
|
+
"applied_payments,line_items,contact,company,accounting_period",
|
|
49
|
+
"applied_payments,line_items,purchase_orders",
|
|
50
|
+
"applied_payments,line_items,purchase_orders,accounting_period",
|
|
51
|
+
"applied_payments,line_items,purchase_orders,company",
|
|
52
|
+
"applied_payments,line_items,purchase_orders,company,accounting_period",
|
|
53
|
+
"applied_payments,line_items,purchase_orders,contact",
|
|
54
|
+
"applied_payments,line_items,purchase_orders,contact,accounting_period",
|
|
55
|
+
"applied_payments,line_items,purchase_orders,contact,company",
|
|
56
|
+
"applied_payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
57
|
+
"applied_payments,line_items,tracking_categories",
|
|
58
|
+
"applied_payments,line_items,tracking_categories,accounting_period",
|
|
59
|
+
"applied_payments,line_items,tracking_categories,company",
|
|
60
|
+
"applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
61
|
+
"applied_payments,line_items,tracking_categories,contact",
|
|
62
|
+
"applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
63
|
+
"applied_payments,line_items,tracking_categories,contact,company",
|
|
64
|
+
"applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
65
|
+
"applied_payments,line_items,tracking_categories,purchase_orders",
|
|
66
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
67
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,company",
|
|
68
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
69
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact",
|
|
70
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
71
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
72
|
+
"applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
73
|
+
"applied_payments,purchase_orders",
|
|
74
|
+
"applied_payments,purchase_orders,accounting_period",
|
|
75
|
+
"applied_payments,purchase_orders,company",
|
|
76
|
+
"applied_payments,purchase_orders,company,accounting_period",
|
|
77
|
+
"applied_payments,purchase_orders,contact",
|
|
78
|
+
"applied_payments,purchase_orders,contact,accounting_period",
|
|
79
|
+
"applied_payments,purchase_orders,contact,company",
|
|
80
|
+
"applied_payments,purchase_orders,contact,company,accounting_period",
|
|
81
|
+
"applied_payments,tracking_categories",
|
|
82
|
+
"applied_payments,tracking_categories,accounting_period",
|
|
83
|
+
"applied_payments,tracking_categories,company",
|
|
84
|
+
"applied_payments,tracking_categories,company,accounting_period",
|
|
85
|
+
"applied_payments,tracking_categories,contact",
|
|
86
|
+
"applied_payments,tracking_categories,contact,accounting_period",
|
|
87
|
+
"applied_payments,tracking_categories,contact,company",
|
|
88
|
+
"applied_payments,tracking_categories,contact,company,accounting_period",
|
|
89
|
+
"applied_payments,tracking_categories,purchase_orders",
|
|
90
|
+
"applied_payments,tracking_categories,purchase_orders,accounting_period",
|
|
91
|
+
"applied_payments,tracking_categories,purchase_orders,company",
|
|
92
|
+
"applied_payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
93
|
+
"applied_payments,tracking_categories,purchase_orders,contact",
|
|
94
|
+
"applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
95
|
+
"applied_payments,tracking_categories,purchase_orders,contact,company",
|
|
96
|
+
"applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
32
97
|
"company",
|
|
98
|
+
"company,accounting_period",
|
|
33
99
|
"contact",
|
|
100
|
+
"contact,accounting_period",
|
|
34
101
|
"contact,company",
|
|
102
|
+
"contact,company,accounting_period",
|
|
35
103
|
"line_items",
|
|
104
|
+
"line_items,accounting_period",
|
|
36
105
|
"line_items,company",
|
|
106
|
+
"line_items,company,accounting_period",
|
|
37
107
|
"line_items,contact",
|
|
108
|
+
"line_items,contact,accounting_period",
|
|
38
109
|
"line_items,contact,company",
|
|
110
|
+
"line_items,contact,company,accounting_period",
|
|
111
|
+
"line_items,purchase_orders",
|
|
112
|
+
"line_items,purchase_orders,accounting_period",
|
|
113
|
+
"line_items,purchase_orders,company",
|
|
114
|
+
"line_items,purchase_orders,company,accounting_period",
|
|
115
|
+
"line_items,purchase_orders,contact",
|
|
116
|
+
"line_items,purchase_orders,contact,accounting_period",
|
|
117
|
+
"line_items,purchase_orders,contact,company",
|
|
118
|
+
"line_items,purchase_orders,contact,company,accounting_period",
|
|
39
119
|
"line_items,tracking_categories",
|
|
120
|
+
"line_items,tracking_categories,accounting_period",
|
|
40
121
|
"line_items,tracking_categories,company",
|
|
122
|
+
"line_items,tracking_categories,company,accounting_period",
|
|
41
123
|
"line_items,tracking_categories,contact",
|
|
124
|
+
"line_items,tracking_categories,contact,accounting_period",
|
|
42
125
|
"line_items,tracking_categories,contact,company",
|
|
126
|
+
"line_items,tracking_categories,contact,company,accounting_period",
|
|
127
|
+
"line_items,tracking_categories,purchase_orders",
|
|
128
|
+
"line_items,tracking_categories,purchase_orders,accounting_period",
|
|
129
|
+
"line_items,tracking_categories,purchase_orders,company",
|
|
130
|
+
"line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
131
|
+
"line_items,tracking_categories,purchase_orders,contact",
|
|
132
|
+
"line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
133
|
+
"line_items,tracking_categories,purchase_orders,contact,company",
|
|
134
|
+
"line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
43
135
|
"payments",
|
|
136
|
+
"payments,accounting_period",
|
|
137
|
+
"payments,applied_payments",
|
|
138
|
+
"payments,applied_payments,accounting_period",
|
|
139
|
+
"payments,applied_payments,company",
|
|
140
|
+
"payments,applied_payments,company,accounting_period",
|
|
141
|
+
"payments,applied_payments,contact",
|
|
142
|
+
"payments,applied_payments,contact,accounting_period",
|
|
143
|
+
"payments,applied_payments,contact,company",
|
|
144
|
+
"payments,applied_payments,contact,company,accounting_period",
|
|
145
|
+
"payments,applied_payments,line_items",
|
|
146
|
+
"payments,applied_payments,line_items,accounting_period",
|
|
147
|
+
"payments,applied_payments,line_items,company",
|
|
148
|
+
"payments,applied_payments,line_items,company,accounting_period",
|
|
149
|
+
"payments,applied_payments,line_items,contact",
|
|
150
|
+
"payments,applied_payments,line_items,contact,accounting_period",
|
|
151
|
+
"payments,applied_payments,line_items,contact,company",
|
|
152
|
+
"payments,applied_payments,line_items,contact,company,accounting_period",
|
|
153
|
+
"payments,applied_payments,line_items,purchase_orders",
|
|
154
|
+
"payments,applied_payments,line_items,purchase_orders,accounting_period",
|
|
155
|
+
"payments,applied_payments,line_items,purchase_orders,company",
|
|
156
|
+
"payments,applied_payments,line_items,purchase_orders,company,accounting_period",
|
|
157
|
+
"payments,applied_payments,line_items,purchase_orders,contact",
|
|
158
|
+
"payments,applied_payments,line_items,purchase_orders,contact,accounting_period",
|
|
159
|
+
"payments,applied_payments,line_items,purchase_orders,contact,company",
|
|
160
|
+
"payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
161
|
+
"payments,applied_payments,line_items,tracking_categories",
|
|
162
|
+
"payments,applied_payments,line_items,tracking_categories,accounting_period",
|
|
163
|
+
"payments,applied_payments,line_items,tracking_categories,company",
|
|
164
|
+
"payments,applied_payments,line_items,tracking_categories,company,accounting_period",
|
|
165
|
+
"payments,applied_payments,line_items,tracking_categories,contact",
|
|
166
|
+
"payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
|
|
167
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company",
|
|
168
|
+
"payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
169
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders",
|
|
170
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
171
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,company",
|
|
172
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
173
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact",
|
|
174
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
175
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
176
|
+
"payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
177
|
+
"payments,applied_payments,purchase_orders",
|
|
178
|
+
"payments,applied_payments,purchase_orders,accounting_period",
|
|
179
|
+
"payments,applied_payments,purchase_orders,company",
|
|
180
|
+
"payments,applied_payments,purchase_orders,company,accounting_period",
|
|
181
|
+
"payments,applied_payments,purchase_orders,contact",
|
|
182
|
+
"payments,applied_payments,purchase_orders,contact,accounting_period",
|
|
183
|
+
"payments,applied_payments,purchase_orders,contact,company",
|
|
184
|
+
"payments,applied_payments,purchase_orders,contact,company,accounting_period",
|
|
185
|
+
"payments,applied_payments,tracking_categories",
|
|
186
|
+
"payments,applied_payments,tracking_categories,accounting_period",
|
|
187
|
+
"payments,applied_payments,tracking_categories,company",
|
|
188
|
+
"payments,applied_payments,tracking_categories,company,accounting_period",
|
|
189
|
+
"payments,applied_payments,tracking_categories,contact",
|
|
190
|
+
"payments,applied_payments,tracking_categories,contact,accounting_period",
|
|
191
|
+
"payments,applied_payments,tracking_categories,contact,company",
|
|
192
|
+
"payments,applied_payments,tracking_categories,contact,company,accounting_period",
|
|
193
|
+
"payments,applied_payments,tracking_categories,purchase_orders",
|
|
194
|
+
"payments,applied_payments,tracking_categories,purchase_orders,accounting_period",
|
|
195
|
+
"payments,applied_payments,tracking_categories,purchase_orders,company",
|
|
196
|
+
"payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
197
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact",
|
|
198
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
199
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact,company",
|
|
200
|
+
"payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
44
201
|
"payments,company",
|
|
202
|
+
"payments,company,accounting_period",
|
|
45
203
|
"payments,contact",
|
|
204
|
+
"payments,contact,accounting_period",
|
|
46
205
|
"payments,contact,company",
|
|
206
|
+
"payments,contact,company,accounting_period",
|
|
47
207
|
"payments,line_items",
|
|
208
|
+
"payments,line_items,accounting_period",
|
|
48
209
|
"payments,line_items,company",
|
|
210
|
+
"payments,line_items,company,accounting_period",
|
|
49
211
|
"payments,line_items,contact",
|
|
212
|
+
"payments,line_items,contact,accounting_period",
|
|
50
213
|
"payments,line_items,contact,company",
|
|
214
|
+
"payments,line_items,contact,company,accounting_period",
|
|
215
|
+
"payments,line_items,purchase_orders",
|
|
216
|
+
"payments,line_items,purchase_orders,accounting_period",
|
|
217
|
+
"payments,line_items,purchase_orders,company",
|
|
218
|
+
"payments,line_items,purchase_orders,company,accounting_period",
|
|
219
|
+
"payments,line_items,purchase_orders,contact",
|
|
220
|
+
"payments,line_items,purchase_orders,contact,accounting_period",
|
|
221
|
+
"payments,line_items,purchase_orders,contact,company",
|
|
222
|
+
"payments,line_items,purchase_orders,contact,company,accounting_period",
|
|
51
223
|
"payments,line_items,tracking_categories",
|
|
224
|
+
"payments,line_items,tracking_categories,accounting_period",
|
|
52
225
|
"payments,line_items,tracking_categories,company",
|
|
226
|
+
"payments,line_items,tracking_categories,company,accounting_period",
|
|
53
227
|
"payments,line_items,tracking_categories,contact",
|
|
228
|
+
"payments,line_items,tracking_categories,contact,accounting_period",
|
|
54
229
|
"payments,line_items,tracking_categories,contact,company",
|
|
230
|
+
"payments,line_items,tracking_categories,contact,company,accounting_period",
|
|
231
|
+
"payments,line_items,tracking_categories,purchase_orders",
|
|
232
|
+
"payments,line_items,tracking_categories,purchase_orders,accounting_period",
|
|
233
|
+
"payments,line_items,tracking_categories,purchase_orders,company",
|
|
234
|
+
"payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
|
|
235
|
+
"payments,line_items,tracking_categories,purchase_orders,contact",
|
|
236
|
+
"payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
|
|
237
|
+
"payments,line_items,tracking_categories,purchase_orders,contact,company",
|
|
238
|
+
"payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
239
|
+
"payments,purchase_orders",
|
|
240
|
+
"payments,purchase_orders,accounting_period",
|
|
241
|
+
"payments,purchase_orders,company",
|
|
242
|
+
"payments,purchase_orders,company,accounting_period",
|
|
243
|
+
"payments,purchase_orders,contact",
|
|
244
|
+
"payments,purchase_orders,contact,accounting_period",
|
|
245
|
+
"payments,purchase_orders,contact,company",
|
|
246
|
+
"payments,purchase_orders,contact,company,accounting_period",
|
|
55
247
|
"payments,tracking_categories",
|
|
248
|
+
"payments,tracking_categories,accounting_period",
|
|
56
249
|
"payments,tracking_categories,company",
|
|
250
|
+
"payments,tracking_categories,company,accounting_period",
|
|
57
251
|
"payments,tracking_categories,contact",
|
|
252
|
+
"payments,tracking_categories,contact,accounting_period",
|
|
58
253
|
"payments,tracking_categories,contact,company",
|
|
254
|
+
"payments,tracking_categories,contact,company,accounting_period",
|
|
255
|
+
"payments,tracking_categories,purchase_orders",
|
|
256
|
+
"payments,tracking_categories,purchase_orders,accounting_period",
|
|
257
|
+
"payments,tracking_categories,purchase_orders,company",
|
|
258
|
+
"payments,tracking_categories,purchase_orders,company,accounting_period",
|
|
259
|
+
"payments,tracking_categories,purchase_orders,contact",
|
|
260
|
+
"payments,tracking_categories,purchase_orders,contact,accounting_period",
|
|
261
|
+
"payments,tracking_categories,purchase_orders,contact,company",
|
|
262
|
+
"payments,tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
263
|
+
"purchase_orders",
|
|
264
|
+
"purchase_orders,accounting_period",
|
|
265
|
+
"purchase_orders,company",
|
|
266
|
+
"purchase_orders,company,accounting_period",
|
|
267
|
+
"purchase_orders,contact",
|
|
268
|
+
"purchase_orders,contact,accounting_period",
|
|
269
|
+
"purchase_orders,contact,company",
|
|
270
|
+
"purchase_orders,contact,company,accounting_period",
|
|
59
271
|
"tracking_categories",
|
|
272
|
+
"tracking_categories,accounting_period",
|
|
60
273
|
"tracking_categories,company",
|
|
274
|
+
"tracking_categories,company,accounting_period",
|
|
61
275
|
"tracking_categories,contact",
|
|
276
|
+
"tracking_categories,contact,accounting_period",
|
|
62
277
|
"tracking_categories,contact,company",
|
|
278
|
+
"tracking_categories,contact,company,accounting_period",
|
|
279
|
+
"tracking_categories,purchase_orders",
|
|
280
|
+
"tracking_categories,purchase_orders,accounting_period",
|
|
281
|
+
"tracking_categories,purchase_orders,company",
|
|
282
|
+
"tracking_categories,purchase_orders,company,accounting_period",
|
|
283
|
+
"tracking_categories,purchase_orders,contact",
|
|
284
|
+
"tracking_categories,purchase_orders,contact,accounting_period",
|
|
285
|
+
"tracking_categories,purchase_orders,contact,company",
|
|
286
|
+
"tracking_categories,purchase_orders,contact,company,accounting_period",
|
|
63
287
|
]);
|
|
@@ -18,6 +18,7 @@ export declare namespace Item {
|
|
|
18
18
|
company?: serializers.accounting.ItemCompany.Raw | null;
|
|
19
19
|
remote_updated_at?: string | null;
|
|
20
20
|
remote_was_deleted?: boolean | null;
|
|
21
|
+
created_at?: string | null;
|
|
21
22
|
modified_at?: string | null;
|
|
22
23
|
field_mappings?: Record<string, unknown> | null;
|
|
23
24
|
remote_data?: serializers.accounting.RemoteData.Raw[] | null;
|
|
@@ -49,6 +49,7 @@ exports.Item = core.serialization.object({
|
|
|
49
49
|
company: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).accounting.ItemCompany; })).optional(),
|
|
50
50
|
remoteUpdatedAt: core.serialization.property("remote_updated_at", core.serialization.date().optional()),
|
|
51
51
|
remoteWasDeleted: core.serialization.property("remote_was_deleted", core.serialization.boolean().optional()),
|
|
52
|
+
createdAt: core.serialization.property("created_at", core.serialization.date().optional()),
|
|
52
53
|
modifiedAt: core.serialization.property("modified_at", core.serialization.date().optional()),
|
|
53
54
|
fieldMappings: core.serialization.property("field_mappings", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
54
55
|
remoteData: core.serialization.property("remote_data", core.serialization
|
|
@@ -6,5 +6,5 @@ import * as Merge from "../../../../api";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const JournalEntriesListRequestExpand: core.serialization.Schema<serializers.accounting.JournalEntriesListRequestExpand.Raw, Merge.accounting.JournalEntriesListRequestExpand>;
|
|
8
8
|
export declare namespace JournalEntriesListRequestExpand {
|
|
9
|
-
type Raw = "company" | "lines" | "lines,company" | "lines,payments" | "lines,payments,company" | "lines,payments,tracking_categories" | "lines,payments,tracking_categories,company" | "lines,tracking_categories" | "lines,tracking_categories,company" | "payments" | "payments,company" | "payments,tracking_categories" | "payments,tracking_categories,company" | "tracking_categories" | "tracking_categories,company";
|
|
9
|
+
type Raw = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,company,accounting_period" | "applied_payments,tracking_categories" | "applied_payments,tracking_categories,accounting_period" | "applied_payments,tracking_categories,company" | "applied_payments,tracking_categories,company,accounting_period" | "company" | "company,accounting_period" | "lines" | "lines,accounting_period" | "lines,applied_payments" | "lines,applied_payments,accounting_period" | "lines,applied_payments,company" | "lines,applied_payments,company,accounting_period" | "lines,applied_payments,tracking_categories" | "lines,applied_payments,tracking_categories,accounting_period" | "lines,applied_payments,tracking_categories,company" | "lines,applied_payments,tracking_categories,company,accounting_period" | "lines,company" | "lines,company,accounting_period" | "lines,payments" | "lines,payments,accounting_period" | "lines,payments,applied_payments" | "lines,payments,applied_payments,accounting_period" | "lines,payments,applied_payments,company" | "lines,payments,applied_payments,company,accounting_period" | "lines,payments,applied_payments,tracking_categories" | "lines,payments,applied_payments,tracking_categories,accounting_period" | "lines,payments,applied_payments,tracking_categories,company" | "lines,payments,applied_payments,tracking_categories,company,accounting_period" | "lines,payments,company" | "lines,payments,company,accounting_period" | "lines,payments,tracking_categories" | "lines,payments,tracking_categories,accounting_period" | "lines,payments,tracking_categories,company" | "lines,payments,tracking_categories,company,accounting_period" | "lines,tracking_categories" | "lines,tracking_categories,accounting_period" | "lines,tracking_categories,company" | "lines,tracking_categories,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,applied_payments" | "payments,applied_payments,accounting_period" | "payments,applied_payments,company" | "payments,applied_payments,company,accounting_period" | "payments,applied_payments,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period";
|
|
10
10
|
}
|