@mergeapi/merge-node-client 0.1.7 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/accounting/client/Client.d.ts +6 -0
- package/api/resources/accounting/client/Client.js +76 -66
- package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +29 -0
- package/api/resources/accounting/resources/accountingPeriods/client/Client.js +179 -0
- package/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/accountingPeriods/client/index.js +17 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +21 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +9 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/index.d.ts +2 -0
- package/api/resources/accounting/resources/accountingPeriods/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/accountingPeriods/index.d.ts +1 -0
- package/api/resources/accounting/resources/accountingPeriods/index.js +17 -0
- package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/accounting/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/client/index.js +17 -0
- package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/accounting/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/accounting/resources/auditTrail/index.js +17 -0
- package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/api/resources/accounting/resources/index.d.ts +4 -0
- package/api/resources/accounting/resources/index.js +5 -1
- package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/accounting/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/accounting/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/accounting/types/Account.d.ts +10 -2
- package/api/resources/accounting/types/AccountIntegration.d.ts +3 -1
- package/api/resources/accounting/types/AccountRequest.d.ts +8 -1
- package/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
- package/api/resources/accounting/types/AccountingPeriod.d.ts +25 -0
- package/api/resources/accounting/types/AccountingPeriodStatus.d.ts +5 -0
- package/api/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +12 -0
- package/api/resources/accounting/types/AccountingPeriodStatusEnum.js +10 -0
- package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/api/resources/accounting/types/Address.d.ts +1 -0
- package/api/resources/accounting/types/AddressRequest.d.ts +287 -0
- package/api/resources/accounting/types/AddressRequestCountry.d.ts +258 -0
- package/api/resources/accounting/types/AddressRequestType.d.ts +11 -0
- package/api/resources/accounting/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/accounting/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/accounting/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
- package/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
- package/api/resources/accounting/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/accounting/types/CompanyInfo.d.ts +3 -2
- package/api/resources/accounting/types/Contact.d.ts +6 -3
- package/{dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts → api/resources/accounting/types/ContactAddressesItem.d.ts} +1 -1
- package/api/resources/accounting/types/ContactRequest.d.ts +4 -2
- package/{dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts → api/resources/accounting/types/ContactRequestAddressesItem.d.ts} +1 -1
- package/api/resources/accounting/types/CreditNote.d.ts +10 -5
- package/api/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/CreditNoteCompany.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteContact.d.ts +8 -0
- package/api/resources/accounting/types/CreditNoteContact.js +5 -0
- package/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
- package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +121 -9
- package/api/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +121 -9
- package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/accounting/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/accounting/types/EventTypeEnum.js +32 -0
- package/api/resources/accounting/types/Expense.d.ts +7 -2
- package/api/resources/accounting/types/ExpenseAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/ExpenseLine.d.ts +3 -0
- package/api/resources/accounting/types/ExpenseRequest.d.ts +5 -1
- package/api/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseRequestAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/ExpensesListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/api/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
- package/api/resources/accounting/types/Invoice.d.ts +6 -0
- package/api/resources/accounting/types/InvoiceAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/InvoiceAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
- package/api/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +5 -0
- package/api/resources/accounting/types/InvoicePurchaseOrdersItem.js +5 -0
- package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +225 -1
- package/api/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +225 -1
- package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/api/resources/accounting/types/Item.d.ts +2 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +49 -1
- package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +49 -1
- package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/api/resources/accounting/types/JournalEntry.d.ts +10 -1
- package/api/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/JournalEntryAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/api/resources/accounting/types/JournalLine.d.ts +5 -0
- package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedAccountingPeriodList.js +5 -0
- package/api/resources/accounting/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/accounting/types/Payment.d.ts +5 -2
- package/api/resources/accounting/types/PaymentAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentLineItem.d.ts +7 -5
- package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +6 -5
- package/api/resources/accounting/types/PaymentRequest.d.ts +3 -1
- package/api/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/PaymentRequestAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/{PaymentLineItemRelatedObjectType.d.ts → PaymentRequestAppliedToLinesItem.d.ts} +1 -1
- package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/PurchaseOrder.d.ts +7 -2
- package/api/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/PurchaseOrderAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -0
- package/api/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +33 -1
- package/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/api/resources/accounting/types/ReportItem.d.ts +1 -0
- package/api/resources/accounting/types/RoleEnum.d.ts +20 -0
- package/api/resources/accounting/types/RoleEnum.js +14 -0
- package/api/resources/accounting/types/TaxRate.d.ts +2 -1
- package/api/resources/accounting/types/TrackingCategory.d.ts +3 -2
- package/api/resources/accounting/types/Transaction.d.ts +12 -2
- package/api/resources/accounting/types/TransactionAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/TransactionAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/TransactionLineItem.d.ts +3 -0
- package/api/resources/accounting/types/TransactionsListRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/api/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +17 -1
- package/api/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/api/resources/accounting/types/VendorCredit.d.ts +5 -3
- package/api/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/VendorCreditAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/VendorCreditLine.d.ts +3 -0
- package/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -17
- package/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -17
- package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/api/resources/accounting/types/index.d.ts +33 -7
- package/api/resources/accounting/types/index.js +33 -7
- package/api/resources/ats/client/Client.d.ts +3 -0
- package/api/resources/ats/client/Client.js +53 -48
- package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/api/resources/ats/resources/applications/client/requests/UpdateApplicationStageRequest.d.ts +0 -1
- package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/api/resources/ats/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/ats/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/client/index.js +17 -0
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/ats/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/ats/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/ats/resources/auditTrail/index.js +17 -0
- package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/ats/resources/index.d.ts +2 -0
- package/api/resources/ats/resources/index.js +3 -1
- package/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +4 -0
- package/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/api/resources/ats/resources/jobs/client/Client.d.ts +4 -0
- package/api/resources/ats/resources/jobs/client/Client.js +70 -2
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +26 -0
- package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.js +5 -0
- package/api/resources/ats/resources/jobs/client/requests/index.d.ts +1 -0
- package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ats/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/api/resources/ats/resources/users/client/Client.js +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ats/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/ats/types/AccountIntegration.d.ts +3 -1
- package/api/resources/ats/types/Activity.d.ts +2 -1
- package/api/resources/ats/types/Application.d.ts +1 -0
- package/api/resources/ats/types/ApplicationRequest.d.ts +0 -1
- package/api/resources/ats/types/Attachment.d.ts +1 -0
- package/api/resources/ats/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/ats/types/AuditLogEvent.js +5 -0
- package/api/resources/ats/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/ats/types/AuditLogEventEventType.js +5 -0
- package/api/resources/ats/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/ats/types/AuditLogEventRole.js +5 -0
- package/api/resources/ats/types/Candidate.d.ts +1 -0
- package/api/resources/ats/types/CandidateRequest.d.ts +0 -1
- package/api/resources/ats/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/ats/types/Department.d.ts +2 -1
- package/api/resources/ats/types/Eeoc.d.ts +2 -1
- package/api/resources/ats/types/EmailAddress.d.ts +1 -0
- package/api/resources/ats/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/ats/types/EventTypeEnum.js +32 -0
- package/api/resources/ats/types/Job.d.ts +2 -1
- package/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
- package/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +9 -0
- package/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +11 -0
- package/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/ats/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/ats/types/Offer.d.ts +2 -1
- package/api/resources/ats/types/Office.d.ts +2 -1
- package/api/resources/ats/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/ats/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/ats/types/PaginatedScreeningQuestionList.d.ts +9 -0
- package/api/resources/ats/types/PaginatedScreeningQuestionList.js +5 -0
- package/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -1
- package/api/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/api/resources/ats/types/RejectReason.d.ts +2 -1
- package/api/resources/ats/types/RemoteUser.d.ts +2 -1
- package/api/resources/ats/types/RoleEnum.d.ts +20 -0
- package/api/resources/ats/types/RoleEnum.js +14 -0
- package/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
- package/api/resources/ats/types/Scorecard.d.ts +2 -1
- package/api/resources/ats/types/ScreeningQuestion.d.ts +42 -0
- package/api/resources/ats/types/ScreeningQuestion.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionJob.d.ts +8 -0
- package/api/resources/ats/types/ScreeningQuestionJob.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionOption.d.ts +21 -0
- package/api/resources/ats/types/ScreeningQuestionOption.js +5 -0
- package/api/resources/ats/types/ScreeningQuestionType.d.ts +17 -0
- package/api/resources/ats/types/ScreeningQuestionType.js +5 -0
- package/api/resources/ats/types/Tag.d.ts +2 -1
- package/api/resources/ats/types/TypeEnum.d.ts +24 -0
- package/api/resources/ats/types/TypeEnum.js +16 -0
- package/api/resources/ats/types/Url.d.ts +1 -0
- package/api/resources/ats/types/index.d.ts +13 -0
- package/api/resources/ats/types/index.js +13 -0
- package/api/resources/crm/client/Client.d.ts +3 -0
- package/api/resources/crm/client/Client.js +55 -50
- package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/crm/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/crm/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/client/index.js +17 -0
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/crm/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/crm/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/crm/resources/auditTrail/index.js +17 -0
- package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +0 -4
- package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -61
- package/api/resources/crm/resources/customObjectClasses/client/requests/index.d.ts +0 -1
- package/api/resources/crm/resources/customObjects/client/Client.d.ts +0 -4
- package/api/resources/crm/resources/customObjects/client/Client.js +5 -67
- package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/crm/resources/index.d.ts +2 -0
- package/api/resources/crm/resources/index.js +3 -1
- package/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/crm/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/api/resources/crm/resources/users/client/Client.js +4 -4
- package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/crm/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/crm/types/Account.d.ts +1 -0
- package/api/resources/crm/types/AccountIntegration.d.ts +3 -1
- package/api/resources/crm/types/AccountRequest.d.ts +0 -2
- package/api/resources/crm/types/Address.d.ts +1 -0
- package/api/resources/crm/types/Association.d.ts +1 -0
- package/api/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/api/resources/crm/types/AssociationType.d.ts +1 -0
- package/api/resources/crm/types/AssociationTypeRequestRequest.d.ts +0 -2
- package/api/resources/crm/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/crm/types/AuditLogEvent.js +5 -0
- package/api/resources/crm/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/crm/types/AuditLogEventEventType.js +5 -0
- package/api/resources/crm/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/crm/types/AuditLogEventRole.js +5 -0
- package/api/resources/crm/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/crm/types/Contact.d.ts +1 -0
- package/api/resources/crm/types/CustomObject.d.ts +1 -0
- package/api/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/crm/types/EmailAddress.d.ts +1 -0
- package/api/resources/crm/types/Engagement.d.ts +2 -1
- package/api/resources/crm/types/EngagementType.d.ts +1 -0
- package/api/resources/crm/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/crm/types/EventTypeEnum.js +32 -0
- package/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +0 -1
- package/api/resources/crm/types/Lead.d.ts +1 -0
- package/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/crm/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/crm/types/Note.d.ts +1 -0
- package/api/resources/crm/types/ObjectClassDescriptionRequest.d.ts +0 -1
- package/api/resources/crm/types/Opportunity.d.ts +1 -0
- package/api/resources/crm/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/crm/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/api/resources/crm/types/RoleEnum.d.ts +20 -0
- package/api/resources/crm/types/RoleEnum.js +14 -0
- package/api/resources/crm/types/Stage.d.ts +2 -1
- package/api/resources/crm/types/Task.d.ts +2 -1
- package/api/resources/crm/types/User.d.ts +2 -1
- package/api/resources/crm/types/index.d.ts +6 -0
- package/api/resources/crm/types/index.js +6 -0
- package/api/resources/filestorage/client/Client.d.ts +3 -0
- package/api/resources/filestorage/client/Client.js +39 -34
- package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/filestorage/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/client/index.js +17 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/filestorage/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/filestorage/resources/auditTrail/index.js +17 -0
- package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/api/resources/filestorage/resources/index.d.ts +2 -0
- package/api/resources/filestorage/resources/index.js +3 -1
- package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/filestorage/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/filestorage/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/filestorage/types/AccountIntegration.d.ts +3 -1
- package/api/resources/filestorage/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/filestorage/types/AuditLogEvent.js +5 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/filestorage/types/AuditLogEventEventType.js +5 -0
- package/api/resources/filestorage/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/filestorage/types/AuditLogEventRole.js +5 -0
- package/api/resources/filestorage/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/api/resources/filestorage/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/filestorage/types/EventTypeEnum.js +32 -0
- package/api/resources/filestorage/types/FileDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FileDrive.js +5 -0
- package/api/resources/filestorage/types/FileFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FileFolder.js +5 -0
- package/api/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/api/resources/filestorage/types/FileRequestDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FileRequestDrive.js +5 -0
- package/api/resources/filestorage/types/FileRequestFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FileRequestFolder.js +5 -0
- package/api/resources/filestorage/types/File_.d.ts +4 -3
- package/api/resources/filestorage/types/Folder.d.ts +4 -3
- package/api/resources/filestorage/types/FolderDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FolderDrive.js +5 -0
- package/api/resources/filestorage/types/FolderParentFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FolderParentFolder.js +5 -0
- package/api/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/api/resources/filestorage/types/FolderRequestDrive.d.ts +8 -0
- package/api/resources/filestorage/types/FolderRequestDrive.js +5 -0
- package/api/resources/filestorage/types/FolderRequestParentFolder.d.ts +8 -0
- package/api/resources/filestorage/types/FolderRequestParentFolder.js +5 -0
- package/api/resources/filestorage/types/Group.d.ts +2 -1
- package/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/filestorage/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/filestorage/types/Permission.d.ts +5 -4
- package/api/resources/filestorage/types/PermissionGroup.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionGroup.js +5 -0
- package/api/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/api/resources/filestorage/types/PermissionRequestGroup.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionRequestGroup.js +5 -0
- package/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +12 -0
- package/api/resources/filestorage/types/PermissionRequestRolesItem.js +5 -0
- package/api/resources/filestorage/types/PermissionRequestType.d.ts +13 -0
- package/api/resources/filestorage/types/PermissionRequestType.js +5 -0
- package/api/resources/filestorage/types/PermissionRequestUser.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionRequestUser.js +5 -0
- package/api/resources/filestorage/types/PermissionRolesItem.d.ts +12 -0
- package/api/resources/filestorage/types/PermissionRolesItem.js +5 -0
- package/api/resources/filestorage/types/PermissionType.d.ts +13 -0
- package/api/resources/filestorage/types/PermissionType.js +5 -0
- package/api/resources/filestorage/types/PermissionUser.d.ts +8 -0
- package/api/resources/filestorage/types/PermissionUser.js +5 -0
- package/api/resources/filestorage/types/RoleEnum.d.ts +20 -0
- package/api/resources/filestorage/types/RoleEnum.js +14 -0
- package/api/resources/filestorage/types/User.d.ts +2 -1
- package/api/resources/filestorage/types/index.d.ts +22 -0
- package/api/resources/filestorage/types/index.js +22 -0
- package/api/resources/hris/client/Client.d.ts +6 -0
- package/api/resources/hris/client/Client.js +64 -54
- package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/hris/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/hris/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/client/index.js +17 -0
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/hris/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/hris/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/hris/resources/auditTrail/index.js +17 -0
- package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/api/resources/hris/resources/index.d.ts +4 -0
- package/api/resources/hris/resources/index.js +5 -1
- package/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +8 -0
- package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/hris/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +37 -0
- package/api/resources/hris/resources/timesheetEntries/client/Client.js +335 -0
- package/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +66 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.js +5 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +9 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.js +5 -0
- package/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts → hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts} +2 -2
- package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js +5 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +3 -0
- package/api/resources/hris/resources/timesheetEntries/client/requests/index.js +2 -0
- package/api/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/api/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/hris/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/hris/types/AccountIntegration.d.ts +3 -1
- package/api/resources/hris/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/hris/types/AuditLogEvent.js +5 -0
- package/api/resources/hris/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/hris/types/AuditLogEventEventType.js +5 -0
- package/api/resources/hris/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/hris/types/AuditLogEventRole.js +5 -0
- package/api/resources/hris/types/BankInfo.d.ts +2 -1
- package/api/resources/hris/types/Benefit.d.ts +2 -1
- package/api/resources/hris/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/hris/types/Company.d.ts +2 -1
- package/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/hris/types/Deduction.d.ts +2 -1
- package/api/resources/hris/types/Dependent.d.ts +2 -1
- package/api/resources/hris/types/Earning.d.ts +2 -1
- package/api/resources/hris/types/Employee.d.ts +1 -0
- package/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
- package/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/api/resources/hris/types/Employment.d.ts +2 -1
- package/api/resources/hris/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/hris/types/EventTypeEnum.js +32 -0
- package/api/resources/hris/types/Group.d.ts +2 -1
- package/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/hris/types/Location.d.ts +2 -1
- package/api/resources/hris/types/LocationsListRequestLocationType.d.ts +8 -0
- package/api/resources/hris/types/LocationsListRequestLocationType.js +10 -0
- package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/hris/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/hris/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/hris/types/PaginatedTimesheetEntryList.d.ts +9 -0
- package/api/resources/hris/types/PaginatedTimesheetEntryList.js +5 -0
- package/api/resources/hris/types/PayGroup.d.ts +2 -1
- package/api/resources/hris/types/PayrollRun.d.ts +2 -1
- package/api/resources/hris/types/RoleEnum.d.ts +20 -0
- package/api/resources/hris/types/RoleEnum.js +14 -0
- package/api/resources/hris/types/Tax.d.ts +2 -1
- package/api/resources/hris/types/Team.d.ts +2 -1
- package/api/resources/hris/types/TimeOff.d.ts +1 -0
- package/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
- package/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +8 -0
- package/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +10 -0
- package/api/resources/hris/types/TimesheetEntry.d.ts +28 -0
- package/api/resources/hris/types/TimesheetEntry.js +5 -0
- package/api/resources/hris/types/TimesheetEntryRequest.d.ts +24 -0
- package/api/resources/hris/types/TimesheetEntryRequest.js +5 -0
- package/api/resources/hris/types/TimesheetEntryResponse.d.ts +10 -0
- package/api/resources/hris/types/TimesheetEntryResponse.js +5 -0
- package/api/resources/hris/types/index.d.ts +12 -0
- package/api/resources/hris/types/index.js +12 -0
- package/api/resources/ticketing/client/Client.d.ts +3 -0
- package/api/resources/ticketing/client/Client.js +45 -40
- package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +25 -0
- package/api/resources/ticketing/resources/auditTrail/client/Client.js +129 -0
- package/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/client/index.js +17 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/client/requests/index.js +2 -0
- package/api/resources/ticketing/resources/auditTrail/index.d.ts +1 -0
- package/api/resources/ticketing/resources/auditTrail/index.js +17 -0
- package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/api/resources/ticketing/resources/index.d.ts +2 -0
- package/api/resources/ticketing/resources/index.js +3 -1
- package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/api/resources/ticketing/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/api/resources/ticketing/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/api/resources/ticketing/types/Account.d.ts +2 -1
- package/api/resources/ticketing/types/AccountIntegration.d.ts +3 -1
- package/api/resources/ticketing/types/Attachment.d.ts +1 -0
- package/api/resources/ticketing/types/AuditLogEvent.d.ts +54 -0
- package/api/resources/ticketing/types/AuditLogEvent.js +5 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +33 -0
- package/api/resources/ticketing/types/AuditLogEventEventType.js +5 -0
- package/api/resources/ticketing/types/AuditLogEventRole.d.ts +15 -0
- package/api/resources/ticketing/types/AuditLogEventRole.js +5 -0
- package/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/api/resources/ticketing/types/Comment.d.ts +1 -0
- package/api/resources/ticketing/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/api/resources/ticketing/types/Contact.d.ts +2 -1
- package/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
- package/api/resources/ticketing/types/EventTypeEnum.d.ts +56 -0
- package/api/resources/ticketing/types/EventTypeEnum.js +32 -0
- package/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +2 -2
- package/api/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/api/resources/ticketing/types/PaginatedAuditLogEventList.js +5 -0
- package/api/resources/ticketing/types/Project.d.ts +2 -1
- package/api/resources/ticketing/types/RoleEnum.d.ts +20 -0
- package/api/resources/ticketing/types/RoleEnum.js +14 -0
- package/api/resources/ticketing/types/Tag.d.ts +2 -1
- package/api/resources/ticketing/types/Team.d.ts +2 -1
- package/api/resources/ticketing/types/Ticket.d.ts +1 -0
- package/api/resources/ticketing/types/User.d.ts +2 -1
- package/api/resources/ticketing/types/index.d.ts +6 -0
- package/api/resources/ticketing/types/index.js +6 -0
- package/dist/api/resources/accounting/client/Client.d.ts +6 -0
- package/dist/api/resources/accounting/client/Client.js +76 -66
- package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +29 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +179 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +21 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.d.ts +9 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/accountingPeriods/index.js +17 -0
- package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/contacts/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/index.d.ts +4 -0
- package/dist/api/resources/accounting/resources/index.js +5 -1
- package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
- package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/accounting/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/accounting/types/Account.d.ts +10 -2
- package/dist/api/resources/accounting/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/accounting/types/AccountRequest.d.ts +8 -1
- package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
- package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +25 -0
- package/dist/api/resources/accounting/types/AccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatus.d.ts +5 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatus.js +5 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +12 -0
- package/dist/api/resources/accounting/types/AccountingPeriodStatusEnum.js +10 -0
- package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/dist/api/resources/accounting/types/Address.d.ts +1 -0
- package/dist/api/resources/accounting/types/AddressRequest.d.ts +287 -0
- package/dist/api/resources/accounting/types/AddressRequest.js +5 -0
- package/dist/api/resources/accounting/types/AddressRequestCountry.d.ts +258 -0
- package/dist/api/resources/accounting/types/AddressRequestCountry.js +5 -0
- package/dist/api/resources/accounting/types/AddressRequestType.d.ts +11 -0
- package/dist/api/resources/accounting/types/AddressRequestType.js +5 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/accounting/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/accounting/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/accounting/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/accounting/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
- package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
- package/dist/api/resources/accounting/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/accounting/types/CompanyInfo.d.ts +3 -2
- package/dist/api/resources/accounting/types/Contact.d.ts +6 -3
- package/{api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts → dist/api/resources/accounting/types/ContactAddressesItem.d.ts} +1 -1
- package/dist/api/resources/accounting/types/ContactAddressesItem.js +5 -0
- package/dist/api/resources/accounting/types/ContactRequest.d.ts +4 -2
- package/{api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts → dist/api/resources/accounting/types/ContactRequestAddressesItem.d.ts} +1 -1
- package/dist/api/resources/accounting/types/ContactRequestAddressesItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNote.d.ts +10 -5
- package/dist/api/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteCompany.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteContact.d.ts +8 -0
- package/dist/api/resources/accounting/types/CreditNoteContact.js +5 -0
- package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +121 -9
- package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +121 -9
- package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/accounting/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/accounting/types/Expense.d.ts +7 -2
- package/dist/api/resources/accounting/types/ExpenseAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseLine.d.ts +3 -0
- package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +5 -1
- package/dist/api/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseRequestAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/ExpensesListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
- package/dist/api/resources/accounting/types/Invoice.d.ts +6 -0
- package/dist/api/resources/accounting/types/InvoiceAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/InvoiceAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/InvoicePurchaseOrdersItem.js +5 -0
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +225 -1
- package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +225 -1
- package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/dist/api/resources/accounting/types/Item.d.ts +2 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +49 -1
- package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +49 -1
- package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/dist/api/resources/accounting/types/JournalEntry.d.ts +10 -1
- package/dist/api/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/JournalEntryAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
- package/dist/api/resources/accounting/types/JournalLine.d.ts +5 -0
- package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
- package/dist/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedAccountingPeriodList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/accounting/types/Payment.d.ts +5 -2
- package/dist/api/resources/accounting/types/PaymentAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +7 -5
- package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +6 -5
- package/dist/api/resources/accounting/types/PaymentRequest.d.ts +3 -1
- package/dist/api/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PaymentRequestAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
- package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +7 -2
- package/dist/api/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/PurchaseOrderAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +33 -1
- package/dist/api/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/dist/api/resources/accounting/types/ReportItem.d.ts +1 -0
- package/dist/api/resources/accounting/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/accounting/types/RoleEnum.js +14 -0
- package/dist/api/resources/accounting/types/TaxRate.d.ts +2 -1
- package/dist/api/resources/accounting/types/TrackingCategory.d.ts +3 -2
- package/dist/api/resources/accounting/types/Transaction.d.ts +12 -2
- package/dist/api/resources/accounting/types/TransactionAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/TransactionAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +3 -0
- package/dist/api/resources/accounting/types/TransactionsListRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +17 -1
- package/dist/api/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/dist/api/resources/accounting/types/VendorCredit.d.ts +5 -3
- package/dist/api/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/VendorCreditAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +3 -0
- package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -17
- package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -17
- package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/dist/api/resources/accounting/types/index.d.ts +33 -7
- package/dist/api/resources/accounting/types/index.js +33 -7
- package/dist/api/resources/ats/client/Client.d.ts +3 -0
- package/dist/api/resources/ats/client/Client.js +53 -48
- package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
- package/dist/api/resources/ats/resources/applications/client/requests/UpdateApplicationStageRequest.d.ts +0 -1
- package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
- package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/ats/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/ats/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
- package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/ats/resources/index.d.ts +2 -0
- package/dist/api/resources/ats/resources/index.js +3 -1
- package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -5
- package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +4 -0
- package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +4 -0
- package/dist/api/resources/ats/resources/jobs/client/Client.js +70 -2
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +26 -0
- package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.js +5 -0
- package/dist/api/resources/ats/resources/jobs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ats/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/ats/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/ats/types/Activity.d.ts +2 -1
- package/dist/api/resources/ats/types/Application.d.ts +1 -0
- package/dist/api/resources/ats/types/ApplicationRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/Attachment.d.ts +1 -0
- package/dist/api/resources/ats/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/ats/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/ats/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/ats/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/ats/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/ats/types/Candidate.d.ts +1 -0
- package/dist/api/resources/ats/types/CandidateRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/ats/types/Department.d.ts +2 -1
- package/dist/api/resources/ats/types/Eeoc.d.ts +2 -1
- package/dist/api/resources/ats/types/EmailAddress.d.ts +1 -0
- package/dist/api/resources/ats/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/ats/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/ats/types/Job.d.ts +2 -1
- package/dist/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
- package/dist/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +9 -0
- package/dist/api/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +11 -0
- package/dist/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/ats/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/ats/types/Offer.d.ts +2 -1
- package/dist/api/resources/ats/types/Office.d.ts +2 -1
- package/dist/api/resources/ats/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/ats/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/ats/types/PaginatedScreeningQuestionList.d.ts +9 -0
- package/dist/api/resources/ats/types/PaginatedScreeningQuestionList.js +5 -0
- package/dist/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -1
- package/dist/api/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/dist/api/resources/ats/types/RejectReason.d.ts +2 -1
- package/dist/api/resources/ats/types/RemoteUser.d.ts +2 -1
- package/dist/api/resources/ats/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/ats/types/RoleEnum.js +14 -0
- package/dist/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
- package/dist/api/resources/ats/types/Scorecard.d.ts +2 -1
- package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +42 -0
- package/dist/api/resources/ats/types/ScreeningQuestion.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionJob.d.ts +8 -0
- package/dist/api/resources/ats/types/ScreeningQuestionJob.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +21 -0
- package/dist/api/resources/ats/types/ScreeningQuestionOption.js +5 -0
- package/dist/api/resources/ats/types/ScreeningQuestionType.d.ts +17 -0
- package/dist/api/resources/ats/types/ScreeningQuestionType.js +5 -0
- package/dist/api/resources/ats/types/Tag.d.ts +2 -1
- package/dist/api/resources/ats/types/TypeEnum.d.ts +24 -0
- package/dist/api/resources/ats/types/TypeEnum.js +16 -0
- package/dist/api/resources/ats/types/Url.d.ts +1 -0
- package/dist/api/resources/ats/types/index.d.ts +13 -0
- package/dist/api/resources/ats/types/index.js +13 -0
- package/dist/api/resources/crm/client/Client.d.ts +3 -0
- package/dist/api/resources/crm/client/Client.js +55 -50
- package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/crm/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/crm/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/crm/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +0 -4
- package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -61
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/index.d.ts +0 -1
- package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +0 -4
- package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -67
- package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/crm/resources/index.d.ts +2 -0
- package/dist/api/resources/crm/resources/index.js +3 -1
- package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
- package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
- package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
- package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
- package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/crm/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/crm/types/Account.d.ts +1 -0
- package/dist/api/resources/crm/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/crm/types/AccountRequest.d.ts +0 -2
- package/dist/api/resources/crm/types/Address.d.ts +1 -0
- package/dist/api/resources/crm/types/Association.d.ts +1 -0
- package/dist/api/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/dist/api/resources/crm/types/AssociationType.d.ts +1 -0
- package/dist/api/resources/crm/types/AssociationTypeRequestRequest.d.ts +0 -2
- package/dist/api/resources/crm/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/crm/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/crm/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/crm/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/crm/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/crm/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/crm/types/Contact.d.ts +1 -0
- package/dist/api/resources/crm/types/CustomObject.d.ts +1 -0
- package/dist/api/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/dist/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/crm/types/EmailAddress.d.ts +1 -0
- package/dist/api/resources/crm/types/Engagement.d.ts +2 -1
- package/dist/api/resources/crm/types/EngagementType.d.ts +1 -0
- package/dist/api/resources/crm/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/crm/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +0 -1
- package/dist/api/resources/crm/types/Lead.d.ts +1 -0
- package/dist/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/crm/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/crm/types/Note.d.ts +1 -0
- package/dist/api/resources/crm/types/ObjectClassDescriptionRequest.d.ts +0 -1
- package/dist/api/resources/crm/types/Opportunity.d.ts +1 -0
- package/dist/api/resources/crm/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/crm/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/dist/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/dist/api/resources/crm/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/crm/types/RoleEnum.js +14 -0
- package/dist/api/resources/crm/types/Stage.d.ts +2 -1
- package/dist/api/resources/crm/types/Task.d.ts +2 -1
- package/dist/api/resources/crm/types/User.d.ts +2 -1
- package/dist/api/resources/crm/types/index.d.ts +6 -0
- package/dist/api/resources/crm/types/index.js +6 -0
- package/dist/api/resources/filestorage/client/Client.d.ts +3 -0
- package/dist/api/resources/filestorage/client/Client.js +39 -34
- package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/filestorage/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/filestorage/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
- package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
- package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/index.d.ts +2 -0
- package/dist/api/resources/filestorage/resources/index.js +3 -1
- package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/filestorage/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/filestorage/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/filestorage/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/filestorage/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/filestorage/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/filestorage/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
- package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/filestorage/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/filestorage/types/FileDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FileFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileFolder.js +5 -0
- package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FileRequestDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileRequestDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FileRequestFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FileRequestFolder.js +5 -0
- package/dist/api/resources/filestorage/types/File_.d.ts +4 -3
- package/dist/api/resources/filestorage/types/Folder.d.ts +4 -3
- package/dist/api/resources/filestorage/types/FolderDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FolderParentFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderParentFolder.js +5 -0
- package/dist/api/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/FolderRequestDrive.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderRequestDrive.js +5 -0
- package/dist/api/resources/filestorage/types/FolderRequestParentFolder.d.ts +8 -0
- package/dist/api/resources/filestorage/types/FolderRequestParentFolder.js +5 -0
- package/dist/api/resources/filestorage/types/Group.d.ts +2 -1
- package/dist/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/filestorage/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/filestorage/types/Permission.d.ts +5 -4
- package/dist/api/resources/filestorage/types/PermissionGroup.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionGroup.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/dist/api/resources/filestorage/types/PermissionRequestGroup.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionRequestGroup.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +12 -0
- package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequestType.d.ts +13 -0
- package/dist/api/resources/filestorage/types/PermissionRequestType.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRequestUser.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionRequestUser.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionRolesItem.d.ts +12 -0
- package/dist/api/resources/filestorage/types/PermissionRolesItem.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionType.d.ts +13 -0
- package/dist/api/resources/filestorage/types/PermissionType.js +5 -0
- package/dist/api/resources/filestorage/types/PermissionUser.d.ts +8 -0
- package/dist/api/resources/filestorage/types/PermissionUser.js +5 -0
- package/dist/api/resources/filestorage/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/filestorage/types/RoleEnum.js +14 -0
- package/dist/api/resources/filestorage/types/User.d.ts +2 -1
- package/dist/api/resources/filestorage/types/index.d.ts +22 -0
- package/dist/api/resources/filestorage/types/index.js +22 -0
- package/dist/api/resources/hris/client/Client.d.ts +6 -0
- package/dist/api/resources/hris/client/Client.js +64 -54
- package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/hris/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/hris/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
- package/dist/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -1
- package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/index.d.ts +4 -0
- package/dist/api/resources/hris/resources/index.js +5 -1
- package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/locations/client/Client.js +6 -3
- package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +8 -0
- package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
- package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +37 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +335 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +66 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.js +5 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +9 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.js +5 -0
- package/dist/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts → hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts} +2 -2
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js +5 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +3 -0
- package/dist/api/resources/hris/resources/timesheetEntries/client/requests/index.js +2 -0
- package/dist/api/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/dist/api/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/hris/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/hris/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/hris/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/hris/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/hris/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/hris/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/hris/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/hris/types/BankInfo.d.ts +2 -1
- package/dist/api/resources/hris/types/Benefit.d.ts +2 -1
- package/dist/api/resources/hris/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/hris/types/Company.d.ts +2 -1
- package/dist/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/hris/types/Deduction.d.ts +2 -1
- package/dist/api/resources/hris/types/Dependent.d.ts +2 -1
- package/dist/api/resources/hris/types/Earning.d.ts +2 -1
- package/dist/api/resources/hris/types/Employee.d.ts +1 -0
- package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
- package/dist/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
- package/dist/api/resources/hris/types/Employment.d.ts +2 -1
- package/dist/api/resources/hris/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/hris/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/hris/types/Group.d.ts +2 -1
- package/dist/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/hris/types/Location.d.ts +2 -1
- package/dist/api/resources/hris/types/LocationsListRequestLocationType.d.ts +8 -0
- package/dist/api/resources/hris/types/LocationsListRequestLocationType.js +10 -0
- package/dist/api/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/hris/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/hris/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/hris/types/PaginatedTimesheetEntryList.d.ts +9 -0
- package/dist/api/resources/hris/types/PaginatedTimesheetEntryList.js +5 -0
- package/dist/api/resources/hris/types/PayGroup.d.ts +2 -1
- package/dist/api/resources/hris/types/PayrollRun.d.ts +2 -1
- package/dist/api/resources/hris/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/hris/types/RoleEnum.js +14 -0
- package/dist/api/resources/hris/types/Tax.d.ts +2 -1
- package/dist/api/resources/hris/types/Team.d.ts +2 -1
- package/dist/api/resources/hris/types/TimeOff.d.ts +1 -0
- package/dist/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
- package/dist/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +8 -0
- package/dist/api/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +10 -0
- package/dist/api/resources/hris/types/TimesheetEntry.d.ts +28 -0
- package/dist/api/resources/hris/types/TimesheetEntry.js +5 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +24 -0
- package/dist/api/resources/hris/types/TimesheetEntryRequest.js +5 -0
- package/dist/api/resources/hris/types/TimesheetEntryResponse.d.ts +10 -0
- package/dist/api/resources/hris/types/TimesheetEntryResponse.js +5 -0
- package/dist/api/resources/hris/types/index.d.ts +12 -0
- package/dist/api/resources/hris/types/index.js +12 -0
- package/dist/api/resources/ticketing/client/Client.d.ts +3 -0
- package/dist/api/resources/ticketing/client/Client.js +45 -40
- package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +25 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +129 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/index.js +17 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +29 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.js +5 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/client/requests/index.js +2 -0
- package/dist/api/resources/ticketing/resources/auditTrail/index.d.ts +1 -0
- package/dist/api/resources/ticketing/resources/auditTrail/index.js +17 -0
- package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
- package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/generateKey/client/requests/GenerateRemoteKeyRequest.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/index.d.ts +2 -0
- package/dist/api/resources/ticketing/resources/index.js +3 -1
- package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -4
- package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/regenerateKey/client/requests/RemoteKeyForRegenerationRequest.d.ts +0 -1
- package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
- package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
- package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
- package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
- package/dist/api/resources/ticketing/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts +0 -2
- package/dist/api/resources/ticketing/types/Account.d.ts +2 -1
- package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +3 -1
- package/dist/api/resources/ticketing/types/Attachment.d.ts +1 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +54 -0
- package/dist/api/resources/ticketing/types/AuditLogEvent.js +5 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +33 -0
- package/dist/api/resources/ticketing/types/AuditLogEventEventType.js +5 -0
- package/dist/api/resources/ticketing/types/AuditLogEventRole.d.ts +15 -0
- package/dist/api/resources/ticketing/types/AuditLogEventRole.js +5 -0
- package/dist/api/resources/ticketing/types/Collection.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Comment.d.ts +1 -0
- package/dist/api/resources/ticketing/types/CommonModelScopesBodyRequest.d.ts +0 -1
- package/dist/api/resources/ticketing/types/Contact.d.ts +2 -1
- package/dist/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
- package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +56 -0
- package/dist/api/resources/ticketing/types/EventTypeEnum.js +32 -0
- package/dist/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +1 -1
- package/dist/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +2 -2
- package/dist/api/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +9 -0
- package/dist/api/resources/ticketing/types/PaginatedAuditLogEventList.js +5 -0
- package/dist/api/resources/ticketing/types/Project.d.ts +2 -1
- package/dist/api/resources/ticketing/types/RoleEnum.d.ts +20 -0
- package/dist/api/resources/ticketing/types/RoleEnum.js +14 -0
- package/dist/api/resources/ticketing/types/Tag.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Team.d.ts +2 -1
- package/dist/api/resources/ticketing/types/Ticket.d.ts +1 -0
- package/dist/api/resources/ticketing/types/User.d.ts +2 -1
- package/dist/api/resources/ticketing/types/index.d.ts +6 -0
- package/dist/api/resources/ticketing/types/index.js +6 -0
- package/dist/serialization/resources/accounting/types/Account.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Account.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountingAttachment.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountingAttachment.js +1 -0
- package/dist/serialization/resources/accounting/types/AccountingPeriod.d.ts +18 -0
- package/dist/serialization/resources/accounting/types/{CreditNoteApplyLine.js → AccountingPeriod.js} +9 -6
- package/dist/serialization/resources/accounting/types/AccountingPeriodStatus.d.ts +10 -0
- package/{serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.js → dist/serialization/resources/accounting/types/AccountingPeriodStatus.js} +3 -3
- package/dist/serialization/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{RelatedObjectTypeEnum.js → AccountingPeriodStatusEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/AccountingPhoneNumber.js +1 -0
- package/dist/serialization/resources/accounting/types/Address.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Address.js +1 -0
- package/dist/serialization/resources/accounting/types/AddressRequest.d.ts +20 -0
- package/dist/serialization/resources/accounting/types/AddressRequest.js +52 -0
- package/dist/serialization/resources/accounting/types/AddressRequestCountry.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{PaymentLineItemRelatedObjectType.js → AddressRequestCountry.js} +3 -3
- package/dist/serialization/resources/accounting/types/AddressRequestType.d.ts +10 -0
- package/{serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js → dist/serialization/resources/accounting/types/AddressRequestType.js} +3 -3
- package/dist/serialization/resources/accounting/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/accounting/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{PaymentLineItemRequestRelatedObjectType.js → AuditLogEventEventType.js} +3 -3
- package/dist/serialization/resources/accounting/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/accounting/types/BalanceSheet.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/BalanceSheet.js +1 -0
- package/dist/serialization/resources/accounting/types/CashFlowStatement.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CashFlowStatement.js +1 -0
- package/dist/serialization/resources/accounting/types/CompanyInfo.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/CompanyInfo.js +1 -0
- package/dist/serialization/resources/accounting/types/Contact.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/Contact.js +6 -1
- package/dist/serialization/resources/accounting/types/ContactAddressesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ContactAddressesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/ContactRequest.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ContactRequest.js +5 -1
- package/dist/serialization/resources/accounting/types/ContactRequestAddressesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ContactRequestAddressesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNote.d.ts +5 -3
- package/dist/serialization/resources/accounting/types/CreditNote.js +9 -5
- package/dist/serialization/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteCompany.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteCompany.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteContact.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/CreditNoteContact.js +43 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Expense.js +4 -0
- package/dist/serialization/resources/accounting/types/ExpenseAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseLine.js +2 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequest.js +3 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/ExpensesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/IncomeStatement.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/IncomeStatement.js +1 -0
- package/dist/serialization/resources/accounting/types/Invoice.d.ts +4 -0
- package/dist/serialization/resources/accounting/types/Invoice.js +14 -0
- package/dist/serialization/resources/accounting/types/InvoiceAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoiceAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{CreditNoteApplyLineInvoice.js → InvoiceAppliedPaymentsItem.js} +3 -3
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.js +43 -0
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/dist/serialization/resources/accounting/types/Item.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/Item.js +1 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +3 -0
- package/dist/serialization/resources/accounting/types/JournalEntry.js +9 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/{VendorCreditApplyLineInvoice.js → JournalEntryAccountingPeriod.js} +3 -3
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/dist/serialization/resources/accounting/types/JournalLine.d.ts +3 -0
- package/dist/serialization/resources/accounting/types/JournalLine.js +3 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/dist/serialization/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +14 -0
- package/dist/serialization/resources/accounting/types/PaginatedAccountingPeriodList.js +46 -0
- package/dist/serialization/resources/accounting/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/accounting/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/accounting/types/Payment.d.ts +3 -1
- package/dist/serialization/resources/accounting/types/Payment.js +5 -1
- package/dist/serialization/resources/accounting/types/PaymentAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +3 -2
- package/dist/serialization/resources/accounting/types/PaymentLineItem.js +3 -13
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -2
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +2 -13
- package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/PaymentRequest.js +4 -1
- package/dist/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrder.js +4 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/dist/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ReportItem.js +1 -0
- package/dist/serialization/resources/accounting/types/RoleEnum.d.ts +10 -0
- package/{serialization/resources/accounting/types/RelatedObjectTypeEnum.js → dist/serialization/resources/accounting/types/RoleEnum.js} +2 -2
- package/dist/serialization/resources/accounting/types/TaxRate.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/TaxRate.js +1 -0
- package/dist/serialization/resources/accounting/types/TrackingCategory.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/TrackingCategory.js +1 -0
- package/dist/serialization/resources/accounting/types/Transaction.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Transaction.js +4 -0
- package/dist/serialization/resources/accounting/types/TransactionAccountingPeriod.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/TransactionAccountingPeriod.js +43 -0
- package/dist/serialization/resources/accounting/types/TransactionLineItem.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/TransactionLineItem.js +2 -0
- package/dist/serialization/resources/accounting/types/TransactionsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +2 -1
- package/dist/serialization/resources/accounting/types/VendorCredit.js +3 -2
- package/dist/serialization/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +10 -0
- package/{serialization/resources/accounting/types/VendorCreditApplyLineInvoice.js → dist/serialization/resources/accounting/types/VendorCreditAccountingPeriod.js} +3 -3
- package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/VendorCreditLine.js +2 -0
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
- package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/dist/serialization/resources/accounting/types/index.d.ts +33 -7
- package/dist/serialization/resources/accounting/types/index.js +33 -7
- package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ats/types/Activity.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Activity.js +1 -0
- package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Application.js +1 -0
- package/dist/serialization/resources/ats/types/Attachment.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Attachment.js +1 -0
- package/dist/serialization/resources/ats/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/ats/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/ats/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/ats/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/ats/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/ats/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/ats/types/Candidate.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Candidate.js +1 -0
- package/dist/serialization/resources/ats/types/Department.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Department.js +1 -0
- package/dist/serialization/resources/ats/types/Eeoc.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Eeoc.js +1 -0
- package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/ats/types/Job.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Job.js +1 -0
- package/dist/serialization/resources/ats/types/JobInterviewStage.d.ts +1 -0
- package/dist/serialization/resources/ats/types/JobInterviewStage.js +1 -0
- package/dist/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +31 -0
- package/dist/serialization/resources/ats/types/Offer.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Offer.js +1 -0
- package/dist/serialization/resources/ats/types/Office.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Office.js +1 -0
- package/dist/serialization/resources/ats/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/ats/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/ats/types/PaginatedScreeningQuestionList.d.ts +14 -0
- package/dist/serialization/resources/ats/types/PaginatedScreeningQuestionList.js +46 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/dist/serialization/resources/ats/types/RejectReason.d.ts +1 -0
- package/dist/serialization/resources/ats/types/RejectReason.js +1 -0
- package/dist/serialization/resources/ats/types/RemoteUser.d.ts +1 -0
- package/dist/serialization/resources/ats/types/RemoteUser.js +1 -0
- package/dist/serialization/resources/ats/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/ats/types/ScheduledInterview.d.ts +1 -0
- package/dist/serialization/resources/ats/types/ScheduledInterview.js +1 -0
- package/dist/serialization/resources/ats/types/Scorecard.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Scorecard.js +1 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +21 -0
- package/{serialization/resources/accounting/types/CreditNoteApplyLine.js → dist/serialization/resources/ats/types/ScreeningQuestion.js} +11 -7
- package/dist/serialization/resources/ats/types/ScreeningQuestionJob.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionJob.js +43 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +16 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +37 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionType.d.ts +10 -0
- package/dist/serialization/resources/ats/types/ScreeningQuestionType.js +43 -0
- package/dist/serialization/resources/ats/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Tag.js +1 -0
- package/dist/serialization/resources/ats/types/TypeEnum.d.ts +10 -0
- package/dist/serialization/resources/ats/types/TypeEnum.js +40 -0
- package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
- package/dist/serialization/resources/ats/types/Url.js +1 -0
- package/dist/serialization/resources/ats/types/index.d.ts +13 -0
- package/dist/serialization/resources/ats/types/index.js +13 -0
- package/dist/serialization/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/crm/resources/customObjects/client/requests/index.js +1 -3
- package/dist/serialization/resources/crm/types/Account.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Account.js +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/crm/types/AccountRequest.d.ts +0 -2
- package/dist/serialization/resources/crm/types/AccountRequest.js +0 -6
- package/dist/serialization/resources/crm/types/Address.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Address.js +1 -0
- package/dist/serialization/resources/crm/types/Association.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Association.js +1 -0
- package/dist/serialization/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AssociationSubType.js +1 -0
- package/dist/serialization/resources/crm/types/AssociationType.d.ts +1 -0
- package/dist/serialization/resources/crm/types/AssociationType.js +1 -0
- package/dist/serialization/resources/crm/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/crm/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/crm/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/crm/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/crm/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/crm/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/crm/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Contact.js +1 -0
- package/dist/serialization/resources/crm/types/CustomObject.d.ts +1 -0
- package/dist/serialization/resources/crm/types/CustomObject.js +1 -0
- package/dist/serialization/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/dist/serialization/resources/crm/types/CustomObjectClass.js +1 -0
- package/dist/serialization/resources/crm/types/EmailAddress.d.ts +1 -0
- package/dist/serialization/resources/crm/types/EmailAddress.js +1 -0
- package/dist/serialization/resources/crm/types/Engagement.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Engagement.js +1 -0
- package/dist/serialization/resources/crm/types/EngagementType.d.ts +1 -0
- package/dist/serialization/resources/crm/types/EngagementType.js +1 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/crm/types/Lead.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Lead.js +1 -0
- package/dist/serialization/resources/crm/types/Note.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Note.js +1 -0
- package/dist/serialization/resources/crm/types/Opportunity.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Opportunity.js +1 -0
- package/dist/serialization/resources/crm/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/crm/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/dist/serialization/resources/crm/types/PhoneNumber.js +1 -0
- package/dist/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/dist/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.js +1 -0
- package/dist/serialization/resources/crm/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/crm/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/crm/types/Stage.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Stage.js +1 -0
- package/dist/serialization/resources/crm/types/Task.d.ts +1 -0
- package/dist/serialization/resources/crm/types/Task.js +1 -0
- package/dist/serialization/resources/crm/types/User.d.ts +1 -0
- package/dist/serialization/resources/crm/types/User.js +1 -0
- package/dist/serialization/resources/crm/types/index.d.ts +6 -0
- package/dist/serialization/resources/crm/types/index.js +6 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/filestorage/types/Drive.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/Drive.js +1 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/filestorage/types/FileDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FileRequest.js +2 -2
- package/dist/serialization/resources/filestorage/types/FileRequestDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileRequestDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FileRequestFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FileRequestFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/File_.d.ts +3 -2
- package/dist/serialization/resources/filestorage/types/File_.js +3 -2
- package/dist/serialization/resources/filestorage/types/Folder.d.ts +3 -2
- package/dist/serialization/resources/filestorage/types/Folder.js +3 -2
- package/dist/serialization/resources/filestorage/types/FolderDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderParentFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderParentFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/dist/serialization/resources/filestorage/types/FolderRequest.js +2 -2
- package/dist/serialization/resources/filestorage/types/FolderRequestDrive.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestDrive.js +43 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestParentFolder.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/FolderRequestParentFolder.js +43 -0
- package/dist/serialization/resources/filestorage/types/Group.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/Group.js +1 -0
- package/dist/serialization/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/filestorage/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/filestorage/types/Permission.d.ts +5 -4
- package/dist/serialization/resources/filestorage/types/Permission.js +5 -4
- package/dist/serialization/resources/filestorage/types/PermissionGroup.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionGroup.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/dist/serialization/resources/filestorage/types/PermissionRequest.js +8 -4
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestRolesItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestRolesItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestType.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestType.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestUser.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRequestUser.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionRolesItem.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionRolesItem.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionType.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionType.js +43 -0
- package/dist/serialization/resources/filestorage/types/PermissionUser.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/PermissionUser.js +43 -0
- package/dist/serialization/resources/filestorage/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/filestorage/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/filestorage/types/User.d.ts +1 -0
- package/dist/serialization/resources/filestorage/types/User.js +1 -0
- package/dist/serialization/resources/filestorage/types/index.d.ts +22 -0
- package/dist/serialization/resources/filestorage/types/index.js +22 -0
- package/dist/serialization/resources/hris/resources/index.d.ts +2 -0
- package/dist/serialization/resources/hris/resources/index.js +3 -1
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts +12 -0
- package/{serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → dist/serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js} +3 -3
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/client/requests/index.js +5 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/dist/serialization/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/hris/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/hris/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/hris/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/hris/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/hris/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/hris/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/hris/types/BankInfo.d.ts +1 -0
- package/dist/serialization/resources/hris/types/BankInfo.js +1 -0
- package/dist/serialization/resources/hris/types/Benefit.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Benefit.js +1 -0
- package/dist/serialization/resources/hris/types/Company.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Company.js +1 -0
- package/dist/serialization/resources/hris/types/Deduction.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Deduction.js +1 -0
- package/dist/serialization/resources/hris/types/Dependent.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Dependent.js +1 -0
- package/dist/serialization/resources/hris/types/Earning.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Earning.js +1 -0
- package/dist/serialization/resources/hris/types/Employee.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Employee.js +1 -0
- package/dist/serialization/resources/hris/types/EmployeePayrollRun.d.ts +1 -0
- package/dist/serialization/resources/hris/types/EmployeePayrollRun.js +1 -0
- package/dist/serialization/resources/hris/types/EmployerBenefit.d.ts +1 -0
- package/dist/serialization/resources/hris/types/EmployerBenefit.js +1 -0
- package/dist/serialization/resources/hris/types/Employment.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Employment.js +1 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/hris/types/Group.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Group.js +1 -0
- package/dist/serialization/resources/hris/types/Location.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Location.js +1 -0
- package/dist/serialization/resources/hris/types/LocationsListRequestLocationType.d.ts +10 -0
- package/dist/serialization/resources/hris/types/LocationsListRequestLocationType.js +31 -0
- package/dist/serialization/resources/hris/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/hris/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/hris/types/PaginatedTimesheetEntryList.d.ts +14 -0
- package/dist/serialization/resources/hris/types/PaginatedTimesheetEntryList.js +46 -0
- package/dist/serialization/resources/hris/types/PayGroup.d.ts +1 -0
- package/dist/serialization/resources/hris/types/PayGroup.js +1 -0
- package/dist/serialization/resources/hris/types/PayrollRun.d.ts +1 -0
- package/dist/serialization/resources/hris/types/PayrollRun.js +1 -0
- package/dist/serialization/resources/hris/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/hris/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/hris/types/Tax.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Tax.js +1 -0
- package/dist/serialization/resources/hris/types/Team.d.ts +1 -0
- package/dist/serialization/resources/hris/types/Team.js +1 -0
- package/dist/serialization/resources/hris/types/TimeOff.d.ts +1 -0
- package/dist/serialization/resources/hris/types/TimeOff.js +1 -0
- package/dist/serialization/resources/hris/types/TimeOffBalance.d.ts +1 -0
- package/dist/serialization/resources/hris/types/TimeOffBalance.js +1 -0
- package/dist/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +31 -0
- package/dist/serialization/resources/hris/types/TimesheetEntry.d.ts +19 -0
- package/dist/serialization/resources/hris/types/TimesheetEntry.js +40 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +17 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryRequest.js +38 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryResponse.d.ts +15 -0
- package/dist/serialization/resources/hris/types/TimesheetEntryResponse.js +47 -0
- package/dist/serialization/resources/hris/types/index.d.ts +12 -0
- package/dist/serialization/resources/hris/types/index.js +12 -0
- package/dist/serialization/resources/ticketing/types/Account.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Account.js +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/dist/serialization/resources/ticketing/types/Attachment.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Attachment.js +1 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEvent.d.ts +19 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEvent.js +49 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventEventType.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventEventType.js +43 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventRole.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/AuditLogEventRole.js +43 -0
- package/dist/serialization/resources/ticketing/types/Collection.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Collection.js +1 -0
- package/dist/serialization/resources/ticketing/types/Comment.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Comment.js +1 -0
- package/dist/serialization/resources/ticketing/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Contact.js +1 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +56 -0
- package/dist/serialization/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/dist/serialization/resources/ticketing/types/PaginatedAuditLogEventList.js +46 -0
- package/dist/serialization/resources/ticketing/types/Project.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Project.js +1 -0
- package/dist/serialization/resources/ticketing/types/RoleEnum.d.ts +10 -0
- package/dist/serialization/resources/ticketing/types/RoleEnum.js +31 -0
- package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
- package/dist/serialization/resources/ticketing/types/Team.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Team.js +1 -0
- package/dist/serialization/resources/ticketing/types/Ticket.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/Ticket.js +1 -0
- package/dist/serialization/resources/ticketing/types/User.d.ts +1 -0
- package/dist/serialization/resources/ticketing/types/User.js +1 -0
- package/dist/serialization/resources/ticketing/types/index.d.ts +6 -0
- package/dist/serialization/resources/ticketing/types/index.js +6 -0
- package/package.json +1 -1
- package/serialization/resources/accounting/types/Account.d.ts +1 -0
- package/serialization/resources/accounting/types/Account.js +1 -0
- package/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountIntegration.js +1 -0
- package/serialization/resources/accounting/types/AccountingAttachment.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountingAttachment.js +1 -0
- package/serialization/resources/accounting/types/AccountingPeriod.d.ts +18 -0
- package/{dist/serialization/resources/accounting/types/VendorCreditApplyLine.js → serialization/resources/accounting/types/AccountingPeriod.js} +9 -6
- package/serialization/resources/accounting/types/AccountingPeriodStatus.d.ts +10 -0
- package/serialization/resources/accounting/types/AccountingPeriodStatus.js +43 -0
- package/serialization/resources/accounting/types/AccountingPeriodStatusEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/AccountingPeriodStatusEnum.js +31 -0
- package/serialization/resources/accounting/types/AccountingPhoneNumber.d.ts +1 -0
- package/serialization/resources/accounting/types/AccountingPhoneNumber.js +1 -0
- package/serialization/resources/accounting/types/Address.d.ts +1 -0
- package/serialization/resources/accounting/types/Address.js +1 -0
- package/serialization/resources/accounting/types/AddressRequest.d.ts +20 -0
- package/serialization/resources/accounting/types/AddressRequest.js +52 -0
- package/serialization/resources/accounting/types/AddressRequestCountry.d.ts +10 -0
- package/serialization/resources/accounting/types/AddressRequestCountry.js +43 -0
- package/serialization/resources/accounting/types/AddressRequestType.d.ts +10 -0
- package/serialization/resources/accounting/types/AddressRequestType.js +43 -0
- package/serialization/resources/accounting/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/accounting/types/AuditLogEvent.js +49 -0
- package/serialization/resources/accounting/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/accounting/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/accounting/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/accounting/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/accounting/types/BalanceSheet.d.ts +1 -0
- package/serialization/resources/accounting/types/BalanceSheet.js +1 -0
- package/serialization/resources/accounting/types/CashFlowStatement.d.ts +1 -0
- package/serialization/resources/accounting/types/CashFlowStatement.js +1 -0
- package/serialization/resources/accounting/types/CompanyInfo.d.ts +1 -0
- package/serialization/resources/accounting/types/CompanyInfo.js +1 -0
- package/serialization/resources/accounting/types/Contact.d.ts +2 -1
- package/serialization/resources/accounting/types/Contact.js +6 -1
- package/serialization/resources/accounting/types/ContactAddressesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/ContactAddressesItem.js +43 -0
- package/serialization/resources/accounting/types/ContactRequest.d.ts +1 -1
- package/serialization/resources/accounting/types/ContactRequest.js +5 -1
- package/serialization/resources/accounting/types/ContactRequestAddressesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/ContactRequestAddressesItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNote.d.ts +5 -3
- package/serialization/resources/accounting/types/CreditNote.js +9 -5
- package/serialization/resources/accounting/types/CreditNoteAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteCompany.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteCompany.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteContact.d.ts +10 -0
- package/serialization/resources/accounting/types/CreditNoteContact.js +43 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -0
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +120 -8
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +120 -8
- package/serialization/resources/accounting/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/EventTypeEnum.js +56 -0
- package/serialization/resources/accounting/types/Expense.d.ts +2 -0
- package/serialization/resources/accounting/types/Expense.js +4 -0
- package/serialization/resources/accounting/types/ExpenseAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
- package/serialization/resources/accounting/types/ExpenseLine.js +2 -0
- package/serialization/resources/accounting/types/ExpenseRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/ExpenseRequest.js +3 -0
- package/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseRequestAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/ExpensesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/ExpensesListRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/ExpensesRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/IncomeStatement.d.ts +1 -0
- package/serialization/resources/accounting/types/IncomeStatement.js +1 -0
- package/serialization/resources/accounting/types/Invoice.d.ts +4 -0
- package/serialization/resources/accounting/types/Invoice.js +14 -0
- package/serialization/resources/accounting/types/InvoiceAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoiceAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/{CreditNoteApplyLineInvoice.js → InvoiceAppliedPaymentsItem.js} +3 -3
- package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/InvoiceLineItem.js +2 -0
- package/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.d.ts +10 -0
- package/serialization/resources/accounting/types/InvoicePurchaseOrdersItem.js +43 -0
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +224 -0
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +224 -0
- package/serialization/resources/accounting/types/Item.d.ts +1 -0
- package/serialization/resources/accounting/types/Item.js +1 -0
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +48 -0
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +48 -0
- package/serialization/resources/accounting/types/JournalEntry.d.ts +3 -0
- package/serialization/resources/accounting/types/JournalEntry.js +9 -0
- package/serialization/resources/accounting/types/JournalEntryAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
- package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
- package/serialization/resources/accounting/types/JournalLine.d.ts +3 -0
- package/serialization/resources/accounting/types/JournalLine.js +3 -0
- package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
- package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
- package/serialization/resources/accounting/types/PaginatedAccountingPeriodList.d.ts +14 -0
- package/serialization/resources/accounting/types/PaginatedAccountingPeriodList.js +46 -0
- package/serialization/resources/accounting/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/accounting/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/accounting/types/Payment.d.ts +3 -1
- package/serialization/resources/accounting/types/Payment.js +5 -1
- package/serialization/resources/accounting/types/PaymentAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentLineItem.d.ts +3 -2
- package/serialization/resources/accounting/types/PaymentLineItem.js +3 -13
- package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -2
- package/serialization/resources/accounting/types/PaymentLineItemRequest.js +2 -13
- package/serialization/resources/accounting/types/PaymentRequest.d.ts +2 -1
- package/serialization/resources/accounting/types/PaymentRequest.js +4 -1
- package/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
- package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrder.js +4 -0
- package/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/PurchaseOrderAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/PurchaseOrderLineItem.js +2 -0
- package/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PurchaseOrdersListRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/PurchaseOrdersRetrieveRequestExpand.js +32 -0
- package/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
- package/serialization/resources/accounting/types/ReportItem.js +1 -0
- package/serialization/resources/accounting/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/RoleEnum.js +31 -0
- package/serialization/resources/accounting/types/TaxRate.d.ts +1 -0
- package/serialization/resources/accounting/types/TaxRate.js +1 -0
- package/serialization/resources/accounting/types/TrackingCategory.d.ts +1 -0
- package/serialization/resources/accounting/types/TrackingCategory.js +1 -0
- package/serialization/resources/accounting/types/Transaction.d.ts +2 -0
- package/serialization/resources/accounting/types/Transaction.js +4 -0
- package/serialization/resources/accounting/types/TransactionAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/TransactionAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/TransactionLineItem.d.ts +2 -0
- package/serialization/resources/accounting/types/TransactionLineItem.js +2 -0
- package/serialization/resources/accounting/types/TransactionsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/TransactionsListRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/TransactionsRetrieveRequestExpand.js +16 -0
- package/serialization/resources/accounting/types/VendorCredit.d.ts +2 -1
- package/serialization/resources/accounting/types/VendorCredit.js +3 -2
- package/serialization/resources/accounting/types/VendorCreditAccountingPeriod.d.ts +10 -0
- package/serialization/resources/accounting/types/VendorCreditAccountingPeriod.js +43 -0
- package/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -0
- package/serialization/resources/accounting/types/VendorCreditLine.js +2 -0
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -16
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
- package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -16
- package/serialization/resources/accounting/types/index.d.ts +33 -7
- package/serialization/resources/accounting/types/index.js +33 -7
- package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ats/types/AccountIntegration.js +1 -0
- package/serialization/resources/ats/types/Activity.d.ts +1 -0
- package/serialization/resources/ats/types/Activity.js +1 -0
- package/serialization/resources/ats/types/Application.d.ts +1 -0
- package/serialization/resources/ats/types/Application.js +1 -0
- package/serialization/resources/ats/types/Attachment.d.ts +1 -0
- package/serialization/resources/ats/types/Attachment.js +1 -0
- package/serialization/resources/ats/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/ats/types/AuditLogEvent.js +49 -0
- package/serialization/resources/ats/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/ats/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/ats/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/ats/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/ats/types/Candidate.d.ts +1 -0
- package/serialization/resources/ats/types/Candidate.js +1 -0
- package/serialization/resources/ats/types/Department.d.ts +1 -0
- package/serialization/resources/ats/types/Department.js +1 -0
- package/serialization/resources/ats/types/Eeoc.d.ts +1 -0
- package/serialization/resources/ats/types/Eeoc.js +1 -0
- package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
- package/serialization/resources/ats/types/EmailAddress.js +1 -0
- package/serialization/resources/ats/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/ats/types/EventTypeEnum.js +56 -0
- package/serialization/resources/ats/types/Job.d.ts +1 -0
- package/serialization/resources/ats/types/Job.js +1 -0
- package/serialization/resources/ats/types/JobInterviewStage.d.ts +1 -0
- package/serialization/resources/ats/types/JobInterviewStage.js +1 -0
- package/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.d.ts +10 -0
- package/serialization/resources/ats/types/JobsScreeningQuestionsListRequestExpand.js +31 -0
- package/serialization/resources/ats/types/Offer.d.ts +1 -0
- package/serialization/resources/ats/types/Offer.js +1 -0
- package/serialization/resources/ats/types/Office.d.ts +1 -0
- package/serialization/resources/ats/types/Office.js +1 -0
- package/serialization/resources/ats/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/ats/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/ats/types/PaginatedScreeningQuestionList.d.ts +14 -0
- package/serialization/resources/ats/types/PaginatedScreeningQuestionList.js +46 -0
- package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
- package/serialization/resources/ats/types/PhoneNumber.js +1 -0
- package/serialization/resources/ats/types/RejectReason.d.ts +1 -0
- package/serialization/resources/ats/types/RejectReason.js +1 -0
- package/serialization/resources/ats/types/RemoteUser.d.ts +1 -0
- package/serialization/resources/ats/types/RemoteUser.js +1 -0
- package/serialization/resources/ats/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/ats/types/RoleEnum.js +31 -0
- package/serialization/resources/ats/types/ScheduledInterview.d.ts +1 -0
- package/serialization/resources/ats/types/ScheduledInterview.js +1 -0
- package/serialization/resources/ats/types/Scorecard.d.ts +1 -0
- package/serialization/resources/ats/types/Scorecard.js +1 -0
- package/serialization/resources/ats/types/ScreeningQuestion.d.ts +21 -0
- package/serialization/resources/{accounting/types/VendorCreditApplyLine.js → ats/types/ScreeningQuestion.js} +11 -7
- package/serialization/resources/ats/types/ScreeningQuestionJob.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionJob.js +43 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +16 -0
- package/serialization/resources/ats/types/ScreeningQuestionOption.js +37 -0
- package/serialization/resources/ats/types/ScreeningQuestionType.d.ts +10 -0
- package/serialization/resources/ats/types/ScreeningQuestionType.js +43 -0
- package/serialization/resources/ats/types/Tag.d.ts +1 -0
- package/serialization/resources/ats/types/Tag.js +1 -0
- package/serialization/resources/ats/types/TypeEnum.d.ts +10 -0
- package/serialization/resources/ats/types/TypeEnum.js +40 -0
- package/serialization/resources/ats/types/Url.d.ts +1 -0
- package/serialization/resources/ats/types/Url.js +1 -0
- package/serialization/resources/ats/types/index.d.ts +13 -0
- package/serialization/resources/ats/types/index.js +13 -0
- package/serialization/resources/crm/resources/customObjects/client/requests/index.d.ts +0 -1
- package/serialization/resources/crm/resources/customObjects/client/requests/index.js +1 -3
- package/serialization/resources/crm/types/Account.d.ts +1 -0
- package/serialization/resources/crm/types/Account.js +1 -0
- package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/crm/types/AccountIntegration.js +1 -0
- package/serialization/resources/crm/types/AccountRequest.d.ts +0 -2
- package/serialization/resources/crm/types/AccountRequest.js +0 -6
- package/serialization/resources/crm/types/Address.d.ts +1 -0
- package/serialization/resources/crm/types/Address.js +1 -0
- package/serialization/resources/crm/types/Association.d.ts +1 -0
- package/serialization/resources/crm/types/Association.js +1 -0
- package/serialization/resources/crm/types/AssociationSubType.d.ts +1 -0
- package/serialization/resources/crm/types/AssociationSubType.js +1 -0
- package/serialization/resources/crm/types/AssociationType.d.ts +1 -0
- package/serialization/resources/crm/types/AssociationType.js +1 -0
- package/serialization/resources/crm/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/crm/types/AuditLogEvent.js +49 -0
- package/serialization/resources/crm/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/crm/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/crm/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/crm/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/crm/types/Contact.d.ts +1 -0
- package/serialization/resources/crm/types/Contact.js +1 -0
- package/serialization/resources/crm/types/CustomObject.d.ts +1 -0
- package/serialization/resources/crm/types/CustomObject.js +1 -0
- package/serialization/resources/crm/types/CustomObjectClass.d.ts +1 -0
- package/serialization/resources/crm/types/CustomObjectClass.js +1 -0
- package/serialization/resources/crm/types/EmailAddress.d.ts +1 -0
- package/serialization/resources/crm/types/EmailAddress.js +1 -0
- package/serialization/resources/crm/types/Engagement.d.ts +1 -0
- package/serialization/resources/crm/types/Engagement.js +1 -0
- package/serialization/resources/crm/types/EngagementType.d.ts +1 -0
- package/serialization/resources/crm/types/EngagementType.js +1 -0
- package/serialization/resources/crm/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/crm/types/EventTypeEnum.js +56 -0
- package/serialization/resources/crm/types/Lead.d.ts +1 -0
- package/serialization/resources/crm/types/Lead.js +1 -0
- package/serialization/resources/crm/types/Note.d.ts +1 -0
- package/serialization/resources/crm/types/Note.js +1 -0
- package/serialization/resources/crm/types/Opportunity.d.ts +1 -0
- package/serialization/resources/crm/types/Opportunity.js +1 -0
- package/serialization/resources/crm/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/crm/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/crm/types/PhoneNumber.d.ts +1 -0
- package/serialization/resources/crm/types/PhoneNumber.js +1 -0
- package/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +1 -0
- package/serialization/resources/crm/types/RemoteFieldClassForCustomObjectClass.js +1 -0
- package/serialization/resources/crm/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/crm/types/RoleEnum.js +31 -0
- package/serialization/resources/crm/types/Stage.d.ts +1 -0
- package/serialization/resources/crm/types/Stage.js +1 -0
- package/serialization/resources/crm/types/Task.d.ts +1 -0
- package/serialization/resources/crm/types/Task.js +1 -0
- package/serialization/resources/crm/types/User.d.ts +1 -0
- package/serialization/resources/crm/types/User.js +1 -0
- package/serialization/resources/crm/types/index.d.ts +6 -0
- package/serialization/resources/crm/types/index.js +6 -0
- package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
- package/serialization/resources/filestorage/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/filestorage/types/AuditLogEvent.js +49 -0
- package/serialization/resources/filestorage/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/filestorage/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/filestorage/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/filestorage/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/filestorage/types/Drive.d.ts +1 -0
- package/serialization/resources/filestorage/types/Drive.js +1 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/EventTypeEnum.js +56 -0
- package/serialization/resources/filestorage/types/FileDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileDrive.js +43 -0
- package/serialization/resources/filestorage/types/FileFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileFolder.js +43 -0
- package/serialization/resources/filestorage/types/FileRequest.d.ts +2 -2
- package/serialization/resources/filestorage/types/FileRequest.js +2 -2
- package/serialization/resources/filestorage/types/FileRequestDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileRequestDrive.js +43 -0
- package/serialization/resources/filestorage/types/FileRequestFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FileRequestFolder.js +43 -0
- package/serialization/resources/filestorage/types/File_.d.ts +3 -2
- package/serialization/resources/filestorage/types/File_.js +3 -2
- package/serialization/resources/filestorage/types/Folder.d.ts +3 -2
- package/serialization/resources/filestorage/types/Folder.js +3 -2
- package/serialization/resources/filestorage/types/FolderDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderDrive.js +43 -0
- package/serialization/resources/filestorage/types/FolderParentFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderParentFolder.js +43 -0
- package/serialization/resources/filestorage/types/FolderRequest.d.ts +2 -2
- package/serialization/resources/filestorage/types/FolderRequest.js +2 -2
- package/serialization/resources/filestorage/types/FolderRequestDrive.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderRequestDrive.js +43 -0
- package/serialization/resources/filestorage/types/FolderRequestParentFolder.d.ts +10 -0
- package/serialization/resources/filestorage/types/FolderRequestParentFolder.js +43 -0
- package/serialization/resources/filestorage/types/Group.d.ts +1 -0
- package/serialization/resources/filestorage/types/Group.js +1 -0
- package/serialization/resources/filestorage/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/filestorage/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/filestorage/types/Permission.d.ts +5 -4
- package/serialization/resources/filestorage/types/Permission.js +5 -4
- package/serialization/resources/filestorage/types/PermissionGroup.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionGroup.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequest.d.ts +4 -4
- package/serialization/resources/filestorage/types/PermissionRequest.js +8 -4
- package/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestGroup.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequestRolesItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestRolesItem.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequestType.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestType.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRequestUser.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRequestUser.js +43 -0
- package/serialization/resources/filestorage/types/PermissionRolesItem.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionRolesItem.js +43 -0
- package/serialization/resources/filestorage/types/PermissionType.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionType.js +43 -0
- package/serialization/resources/filestorage/types/PermissionUser.d.ts +10 -0
- package/serialization/resources/filestorage/types/PermissionUser.js +43 -0
- package/serialization/resources/filestorage/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/filestorage/types/RoleEnum.js +31 -0
- package/serialization/resources/filestorage/types/User.d.ts +1 -0
- package/serialization/resources/filestorage/types/User.js +1 -0
- package/serialization/resources/filestorage/types/index.d.ts +22 -0
- package/serialization/resources/filestorage/types/index.js +22 -0
- package/serialization/resources/hris/resources/index.d.ts +2 -0
- package/serialization/resources/hris/resources/index.js +3 -1
- package/serialization/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/client/index.js +17 -0
- package/serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.d.ts +12 -0
- package/{dist/serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → serialization/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntryEndpointRequest.js} +3 -3
- package/serialization/resources/hris/resources/timesheetEntries/client/requests/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/client/requests/index.js +5 -0
- package/serialization/resources/hris/resources/timesheetEntries/index.d.ts +1 -0
- package/serialization/resources/hris/resources/timesheetEntries/index.js +17 -0
- package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/hris/types/AccountIntegration.js +1 -0
- package/serialization/resources/hris/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/hris/types/AuditLogEvent.js +49 -0
- package/serialization/resources/hris/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/hris/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/hris/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/hris/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/hris/types/BankInfo.d.ts +1 -0
- package/serialization/resources/hris/types/BankInfo.js +1 -0
- package/serialization/resources/hris/types/Benefit.d.ts +1 -0
- package/serialization/resources/hris/types/Benefit.js +1 -0
- package/serialization/resources/hris/types/Company.d.ts +1 -0
- package/serialization/resources/hris/types/Company.js +1 -0
- package/serialization/resources/hris/types/Deduction.d.ts +1 -0
- package/serialization/resources/hris/types/Deduction.js +1 -0
- package/serialization/resources/hris/types/Dependent.d.ts +1 -0
- package/serialization/resources/hris/types/Dependent.js +1 -0
- package/serialization/resources/hris/types/Earning.d.ts +1 -0
- package/serialization/resources/hris/types/Earning.js +1 -0
- package/serialization/resources/hris/types/Employee.d.ts +1 -0
- package/serialization/resources/hris/types/Employee.js +1 -0
- package/serialization/resources/hris/types/EmployeePayrollRun.d.ts +1 -0
- package/serialization/resources/hris/types/EmployeePayrollRun.js +1 -0
- package/serialization/resources/hris/types/EmployerBenefit.d.ts +1 -0
- package/serialization/resources/hris/types/EmployerBenefit.js +1 -0
- package/serialization/resources/hris/types/Employment.d.ts +1 -0
- package/serialization/resources/hris/types/Employment.js +1 -0
- package/serialization/resources/hris/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/hris/types/EventTypeEnum.js +56 -0
- package/serialization/resources/hris/types/Group.d.ts +1 -0
- package/serialization/resources/hris/types/Group.js +1 -0
- package/serialization/resources/hris/types/Location.d.ts +1 -0
- package/serialization/resources/hris/types/Location.js +1 -0
- package/serialization/resources/hris/types/LocationsListRequestLocationType.d.ts +10 -0
- package/serialization/resources/hris/types/LocationsListRequestLocationType.js +31 -0
- package/serialization/resources/hris/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/hris/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/hris/types/PaginatedTimesheetEntryList.d.ts +14 -0
- package/serialization/resources/hris/types/PaginatedTimesheetEntryList.js +46 -0
- package/serialization/resources/hris/types/PayGroup.d.ts +1 -0
- package/serialization/resources/hris/types/PayGroup.js +1 -0
- package/serialization/resources/hris/types/PayrollRun.d.ts +1 -0
- package/serialization/resources/hris/types/PayrollRun.js +1 -0
- package/serialization/resources/hris/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/hris/types/RoleEnum.js +31 -0
- package/serialization/resources/hris/types/Tax.d.ts +1 -0
- package/serialization/resources/hris/types/Tax.js +1 -0
- package/serialization/resources/hris/types/Team.d.ts +1 -0
- package/serialization/resources/hris/types/Team.js +1 -0
- package/serialization/resources/hris/types/TimeOff.d.ts +1 -0
- package/serialization/resources/hris/types/TimeOff.js +1 -0
- package/serialization/resources/hris/types/TimeOffBalance.d.ts +1 -0
- package/serialization/resources/hris/types/TimeOffBalance.js +1 -0
- package/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/hris/types/TimesheetEntriesListRequestOrderBy.js +31 -0
- package/serialization/resources/hris/types/TimesheetEntry.d.ts +19 -0
- package/serialization/resources/hris/types/TimesheetEntry.js +40 -0
- package/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +17 -0
- package/serialization/resources/hris/types/TimesheetEntryRequest.js +38 -0
- package/serialization/resources/hris/types/TimesheetEntryResponse.d.ts +15 -0
- package/serialization/resources/hris/types/TimesheetEntryResponse.js +47 -0
- package/serialization/resources/hris/types/index.d.ts +12 -0
- package/serialization/resources/hris/types/index.js +12 -0
- package/serialization/resources/ticketing/types/Account.d.ts +1 -0
- package/serialization/resources/ticketing/types/Account.js +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
- package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
- package/serialization/resources/ticketing/types/Attachment.d.ts +1 -0
- package/serialization/resources/ticketing/types/Attachment.js +1 -0
- package/serialization/resources/ticketing/types/AuditLogEvent.d.ts +19 -0
- package/serialization/resources/ticketing/types/AuditLogEvent.js +49 -0
- package/serialization/resources/ticketing/types/AuditLogEventEventType.d.ts +10 -0
- package/serialization/resources/ticketing/types/AuditLogEventEventType.js +43 -0
- package/serialization/resources/ticketing/types/AuditLogEventRole.d.ts +10 -0
- package/serialization/resources/ticketing/types/AuditLogEventRole.js +43 -0
- package/serialization/resources/ticketing/types/Collection.d.ts +1 -0
- package/serialization/resources/ticketing/types/Collection.js +1 -0
- package/serialization/resources/ticketing/types/Comment.d.ts +1 -0
- package/serialization/resources/ticketing/types/Comment.js +1 -0
- package/serialization/resources/ticketing/types/Contact.d.ts +1 -0
- package/serialization/resources/ticketing/types/Contact.js +1 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/EventTypeEnum.js +56 -0
- package/serialization/resources/ticketing/types/PaginatedAuditLogEventList.d.ts +14 -0
- package/serialization/resources/ticketing/types/PaginatedAuditLogEventList.js +46 -0
- package/serialization/resources/ticketing/types/Project.d.ts +1 -0
- package/serialization/resources/ticketing/types/Project.js +1 -0
- package/serialization/resources/ticketing/types/RoleEnum.d.ts +10 -0
- package/serialization/resources/ticketing/types/RoleEnum.js +31 -0
- package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
- package/serialization/resources/ticketing/types/Tag.js +1 -0
- package/serialization/resources/ticketing/types/Team.d.ts +1 -0
- package/serialization/resources/ticketing/types/Team.js +1 -0
- package/serialization/resources/ticketing/types/Ticket.d.ts +1 -0
- package/serialization/resources/ticketing/types/Ticket.js +1 -0
- package/serialization/resources/ticketing/types/User.d.ts +1 -0
- package/serialization/resources/ticketing/types/User.js +1 -0
- package/serialization/resources/ticketing/types/index.d.ts +6 -0
- package/serialization/resources/ticketing/types/index.js +6 -0
- package/api/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -21
- package/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -5
- package/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -16
- package/api/resources/accounting/types/RelatedObjectTypeEnum.js +0 -12
- package/api/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -21
- package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.d.ts +0 -13
- package/dist/api/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -21
- package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -5
- package/dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -5
- package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -16
- package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.js +0 -12
- package/dist/api/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -21
- package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.d.ts +0 -13
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -15
- package/dist/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -10
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -15
- package/dist/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +0 -10
- package/dist/serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts +0 -12
- package/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +0 -15
- package/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +0 -10
- package/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +0 -10
- package/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +0 -10
- package/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +0 -15
- package/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +0 -10
- package/serialization/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.d.ts +0 -12
- /package/api/resources/accounting/{types/CreditNoteApplyLine.js → resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.js} +0 -0
- /package/api/resources/accounting/{types/CreditNoteApplyLineInvoice.js → resources/accountingPeriods/client/requests/AccountingPeriodsRetrieveRequest.js} +0 -0
- /package/api/resources/accounting/{types/PaymentLineItemRelatedObjectType.js → resources/auditTrail/client/requests/AuditTrailListRequest.js} +0 -0
- /package/api/resources/accounting/types/{PaymentLineItemRequestRelatedObjectType.js → AccountingPeriod.js} +0 -0
- /package/api/resources/accounting/types/{VendorCreditApplyLine.js → AccountingPeriodStatus.js} +0 -0
- /package/api/resources/accounting/types/{VendorCreditApplyLineInvoice.js → AddressRequest.js} +0 -0
- /package/api/resources/{crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.js → accounting/types/AddressRequestCountry.js} +0 -0
- /package/api/resources/{crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → accounting/types/AddressRequestType.js} +0 -0
- /package/{dist/api/resources/accounting/types/CreditNoteApplyLine.js → api/resources/accounting/types/AuditLogEvent.js} +0 -0
- /package/{dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.js → api/resources/accounting/types/AuditLogEventEventType.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js → api/resources/accounting/types/AuditLogEventRole.js} +0 -0
- /package/{dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js → api/resources/accounting/types/ContactAddressesItem.js} +0 -0
- /package/{dist/api/resources/accounting/types/VendorCreditApplyLine.js → api/resources/accounting/types/ContactRequestAddressesItem.js} +0 -0
- /package/{dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.js → api/resources/accounting/types/CreditNoteAccountingPeriod.js} +0 -0
- /package/{dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesGeneratorUpdateRequest.js → api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js} +0 -0
- /package/{dist/api/resources/crm/resources/customObjects/client/requests/PatchedCrmCustomObjectEndpointRequest.js → api/resources/accounting/types/CreditNoteCompany.js} +0 -0
|
@@ -120,7 +120,7 @@ class Contacts {
|
|
|
120
120
|
: undefined,
|
|
121
121
|
"X-Fern-Language": "JavaScript",
|
|
122
122
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
123
|
-
"X-Fern-SDK-Version": "0.
|
|
123
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
124
124
|
},
|
|
125
125
|
contentType: "application/json",
|
|
126
126
|
queryParameters: _queryParams,
|
|
@@ -179,7 +179,7 @@ class Contacts {
|
|
|
179
179
|
: undefined,
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
182
|
-
"X-Fern-SDK-Version": "0.
|
|
182
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
183
183
|
},
|
|
184
184
|
contentType: "application/json",
|
|
185
185
|
queryParameters: _queryParams,
|
|
@@ -244,7 +244,7 @@ class Contacts {
|
|
|
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.
|
|
247
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
248
248
|
},
|
|
249
249
|
contentType: "application/json",
|
|
250
250
|
queryParameters: _queryParams,
|
|
@@ -303,7 +303,7 @@ class Contacts {
|
|
|
303
303
|
: undefined,
|
|
304
304
|
"X-Fern-Language": "JavaScript",
|
|
305
305
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
306
|
-
"X-Fern-SDK-Version": "0.
|
|
306
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
307
307
|
},
|
|
308
308
|
contentType: "application/json",
|
|
309
309
|
queryParameters: _queryParams,
|
|
@@ -357,7 +357,7 @@ class Contacts {
|
|
|
357
357
|
: undefined,
|
|
358
358
|
"X-Fern-Language": "JavaScript",
|
|
359
359
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
360
|
-
"X-Fern-SDK-Version": "0.
|
|
360
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
361
361
|
},
|
|
362
362
|
contentType: "application/json",
|
|
363
363
|
body: yield serializers.crm.IgnoreCommonModelRequest.jsonOrThrow(request, {
|
|
@@ -405,7 +405,7 @@ class Contacts {
|
|
|
405
405
|
: undefined,
|
|
406
406
|
"X-Fern-Language": "JavaScript",
|
|
407
407
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
408
|
-
"X-Fern-SDK-Version": "0.
|
|
408
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
409
409
|
},
|
|
410
410
|
contentType: "application/json",
|
|
411
411
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -455,7 +455,7 @@ class Contacts {
|
|
|
455
455
|
: undefined,
|
|
456
456
|
"X-Fern-Language": "JavaScript",
|
|
457
457
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
458
|
-
"X-Fern-SDK-Version": "0.
|
|
458
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
459
459
|
},
|
|
460
460
|
contentType: "application/json",
|
|
461
461
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -522,7 +522,7 @@ class Contacts {
|
|
|
522
522
|
: undefined,
|
|
523
523
|
"X-Fern-Language": "JavaScript",
|
|
524
524
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
525
|
-
"X-Fern-SDK-Version": "0.
|
|
525
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
526
526
|
},
|
|
527
527
|
contentType: "application/json",
|
|
528
528
|
queryParameters: _queryParams,
|
|
@@ -25,9 +25,5 @@ export declare class CustomObjectClasses {
|
|
|
25
25
|
* Returns a `CustomObjectClass` object with the given `id`.
|
|
26
26
|
*/
|
|
27
27
|
retrieve(id: string, request?: Merge.crm.CustomObjectClassesRetrieveRequest, requestOptions?: CustomObjectClasses.RequestOptions): Promise<Merge.crm.CustomObjectClass>;
|
|
28
|
-
/**
|
|
29
|
-
* Updates a `CustomObjectClass` object with the given `id`.
|
|
30
|
-
*/
|
|
31
|
-
generatorUpdate(generatorId: string, request?: Merge.crm.CustomObjectClassesGeneratorUpdateRequest, requestOptions?: CustomObjectClasses.RequestOptions): Promise<Merge.crm.CustomObjectClass>;
|
|
32
28
|
protected _getAuthorizationHeader(): Promise<string>;
|
|
33
29
|
}
|
|
@@ -97,7 +97,7 @@ class CustomObjectClasses {
|
|
|
97
97
|
: undefined,
|
|
98
98
|
"X-Fern-Language": "JavaScript",
|
|
99
99
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
100
|
-
"X-Fern-SDK-Version": "0.
|
|
100
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
101
101
|
},
|
|
102
102
|
contentType: "application/json",
|
|
103
103
|
queryParameters: _queryParams,
|
|
@@ -156,66 +156,7 @@ class CustomObjectClasses {
|
|
|
156
156
|
: undefined,
|
|
157
157
|
"X-Fern-Language": "JavaScript",
|
|
158
158
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
159
|
-
"X-Fern-SDK-Version": "0.
|
|
160
|
-
},
|
|
161
|
-
contentType: "application/json",
|
|
162
|
-
queryParameters: _queryParams,
|
|
163
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
164
|
-
});
|
|
165
|
-
if (_response.ok) {
|
|
166
|
-
return yield serializers.crm.CustomObjectClass.parseOrThrow(_response.body, {
|
|
167
|
-
unrecognizedObjectKeys: "passthrough",
|
|
168
|
-
allowUnrecognizedUnionMembers: true,
|
|
169
|
-
allowUnrecognizedEnumValues: true,
|
|
170
|
-
breadcrumbsPrefix: ["response"],
|
|
171
|
-
});
|
|
172
|
-
}
|
|
173
|
-
if (_response.error.reason === "status-code") {
|
|
174
|
-
throw new errors.MergeError({
|
|
175
|
-
statusCode: _response.error.statusCode,
|
|
176
|
-
body: _response.error.body,
|
|
177
|
-
});
|
|
178
|
-
}
|
|
179
|
-
switch (_response.error.reason) {
|
|
180
|
-
case "non-json":
|
|
181
|
-
throw new errors.MergeError({
|
|
182
|
-
statusCode: _response.error.statusCode,
|
|
183
|
-
body: _response.error.rawBody,
|
|
184
|
-
});
|
|
185
|
-
case "timeout":
|
|
186
|
-
throw new errors.MergeTimeoutError();
|
|
187
|
-
case "unknown":
|
|
188
|
-
throw new errors.MergeError({
|
|
189
|
-
message: _response.error.errorMessage,
|
|
190
|
-
});
|
|
191
|
-
}
|
|
192
|
-
});
|
|
193
|
-
}
|
|
194
|
-
/**
|
|
195
|
-
* Updates a `CustomObjectClass` object with the given `id`.
|
|
196
|
-
*/
|
|
197
|
-
generatorUpdate(generatorId, request = {}, requestOptions) {
|
|
198
|
-
var _a;
|
|
199
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
200
|
-
const { isDebugMode, runAsync } = request;
|
|
201
|
-
const _queryParams = new url_search_params_1.default();
|
|
202
|
-
if (isDebugMode != null) {
|
|
203
|
-
_queryParams.append("is_debug_mode", isDebugMode.toString());
|
|
204
|
-
}
|
|
205
|
-
if (runAsync != null) {
|
|
206
|
-
_queryParams.append("run_async", runAsync.toString());
|
|
207
|
-
}
|
|
208
|
-
const _response = yield core.fetcher({
|
|
209
|
-
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `api/crm/v1/custom-object-classes/generator/${generatorId}`),
|
|
210
|
-
method: "PUT",
|
|
211
|
-
headers: {
|
|
212
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
213
|
-
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
214
|
-
? yield core.Supplier.get(this._options.accountToken)
|
|
215
|
-
: undefined,
|
|
216
|
-
"X-Fern-Language": "JavaScript",
|
|
217
|
-
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
218
|
-
"X-Fern-SDK-Version": "0.1.7",
|
|
159
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
219
160
|
},
|
|
220
161
|
contentType: "application/json",
|
|
221
162
|
queryParameters: _queryParams,
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
export { CustomObjectClassesListRequest } from "./CustomObjectClassesListRequest";
|
|
2
2
|
export { CustomObjectClassesRetrieveRequest } from "./CustomObjectClassesRetrieveRequest";
|
|
3
|
-
export { CustomObjectClassesGeneratorUpdateRequest } from "./CustomObjectClassesGeneratorUpdateRequest";
|
|
@@ -29,10 +29,6 @@ export declare class CustomObjects {
|
|
|
29
29
|
* Returns a `CustomObject` object with the given `id`.
|
|
30
30
|
*/
|
|
31
31
|
customObjectClassesCustomObjectsRetrieve(customObjectClassId: string, id: string, request?: Merge.crm.CustomObjectClassesCustomObjectsRetrieveRequest, requestOptions?: CustomObjects.RequestOptions): Promise<Merge.crm.CustomObject>;
|
|
32
|
-
/**
|
|
33
|
-
* Updates a `CustomObject` object with the given `id`.
|
|
34
|
-
*/
|
|
35
|
-
customObjectClassesCustomObjectsPartialUpdate(customObjectClassId: string, id: string, request: Merge.crm.PatchedCrmCustomObjectEndpointRequest, requestOptions?: CustomObjects.RequestOptions): Promise<Merge.crm.CrmCustomObjectResponse>;
|
|
36
32
|
/**
|
|
37
33
|
* Returns metadata for `CRMCustomObject` PATCHs.
|
|
38
34
|
*/
|
|
@@ -108,7 +108,7 @@ class CustomObjects {
|
|
|
108
108
|
: undefined,
|
|
109
109
|
"X-Fern-Language": "JavaScript",
|
|
110
110
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
111
|
-
"X-Fern-SDK-Version": "0.
|
|
111
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
112
112
|
},
|
|
113
113
|
contentType: "application/json",
|
|
114
114
|
queryParameters: _queryParams,
|
|
@@ -167,7 +167,7 @@ class CustomObjects {
|
|
|
167
167
|
: undefined,
|
|
168
168
|
"X-Fern-Language": "JavaScript",
|
|
169
169
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
170
|
-
"X-Fern-SDK-Version": "0.
|
|
170
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
171
171
|
},
|
|
172
172
|
contentType: "application/json",
|
|
173
173
|
queryParameters: _queryParams,
|
|
@@ -229,7 +229,7 @@ class CustomObjects {
|
|
|
229
229
|
: undefined,
|
|
230
230
|
"X-Fern-Language": "JavaScript",
|
|
231
231
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
232
|
-
"X-Fern-SDK-Version": "0.
|
|
232
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
233
233
|
},
|
|
234
234
|
contentType: "application/json",
|
|
235
235
|
queryParameters: _queryParams,
|
|
@@ -264,68 +264,6 @@ class CustomObjects {
|
|
|
264
264
|
}
|
|
265
265
|
});
|
|
266
266
|
}
|
|
267
|
-
/**
|
|
268
|
-
* Updates a `CustomObject` object with the given `id`.
|
|
269
|
-
*/
|
|
270
|
-
customObjectClassesCustomObjectsPartialUpdate(customObjectClassId, id, request, requestOptions) {
|
|
271
|
-
var _a;
|
|
272
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
273
|
-
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
274
|
-
const _queryParams = new url_search_params_1.default();
|
|
275
|
-
if (isDebugMode != null) {
|
|
276
|
-
_queryParams.append("is_debug_mode", isDebugMode.toString());
|
|
277
|
-
}
|
|
278
|
-
if (runAsync != null) {
|
|
279
|
-
_queryParams.append("run_async", runAsync.toString());
|
|
280
|
-
}
|
|
281
|
-
const _response = yield core.fetcher({
|
|
282
|
-
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `api/crm/v1/custom-object-classes/${customObjectClassId}/custom-objects/${id}`),
|
|
283
|
-
method: "PATCH",
|
|
284
|
-
headers: {
|
|
285
|
-
Authorization: yield this._getAuthorizationHeader(),
|
|
286
|
-
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
287
|
-
? yield core.Supplier.get(this._options.accountToken)
|
|
288
|
-
: undefined,
|
|
289
|
-
"X-Fern-Language": "JavaScript",
|
|
290
|
-
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
291
|
-
"X-Fern-SDK-Version": "0.1.7",
|
|
292
|
-
},
|
|
293
|
-
contentType: "application/json",
|
|
294
|
-
queryParameters: _queryParams,
|
|
295
|
-
body: yield serializers.crm.PatchedCrmCustomObjectEndpointRequest.jsonOrThrow(_body, {
|
|
296
|
-
unrecognizedObjectKeys: "strip",
|
|
297
|
-
}),
|
|
298
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
299
|
-
});
|
|
300
|
-
if (_response.ok) {
|
|
301
|
-
return yield serializers.crm.CrmCustomObjectResponse.parseOrThrow(_response.body, {
|
|
302
|
-
unrecognizedObjectKeys: "passthrough",
|
|
303
|
-
allowUnrecognizedUnionMembers: true,
|
|
304
|
-
allowUnrecognizedEnumValues: true,
|
|
305
|
-
breadcrumbsPrefix: ["response"],
|
|
306
|
-
});
|
|
307
|
-
}
|
|
308
|
-
if (_response.error.reason === "status-code") {
|
|
309
|
-
throw new errors.MergeError({
|
|
310
|
-
statusCode: _response.error.statusCode,
|
|
311
|
-
body: _response.error.body,
|
|
312
|
-
});
|
|
313
|
-
}
|
|
314
|
-
switch (_response.error.reason) {
|
|
315
|
-
case "non-json":
|
|
316
|
-
throw new errors.MergeError({
|
|
317
|
-
statusCode: _response.error.statusCode,
|
|
318
|
-
body: _response.error.rawBody,
|
|
319
|
-
});
|
|
320
|
-
case "timeout":
|
|
321
|
-
throw new errors.MergeTimeoutError();
|
|
322
|
-
case "unknown":
|
|
323
|
-
throw new errors.MergeError({
|
|
324
|
-
message: _response.error.errorMessage,
|
|
325
|
-
});
|
|
326
|
-
}
|
|
327
|
-
});
|
|
328
|
-
}
|
|
329
267
|
/**
|
|
330
268
|
* Returns metadata for `CRMCustomObject` PATCHs.
|
|
331
269
|
*/
|
|
@@ -342,7 +280,7 @@ class CustomObjects {
|
|
|
342
280
|
: undefined,
|
|
343
281
|
"X-Fern-Language": "JavaScript",
|
|
344
282
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
345
|
-
"X-Fern-SDK-Version": "0.
|
|
283
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
346
284
|
},
|
|
347
285
|
contentType: "application/json",
|
|
348
286
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -392,7 +330,7 @@ class CustomObjects {
|
|
|
392
330
|
: undefined,
|
|
393
331
|
"X-Fern-Language": "JavaScript",
|
|
394
332
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
395
|
-
"X-Fern-SDK-Version": "0.
|
|
333
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
396
334
|
},
|
|
397
335
|
contentType: "application/json",
|
|
398
336
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export { CustomObjectClassesCustomObjectsListRequest } from "./CustomObjectClassesCustomObjectsListRequest";
|
|
2
2
|
export { CrmCustomObjectEndpointRequest } from "./CrmCustomObjectEndpointRequest";
|
|
3
3
|
export { CustomObjectClassesCustomObjectsRetrieveRequest } from "./CustomObjectClassesCustomObjectsRetrieveRequest";
|
|
4
|
-
export { PatchedCrmCustomObjectEndpointRequest } from "./PatchedCrmCustomObjectEndpointRequest";
|
|
@@ -63,7 +63,7 @@ class DeleteAccount {
|
|
|
63
63
|
: undefined,
|
|
64
64
|
"X-Fern-Language": "JavaScript",
|
|
65
65
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
66
|
-
"X-Fern-SDK-Version": "0.
|
|
66
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
67
67
|
},
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -97,7 +97,7 @@ class EngagementTypes {
|
|
|
97
97
|
: undefined,
|
|
98
98
|
"X-Fern-Language": "JavaScript",
|
|
99
99
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
100
|
-
"X-Fern-SDK-Version": "0.
|
|
100
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
101
101
|
},
|
|
102
102
|
contentType: "application/json",
|
|
103
103
|
queryParameters: _queryParams,
|
|
@@ -156,7 +156,7 @@ class EngagementTypes {
|
|
|
156
156
|
: undefined,
|
|
157
157
|
"X-Fern-Language": "JavaScript",
|
|
158
158
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
159
|
-
"X-Fern-SDK-Version": "0.
|
|
159
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
160
160
|
},
|
|
161
161
|
contentType: "application/json",
|
|
162
162
|
queryParameters: _queryParams,
|
|
@@ -224,7 +224,7 @@ class EngagementTypes {
|
|
|
224
224
|
: undefined,
|
|
225
225
|
"X-Fern-Language": "JavaScript",
|
|
226
226
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
227
|
-
"X-Fern-SDK-Version": "0.
|
|
227
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
228
228
|
},
|
|
229
229
|
contentType: "application/json",
|
|
230
230
|
queryParameters: _queryParams,
|
|
@@ -111,7 +111,7 @@ class Engagements {
|
|
|
111
111
|
: undefined,
|
|
112
112
|
"X-Fern-Language": "JavaScript",
|
|
113
113
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
114
|
-
"X-Fern-SDK-Version": "0.
|
|
114
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
115
115
|
},
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
queryParameters: _queryParams,
|
|
@@ -170,7 +170,7 @@ class Engagements {
|
|
|
170
170
|
: undefined,
|
|
171
171
|
"X-Fern-Language": "JavaScript",
|
|
172
172
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
173
|
-
"X-Fern-SDK-Version": "0.
|
|
173
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
174
174
|
},
|
|
175
175
|
contentType: "application/json",
|
|
176
176
|
queryParameters: _queryParams,
|
|
@@ -235,7 +235,7 @@ class Engagements {
|
|
|
235
235
|
: undefined,
|
|
236
236
|
"X-Fern-Language": "JavaScript",
|
|
237
237
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
238
|
-
"X-Fern-SDK-Version": "0.
|
|
238
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
239
239
|
},
|
|
240
240
|
contentType: "application/json",
|
|
241
241
|
queryParameters: _queryParams,
|
|
@@ -294,7 +294,7 @@ class Engagements {
|
|
|
294
294
|
: undefined,
|
|
295
295
|
"X-Fern-Language": "JavaScript",
|
|
296
296
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
297
|
-
"X-Fern-SDK-Version": "0.
|
|
297
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
298
298
|
},
|
|
299
299
|
contentType: "application/json",
|
|
300
300
|
queryParameters: _queryParams,
|
|
@@ -348,7 +348,7 @@ class Engagements {
|
|
|
348
348
|
: undefined,
|
|
349
349
|
"X-Fern-Language": "JavaScript",
|
|
350
350
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
351
|
-
"X-Fern-SDK-Version": "0.
|
|
351
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
352
352
|
},
|
|
353
353
|
contentType: "application/json",
|
|
354
354
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -398,7 +398,7 @@ class Engagements {
|
|
|
398
398
|
: undefined,
|
|
399
399
|
"X-Fern-Language": "JavaScript",
|
|
400
400
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
401
|
-
"X-Fern-SDK-Version": "0.
|
|
401
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
402
402
|
},
|
|
403
403
|
contentType: "application/json",
|
|
404
404
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -465,7 +465,7 @@ class Engagements {
|
|
|
465
465
|
: undefined,
|
|
466
466
|
"X-Fern-Language": "JavaScript",
|
|
467
467
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
468
|
-
"X-Fern-SDK-Version": "0.
|
|
468
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
469
469
|
},
|
|
470
470
|
contentType: "application/json",
|
|
471
471
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class ForceResync {
|
|
|
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.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
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 GenerateKey {
|
|
|
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.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.crm.GenerateRemoteKeyRequest.jsonOrThrow(request, {
|
|
@@ -2,6 +2,7 @@ export * as accountDetails from "./accountDetails";
|
|
|
2
2
|
export * as accountToken from "./accountToken";
|
|
3
3
|
export * as accounts from "./accounts";
|
|
4
4
|
export * as asyncPassthrough from "./asyncPassthrough";
|
|
5
|
+
export * as auditTrail from "./auditTrail";
|
|
5
6
|
export * as availableActions from "./availableActions";
|
|
6
7
|
export * as contacts from "./contacts";
|
|
7
8
|
export * as customObjectClasses from "./customObjectClasses";
|
|
@@ -28,6 +29,7 @@ export * as tasks from "./tasks";
|
|
|
28
29
|
export * as users from "./users";
|
|
29
30
|
export * as webhookReceivers from "./webhookReceivers";
|
|
30
31
|
export * from "./accounts/client/requests";
|
|
32
|
+
export * from "./auditTrail/client/requests";
|
|
31
33
|
export * from "./contacts/client/requests";
|
|
32
34
|
export * from "./customObjectClasses/client/requests";
|
|
33
35
|
export * from "./associationTypes/client/requests";
|
|
@@ -26,11 +26,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.webhookReceivers = exports.users = exports.tasks = exports.forceResync = exports.syncStatus = exports.stages = exports.selectiveSync = exports.regenerateKey = exports.passthrough = exports.opportunities = exports.notes = exports.linkedAccounts = exports.linkToken = exports.leads = exports.issues = exports.generateKey = exports.engagements = exports.engagementTypes = exports.deleteAccount = exports.associations = exports.customObjects = exports.associationTypes = exports.customObjectClasses = exports.contacts = exports.availableActions = exports.asyncPassthrough = exports.accounts = exports.accountToken = exports.accountDetails = void 0;
|
|
29
|
+
exports.webhookReceivers = exports.users = exports.tasks = exports.forceResync = exports.syncStatus = exports.stages = exports.selectiveSync = exports.regenerateKey = exports.passthrough = exports.opportunities = exports.notes = exports.linkedAccounts = exports.linkToken = exports.leads = exports.issues = exports.generateKey = exports.engagements = exports.engagementTypes = exports.deleteAccount = exports.associations = exports.customObjects = exports.associationTypes = exports.customObjectClasses = exports.contacts = exports.availableActions = exports.auditTrail = exports.asyncPassthrough = exports.accounts = exports.accountToken = exports.accountDetails = void 0;
|
|
30
30
|
exports.accountDetails = __importStar(require("./accountDetails"));
|
|
31
31
|
exports.accountToken = __importStar(require("./accountToken"));
|
|
32
32
|
exports.accounts = __importStar(require("./accounts"));
|
|
33
33
|
exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
|
|
34
|
+
exports.auditTrail = __importStar(require("./auditTrail"));
|
|
34
35
|
exports.availableActions = __importStar(require("./availableActions"));
|
|
35
36
|
exports.contacts = __importStar(require("./contacts"));
|
|
36
37
|
exports.customObjectClasses = __importStar(require("./customObjectClasses"));
|
|
@@ -57,6 +58,7 @@ exports.tasks = __importStar(require("./tasks"));
|
|
|
57
58
|
exports.users = __importStar(require("./users"));
|
|
58
59
|
exports.webhookReceivers = __importStar(require("./webhookReceivers"));
|
|
59
60
|
__exportStar(require("./accounts/client/requests"), exports);
|
|
61
|
+
__exportStar(require("./auditTrail/client/requests"), exports);
|
|
60
62
|
__exportStar(require("./contacts/client/requests"), exports);
|
|
61
63
|
__exportStar(require("./customObjectClasses/client/requests"), exports);
|
|
62
64
|
__exportStar(require("./associationTypes/client/requests"), exports);
|
|
@@ -106,7 +106,7 @@ class Issues {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "0.
|
|
109
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -157,7 +157,7 @@ class Issues {
|
|
|
157
157
|
: undefined,
|
|
158
158
|
"X-Fern-Language": "JavaScript",
|
|
159
159
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
160
|
-
"X-Fern-SDK-Version": "0.
|
|
160
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
161
161
|
},
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -126,7 +126,7 @@ class Leads {
|
|
|
126
126
|
: undefined,
|
|
127
127
|
"X-Fern-Language": "JavaScript",
|
|
128
128
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
129
|
-
"X-Fern-SDK-Version": "0.
|
|
129
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
130
130
|
},
|
|
131
131
|
contentType: "application/json",
|
|
132
132
|
queryParameters: _queryParams,
|
|
@@ -185,7 +185,7 @@ class Leads {
|
|
|
185
185
|
: undefined,
|
|
186
186
|
"X-Fern-Language": "JavaScript",
|
|
187
187
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
188
|
-
"X-Fern-SDK-Version": "0.
|
|
188
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
189
189
|
},
|
|
190
190
|
contentType: "application/json",
|
|
191
191
|
queryParameters: _queryParams,
|
|
@@ -248,7 +248,7 @@ class Leads {
|
|
|
248
248
|
: undefined,
|
|
249
249
|
"X-Fern-Language": "JavaScript",
|
|
250
250
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
251
|
-
"X-Fern-SDK-Version": "0.
|
|
251
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
252
252
|
},
|
|
253
253
|
contentType: "application/json",
|
|
254
254
|
queryParameters: _queryParams,
|
|
@@ -299,7 +299,7 @@ class Leads {
|
|
|
299
299
|
: undefined,
|
|
300
300
|
"X-Fern-Language": "JavaScript",
|
|
301
301
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
302
|
-
"X-Fern-SDK-Version": "0.
|
|
302
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
303
303
|
},
|
|
304
304
|
contentType: "application/json",
|
|
305
305
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -366,7 +366,7 @@ class Leads {
|
|
|
366
366
|
: undefined,
|
|
367
367
|
"X-Fern-Language": "JavaScript",
|
|
368
368
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
369
|
-
"X-Fern-SDK-Version": "0.
|
|
369
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
370
370
|
},
|
|
371
371
|
contentType: "application/json",
|
|
372
372
|
queryParameters: _queryParams,
|
|
@@ -64,7 +64,7 @@ class LinkToken {
|
|
|
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.
|
|
67
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: yield serializers.crm.EndUserDetailsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Merge from "../../../../../..";
|
|
5
5
|
export interface EndUserDetailsRequest {
|
|
6
|
-
/** Your end user's email address. This is purely for identification purposes - setting this value will not cause any emails to be sent.
|
|
6
|
+
/** Your end user's email address. This is purely for identification purposes - setting this value will not cause any emails to be sent. */
|
|
7
7
|
endUserEmailAddress: string;
|
|
8
|
-
/** Your end user's organization.
|
|
8
|
+
/** Your end user's organization. */
|
|
9
9
|
endUserOrganizationName: string;
|
|
10
|
-
/** This unique identifier typically represents the ID for your end user in your product's database. This value must be distinct from other Linked Accounts' unique identifiers.
|
|
10
|
+
/** This unique identifier typically represents the ID for your end user in your product's database. This value must be distinct from other Linked Accounts' unique identifiers. */
|
|
11
11
|
endUserOriginId: string;
|
|
12
12
|
/** The integration categories to show in Merge Link. */
|
|
13
13
|
categories: Merge.crm.CategoriesEnum[];
|
|
14
|
-
/** The slug of a specific pre-selected integration for this linking flow token. For examples of slugs, see https://
|
|
14
|
+
/** The slug of a specific pre-selected integration for this linking flow token. For examples of slugs, see https://docs.merge.dev/guides/merge-link/single-integration/. */
|
|
15
15
|
integration?: string;
|
|
16
16
|
/** An integer number of minutes between [30, 720 or 10080 if for a Magic Link URL] for how long this token is valid. Defaults to 30. */
|
|
17
17
|
linkExpiryMins?: number;
|
|
@@ -106,7 +106,7 @@ class LinkedAccounts {
|
|
|
106
106
|
: undefined,
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
109
|
-
"X-Fern-SDK-Version": "0.
|
|
109
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -123,7 +123,7 @@ class Notes {
|
|
|
123
123
|
: undefined,
|
|
124
124
|
"X-Fern-Language": "JavaScript",
|
|
125
125
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
126
|
-
"X-Fern-SDK-Version": "0.
|
|
126
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
127
127
|
},
|
|
128
128
|
contentType: "application/json",
|
|
129
129
|
queryParameters: _queryParams,
|
|
@@ -182,7 +182,7 @@ class Notes {
|
|
|
182
182
|
: undefined,
|
|
183
183
|
"X-Fern-Language": "JavaScript",
|
|
184
184
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
185
|
-
"X-Fern-SDK-Version": "0.
|
|
185
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
186
186
|
},
|
|
187
187
|
contentType: "application/json",
|
|
188
188
|
queryParameters: _queryParams,
|
|
@@ -245,7 +245,7 @@ class Notes {
|
|
|
245
245
|
: undefined,
|
|
246
246
|
"X-Fern-Language": "JavaScript",
|
|
247
247
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
248
|
-
"X-Fern-SDK-Version": "0.
|
|
248
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
249
249
|
},
|
|
250
250
|
contentType: "application/json",
|
|
251
251
|
queryParameters: _queryParams,
|
|
@@ -296,7 +296,7 @@ class Notes {
|
|
|
296
296
|
: undefined,
|
|
297
297
|
"X-Fern-Language": "JavaScript",
|
|
298
298
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
299
|
-
"X-Fern-SDK-Version": "0.
|
|
299
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
300
300
|
},
|
|
301
301
|
contentType: "application/json",
|
|
302
302
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -363,7 +363,7 @@ class Notes {
|
|
|
363
363
|
: undefined,
|
|
364
364
|
"X-Fern-Language": "JavaScript",
|
|
365
365
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
366
|
-
"X-Fern-SDK-Version": "0.
|
|
366
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
367
367
|
},
|
|
368
368
|
contentType: "application/json",
|
|
369
369
|
queryParameters: _queryParams,
|