@mergeapi/merge-node-client 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +8 -5
- package/api/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +8 -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/CreditNoteLineItem.d.ts +1 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +57 -9
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +56 -8
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +57 -9
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +56 -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/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/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 +4 -0
- package/api/resources/accounting/types/InvoiceAccountingPeriod.d.ts +8 -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/InvoicesListRequestExpand.d.ts +97 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +96 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +97 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +96 -0
- package/api/resources/accounting/types/Item.d.ts +2 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +16 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +8 -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/JournalLine.d.ts +3 -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 +4 -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/PaymentRequest.d.ts +2 -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/PaymentsListRequestExpand.d.ts +17 -17
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +16 -16
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +17 -17
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -16
- 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 +1 -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 +28 -9
- package/api/resources/accounting/types/index.js +28 -9
- 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 +8 -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/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 +1 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +57 -9
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +56 -8
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +57 -9
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +56 -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 +4 -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/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 +97 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +96 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +97 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +96 -0
- package/dist/api/resources/accounting/types/Item.d.ts +2 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +8 -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/JournalLine.d.ts +3 -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 +4 -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/PaymentRequest.d.ts +2 -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/PaymentsListRequestExpand.d.ts +17 -17
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +16 -16
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +17 -17
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -16
- 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 +1 -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 +28 -9
- package/dist/api/resources/accounting/types/index.js +28 -9
- 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/{serialization/resources/accounting/types/PaymentLineItemRequest.js → dist/serialization/resources/accounting/types/AddressRequest.js} +11 -9
- 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 +4 -3
- package/dist/serialization/resources/accounting/types/CreditNote.js +4 -5
- package/dist/serialization/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{CreditNoteApplyLineInvoice.js → CreditNoteAccountingPeriod.js} +3 -3
- 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 +1 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +56 -8
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +56 -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 +3 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +9 -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/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 +96 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +96 -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 +16 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +4 -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/JournalLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +2 -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 +2 -1
- package/dist/serialization/resources/accounting/types/Payment.js +3 -2
- 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/PaymentRequest.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +2 -2
- 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/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +16 -16
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -16
- 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 +1 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -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 +28 -9
- package/dist/serialization/resources/accounting/types/index.js +28 -9
- 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/PaymentLineItem.js → dist/serialization/resources/ats/types/ScreeningQuestion.js} +10 -9
- 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/{serialization/resources/accounting/types/CreditNoteApplyLine.js → dist/serialization/resources/hris/types/TimesheetEntryResponse.js} +7 -7
- 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/{dist/serialization/resources/accounting/types/PaymentLineItemRequest.js → serialization/resources/accounting/types/AddressRequest.js} +11 -9
- 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 +4 -3
- package/serialization/resources/accounting/types/CreditNote.js +4 -5
- package/serialization/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/{CreditNoteApplyLineInvoice.js → CreditNoteAccountingPeriod.js} +3 -3
- 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 +1 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +56 -8
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +56 -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 +3 -0
- package/serialization/resources/accounting/types/Invoice.js +9 -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/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 +96 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +96 -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 +16 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalEntry.js +4 -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/JournalLine.d.ts +2 -0
- package/serialization/resources/accounting/types/JournalLine.js +2 -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 +2 -1
- package/serialization/resources/accounting/types/Payment.js +3 -2
- package/serialization/resources/accounting/types/PaymentAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentRequest.js +2 -2
- package/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +16 -16
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -16
- 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 +1 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +1 -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 +28 -9
- package/serialization/resources/accounting/types/index.js +28 -9
- 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/{dist/serialization/resources/accounting/types/PaymentLineItem.js → serialization/resources/ats/types/ScreeningQuestion.js} +10 -9
- 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/PaymentLineItem.d.ts +0 -26
- package/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -5
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -25
- 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/PaymentLineItem.d.ts +0 -26
- package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -5
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -25
- 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/PaymentLineItem.d.ts +0 -18
- package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -18
- 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/PaymentLineItem.d.ts +0 -18
- package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -18
- 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/VendorCreditApplyLine.js +0 -47
- 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/PaymentLineItem.js → resources/auditTrail/client/requests/AuditTrailListRequest.js} +0 -0
- /package/api/resources/accounting/types/{PaymentLineItemRelatedObjectType.js → AccountingPeriod.js} +0 -0
- /package/api/resources/accounting/types/{PaymentLineItemRequest.js → AccountingPeriodStatus.js} +0 -0
- /package/api/resources/accounting/types/{PaymentLineItemRequestRelatedObjectType.js → AddressRequest.js} +0 -0
- /package/api/resources/accounting/types/{VendorCreditApplyLine.js → AddressRequestCountry.js} +0 -0
- /package/api/resources/accounting/types/{VendorCreditApplyLineInvoice.js → AddressRequestType.js} +0 -0
- /package/api/resources/{crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.js → accounting/types/AuditLogEvent.js} +0 -0
- /package/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → accounting/types/AuditLogEventEventType.js} +0 -0
- /package/{dist/api/resources/accounting/types/CreditNoteApplyLine.js → api/resources/accounting/types/AuditLogEventRole.js} +0 -0
- /package/{dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.js → api/resources/accounting/types/ContactAddressesItem.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItem.js → api/resources/accounting/types/ContactRequestAddressesItem.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js → api/resources/accounting/types/CreditNoteAccountingPeriod.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRequest.js → api/resources/accounting/types/CreditNoteCompany.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js → api/resources/accounting/types/CreditNoteContact.js} +0 -0
- /package/{dist/api/resources/accounting/types/VendorCreditApplyLine.js → api/resources/accounting/types/ExpenseAccountingPeriod.js} +0 -0
- /package/{dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.js → api/resources/accounting/types/ExpenseRequestAccountingPeriod.js} +0 -0
- /package/{dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.js → api/resources/accounting/types/InvoiceAccountingPeriod.js} +0 -0
- /package/{dist/api/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → api/resources/accounting/types/InvoicePurchaseOrdersItem.js} +0 -0
|
@@ -5,10 +5,12 @@ import * as environments from "../../../../environments";
|
|
|
5
5
|
import * as core from "../../../../core";
|
|
6
6
|
import { AccountDetails } from "../resources/accountDetails/client/Client";
|
|
7
7
|
import { AccountToken } from "../resources/accountToken/client/Client";
|
|
8
|
+
import { AccountingPeriods } from "../resources/accountingPeriods/client/Client";
|
|
8
9
|
import { Accounts } from "../resources/accounts/client/Client";
|
|
9
10
|
import { Addresses } from "../resources/addresses/client/Client";
|
|
10
11
|
import { AsyncPassthrough } from "../resources/asyncPassthrough/client/Client";
|
|
11
12
|
import { Attachments } from "../resources/attachments/client/Client";
|
|
13
|
+
import { AuditTrail } from "../resources/auditTrail/client/Client";
|
|
12
14
|
import { AvailableActions } from "../resources/availableActions/client/Client";
|
|
13
15
|
import { BalanceSheets } from "../resources/balanceSheets/client/Client";
|
|
14
16
|
import { CashFlowStatements } from "../resources/cashFlowStatements/client/Client";
|
|
@@ -55,6 +57,8 @@ export declare class Accounting {
|
|
|
55
57
|
get accountDetails(): AccountDetails;
|
|
56
58
|
protected _accountToken: AccountToken | undefined;
|
|
57
59
|
get accountToken(): AccountToken;
|
|
60
|
+
protected _accountingPeriods: AccountingPeriods | undefined;
|
|
61
|
+
get accountingPeriods(): AccountingPeriods;
|
|
58
62
|
protected _accounts: Accounts | undefined;
|
|
59
63
|
get accounts(): Accounts;
|
|
60
64
|
protected _addresses: Addresses | undefined;
|
|
@@ -63,6 +67,8 @@ export declare class Accounting {
|
|
|
63
67
|
get asyncPassthrough(): AsyncPassthrough;
|
|
64
68
|
protected _attachments: Attachments | undefined;
|
|
65
69
|
get attachments(): Attachments;
|
|
70
|
+
protected _auditTrail: AuditTrail | undefined;
|
|
71
|
+
get auditTrail(): AuditTrail;
|
|
66
72
|
protected _availableActions: AvailableActions | undefined;
|
|
67
73
|
get availableActions(): AvailableActions;
|
|
68
74
|
protected _balanceSheets: BalanceSheets | undefined;
|
|
@@ -6,39 +6,41 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.Accounting = void 0;
|
|
7
7
|
const Client_1 = require("../resources/accountDetails/client/Client");
|
|
8
8
|
const Client_2 = require("../resources/accountToken/client/Client");
|
|
9
|
-
const Client_3 = require("../resources/
|
|
10
|
-
const Client_4 = require("../resources/
|
|
11
|
-
const Client_5 = require("../resources/
|
|
12
|
-
const Client_6 = require("../resources/
|
|
13
|
-
const Client_7 = require("../resources/
|
|
14
|
-
const Client_8 = require("../resources/
|
|
15
|
-
const Client_9 = require("../resources/
|
|
16
|
-
const Client_10 = require("../resources/
|
|
17
|
-
const Client_11 = require("../resources/
|
|
18
|
-
const Client_12 = require("../resources/
|
|
19
|
-
const Client_13 = require("../resources/
|
|
20
|
-
const Client_14 = require("../resources/
|
|
21
|
-
const Client_15 = require("../resources/
|
|
22
|
-
const Client_16 = require("../resources/
|
|
23
|
-
const Client_17 = require("../resources/
|
|
24
|
-
const Client_18 = require("../resources/
|
|
25
|
-
const Client_19 = require("../resources/
|
|
26
|
-
const Client_20 = require("../resources/
|
|
27
|
-
const Client_21 = require("../resources/
|
|
28
|
-
const Client_22 = require("../resources/
|
|
29
|
-
const Client_23 = require("../resources/
|
|
30
|
-
const Client_24 = require("../resources/
|
|
31
|
-
const Client_25 = require("../resources/
|
|
32
|
-
const Client_26 = require("../resources/
|
|
33
|
-
const Client_27 = require("../resources/
|
|
34
|
-
const Client_28 = require("../resources/
|
|
35
|
-
const Client_29 = require("../resources/
|
|
36
|
-
const Client_30 = require("../resources/
|
|
37
|
-
const Client_31 = require("../resources/
|
|
38
|
-
const Client_32 = require("../resources/
|
|
39
|
-
const Client_33 = require("../resources/
|
|
40
|
-
const Client_34 = require("../resources/
|
|
41
|
-
const Client_35 = require("../resources/
|
|
9
|
+
const Client_3 = require("../resources/accountingPeriods/client/Client");
|
|
10
|
+
const Client_4 = require("../resources/accounts/client/Client");
|
|
11
|
+
const Client_5 = require("../resources/addresses/client/Client");
|
|
12
|
+
const Client_6 = require("../resources/asyncPassthrough/client/Client");
|
|
13
|
+
const Client_7 = require("../resources/attachments/client/Client");
|
|
14
|
+
const Client_8 = require("../resources/auditTrail/client/Client");
|
|
15
|
+
const Client_9 = require("../resources/availableActions/client/Client");
|
|
16
|
+
const Client_10 = require("../resources/balanceSheets/client/Client");
|
|
17
|
+
const Client_11 = require("../resources/cashFlowStatements/client/Client");
|
|
18
|
+
const Client_12 = require("../resources/companyInfo/client/Client");
|
|
19
|
+
const Client_13 = require("../resources/contacts/client/Client");
|
|
20
|
+
const Client_14 = require("../resources/creditNotes/client/Client");
|
|
21
|
+
const Client_15 = require("../resources/deleteAccount/client/Client");
|
|
22
|
+
const Client_16 = require("../resources/expenses/client/Client");
|
|
23
|
+
const Client_17 = require("../resources/generateKey/client/Client");
|
|
24
|
+
const Client_18 = require("../resources/incomeStatements/client/Client");
|
|
25
|
+
const Client_19 = require("../resources/invoices/client/Client");
|
|
26
|
+
const Client_20 = require("../resources/issues/client/Client");
|
|
27
|
+
const Client_21 = require("../resources/items/client/Client");
|
|
28
|
+
const Client_22 = require("../resources/journalEntries/client/Client");
|
|
29
|
+
const Client_23 = require("../resources/linkToken/client/Client");
|
|
30
|
+
const Client_24 = require("../resources/linkedAccounts/client/Client");
|
|
31
|
+
const Client_25 = require("../resources/passthrough/client/Client");
|
|
32
|
+
const Client_26 = require("../resources/payments/client/Client");
|
|
33
|
+
const Client_27 = require("../resources/phoneNumbers/client/Client");
|
|
34
|
+
const Client_28 = require("../resources/purchaseOrders/client/Client");
|
|
35
|
+
const Client_29 = require("../resources/regenerateKey/client/Client");
|
|
36
|
+
const Client_30 = require("../resources/selectiveSync/client/Client");
|
|
37
|
+
const Client_31 = require("../resources/syncStatus/client/Client");
|
|
38
|
+
const Client_32 = require("../resources/forceResync/client/Client");
|
|
39
|
+
const Client_33 = require("../resources/taxRates/client/Client");
|
|
40
|
+
const Client_34 = require("../resources/trackingCategories/client/Client");
|
|
41
|
+
const Client_35 = require("../resources/transactions/client/Client");
|
|
42
|
+
const Client_36 = require("../resources/vendorCredits/client/Client");
|
|
43
|
+
const Client_37 = require("../resources/webhookReceivers/client/Client");
|
|
42
44
|
class Accounting {
|
|
43
45
|
constructor(_options) {
|
|
44
46
|
this._options = _options;
|
|
@@ -51,137 +53,145 @@ class Accounting {
|
|
|
51
53
|
var _a;
|
|
52
54
|
return ((_a = this._accountToken) !== null && _a !== void 0 ? _a : (this._accountToken = new Client_2.AccountToken(this._options)));
|
|
53
55
|
}
|
|
56
|
+
get accountingPeriods() {
|
|
57
|
+
var _a;
|
|
58
|
+
return ((_a = this._accountingPeriods) !== null && _a !== void 0 ? _a : (this._accountingPeriods = new Client_3.AccountingPeriods(this._options)));
|
|
59
|
+
}
|
|
54
60
|
get accounts() {
|
|
55
61
|
var _a;
|
|
56
|
-
return ((_a = this._accounts) !== null && _a !== void 0 ? _a : (this._accounts = new
|
|
62
|
+
return ((_a = this._accounts) !== null && _a !== void 0 ? _a : (this._accounts = new Client_4.Accounts(this._options)));
|
|
57
63
|
}
|
|
58
64
|
get addresses() {
|
|
59
65
|
var _a;
|
|
60
|
-
return ((_a = this._addresses) !== null && _a !== void 0 ? _a : (this._addresses = new
|
|
66
|
+
return ((_a = this._addresses) !== null && _a !== void 0 ? _a : (this._addresses = new Client_5.Addresses(this._options)));
|
|
61
67
|
}
|
|
62
68
|
get asyncPassthrough() {
|
|
63
69
|
var _a;
|
|
64
|
-
return ((_a = this._asyncPassthrough) !== null && _a !== void 0 ? _a : (this._asyncPassthrough = new
|
|
70
|
+
return ((_a = this._asyncPassthrough) !== null && _a !== void 0 ? _a : (this._asyncPassthrough = new Client_6.AsyncPassthrough(this._options)));
|
|
65
71
|
}
|
|
66
72
|
get attachments() {
|
|
67
73
|
var _a;
|
|
68
|
-
return ((_a = this._attachments) !== null && _a !== void 0 ? _a : (this._attachments = new
|
|
74
|
+
return ((_a = this._attachments) !== null && _a !== void 0 ? _a : (this._attachments = new Client_7.Attachments(this._options)));
|
|
75
|
+
}
|
|
76
|
+
get auditTrail() {
|
|
77
|
+
var _a;
|
|
78
|
+
return ((_a = this._auditTrail) !== null && _a !== void 0 ? _a : (this._auditTrail = new Client_8.AuditTrail(this._options)));
|
|
69
79
|
}
|
|
70
80
|
get availableActions() {
|
|
71
81
|
var _a;
|
|
72
|
-
return ((_a = this._availableActions) !== null && _a !== void 0 ? _a : (this._availableActions = new
|
|
82
|
+
return ((_a = this._availableActions) !== null && _a !== void 0 ? _a : (this._availableActions = new Client_9.AvailableActions(this._options)));
|
|
73
83
|
}
|
|
74
84
|
get balanceSheets() {
|
|
75
85
|
var _a;
|
|
76
|
-
return ((_a = this._balanceSheets) !== null && _a !== void 0 ? _a : (this._balanceSheets = new
|
|
86
|
+
return ((_a = this._balanceSheets) !== null && _a !== void 0 ? _a : (this._balanceSheets = new Client_10.BalanceSheets(this._options)));
|
|
77
87
|
}
|
|
78
88
|
get cashFlowStatements() {
|
|
79
89
|
var _a;
|
|
80
|
-
return ((_a = this._cashFlowStatements) !== null && _a !== void 0 ? _a : (this._cashFlowStatements = new
|
|
90
|
+
return ((_a = this._cashFlowStatements) !== null && _a !== void 0 ? _a : (this._cashFlowStatements = new Client_11.CashFlowStatements(this._options)));
|
|
81
91
|
}
|
|
82
92
|
get companyInfo() {
|
|
83
93
|
var _a;
|
|
84
|
-
return ((_a = this._companyInfo) !== null && _a !== void 0 ? _a : (this._companyInfo = new
|
|
94
|
+
return ((_a = this._companyInfo) !== null && _a !== void 0 ? _a : (this._companyInfo = new Client_12.CompanyInfo(this._options)));
|
|
85
95
|
}
|
|
86
96
|
get contacts() {
|
|
87
97
|
var _a;
|
|
88
|
-
return ((_a = this._contacts) !== null && _a !== void 0 ? _a : (this._contacts = new
|
|
98
|
+
return ((_a = this._contacts) !== null && _a !== void 0 ? _a : (this._contacts = new Client_13.Contacts(this._options)));
|
|
89
99
|
}
|
|
90
100
|
get creditNotes() {
|
|
91
101
|
var _a;
|
|
92
|
-
return ((_a = this._creditNotes) !== null && _a !== void 0 ? _a : (this._creditNotes = new
|
|
102
|
+
return ((_a = this._creditNotes) !== null && _a !== void 0 ? _a : (this._creditNotes = new Client_14.CreditNotes(this._options)));
|
|
93
103
|
}
|
|
94
104
|
get deleteAccount() {
|
|
95
105
|
var _a;
|
|
96
|
-
return ((_a = this._deleteAccount) !== null && _a !== void 0 ? _a : (this._deleteAccount = new
|
|
106
|
+
return ((_a = this._deleteAccount) !== null && _a !== void 0 ? _a : (this._deleteAccount = new Client_15.DeleteAccount(this._options)));
|
|
97
107
|
}
|
|
98
108
|
get expenses() {
|
|
99
109
|
var _a;
|
|
100
|
-
return ((_a = this._expenses) !== null && _a !== void 0 ? _a : (this._expenses = new
|
|
110
|
+
return ((_a = this._expenses) !== null && _a !== void 0 ? _a : (this._expenses = new Client_16.Expenses(this._options)));
|
|
101
111
|
}
|
|
102
112
|
get generateKey() {
|
|
103
113
|
var _a;
|
|
104
|
-
return ((_a = this._generateKey) !== null && _a !== void 0 ? _a : (this._generateKey = new
|
|
114
|
+
return ((_a = this._generateKey) !== null && _a !== void 0 ? _a : (this._generateKey = new Client_17.GenerateKey(this._options)));
|
|
105
115
|
}
|
|
106
116
|
get incomeStatements() {
|
|
107
117
|
var _a;
|
|
108
|
-
return ((_a = this._incomeStatements) !== null && _a !== void 0 ? _a : (this._incomeStatements = new
|
|
118
|
+
return ((_a = this._incomeStatements) !== null && _a !== void 0 ? _a : (this._incomeStatements = new Client_18.IncomeStatements(this._options)));
|
|
109
119
|
}
|
|
110
120
|
get invoices() {
|
|
111
121
|
var _a;
|
|
112
|
-
return ((_a = this._invoices) !== null && _a !== void 0 ? _a : (this._invoices = new
|
|
122
|
+
return ((_a = this._invoices) !== null && _a !== void 0 ? _a : (this._invoices = new Client_19.Invoices(this._options)));
|
|
113
123
|
}
|
|
114
124
|
get issues() {
|
|
115
125
|
var _a;
|
|
116
|
-
return ((_a = this._issues) !== null && _a !== void 0 ? _a : (this._issues = new
|
|
126
|
+
return ((_a = this._issues) !== null && _a !== void 0 ? _a : (this._issues = new Client_20.Issues(this._options)));
|
|
117
127
|
}
|
|
118
128
|
get items() {
|
|
119
129
|
var _a;
|
|
120
|
-
return ((_a = this._items) !== null && _a !== void 0 ? _a : (this._items = new
|
|
130
|
+
return ((_a = this._items) !== null && _a !== void 0 ? _a : (this._items = new Client_21.Items(this._options)));
|
|
121
131
|
}
|
|
122
132
|
get journalEntries() {
|
|
123
133
|
var _a;
|
|
124
|
-
return ((_a = this._journalEntries) !== null && _a !== void 0 ? _a : (this._journalEntries = new
|
|
134
|
+
return ((_a = this._journalEntries) !== null && _a !== void 0 ? _a : (this._journalEntries = new Client_22.JournalEntries(this._options)));
|
|
125
135
|
}
|
|
126
136
|
get linkToken() {
|
|
127
137
|
var _a;
|
|
128
|
-
return ((_a = this._linkToken) !== null && _a !== void 0 ? _a : (this._linkToken = new
|
|
138
|
+
return ((_a = this._linkToken) !== null && _a !== void 0 ? _a : (this._linkToken = new Client_23.LinkToken(this._options)));
|
|
129
139
|
}
|
|
130
140
|
get linkedAccounts() {
|
|
131
141
|
var _a;
|
|
132
|
-
return ((_a = this._linkedAccounts) !== null && _a !== void 0 ? _a : (this._linkedAccounts = new
|
|
142
|
+
return ((_a = this._linkedAccounts) !== null && _a !== void 0 ? _a : (this._linkedAccounts = new Client_24.LinkedAccounts(this._options)));
|
|
133
143
|
}
|
|
134
144
|
get passthrough() {
|
|
135
145
|
var _a;
|
|
136
|
-
return ((_a = this._passthrough) !== null && _a !== void 0 ? _a : (this._passthrough = new
|
|
146
|
+
return ((_a = this._passthrough) !== null && _a !== void 0 ? _a : (this._passthrough = new Client_25.Passthrough(this._options)));
|
|
137
147
|
}
|
|
138
148
|
get payments() {
|
|
139
149
|
var _a;
|
|
140
|
-
return ((_a = this._payments) !== null && _a !== void 0 ? _a : (this._payments = new
|
|
150
|
+
return ((_a = this._payments) !== null && _a !== void 0 ? _a : (this._payments = new Client_26.Payments(this._options)));
|
|
141
151
|
}
|
|
142
152
|
get phoneNumbers() {
|
|
143
153
|
var _a;
|
|
144
|
-
return ((_a = this._phoneNumbers) !== null && _a !== void 0 ? _a : (this._phoneNumbers = new
|
|
154
|
+
return ((_a = this._phoneNumbers) !== null && _a !== void 0 ? _a : (this._phoneNumbers = new Client_27.PhoneNumbers(this._options)));
|
|
145
155
|
}
|
|
146
156
|
get purchaseOrders() {
|
|
147
157
|
var _a;
|
|
148
|
-
return ((_a = this._purchaseOrders) !== null && _a !== void 0 ? _a : (this._purchaseOrders = new
|
|
158
|
+
return ((_a = this._purchaseOrders) !== null && _a !== void 0 ? _a : (this._purchaseOrders = new Client_28.PurchaseOrders(this._options)));
|
|
149
159
|
}
|
|
150
160
|
get regenerateKey() {
|
|
151
161
|
var _a;
|
|
152
|
-
return ((_a = this._regenerateKey) !== null && _a !== void 0 ? _a : (this._regenerateKey = new
|
|
162
|
+
return ((_a = this._regenerateKey) !== null && _a !== void 0 ? _a : (this._regenerateKey = new Client_29.RegenerateKey(this._options)));
|
|
153
163
|
}
|
|
154
164
|
get selectiveSync() {
|
|
155
165
|
var _a;
|
|
156
|
-
return ((_a = this._selectiveSync) !== null && _a !== void 0 ? _a : (this._selectiveSync = new
|
|
166
|
+
return ((_a = this._selectiveSync) !== null && _a !== void 0 ? _a : (this._selectiveSync = new Client_30.SelectiveSync(this._options)));
|
|
157
167
|
}
|
|
158
168
|
get syncStatus() {
|
|
159
169
|
var _a;
|
|
160
|
-
return ((_a = this._syncStatus) !== null && _a !== void 0 ? _a : (this._syncStatus = new
|
|
170
|
+
return ((_a = this._syncStatus) !== null && _a !== void 0 ? _a : (this._syncStatus = new Client_31.SyncStatus(this._options)));
|
|
161
171
|
}
|
|
162
172
|
get forceResync() {
|
|
163
173
|
var _a;
|
|
164
|
-
return ((_a = this._forceResync) !== null && _a !== void 0 ? _a : (this._forceResync = new
|
|
174
|
+
return ((_a = this._forceResync) !== null && _a !== void 0 ? _a : (this._forceResync = new Client_32.ForceResync(this._options)));
|
|
165
175
|
}
|
|
166
176
|
get taxRates() {
|
|
167
177
|
var _a;
|
|
168
|
-
return ((_a = this._taxRates) !== null && _a !== void 0 ? _a : (this._taxRates = new
|
|
178
|
+
return ((_a = this._taxRates) !== null && _a !== void 0 ? _a : (this._taxRates = new Client_33.TaxRates(this._options)));
|
|
169
179
|
}
|
|
170
180
|
get trackingCategories() {
|
|
171
181
|
var _a;
|
|
172
|
-
return ((_a = this._trackingCategories) !== null && _a !== void 0 ? _a : (this._trackingCategories = new
|
|
182
|
+
return ((_a = this._trackingCategories) !== null && _a !== void 0 ? _a : (this._trackingCategories = new Client_34.TrackingCategories(this._options)));
|
|
173
183
|
}
|
|
174
184
|
get transactions() {
|
|
175
185
|
var _a;
|
|
176
|
-
return ((_a = this._transactions) !== null && _a !== void 0 ? _a : (this._transactions = new
|
|
186
|
+
return ((_a = this._transactions) !== null && _a !== void 0 ? _a : (this._transactions = new Client_35.Transactions(this._options)));
|
|
177
187
|
}
|
|
178
188
|
get vendorCredits() {
|
|
179
189
|
var _a;
|
|
180
|
-
return ((_a = this._vendorCredits) !== null && _a !== void 0 ? _a : (this._vendorCredits = new
|
|
190
|
+
return ((_a = this._vendorCredits) !== null && _a !== void 0 ? _a : (this._vendorCredits = new Client_36.VendorCredits(this._options)));
|
|
181
191
|
}
|
|
182
192
|
get webhookReceivers() {
|
|
183
193
|
var _a;
|
|
184
|
-
return ((_a = this._webhookReceivers) !== null && _a !== void 0 ? _a : (this._webhookReceivers = new
|
|
194
|
+
return ((_a = this._webhookReceivers) !== null && _a !== void 0 ? _a : (this._webhookReceivers = new Client_37.WebhookReceivers(this._options)));
|
|
185
195
|
}
|
|
186
196
|
}
|
|
187
197
|
exports.Accounting = Accounting;
|
|
@@ -64,7 +64,7 @@ class AccountDetails {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -64,7 +64,7 @@ class AccountToken {
|
|
|
64
64
|
: undefined,
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
67
|
-
"X-Fern-SDK-Version": "0.1.
|
|
67
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as Merge from "../../../../..";
|
|
7
|
+
export declare namespace AccountingPeriods {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
|
+
apiKey: core.Supplier<core.BearerToken>;
|
|
11
|
+
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
}
|
|
13
|
+
interface RequestOptions {
|
|
14
|
+
timeoutInSeconds?: number;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export declare class AccountingPeriods {
|
|
18
|
+
protected readonly _options: AccountingPeriods.Options;
|
|
19
|
+
constructor(_options: AccountingPeriods.Options);
|
|
20
|
+
/**
|
|
21
|
+
* Returns a list of `AccountingPeriod` objects.
|
|
22
|
+
*/
|
|
23
|
+
list(request?: Merge.accounting.AccountingPeriodsListRequest, requestOptions?: AccountingPeriods.RequestOptions): Promise<Merge.accounting.PaginatedAccountingPeriodList>;
|
|
24
|
+
/**
|
|
25
|
+
* Returns an `AccountingPeriod` object with the given `id`.
|
|
26
|
+
*/
|
|
27
|
+
retrieve(id: string, request?: Merge.accounting.AccountingPeriodsRetrieveRequest, requestOptions?: AccountingPeriods.RequestOptions): Promise<Merge.accounting.AccountingPeriod>;
|
|
28
|
+
protected _getAuthorizationHeader(): Promise<string>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
38
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.AccountingPeriods = void 0;
|
|
42
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
43
|
+
const core = __importStar(require("../../../../../../core"));
|
|
44
|
+
const url_search_params_1 = __importDefault(require("@ungap/url-search-params"));
|
|
45
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
46
|
+
const serializers = __importStar(require("../../../../../../serialization"));
|
|
47
|
+
const errors = __importStar(require("../../../../../../errors"));
|
|
48
|
+
class AccountingPeriods {
|
|
49
|
+
constructor(_options) {
|
|
50
|
+
this._options = _options;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Returns a list of `AccountingPeriod` objects.
|
|
54
|
+
*/
|
|
55
|
+
list(request = {}, requestOptions) {
|
|
56
|
+
var _a;
|
|
57
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
58
|
+
const { cursor, includeDeletedData, includeRemoteData, pageSize } = request;
|
|
59
|
+
const _queryParams = new url_search_params_1.default();
|
|
60
|
+
if (cursor != null) {
|
|
61
|
+
_queryParams.append("cursor", cursor);
|
|
62
|
+
}
|
|
63
|
+
if (includeDeletedData != null) {
|
|
64
|
+
_queryParams.append("include_deleted_data", includeDeletedData.toString());
|
|
65
|
+
}
|
|
66
|
+
if (includeRemoteData != null) {
|
|
67
|
+
_queryParams.append("include_remote_data", includeRemoteData.toString());
|
|
68
|
+
}
|
|
69
|
+
if (pageSize != null) {
|
|
70
|
+
_queryParams.append("page_size", pageSize.toString());
|
|
71
|
+
}
|
|
72
|
+
const _response = yield core.fetcher({
|
|
73
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "api/accounting/v1/accounting-periods"),
|
|
74
|
+
method: "GET",
|
|
75
|
+
headers: {
|
|
76
|
+
Authorization: yield this._getAuthorizationHeader(),
|
|
77
|
+
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
78
|
+
? yield core.Supplier.get(this._options.accountToken)
|
|
79
|
+
: undefined,
|
|
80
|
+
"X-Fern-Language": "JavaScript",
|
|
81
|
+
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
82
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
83
|
+
},
|
|
84
|
+
contentType: "application/json",
|
|
85
|
+
queryParameters: _queryParams,
|
|
86
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
87
|
+
});
|
|
88
|
+
if (_response.ok) {
|
|
89
|
+
return yield serializers.accounting.PaginatedAccountingPeriodList.parseOrThrow(_response.body, {
|
|
90
|
+
unrecognizedObjectKeys: "passthrough",
|
|
91
|
+
allowUnrecognizedUnionMembers: true,
|
|
92
|
+
allowUnrecognizedEnumValues: true,
|
|
93
|
+
breadcrumbsPrefix: ["response"],
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
if (_response.error.reason === "status-code") {
|
|
97
|
+
throw new errors.MergeError({
|
|
98
|
+
statusCode: _response.error.statusCode,
|
|
99
|
+
body: _response.error.body,
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
switch (_response.error.reason) {
|
|
103
|
+
case "non-json":
|
|
104
|
+
throw new errors.MergeError({
|
|
105
|
+
statusCode: _response.error.statusCode,
|
|
106
|
+
body: _response.error.rawBody,
|
|
107
|
+
});
|
|
108
|
+
case "timeout":
|
|
109
|
+
throw new errors.MergeTimeoutError();
|
|
110
|
+
case "unknown":
|
|
111
|
+
throw new errors.MergeError({
|
|
112
|
+
message: _response.error.errorMessage,
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Returns an `AccountingPeriod` object with the given `id`.
|
|
119
|
+
*/
|
|
120
|
+
retrieve(id, request = {}, requestOptions) {
|
|
121
|
+
var _a;
|
|
122
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
123
|
+
const { includeRemoteData } = request;
|
|
124
|
+
const _queryParams = new url_search_params_1.default();
|
|
125
|
+
if (includeRemoteData != null) {
|
|
126
|
+
_queryParams.append("include_remote_data", includeRemoteData.toString());
|
|
127
|
+
}
|
|
128
|
+
const _response = yield core.fetcher({
|
|
129
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `api/accounting/v1/accounting-periods/${id}`),
|
|
130
|
+
method: "GET",
|
|
131
|
+
headers: {
|
|
132
|
+
Authorization: yield this._getAuthorizationHeader(),
|
|
133
|
+
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
134
|
+
? yield core.Supplier.get(this._options.accountToken)
|
|
135
|
+
: undefined,
|
|
136
|
+
"X-Fern-Language": "JavaScript",
|
|
137
|
+
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
138
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
139
|
+
},
|
|
140
|
+
contentType: "application/json",
|
|
141
|
+
queryParameters: _queryParams,
|
|
142
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
143
|
+
});
|
|
144
|
+
if (_response.ok) {
|
|
145
|
+
return yield serializers.accounting.AccountingPeriod.parseOrThrow(_response.body, {
|
|
146
|
+
unrecognizedObjectKeys: "passthrough",
|
|
147
|
+
allowUnrecognizedUnionMembers: true,
|
|
148
|
+
allowUnrecognizedEnumValues: true,
|
|
149
|
+
breadcrumbsPrefix: ["response"],
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
if (_response.error.reason === "status-code") {
|
|
153
|
+
throw new errors.MergeError({
|
|
154
|
+
statusCode: _response.error.statusCode,
|
|
155
|
+
body: _response.error.body,
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
switch (_response.error.reason) {
|
|
159
|
+
case "non-json":
|
|
160
|
+
throw new errors.MergeError({
|
|
161
|
+
statusCode: _response.error.statusCode,
|
|
162
|
+
body: _response.error.rawBody,
|
|
163
|
+
});
|
|
164
|
+
case "timeout":
|
|
165
|
+
throw new errors.MergeTimeoutError();
|
|
166
|
+
case "unknown":
|
|
167
|
+
throw new errors.MergeError({
|
|
168
|
+
message: _response.error.errorMessage,
|
|
169
|
+
});
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
_getAuthorizationHeader() {
|
|
174
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
175
|
+
return `Bearer ${yield core.Supplier.get(this._options.apiKey)}`;
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
exports.AccountingPeriods = AccountingPeriods;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface AccountingPeriodsListRequest {
|
|
5
|
+
/**
|
|
6
|
+
* The pagination cursor value.
|
|
7
|
+
*/
|
|
8
|
+
cursor?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Whether to include data that was marked as deleted by third party webhooks.
|
|
11
|
+
*/
|
|
12
|
+
includeDeletedData?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
15
|
+
*/
|
|
16
|
+
includeRemoteData?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Number of results to return per page.
|
|
19
|
+
*/
|
|
20
|
+
pageSize?: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface AccountingPeriodsRetrieveRequest {
|
|
5
|
+
/**
|
|
6
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
7
|
+
*/
|
|
8
|
+
includeRemoteData?: boolean;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -117,7 +117,7 @@ class Accounts {
|
|
|
117
117
|
: undefined,
|
|
118
118
|
"X-Fern-Language": "JavaScript",
|
|
119
119
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
120
|
-
"X-Fern-SDK-Version": "0.1.
|
|
120
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
121
121
|
},
|
|
122
122
|
contentType: "application/json",
|
|
123
123
|
queryParameters: _queryParams,
|
|
@@ -176,7 +176,7 @@ class Accounts {
|
|
|
176
176
|
: undefined,
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
179
|
-
"X-Fern-SDK-Version": "0.1.
|
|
179
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
@@ -244,7 +244,7 @@ class Accounts {
|
|
|
244
244
|
: undefined,
|
|
245
245
|
"X-Fern-Language": "JavaScript",
|
|
246
246
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
247
|
-
"X-Fern-SDK-Version": "0.1.
|
|
247
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
248
248
|
},
|
|
249
249
|
contentType: "application/json",
|
|
250
250
|
queryParameters: _queryParams,
|
|
@@ -295,7 +295,7 @@ class Accounts {
|
|
|
295
295
|
: undefined,
|
|
296
296
|
"X-Fern-Language": "JavaScript",
|
|
297
297
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
298
|
-
"X-Fern-SDK-Version": "0.1.
|
|
298
|
+
"X-Fern-SDK-Version": "0.1.8",
|
|
299
299
|
},
|
|
300
300
|
contentType: "application/json",
|
|
301
301
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|