@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
|
@@ -126,7 +126,7 @@ class TimeOff {
|
|
|
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 TimeOff {
|
|
|
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,
|
|
@@ -251,7 +251,7 @@ class TimeOff {
|
|
|
251
251
|
: undefined,
|
|
252
252
|
"X-Fern-Language": "JavaScript",
|
|
253
253
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
254
|
-
"X-Fern-SDK-Version": "0.
|
|
254
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
255
255
|
},
|
|
256
256
|
contentType: "application/json",
|
|
257
257
|
queryParameters: _queryParams,
|
|
@@ -302,7 +302,7 @@ class TimeOff {
|
|
|
302
302
|
: undefined,
|
|
303
303
|
"X-Fern-Language": "JavaScript",
|
|
304
304
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
305
|
-
"X-Fern-SDK-Version": "0.
|
|
305
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
306
306
|
},
|
|
307
307
|
contentType: "application/json",
|
|
308
308
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -109,7 +109,7 @@ class TimeOffBalances {
|
|
|
109
109
|
: undefined,
|
|
110
110
|
"X-Fern-Language": "JavaScript",
|
|
111
111
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
112
|
-
"X-Fern-SDK-Version": "0.
|
|
112
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
113
113
|
},
|
|
114
114
|
contentType: "application/json",
|
|
115
115
|
queryParameters: _queryParams,
|
|
@@ -174,7 +174,7 @@ class TimeOffBalances {
|
|
|
174
174
|
: undefined,
|
|
175
175
|
"X-Fern-Language": "JavaScript",
|
|
176
176
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
177
|
-
"X-Fern-SDK-Version": "0.
|
|
177
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
178
178
|
},
|
|
179
179
|
contentType: "application/json",
|
|
180
180
|
queryParameters: _queryParams,
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as Merge from "../../../../..";
|
|
7
|
+
export declare namespace TimesheetEntries {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.MergeEnvironment | string>;
|
|
10
|
+
apiKey: core.Supplier<core.BearerToken>;
|
|
11
|
+
accountToken?: core.Supplier<string | undefined>;
|
|
12
|
+
}
|
|
13
|
+
interface RequestOptions {
|
|
14
|
+
timeoutInSeconds?: number;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export declare class TimesheetEntries {
|
|
18
|
+
protected readonly _options: TimesheetEntries.Options;
|
|
19
|
+
constructor(_options: TimesheetEntries.Options);
|
|
20
|
+
/**
|
|
21
|
+
* Returns a list of `TimesheetEntry` objects.
|
|
22
|
+
*/
|
|
23
|
+
list(request?: Merge.hris.TimesheetEntriesListRequest, requestOptions?: TimesheetEntries.RequestOptions): Promise<Merge.hris.PaginatedTimesheetEntryList>;
|
|
24
|
+
/**
|
|
25
|
+
* Creates a `TimesheetEntry` object with the given values.
|
|
26
|
+
*/
|
|
27
|
+
create(request: Merge.hris.TimesheetEntryEndpointRequest, requestOptions?: TimesheetEntries.RequestOptions): Promise<Merge.hris.TimesheetEntryResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Returns a `TimesheetEntry` object with the given `id`.
|
|
30
|
+
*/
|
|
31
|
+
retrieve(id: string, request?: Merge.hris.TimesheetEntriesRetrieveRequest, requestOptions?: TimesheetEntries.RequestOptions): Promise<Merge.hris.TimesheetEntry>;
|
|
32
|
+
/**
|
|
33
|
+
* Returns metadata for `TimesheetEntry` POSTs.
|
|
34
|
+
*/
|
|
35
|
+
metaPostRetrieve(requestOptions?: TimesheetEntries.RequestOptions): Promise<Merge.hris.MetaResponse>;
|
|
36
|
+
protected _getAuthorizationHeader(): Promise<string>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
38
|
+
var t = {};
|
|
39
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
40
|
+
t[p] = s[p];
|
|
41
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
42
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
43
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
44
|
+
t[p[i]] = s[p[i]];
|
|
45
|
+
}
|
|
46
|
+
return t;
|
|
47
|
+
};
|
|
48
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
50
|
+
};
|
|
51
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
52
|
+
exports.TimesheetEntries = void 0;
|
|
53
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
54
|
+
const core = __importStar(require("../../../../../../core"));
|
|
55
|
+
const url_search_params_1 = __importDefault(require("@ungap/url-search-params"));
|
|
56
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
57
|
+
const serializers = __importStar(require("../../../../../../serialization"));
|
|
58
|
+
const errors = __importStar(require("../../../../../../errors"));
|
|
59
|
+
class TimesheetEntries {
|
|
60
|
+
constructor(_options) {
|
|
61
|
+
this._options = _options;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Returns a list of `TimesheetEntry` objects.
|
|
65
|
+
*/
|
|
66
|
+
list(request = {}, requestOptions) {
|
|
67
|
+
var _a;
|
|
68
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
69
|
+
const { createdAfter, createdBefore, cursor, employeeId, endedAfter, endedBefore, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, orderBy, pageSize, remoteId, startedAfter, startedBefore, } = request;
|
|
70
|
+
const _queryParams = new url_search_params_1.default();
|
|
71
|
+
if (createdAfter != null) {
|
|
72
|
+
_queryParams.append("created_after", createdAfter.toISOString());
|
|
73
|
+
}
|
|
74
|
+
if (createdBefore != null) {
|
|
75
|
+
_queryParams.append("created_before", createdBefore.toISOString());
|
|
76
|
+
}
|
|
77
|
+
if (cursor != null) {
|
|
78
|
+
_queryParams.append("cursor", cursor);
|
|
79
|
+
}
|
|
80
|
+
if (employeeId != null) {
|
|
81
|
+
_queryParams.append("employee_id", employeeId);
|
|
82
|
+
}
|
|
83
|
+
if (endedAfter != null) {
|
|
84
|
+
_queryParams.append("ended_after", endedAfter);
|
|
85
|
+
}
|
|
86
|
+
if (endedBefore != null) {
|
|
87
|
+
_queryParams.append("ended_before", endedBefore);
|
|
88
|
+
}
|
|
89
|
+
if (includeDeletedData != null) {
|
|
90
|
+
_queryParams.append("include_deleted_data", includeDeletedData.toString());
|
|
91
|
+
}
|
|
92
|
+
if (includeRemoteData != null) {
|
|
93
|
+
_queryParams.append("include_remote_data", includeRemoteData.toString());
|
|
94
|
+
}
|
|
95
|
+
if (modifiedAfter != null) {
|
|
96
|
+
_queryParams.append("modified_after", modifiedAfter.toISOString());
|
|
97
|
+
}
|
|
98
|
+
if (modifiedBefore != null) {
|
|
99
|
+
_queryParams.append("modified_before", modifiedBefore.toISOString());
|
|
100
|
+
}
|
|
101
|
+
if (orderBy != null) {
|
|
102
|
+
_queryParams.append("order_by", orderBy);
|
|
103
|
+
}
|
|
104
|
+
if (pageSize != null) {
|
|
105
|
+
_queryParams.append("page_size", pageSize.toString());
|
|
106
|
+
}
|
|
107
|
+
if (remoteId != null) {
|
|
108
|
+
_queryParams.append("remote_id", remoteId);
|
|
109
|
+
}
|
|
110
|
+
if (startedAfter != null) {
|
|
111
|
+
_queryParams.append("started_after", startedAfter);
|
|
112
|
+
}
|
|
113
|
+
if (startedBefore != null) {
|
|
114
|
+
_queryParams.append("started_before", startedBefore);
|
|
115
|
+
}
|
|
116
|
+
const _response = yield core.fetcher({
|
|
117
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "api/hris/v1/timesheet-entries"),
|
|
118
|
+
method: "GET",
|
|
119
|
+
headers: {
|
|
120
|
+
Authorization: yield this._getAuthorizationHeader(),
|
|
121
|
+
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
122
|
+
? yield core.Supplier.get(this._options.accountToken)
|
|
123
|
+
: undefined,
|
|
124
|
+
"X-Fern-Language": "JavaScript",
|
|
125
|
+
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
126
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
127
|
+
},
|
|
128
|
+
contentType: "application/json",
|
|
129
|
+
queryParameters: _queryParams,
|
|
130
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
131
|
+
});
|
|
132
|
+
if (_response.ok) {
|
|
133
|
+
return yield serializers.hris.PaginatedTimesheetEntryList.parseOrThrow(_response.body, {
|
|
134
|
+
unrecognizedObjectKeys: "passthrough",
|
|
135
|
+
allowUnrecognizedUnionMembers: true,
|
|
136
|
+
allowUnrecognizedEnumValues: true,
|
|
137
|
+
breadcrumbsPrefix: ["response"],
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
if (_response.error.reason === "status-code") {
|
|
141
|
+
throw new errors.MergeError({
|
|
142
|
+
statusCode: _response.error.statusCode,
|
|
143
|
+
body: _response.error.body,
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
switch (_response.error.reason) {
|
|
147
|
+
case "non-json":
|
|
148
|
+
throw new errors.MergeError({
|
|
149
|
+
statusCode: _response.error.statusCode,
|
|
150
|
+
body: _response.error.rawBody,
|
|
151
|
+
});
|
|
152
|
+
case "timeout":
|
|
153
|
+
throw new errors.MergeTimeoutError();
|
|
154
|
+
case "unknown":
|
|
155
|
+
throw new errors.MergeError({
|
|
156
|
+
message: _response.error.errorMessage,
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Creates a `TimesheetEntry` object with the given values.
|
|
163
|
+
*/
|
|
164
|
+
create(request, requestOptions) {
|
|
165
|
+
var _a;
|
|
166
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
167
|
+
const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
|
|
168
|
+
const _queryParams = new url_search_params_1.default();
|
|
169
|
+
if (isDebugMode != null) {
|
|
170
|
+
_queryParams.append("is_debug_mode", isDebugMode.toString());
|
|
171
|
+
}
|
|
172
|
+
if (runAsync != null) {
|
|
173
|
+
_queryParams.append("run_async", runAsync.toString());
|
|
174
|
+
}
|
|
175
|
+
const _response = yield core.fetcher({
|
|
176
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "api/hris/v1/timesheet-entries"),
|
|
177
|
+
method: "POST",
|
|
178
|
+
headers: {
|
|
179
|
+
Authorization: yield this._getAuthorizationHeader(),
|
|
180
|
+
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
181
|
+
? yield core.Supplier.get(this._options.accountToken)
|
|
182
|
+
: undefined,
|
|
183
|
+
"X-Fern-Language": "JavaScript",
|
|
184
|
+
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
185
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
186
|
+
},
|
|
187
|
+
contentType: "application/json",
|
|
188
|
+
queryParameters: _queryParams,
|
|
189
|
+
body: yield serializers.hris.TimesheetEntryEndpointRequest.jsonOrThrow(_body, {
|
|
190
|
+
unrecognizedObjectKeys: "strip",
|
|
191
|
+
}),
|
|
192
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
193
|
+
});
|
|
194
|
+
if (_response.ok) {
|
|
195
|
+
return yield serializers.hris.TimesheetEntryResponse.parseOrThrow(_response.body, {
|
|
196
|
+
unrecognizedObjectKeys: "passthrough",
|
|
197
|
+
allowUnrecognizedUnionMembers: true,
|
|
198
|
+
allowUnrecognizedEnumValues: true,
|
|
199
|
+
breadcrumbsPrefix: ["response"],
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
if (_response.error.reason === "status-code") {
|
|
203
|
+
throw new errors.MergeError({
|
|
204
|
+
statusCode: _response.error.statusCode,
|
|
205
|
+
body: _response.error.body,
|
|
206
|
+
});
|
|
207
|
+
}
|
|
208
|
+
switch (_response.error.reason) {
|
|
209
|
+
case "non-json":
|
|
210
|
+
throw new errors.MergeError({
|
|
211
|
+
statusCode: _response.error.statusCode,
|
|
212
|
+
body: _response.error.rawBody,
|
|
213
|
+
});
|
|
214
|
+
case "timeout":
|
|
215
|
+
throw new errors.MergeTimeoutError();
|
|
216
|
+
case "unknown":
|
|
217
|
+
throw new errors.MergeError({
|
|
218
|
+
message: _response.error.errorMessage,
|
|
219
|
+
});
|
|
220
|
+
}
|
|
221
|
+
});
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Returns a `TimesheetEntry` object with the given `id`.
|
|
225
|
+
*/
|
|
226
|
+
retrieve(id, request = {}, requestOptions) {
|
|
227
|
+
var _a;
|
|
228
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
229
|
+
const { includeRemoteData } = request;
|
|
230
|
+
const _queryParams = new url_search_params_1.default();
|
|
231
|
+
if (includeRemoteData != null) {
|
|
232
|
+
_queryParams.append("include_remote_data", includeRemoteData.toString());
|
|
233
|
+
}
|
|
234
|
+
const _response = yield core.fetcher({
|
|
235
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `api/hris/v1/timesheet-entries/${id}`),
|
|
236
|
+
method: "GET",
|
|
237
|
+
headers: {
|
|
238
|
+
Authorization: yield this._getAuthorizationHeader(),
|
|
239
|
+
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
240
|
+
? yield core.Supplier.get(this._options.accountToken)
|
|
241
|
+
: undefined,
|
|
242
|
+
"X-Fern-Language": "JavaScript",
|
|
243
|
+
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
244
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
245
|
+
},
|
|
246
|
+
contentType: "application/json",
|
|
247
|
+
queryParameters: _queryParams,
|
|
248
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
249
|
+
});
|
|
250
|
+
if (_response.ok) {
|
|
251
|
+
return yield serializers.hris.TimesheetEntry.parseOrThrow(_response.body, {
|
|
252
|
+
unrecognizedObjectKeys: "passthrough",
|
|
253
|
+
allowUnrecognizedUnionMembers: true,
|
|
254
|
+
allowUnrecognizedEnumValues: true,
|
|
255
|
+
breadcrumbsPrefix: ["response"],
|
|
256
|
+
});
|
|
257
|
+
}
|
|
258
|
+
if (_response.error.reason === "status-code") {
|
|
259
|
+
throw new errors.MergeError({
|
|
260
|
+
statusCode: _response.error.statusCode,
|
|
261
|
+
body: _response.error.body,
|
|
262
|
+
});
|
|
263
|
+
}
|
|
264
|
+
switch (_response.error.reason) {
|
|
265
|
+
case "non-json":
|
|
266
|
+
throw new errors.MergeError({
|
|
267
|
+
statusCode: _response.error.statusCode,
|
|
268
|
+
body: _response.error.rawBody,
|
|
269
|
+
});
|
|
270
|
+
case "timeout":
|
|
271
|
+
throw new errors.MergeTimeoutError();
|
|
272
|
+
case "unknown":
|
|
273
|
+
throw new errors.MergeError({
|
|
274
|
+
message: _response.error.errorMessage,
|
|
275
|
+
});
|
|
276
|
+
}
|
|
277
|
+
});
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Returns metadata for `TimesheetEntry` POSTs.
|
|
281
|
+
*/
|
|
282
|
+
metaPostRetrieve(requestOptions) {
|
|
283
|
+
var _a;
|
|
284
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
285
|
+
const _response = yield core.fetcher({
|
|
286
|
+
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "api/hris/v1/timesheet-entries/meta/post"),
|
|
287
|
+
method: "GET",
|
|
288
|
+
headers: {
|
|
289
|
+
Authorization: yield this._getAuthorizationHeader(),
|
|
290
|
+
"X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
|
|
291
|
+
? yield core.Supplier.get(this._options.accountToken)
|
|
292
|
+
: undefined,
|
|
293
|
+
"X-Fern-Language": "JavaScript",
|
|
294
|
+
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
295
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
296
|
+
},
|
|
297
|
+
contentType: "application/json",
|
|
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.hris.MetaResponse.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
|
+
_getAuthorizationHeader() {
|
|
330
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
331
|
+
return `Bearer ${yield core.Supplier.get(this._options.apiKey)}`;
|
|
332
|
+
});
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
exports.TimesheetEntries = TimesheetEntries;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../../../..";
|
|
5
|
+
export interface TimesheetEntriesListRequest {
|
|
6
|
+
/**
|
|
7
|
+
* If provided, will only return objects created after this datetime.
|
|
8
|
+
*/
|
|
9
|
+
createdAfter?: Date;
|
|
10
|
+
/**
|
|
11
|
+
* If provided, will only return objects created before this datetime.
|
|
12
|
+
*/
|
|
13
|
+
createdBefore?: Date;
|
|
14
|
+
/**
|
|
15
|
+
* The pagination cursor value.
|
|
16
|
+
*/
|
|
17
|
+
cursor?: string;
|
|
18
|
+
/**
|
|
19
|
+
* If provided, will only return employee payroll runs for this employee.
|
|
20
|
+
*/
|
|
21
|
+
employeeId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* If provided, will only return employee payroll runs ended after this datetime.
|
|
24
|
+
*/
|
|
25
|
+
endedAfter?: string;
|
|
26
|
+
/**
|
|
27
|
+
* If provided, will only return employee payroll runs ended before this datetime.
|
|
28
|
+
*/
|
|
29
|
+
endedBefore?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Whether to include data that was marked as deleted by third party webhooks.
|
|
32
|
+
*/
|
|
33
|
+
includeDeletedData?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
36
|
+
*/
|
|
37
|
+
includeRemoteData?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* If provided, only objects synced by Merge after this date time will be returned.
|
|
40
|
+
*/
|
|
41
|
+
modifiedAfter?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* If provided, only objects synced by Merge before this date time will be returned.
|
|
44
|
+
*/
|
|
45
|
+
modifiedBefore?: Date;
|
|
46
|
+
/**
|
|
47
|
+
* Overrides the default ordering for this endpoint. Possible values include: start_time, -start_time.
|
|
48
|
+
*/
|
|
49
|
+
orderBy?: Merge.hris.TimesheetEntriesListRequestOrderBy;
|
|
50
|
+
/**
|
|
51
|
+
* Number of results to return per page.
|
|
52
|
+
*/
|
|
53
|
+
pageSize?: number;
|
|
54
|
+
/**
|
|
55
|
+
* The API provider's ID for the given object.
|
|
56
|
+
*/
|
|
57
|
+
remoteId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* If provided, will only return employee payroll runs started after this datetime.
|
|
60
|
+
*/
|
|
61
|
+
startedAfter?: string;
|
|
62
|
+
/**
|
|
63
|
+
* If provided, will only return employee payroll runs started before this datetime.
|
|
64
|
+
*/
|
|
65
|
+
startedBefore?: string;
|
|
66
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface TimesheetEntriesRetrieveRequest {
|
|
5
|
+
/**
|
|
6
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
7
|
+
*/
|
|
8
|
+
includeRemoteData?: boolean;
|
|
9
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Merge from "../../../../../..";
|
|
5
|
-
export interface
|
|
5
|
+
export interface TimesheetEntryEndpointRequest {
|
|
6
6
|
/**
|
|
7
7
|
* Whether to include debug fields (such as log file links) in the response.
|
|
8
8
|
*/
|
|
@@ -11,5 +11,5 @@ export interface PatchedCrmCustomObjectEndpointRequest {
|
|
|
11
11
|
* Whether or not third-party updates should be run asynchronously.
|
|
12
12
|
*/
|
|
13
13
|
runAsync?: boolean;
|
|
14
|
-
model: Merge.
|
|
14
|
+
model: Merge.hris.TimesheetEntryRequest;
|
|
15
15
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -64,7 +64,7 @@ class WebhookReceivers {
|
|
|
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,
|
|
@@ -114,7 +114,7 @@ class WebhookReceivers {
|
|
|
114
114
|
: undefined,
|
|
115
115
|
"X-Fern-Language": "JavaScript",
|
|
116
116
|
"X-Fern-SDK-Name": "@mergeapi/merge-node-client",
|
|
117
|
-
"X-Fern-SDK-Version": "0.
|
|
117
|
+
"X-Fern-SDK-Version": "1.0.0",
|
|
118
118
|
},
|
|
119
119
|
contentType: "application/json",
|
|
120
120
|
body: yield serializers.hris.WebhookReceiverRequest.jsonOrThrow(request, {
|
package/api/resources/hris/resources/webhookReceivers/client/requests/WebhookReceiverRequest.d.ts
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export interface WebhookReceiverRequest {
|
|
5
|
-
/** <span style="white-space: nowrap">`non-empty`</span> */
|
|
6
5
|
event: string;
|
|
7
6
|
isActive: boolean;
|
|
8
|
-
/** <span style="white-space: nowrap">`non-empty`</span> */
|
|
9
7
|
key?: string;
|
|
10
8
|
}
|
|
@@ -11,11 +11,13 @@ export interface AccountIntegration {
|
|
|
11
11
|
image?: string;
|
|
12
12
|
/** Company logo in square shape. <b>Upload an image with a white background.</b> */
|
|
13
13
|
squareImage?: string;
|
|
14
|
-
/** The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b>
|
|
14
|
+
/** The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b> */
|
|
15
15
|
color?: string;
|
|
16
16
|
slug?: string;
|
|
17
17
|
/** If checked, this integration will not appear in the linking flow, and will appear elsewhere with a Beta tag. */
|
|
18
18
|
isInBeta?: boolean;
|
|
19
19
|
/** Mapping of API endpoints to documentation urls for support. Example: {'GET': [['/common-model-scopes', 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions', 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']], 'POST': []} */
|
|
20
20
|
apiEndpointsToDocumentationUrls?: Record<string, unknown>;
|
|
21
|
+
/** Setup guide URL for third party webhook creation. Exposed in Merge Docs. */
|
|
22
|
+
webhookSetupGuideUrl?: string;
|
|
21
23
|
}
|