@apideck/unify 0.11.6 → 0.13.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/FUNCTIONS.md +4 -2
- package/README.md +100 -27
- package/docs/sdks/activities/README.md +8 -4
- package/docs/sdks/agedcreditors/README.md +113 -0
- package/docs/sdks/ageddebtors/README.md +113 -0
- package/docs/sdks/apideckcompanies/README.md +8 -4
- package/docs/sdks/apideckcustomers/README.md +8 -4
- package/docs/sdks/apideckdepartments/README.md +8 -4
- package/docs/sdks/apis/README.md +8 -4
- package/docs/sdks/applicants/README.md +8 -4
- package/docs/sdks/applications/README.md +8 -4
- package/docs/sdks/attachments/README.md +8 -4
- package/docs/sdks/billpayments/README.md +8 -4
- package/docs/sdks/bills/README.md +8 -4
- package/docs/sdks/collections/README.md +8 -4
- package/docs/sdks/collectiontags/README.md +8 -4
- package/docs/sdks/collectionticketcomments/README.md +16 -8
- package/docs/sdks/collectiontickets/README.md +8 -4
- package/docs/sdks/collectionusers/README.md +8 -4
- package/docs/sdks/companies/README.md +8 -4
- package/docs/sdks/connectors/README.md +8 -4
- package/docs/sdks/consumers/README.md +8 -4
- package/docs/sdks/contacts/README.md +8 -4
- package/docs/sdks/creditnotes/README.md +8 -4
- package/docs/sdks/customers/README.md +8 -4
- package/docs/sdks/departments/README.md +8 -4
- package/docs/sdks/drivegroups/README.md +8 -4
- package/docs/sdks/drives/README.md +8 -4
- package/docs/sdks/employees/README.md +8 -4
- package/docs/sdks/eventlogs/README.md +8 -4
- package/docs/sdks/expenses/README.md +8 -4
- package/docs/sdks/files/README.md +8 -4
- package/docs/sdks/invoiceitems/README.md +8 -4
- package/docs/sdks/invoices/README.md +8 -4
- package/docs/sdks/jobs/README.md +8 -4
- package/docs/sdks/journalentries/README.md +8 -4
- package/docs/sdks/leads/README.md +8 -4
- package/docs/sdks/ledgeraccounts/README.md +8 -4
- package/docs/sdks/locations/README.md +8 -4
- package/docs/sdks/logs/README.md +8 -4
- package/docs/sdks/messages/README.md +8 -4
- package/docs/sdks/notes/README.md +8 -4
- package/docs/sdks/opportunities/README.md +8 -4
- package/docs/sdks/orders/README.md +8 -4
- package/docs/sdks/payments/README.md +8 -4
- package/docs/sdks/pipelines/README.md +8 -4
- package/docs/sdks/products/README.md +8 -4
- package/docs/sdks/purchaseorders/README.md +8 -4
- package/docs/sdks/sharedlinks/README.md +8 -4
- package/docs/sdks/subsidiaries/README.md +8 -4
- package/docs/sdks/suppliers/README.md +8 -4
- package/docs/sdks/taxrates/README.md +8 -4
- package/docs/sdks/timeoffrequests/README.md +8 -4
- package/docs/sdks/trackingcategories/README.md +8 -4
- package/docs/sdks/users/README.md +8 -4
- package/docs/sdks/webhooks/README.md +8 -4
- package/funcs/accountingAgedCreditorsGet.d.ts +16 -0
- package/funcs/accountingAgedCreditorsGet.d.ts.map +1 -0
- package/funcs/accountingAgedCreditorsGet.js +121 -0
- package/funcs/accountingAgedCreditorsGet.js.map +1 -0
- package/funcs/accountingAgedDebtorsGet.d.ts +16 -0
- package/funcs/accountingAgedDebtorsGet.d.ts.map +1 -0
- package/funcs/accountingAgedDebtorsGet.js +121 -0
- package/funcs/accountingAgedDebtorsGet.js.map +1 -0
- package/funcs/accountingAttachmentsList.d.ts +4 -1
- package/funcs/accountingAttachmentsList.d.ts.map +1 -1
- package/funcs/accountingAttachmentsList.js +20 -6
- package/funcs/accountingAttachmentsList.js.map +1 -1
- package/funcs/accountingBillPaymentsList.d.ts +4 -1
- package/funcs/accountingBillPaymentsList.d.ts.map +1 -1
- package/funcs/accountingBillPaymentsList.js +20 -6
- package/funcs/accountingBillPaymentsList.js.map +1 -1
- package/funcs/accountingBillsList.d.ts +4 -1
- package/funcs/accountingBillsList.d.ts.map +1 -1
- package/funcs/accountingBillsList.js +20 -6
- package/funcs/accountingBillsList.js.map +1 -1
- package/funcs/accountingCreditNotesList.d.ts +4 -1
- package/funcs/accountingCreditNotesList.d.ts.map +1 -1
- package/funcs/accountingCreditNotesList.js +20 -6
- package/funcs/accountingCreditNotesList.js.map +1 -1
- package/funcs/accountingCustomersList.d.ts +4 -1
- package/funcs/accountingCustomersList.d.ts.map +1 -1
- package/funcs/accountingCustomersList.js +20 -6
- package/funcs/accountingCustomersList.js.map +1 -1
- package/funcs/accountingDepartmentsList.d.ts +4 -1
- package/funcs/accountingDepartmentsList.d.ts.map +1 -1
- package/funcs/accountingDepartmentsList.js +20 -6
- package/funcs/accountingDepartmentsList.js.map +1 -1
- package/funcs/accountingExpensesList.d.ts +4 -1
- package/funcs/accountingExpensesList.d.ts.map +1 -1
- package/funcs/accountingExpensesList.js +20 -6
- package/funcs/accountingExpensesList.js.map +1 -1
- package/funcs/accountingInvoiceItemsList.d.ts +4 -1
- package/funcs/accountingInvoiceItemsList.d.ts.map +1 -1
- package/funcs/accountingInvoiceItemsList.js +20 -6
- package/funcs/accountingInvoiceItemsList.js.map +1 -1
- package/funcs/accountingInvoicesList.d.ts +4 -1
- package/funcs/accountingInvoicesList.d.ts.map +1 -1
- package/funcs/accountingInvoicesList.js +20 -6
- package/funcs/accountingInvoicesList.js.map +1 -1
- package/funcs/accountingJournalEntriesList.d.ts +4 -1
- package/funcs/accountingJournalEntriesList.d.ts.map +1 -1
- package/funcs/accountingJournalEntriesList.js +20 -6
- package/funcs/accountingJournalEntriesList.js.map +1 -1
- package/funcs/accountingLedgerAccountsList.d.ts +4 -1
- package/funcs/accountingLedgerAccountsList.d.ts.map +1 -1
- package/funcs/accountingLedgerAccountsList.js +20 -6
- package/funcs/accountingLedgerAccountsList.js.map +1 -1
- package/funcs/accountingLocationsList.d.ts +4 -1
- package/funcs/accountingLocationsList.d.ts.map +1 -1
- package/funcs/accountingLocationsList.js +20 -6
- package/funcs/accountingLocationsList.js.map +1 -1
- package/funcs/accountingPaymentsList.d.ts +4 -1
- package/funcs/accountingPaymentsList.d.ts.map +1 -1
- package/funcs/accountingPaymentsList.js +20 -6
- package/funcs/accountingPaymentsList.js.map +1 -1
- package/funcs/accountingPurchaseOrdersList.d.ts +4 -1
- package/funcs/accountingPurchaseOrdersList.d.ts.map +1 -1
- package/funcs/accountingPurchaseOrdersList.js +20 -6
- package/funcs/accountingPurchaseOrdersList.js.map +1 -1
- package/funcs/accountingSubsidiariesList.d.ts +4 -1
- package/funcs/accountingSubsidiariesList.d.ts.map +1 -1
- package/funcs/accountingSubsidiariesList.js +20 -6
- package/funcs/accountingSubsidiariesList.js.map +1 -1
- package/funcs/accountingSuppliersList.d.ts +4 -1
- package/funcs/accountingSuppliersList.d.ts.map +1 -1
- package/funcs/accountingSuppliersList.js +20 -6
- package/funcs/accountingSuppliersList.js.map +1 -1
- package/funcs/accountingTaxRatesList.d.ts +4 -1
- package/funcs/accountingTaxRatesList.d.ts.map +1 -1
- package/funcs/accountingTaxRatesList.js +20 -6
- package/funcs/accountingTaxRatesList.js.map +1 -1
- package/funcs/accountingTrackingCategoriesList.d.ts +4 -1
- package/funcs/accountingTrackingCategoriesList.d.ts.map +1 -1
- package/funcs/accountingTrackingCategoriesList.js +20 -6
- package/funcs/accountingTrackingCategoriesList.js.map +1 -1
- package/funcs/atsApplicantsList.d.ts +4 -1
- package/funcs/atsApplicantsList.d.ts.map +1 -1
- package/funcs/atsApplicantsList.js +20 -6
- package/funcs/atsApplicantsList.js.map +1 -1
- package/funcs/atsApplicationsList.d.ts +4 -1
- package/funcs/atsApplicationsList.d.ts.map +1 -1
- package/funcs/atsApplicationsList.js +20 -6
- package/funcs/atsApplicationsList.js.map +1 -1
- package/funcs/atsJobsList.d.ts +4 -1
- package/funcs/atsJobsList.d.ts.map +1 -1
- package/funcs/atsJobsList.js +20 -6
- package/funcs/atsJobsList.js.map +1 -1
- package/funcs/connectorApisList.d.ts +4 -1
- package/funcs/connectorApisList.d.ts.map +1 -1
- package/funcs/connectorApisList.js +20 -6
- package/funcs/connectorApisList.js.map +1 -1
- package/funcs/connectorConnectorsList.d.ts +4 -1
- package/funcs/connectorConnectorsList.d.ts.map +1 -1
- package/funcs/connectorConnectorsList.js +20 -6
- package/funcs/connectorConnectorsList.js.map +1 -1
- package/funcs/crmActivitiesList.d.ts +4 -1
- package/funcs/crmActivitiesList.d.ts.map +1 -1
- package/funcs/crmActivitiesList.js +20 -6
- package/funcs/crmActivitiesList.js.map +1 -1
- package/funcs/crmCompaniesList.d.ts +4 -1
- package/funcs/crmCompaniesList.d.ts.map +1 -1
- package/funcs/crmCompaniesList.js +20 -6
- package/funcs/crmCompaniesList.js.map +1 -1
- package/funcs/crmContactsList.d.ts +4 -1
- package/funcs/crmContactsList.d.ts.map +1 -1
- package/funcs/crmContactsList.js +20 -6
- package/funcs/crmContactsList.js.map +1 -1
- package/funcs/crmLeadsList.d.ts +4 -1
- package/funcs/crmLeadsList.d.ts.map +1 -1
- package/funcs/crmLeadsList.js +20 -6
- package/funcs/crmLeadsList.js.map +1 -1
- package/funcs/crmNotesList.d.ts +4 -1
- package/funcs/crmNotesList.d.ts.map +1 -1
- package/funcs/crmNotesList.js +20 -6
- package/funcs/crmNotesList.js.map +1 -1
- package/funcs/crmOpportunitiesList.d.ts +4 -1
- package/funcs/crmOpportunitiesList.d.ts.map +1 -1
- package/funcs/crmOpportunitiesList.js +20 -6
- package/funcs/crmOpportunitiesList.js.map +1 -1
- package/funcs/crmPipelinesList.d.ts +4 -1
- package/funcs/crmPipelinesList.d.ts.map +1 -1
- package/funcs/crmPipelinesList.js +20 -6
- package/funcs/crmPipelinesList.js.map +1 -1
- package/funcs/crmUsersList.d.ts +4 -1
- package/funcs/crmUsersList.d.ts.map +1 -1
- package/funcs/crmUsersList.js +20 -6
- package/funcs/crmUsersList.js.map +1 -1
- package/funcs/ecommerceCustomersList.d.ts +4 -1
- package/funcs/ecommerceCustomersList.d.ts.map +1 -1
- package/funcs/ecommerceCustomersList.js +20 -6
- package/funcs/ecommerceCustomersList.js.map +1 -1
- package/funcs/ecommerceOrdersList.d.ts +4 -1
- package/funcs/ecommerceOrdersList.d.ts.map +1 -1
- package/funcs/ecommerceOrdersList.js +20 -6
- package/funcs/ecommerceOrdersList.js.map +1 -1
- package/funcs/ecommerceProductsList.d.ts +4 -1
- package/funcs/ecommerceProductsList.d.ts.map +1 -1
- package/funcs/ecommerceProductsList.js +20 -6
- package/funcs/ecommerceProductsList.js.map +1 -1
- package/funcs/fileStorageDriveGroupsList.d.ts +4 -1
- package/funcs/fileStorageDriveGroupsList.d.ts.map +1 -1
- package/funcs/fileStorageDriveGroupsList.js +20 -6
- package/funcs/fileStorageDriveGroupsList.js.map +1 -1
- package/funcs/fileStorageDrivesList.d.ts +4 -1
- package/funcs/fileStorageDrivesList.d.ts.map +1 -1
- package/funcs/fileStorageDrivesList.js +20 -6
- package/funcs/fileStorageDrivesList.js.map +1 -1
- package/funcs/fileStorageFilesList.d.ts +4 -1
- package/funcs/fileStorageFilesList.d.ts.map +1 -1
- package/funcs/fileStorageFilesList.js +20 -6
- package/funcs/fileStorageFilesList.js.map +1 -1
- package/funcs/fileStorageSharedLinksList.d.ts +4 -1
- package/funcs/fileStorageSharedLinksList.d.ts.map +1 -1
- package/funcs/fileStorageSharedLinksList.js +20 -6
- package/funcs/fileStorageSharedLinksList.js.map +1 -1
- package/funcs/hrisCompaniesList.d.ts +4 -1
- package/funcs/hrisCompaniesList.d.ts.map +1 -1
- package/funcs/hrisCompaniesList.js +20 -6
- package/funcs/hrisCompaniesList.js.map +1 -1
- package/funcs/hrisDepartmentsList.d.ts +4 -1
- package/funcs/hrisDepartmentsList.d.ts.map +1 -1
- package/funcs/hrisDepartmentsList.js +20 -6
- package/funcs/hrisDepartmentsList.js.map +1 -1
- package/funcs/hrisEmployeesList.d.ts +4 -1
- package/funcs/hrisEmployeesList.d.ts.map +1 -1
- package/funcs/hrisEmployeesList.js +20 -6
- package/funcs/hrisEmployeesList.js.map +1 -1
- package/funcs/hrisTimeOffRequestsList.d.ts +4 -1
- package/funcs/hrisTimeOffRequestsList.d.ts.map +1 -1
- package/funcs/hrisTimeOffRequestsList.js +20 -6
- package/funcs/hrisTimeOffRequestsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTagsList.d.ts +4 -1
- package/funcs/issueTrackingCollectionTagsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTagsList.js +20 -6
- package/funcs/issueTrackingCollectionTagsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsGet.d.ts +4 -1
- package/funcs/issueTrackingCollectionTicketCommentsGet.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsGet.js +20 -6
- package/funcs/issueTrackingCollectionTicketCommentsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsList.d.ts +4 -1
- package/funcs/issueTrackingCollectionTicketCommentsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsList.js +20 -6
- package/funcs/issueTrackingCollectionTicketCommentsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsList.d.ts +4 -1
- package/funcs/issueTrackingCollectionTicketsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionTicketsList.js +20 -6
- package/funcs/issueTrackingCollectionTicketsList.js.map +1 -1
- package/funcs/issueTrackingCollectionUsersList.d.ts +4 -1
- package/funcs/issueTrackingCollectionUsersList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionUsersList.js +20 -6
- package/funcs/issueTrackingCollectionUsersList.js.map +1 -1
- package/funcs/issueTrackingCollectionsList.d.ts +4 -1
- package/funcs/issueTrackingCollectionsList.d.ts.map +1 -1
- package/funcs/issueTrackingCollectionsList.js +20 -6
- package/funcs/issueTrackingCollectionsList.js.map +1 -1
- package/funcs/smsMessagesList.d.ts +4 -1
- package/funcs/smsMessagesList.d.ts.map +1 -1
- package/funcs/smsMessagesList.js +20 -6
- package/funcs/smsMessagesList.js.map +1 -1
- package/funcs/vaultConsumersList.d.ts +4 -1
- package/funcs/vaultConsumersList.d.ts.map +1 -1
- package/funcs/vaultConsumersList.js +20 -6
- package/funcs/vaultConsumersList.js.map +1 -1
- package/funcs/vaultLogsList.d.ts +4 -1
- package/funcs/vaultLogsList.d.ts.map +1 -1
- package/funcs/vaultLogsList.js +20 -6
- package/funcs/vaultLogsList.js.map +1 -1
- package/funcs/webhookEventLogsList.d.ts +4 -1
- package/funcs/webhookEventLogsList.d.ts.map +1 -1
- package/funcs/webhookEventLogsList.js +20 -6
- package/funcs/webhookEventLogsList.js.map +1 -1
- package/funcs/webhookWebhooksList.d.ts +4 -1
- package/funcs/webhookWebhooksList.d.ts.map +1 -1
- package/funcs/webhookWebhooksList.js +20 -6
- package/funcs/webhookWebhooksList.js.map +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/models/components/agedcreditors.d.ts +51 -0
- package/models/components/agedcreditors.d.ts.map +1 -0
- package/models/components/agedcreditors.js +86 -0
- package/models/components/agedcreditors.js.map +1 -0
- package/models/components/ageddebtors.d.ts +51 -0
- package/models/components/ageddebtors.d.ts.map +1 -0
- package/models/components/ageddebtors.js +86 -0
- package/models/components/ageddebtors.js.map +1 -0
- package/models/components/agedreportfilter.d.ts +47 -0
- package/models/components/agedreportfilter.d.ts.map +1 -0
- package/models/components/agedreportfilter.js +80 -0
- package/models/components/agedreportfilter.js.map +1 -0
- package/models/components/balancebyperiod.d.ts +46 -0
- package/models/components/balancebyperiod.d.ts.map +1 -0
- package/models/components/balancebyperiod.js +84 -0
- package/models/components/balancebyperiod.js.map +1 -0
- package/models/components/balancebytransaction.d.ts +99 -0
- package/models/components/balancebytransaction.d.ts.map +1 -0
- package/models/components/balancebytransaction.js +115 -0
- package/models/components/balancebytransaction.js.map +1 -0
- package/models/components/getagedcreditorsresponse.d.ts +58 -0
- package/models/components/getagedcreditorsresponse.d.ts.map +1 -0
- package/models/components/getagedcreditorsresponse.js +79 -0
- package/models/components/getagedcreditorsresponse.js.map +1 -0
- package/models/components/getageddebtorsresponse.d.ts +58 -0
- package/models/components/getageddebtorsresponse.d.ts.map +1 -0
- package/models/components/getageddebtorsresponse.js +79 -0
- package/models/components/getageddebtorsresponse.js.map +1 -0
- package/models/components/index.d.ts +9 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +9 -0
- package/models/components/index.js.map +1 -1
- package/models/components/outstandingbalance.d.ts +40 -0
- package/models/components/outstandingbalance.d.ts.map +1 -0
- package/models/components/outstandingbalance.js +77 -0
- package/models/components/outstandingbalance.js.map +1 -0
- package/models/components/outstandingbalancebycurrency.d.ts +36 -0
- package/models/components/outstandingbalancebycurrency.d.ts.map +1 -0
- package/models/components/outstandingbalancebycurrency.js +72 -0
- package/models/components/outstandingbalancebycurrency.js.map +1 -0
- package/models/operations/accountingagedcreditorsone.d.ts +125 -0
- package/models/operations/accountingagedcreditorsone.d.ts.map +1 -0
- package/models/operations/accountingagedcreditorsone.js +153 -0
- package/models/operations/accountingagedcreditorsone.js.map +1 -0
- package/models/operations/accountingageddebtorsone.d.ts +125 -0
- package/models/operations/accountingageddebtorsone.d.ts.map +1 -0
- package/models/operations/accountingageddebtorsone.js +153 -0
- package/models/operations/accountingageddebtorsone.js.map +1 -0
- package/models/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/accounting.d.ts +6 -0
- package/sdk/accounting.d.ts.map +1 -1
- package/sdk/accounting.js +10 -0
- package/sdk/accounting.js.map +1 -1
- package/sdk/activities.d.ts +4 -1
- package/sdk/activities.d.ts.map +1 -1
- package/sdk/activities.js +2 -1
- package/sdk/activities.js.map +1 -1
- package/sdk/agedcreditors.d.ts +12 -0
- package/sdk/agedcreditors.d.ts.map +1 -0
- package/sdk/agedcreditors.js +22 -0
- package/sdk/agedcreditors.js.map +1 -0
- package/sdk/ageddebtors.d.ts +12 -0
- package/sdk/ageddebtors.d.ts.map +1 -0
- package/sdk/ageddebtors.js +22 -0
- package/sdk/ageddebtors.js.map +1 -0
- package/sdk/apideckcompanies.d.ts +4 -1
- package/sdk/apideckcompanies.d.ts.map +1 -1
- package/sdk/apideckcompanies.js +2 -1
- package/sdk/apideckcompanies.js.map +1 -1
- package/sdk/apideckcustomers.d.ts +4 -1
- package/sdk/apideckcustomers.d.ts.map +1 -1
- package/sdk/apideckcustomers.js +2 -1
- package/sdk/apideckcustomers.js.map +1 -1
- package/sdk/apideckdepartments.d.ts +4 -1
- package/sdk/apideckdepartments.d.ts.map +1 -1
- package/sdk/apideckdepartments.js +2 -1
- package/sdk/apideckdepartments.js.map +1 -1
- package/sdk/apis.d.ts +4 -1
- package/sdk/apis.d.ts.map +1 -1
- package/sdk/apis.js +2 -1
- package/sdk/apis.js.map +1 -1
- package/sdk/applicants.d.ts +4 -1
- package/sdk/applicants.d.ts.map +1 -1
- package/sdk/applicants.js +2 -1
- package/sdk/applicants.js.map +1 -1
- package/sdk/applications.d.ts +4 -1
- package/sdk/applications.d.ts.map +1 -1
- package/sdk/applications.js +2 -1
- package/sdk/applications.js.map +1 -1
- package/sdk/attachments.d.ts +4 -1
- package/sdk/attachments.d.ts.map +1 -1
- package/sdk/attachments.js +2 -1
- package/sdk/attachments.js.map +1 -1
- package/sdk/billpayments.d.ts +4 -1
- package/sdk/billpayments.d.ts.map +1 -1
- package/sdk/billpayments.js +2 -1
- package/sdk/billpayments.js.map +1 -1
- package/sdk/bills.d.ts +4 -1
- package/sdk/bills.d.ts.map +1 -1
- package/sdk/bills.js +2 -1
- package/sdk/bills.js.map +1 -1
- package/sdk/collections.d.ts +4 -1
- package/sdk/collections.d.ts.map +1 -1
- package/sdk/collections.js +2 -1
- package/sdk/collections.js.map +1 -1
- package/sdk/collectiontags.d.ts +4 -1
- package/sdk/collectiontags.d.ts.map +1 -1
- package/sdk/collectiontags.js +2 -2
- package/sdk/collectiontags.js.map +1 -1
- package/sdk/collectionticketcomments.d.ts +7 -2
- package/sdk/collectionticketcomments.d.ts.map +1 -1
- package/sdk/collectionticketcomments.js +3 -2
- package/sdk/collectionticketcomments.js.map +1 -1
- package/sdk/collectiontickets.d.ts +4 -1
- package/sdk/collectiontickets.d.ts.map +1 -1
- package/sdk/collectiontickets.js +2 -1
- package/sdk/collectiontickets.js.map +1 -1
- package/sdk/collectionusers.d.ts +4 -1
- package/sdk/collectionusers.d.ts.map +1 -1
- package/sdk/collectionusers.js +2 -1
- package/sdk/collectionusers.js.map +1 -1
- package/sdk/companies.d.ts +4 -1
- package/sdk/companies.d.ts.map +1 -1
- package/sdk/companies.js +2 -1
- package/sdk/companies.js.map +1 -1
- package/sdk/connectors.d.ts +4 -1
- package/sdk/connectors.d.ts.map +1 -1
- package/sdk/connectors.js +2 -1
- package/sdk/connectors.js.map +1 -1
- package/sdk/consumers.d.ts +4 -1
- package/sdk/consumers.d.ts.map +1 -1
- package/sdk/consumers.js +2 -1
- package/sdk/consumers.js.map +1 -1
- package/sdk/contacts.d.ts +4 -1
- package/sdk/contacts.d.ts.map +1 -1
- package/sdk/contacts.js +2 -1
- package/sdk/contacts.js.map +1 -1
- package/sdk/creditnotes.d.ts +4 -1
- package/sdk/creditnotes.d.ts.map +1 -1
- package/sdk/creditnotes.js +2 -1
- package/sdk/creditnotes.js.map +1 -1
- package/sdk/customers.d.ts +4 -1
- package/sdk/customers.d.ts.map +1 -1
- package/sdk/customers.js +2 -1
- package/sdk/customers.js.map +1 -1
- package/sdk/departments.d.ts +4 -1
- package/sdk/departments.d.ts.map +1 -1
- package/sdk/departments.js +2 -1
- package/sdk/departments.js.map +1 -1
- package/sdk/drivegroups.d.ts +4 -1
- package/sdk/drivegroups.d.ts.map +1 -1
- package/sdk/drivegroups.js +2 -1
- package/sdk/drivegroups.js.map +1 -1
- package/sdk/drives.d.ts +4 -1
- package/sdk/drives.d.ts.map +1 -1
- package/sdk/drives.js +2 -1
- package/sdk/drives.js.map +1 -1
- package/sdk/employees.d.ts +4 -1
- package/sdk/employees.d.ts.map +1 -1
- package/sdk/employees.js +2 -1
- package/sdk/employees.js.map +1 -1
- package/sdk/eventlogs.d.ts +4 -1
- package/sdk/eventlogs.d.ts.map +1 -1
- package/sdk/eventlogs.js +2 -2
- package/sdk/eventlogs.js.map +1 -1
- package/sdk/expenses.d.ts +4 -1
- package/sdk/expenses.d.ts.map +1 -1
- package/sdk/expenses.js +2 -1
- package/sdk/expenses.js.map +1 -1
- package/sdk/files.d.ts +4 -1
- package/sdk/files.d.ts.map +1 -1
- package/sdk/files.js +2 -1
- package/sdk/files.js.map +1 -1
- package/sdk/invoiceitems.d.ts +4 -1
- package/sdk/invoiceitems.d.ts.map +1 -1
- package/sdk/invoiceitems.js +2 -1
- package/sdk/invoiceitems.js.map +1 -1
- package/sdk/invoices.d.ts +4 -1
- package/sdk/invoices.d.ts.map +1 -1
- package/sdk/invoices.js +2 -1
- package/sdk/invoices.js.map +1 -1
- package/sdk/jobs.d.ts +4 -1
- package/sdk/jobs.d.ts.map +1 -1
- package/sdk/jobs.js +2 -1
- package/sdk/jobs.js.map +1 -1
- package/sdk/journalentries.d.ts +4 -1
- package/sdk/journalentries.d.ts.map +1 -1
- package/sdk/journalentries.js +2 -1
- package/sdk/journalentries.js.map +1 -1
- package/sdk/leads.d.ts +4 -1
- package/sdk/leads.d.ts.map +1 -1
- package/sdk/leads.js +2 -1
- package/sdk/leads.js.map +1 -1
- package/sdk/ledgeraccounts.d.ts +4 -1
- package/sdk/ledgeraccounts.d.ts.map +1 -1
- package/sdk/ledgeraccounts.js +2 -1
- package/sdk/ledgeraccounts.js.map +1 -1
- package/sdk/locations.d.ts +4 -1
- package/sdk/locations.d.ts.map +1 -1
- package/sdk/locations.js +2 -1
- package/sdk/locations.js.map +1 -1
- package/sdk/logs.d.ts +4 -1
- package/sdk/logs.d.ts.map +1 -1
- package/sdk/logs.js +2 -2
- package/sdk/logs.js.map +1 -1
- package/sdk/messages.d.ts +4 -1
- package/sdk/messages.d.ts.map +1 -1
- package/sdk/messages.js +2 -1
- package/sdk/messages.js.map +1 -1
- package/sdk/notes.d.ts +4 -1
- package/sdk/notes.d.ts.map +1 -1
- package/sdk/notes.js +2 -1
- package/sdk/notes.js.map +1 -1
- package/sdk/opportunities.d.ts +4 -1
- package/sdk/opportunities.d.ts.map +1 -1
- package/sdk/opportunities.js +2 -1
- package/sdk/opportunities.js.map +1 -1
- package/sdk/orders.d.ts +4 -1
- package/sdk/orders.d.ts.map +1 -1
- package/sdk/orders.js +2 -1
- package/sdk/orders.js.map +1 -1
- package/sdk/payments.d.ts +4 -1
- package/sdk/payments.d.ts.map +1 -1
- package/sdk/payments.js +2 -1
- package/sdk/payments.js.map +1 -1
- package/sdk/pipelines.d.ts +4 -1
- package/sdk/pipelines.d.ts.map +1 -1
- package/sdk/pipelines.js +2 -1
- package/sdk/pipelines.js.map +1 -1
- package/sdk/products.d.ts +4 -1
- package/sdk/products.d.ts.map +1 -1
- package/sdk/products.js +2 -1
- package/sdk/products.js.map +1 -1
- package/sdk/purchaseorders.d.ts +4 -1
- package/sdk/purchaseorders.d.ts.map +1 -1
- package/sdk/purchaseorders.js +2 -1
- package/sdk/purchaseorders.js.map +1 -1
- package/sdk/sharedlinks.d.ts +4 -1
- package/sdk/sharedlinks.d.ts.map +1 -1
- package/sdk/sharedlinks.js +2 -1
- package/sdk/sharedlinks.js.map +1 -1
- package/sdk/subsidiaries.d.ts +4 -1
- package/sdk/subsidiaries.d.ts.map +1 -1
- package/sdk/subsidiaries.js +2 -1
- package/sdk/subsidiaries.js.map +1 -1
- package/sdk/suppliers.d.ts +4 -1
- package/sdk/suppliers.d.ts.map +1 -1
- package/sdk/suppliers.js +2 -1
- package/sdk/suppliers.js.map +1 -1
- package/sdk/taxrates.d.ts +4 -1
- package/sdk/taxrates.d.ts.map +1 -1
- package/sdk/taxrates.js +2 -1
- package/sdk/taxrates.js.map +1 -1
- package/sdk/timeoffrequests.d.ts +4 -1
- package/sdk/timeoffrequests.d.ts.map +1 -1
- package/sdk/timeoffrequests.js +2 -1
- package/sdk/timeoffrequests.js.map +1 -1
- package/sdk/trackingcategories.d.ts +4 -1
- package/sdk/trackingcategories.d.ts.map +1 -1
- package/sdk/trackingcategories.js +2 -1
- package/sdk/trackingcategories.js.map +1 -1
- package/sdk/users.d.ts +4 -1
- package/sdk/users.d.ts.map +1 -1
- package/sdk/users.js +2 -1
- package/sdk/users.js.map +1 -1
- package/sdk/webhooks.d.ts +4 -1
- package/sdk/webhooks.d.ts.map +1 -1
- package/sdk/webhooks.js +2 -1
- package/sdk/webhooks.js.map +1 -1
- package/src/funcs/accountingAgedCreditorsGet.ts +192 -0
- package/src/funcs/accountingAgedDebtorsGet.ts +192 -0
- package/src/funcs/accountingAttachmentsList.ts +71 -20
- package/src/funcs/accountingBillPaymentsList.ts +71 -20
- package/src/funcs/accountingBillsList.ts +71 -20
- package/src/funcs/accountingCreditNotesList.ts +71 -20
- package/src/funcs/accountingCustomersList.ts +71 -20
- package/src/funcs/accountingDepartmentsList.ts +71 -20
- package/src/funcs/accountingExpensesList.ts +71 -20
- package/src/funcs/accountingInvoiceItemsList.ts +71 -20
- package/src/funcs/accountingInvoicesList.ts +71 -20
- package/src/funcs/accountingJournalEntriesList.ts +71 -20
- package/src/funcs/accountingLedgerAccountsList.ts +71 -20
- package/src/funcs/accountingLocationsList.ts +71 -20
- package/src/funcs/accountingPaymentsList.ts +71 -20
- package/src/funcs/accountingPurchaseOrdersList.ts +71 -20
- package/src/funcs/accountingSubsidiariesList.ts +71 -20
- package/src/funcs/accountingSuppliersList.ts +71 -20
- package/src/funcs/accountingTaxRatesList.ts +71 -20
- package/src/funcs/accountingTrackingCategoriesList.ts +71 -20
- package/src/funcs/atsApplicantsList.ts +71 -20
- package/src/funcs/atsApplicationsList.ts +71 -20
- package/src/funcs/atsJobsList.ts +71 -20
- package/src/funcs/connectorApisList.ts +67 -18
- package/src/funcs/connectorConnectorsList.ts +67 -18
- package/src/funcs/crmActivitiesList.ts +71 -20
- package/src/funcs/crmCompaniesList.ts +71 -20
- package/src/funcs/crmContactsList.ts +71 -20
- package/src/funcs/crmLeadsList.ts +71 -20
- package/src/funcs/crmNotesList.ts +71 -20
- package/src/funcs/crmOpportunitiesList.ts +71 -20
- package/src/funcs/crmPipelinesList.ts +71 -20
- package/src/funcs/crmUsersList.ts +71 -20
- package/src/funcs/ecommerceCustomersList.ts +71 -20
- package/src/funcs/ecommerceOrdersList.ts +71 -20
- package/src/funcs/ecommerceProductsList.ts +71 -20
- package/src/funcs/fileStorageDriveGroupsList.ts +71 -20
- package/src/funcs/fileStorageDrivesList.ts +71 -20
- package/src/funcs/fileStorageFilesList.ts +71 -20
- package/src/funcs/fileStorageSharedLinksList.ts +71 -20
- package/src/funcs/hrisCompaniesList.ts +71 -20
- package/src/funcs/hrisDepartmentsList.ts +71 -20
- package/src/funcs/hrisEmployeesList.ts +71 -20
- package/src/funcs/hrisTimeOffRequestsList.ts +71 -20
- package/src/funcs/issueTrackingCollectionTagsList.ts +71 -20
- package/src/funcs/issueTrackingCollectionTicketCommentsGet.ts +71 -20
- package/src/funcs/issueTrackingCollectionTicketCommentsList.ts +71 -20
- package/src/funcs/issueTrackingCollectionTicketsList.ts +71 -20
- package/src/funcs/issueTrackingCollectionUsersList.ts +71 -20
- package/src/funcs/issueTrackingCollectionsList.ts +71 -20
- package/src/funcs/smsMessagesList.ts +71 -20
- package/src/funcs/vaultConsumersList.ts +71 -20
- package/src/funcs/vaultLogsList.ts +71 -20
- package/src/funcs/webhookEventLogsList.ts +71 -20
- package/src/funcs/webhookWebhooksList.ts +71 -20
- package/src/lib/config.ts +4 -4
- package/src/models/components/agedcreditors.ts +116 -0
- package/src/models/components/ageddebtors.ts +116 -0
- package/src/models/components/agedreportfilter.ts +105 -0
- package/src/models/components/balancebyperiod.ts +109 -0
- package/src/models/components/balancebytransaction.ts +162 -0
- package/src/models/components/getagedcreditorsresponse.ts +119 -0
- package/src/models/components/getageddebtorsresponse.ts +119 -0
- package/src/models/components/index.ts +9 -0
- package/src/models/components/outstandingbalance.ts +107 -0
- package/src/models/components/outstandingbalancebycurrency.ts +95 -0
- package/src/models/operations/accountingagedcreditorsone.ts +277 -0
- package/src/models/operations/accountingageddebtorsone.ts +273 -0
- package/src/models/operations/index.ts +2 -0
- package/src/sdk/accounting.ts +12 -0
- package/src/sdk/activities.ts +5 -2
- package/src/sdk/agedcreditors.ts +27 -0
- package/src/sdk/ageddebtors.ts +27 -0
- package/src/sdk/apideckcompanies.ts +5 -2
- package/src/sdk/apideckcustomers.ts +5 -2
- package/src/sdk/apideckdepartments.ts +5 -2
- package/src/sdk/apis.ts +5 -2
- package/src/sdk/applicants.ts +5 -2
- package/src/sdk/applications.ts +5 -2
- package/src/sdk/attachments.ts +8 -2
- package/src/sdk/billpayments.ts +8 -2
- package/src/sdk/bills.ts +5 -2
- package/src/sdk/collections.ts +8 -2
- package/src/sdk/collectiontags.ts +8 -3
- package/src/sdk/collectionticketcomments.ts +15 -4
- package/src/sdk/collectiontickets.ts +8 -2
- package/src/sdk/collectionusers.ts +8 -2
- package/src/sdk/companies.ts +5 -2
- package/src/sdk/connectors.ts +5 -2
- package/src/sdk/consumers.ts +5 -2
- package/src/sdk/contacts.ts +5 -2
- package/src/sdk/creditnotes.ts +8 -2
- package/src/sdk/customers.ts +5 -2
- package/src/sdk/departments.ts +8 -2
- package/src/sdk/drivegroups.ts +8 -2
- package/src/sdk/drives.ts +5 -2
- package/src/sdk/employees.ts +5 -2
- package/src/sdk/eventlogs.ts +5 -3
- package/src/sdk/expenses.ts +5 -2
- package/src/sdk/files.ts +5 -2
- package/src/sdk/invoiceitems.ts +8 -2
- package/src/sdk/invoices.ts +5 -2
- package/src/sdk/jobs.ts +3 -2
- package/src/sdk/journalentries.ts +8 -2
- package/src/sdk/leads.ts +3 -2
- package/src/sdk/ledgeraccounts.ts +8 -2
- package/src/sdk/locations.ts +5 -2
- package/src/sdk/logs.ts +5 -3
- package/src/sdk/messages.ts +5 -2
- package/src/sdk/notes.ts +3 -2
- package/src/sdk/opportunities.ts +5 -2
- package/src/sdk/orders.ts +5 -2
- package/src/sdk/payments.ts +5 -2
- package/src/sdk/pipelines.ts +5 -2
- package/src/sdk/products.ts +5 -2
- package/src/sdk/purchaseorders.ts +8 -2
- package/src/sdk/sharedlinks.ts +8 -2
- package/src/sdk/subsidiaries.ts +8 -2
- package/src/sdk/suppliers.ts +5 -2
- package/src/sdk/taxrates.ts +5 -2
- package/src/sdk/timeoffrequests.ts +5 -2
- package/src/sdk/trackingcategories.ts +8 -2
- package/src/sdk/users.ts +3 -2
- package/src/sdk/webhooks.ts +5 -2
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { accountingAgedCreditorsGet } from "../funcs/accountingAgedCreditorsGet.js";
|
|
6
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
|
+
import * as operations from "../models/operations/index.js";
|
|
8
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
9
|
+
|
|
10
|
+
export class AgedCreditors extends ClientSDK {
|
|
11
|
+
/**
|
|
12
|
+
* Get Aged Creditors
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* Get Aged Creditors
|
|
16
|
+
*/
|
|
17
|
+
async get(
|
|
18
|
+
request: operations.AccountingAgedCreditorsOneRequest,
|
|
19
|
+
options?: RequestOptions,
|
|
20
|
+
): Promise<operations.AccountingAgedCreditorsOneResponse> {
|
|
21
|
+
return unwrapAsync(accountingAgedCreditorsGet(
|
|
22
|
+
this,
|
|
23
|
+
request,
|
|
24
|
+
options,
|
|
25
|
+
));
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { accountingAgedDebtorsGet } from "../funcs/accountingAgedDebtorsGet.js";
|
|
6
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
|
+
import * as operations from "../models/operations/index.js";
|
|
8
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
9
|
+
|
|
10
|
+
export class AgedDebtors extends ClientSDK {
|
|
11
|
+
/**
|
|
12
|
+
* Get Aged Debtors
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* Get Aged Debtors
|
|
16
|
+
*/
|
|
17
|
+
async get(
|
|
18
|
+
request: operations.AccountingAgedDebtorsOneRequest,
|
|
19
|
+
options?: RequestOptions,
|
|
20
|
+
): Promise<operations.AccountingAgedDebtorsOneResponse> {
|
|
21
|
+
return unwrapAsync(accountingAgedDebtorsGet(
|
|
22
|
+
this,
|
|
23
|
+
request,
|
|
24
|
+
options,
|
|
25
|
+
));
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -10,6 +10,7 @@ import { hrisCompaniesUpdate } from "../funcs/hrisCompaniesUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class ApideckCompanies extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class ApideckCompanies extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.HrisCompaniesAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.HrisCompaniesAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(hrisCompaniesList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
|
@@ -7,6 +7,7 @@ import { ecommerceCustomersList } from "../funcs/ecommerceCustomersList.js";
|
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
10
11
|
|
|
11
12
|
export class ApideckCustomers extends ClientSDK {
|
|
12
13
|
/**
|
|
@@ -18,8 +19,10 @@ export class ApideckCustomers extends ClientSDK {
|
|
|
18
19
|
async list(
|
|
19
20
|
request: operations.EcommerceCustomersAllRequest,
|
|
20
21
|
options?: RequestOptions,
|
|
21
|
-
): Promise<
|
|
22
|
-
|
|
22
|
+
): Promise<
|
|
23
|
+
PageIterator<operations.EcommerceCustomersAllResponse, { cursor: string }>
|
|
24
|
+
> {
|
|
25
|
+
return unwrapResultIterator(ecommerceCustomersList(
|
|
23
26
|
this,
|
|
24
27
|
request,
|
|
25
28
|
options,
|
|
@@ -10,6 +10,7 @@ import { hrisDepartmentsUpdate } from "../funcs/hrisDepartmentsUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class ApideckDepartments extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class ApideckDepartments extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.HrisDepartmentsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.HrisDepartmentsAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(hrisDepartmentsList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/apis.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { connectorApisList } from "../funcs/connectorApisList.js";
|
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
10
11
|
|
|
11
12
|
export class Apis extends ClientSDK {
|
|
12
13
|
/**
|
|
@@ -18,8 +19,10 @@ export class Apis extends ClientSDK {
|
|
|
18
19
|
async list(
|
|
19
20
|
request: operations.ConnectorApisAllRequest,
|
|
20
21
|
options?: RequestOptions,
|
|
21
|
-
): Promise<
|
|
22
|
-
|
|
22
|
+
): Promise<
|
|
23
|
+
PageIterator<operations.ConnectorApisAllResponse, { cursor: string }>
|
|
24
|
+
> {
|
|
25
|
+
return unwrapResultIterator(connectorApisList(
|
|
23
26
|
this,
|
|
24
27
|
request,
|
|
25
28
|
options,
|
package/src/sdk/applicants.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { atsApplicantsUpdate } from "../funcs/atsApplicantsUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Applicants extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Applicants extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AtsApplicantsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.AtsApplicantsAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(atsApplicantsList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/applications.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { atsApplicationsUpdate } from "../funcs/atsApplicationsUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Applications extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Applications extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AtsApplicationsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.AtsApplicationsAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(atsApplicationsList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/attachments.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { accountingAttachmentsList } from "../funcs/accountingAttachmentsList.js
|
|
|
12
12
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
13
13
|
import * as operations from "../models/operations/index.js";
|
|
14
14
|
import { unwrapAsync } from "../types/fp.js";
|
|
15
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
15
16
|
|
|
16
17
|
export { DownloadAcceptEnum } from "../funcs/accountingAttachmentsDownload.js";
|
|
17
18
|
|
|
@@ -25,8 +26,13 @@ export class Attachments extends ClientSDK {
|
|
|
25
26
|
async list(
|
|
26
27
|
request: operations.AccountingAttachmentsAllRequest,
|
|
27
28
|
options?: RequestOptions,
|
|
28
|
-
): Promise<
|
|
29
|
-
|
|
29
|
+
): Promise<
|
|
30
|
+
PageIterator<
|
|
31
|
+
operations.AccountingAttachmentsAllResponse,
|
|
32
|
+
{ cursor: string }
|
|
33
|
+
>
|
|
34
|
+
> {
|
|
35
|
+
return unwrapResultIterator(accountingAttachmentsList(
|
|
30
36
|
this,
|
|
31
37
|
request,
|
|
32
38
|
options,
|
package/src/sdk/billpayments.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { accountingBillPaymentsUpdate } from "../funcs/accountingBillPaymentsUpd
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class BillPayments extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,13 @@ export class BillPayments extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AccountingBillPaymentsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<
|
|
27
|
+
operations.AccountingBillPaymentsAllResponse,
|
|
28
|
+
{ cursor: string }
|
|
29
|
+
>
|
|
30
|
+
> {
|
|
31
|
+
return unwrapResultIterator(accountingBillPaymentsList(
|
|
26
32
|
this,
|
|
27
33
|
request,
|
|
28
34
|
options,
|
package/src/sdk/bills.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { accountingBillsUpdate } from "../funcs/accountingBillsUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Bills extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Bills extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AccountingBillsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.AccountingBillsAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(accountingBillsList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/collections.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { issueTrackingCollectionsList } from "../funcs/issueTrackingCollectionsL
|
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
10
11
|
|
|
11
12
|
export class Collections extends ClientSDK {
|
|
12
13
|
/**
|
|
@@ -18,8 +19,13 @@ export class Collections extends ClientSDK {
|
|
|
18
19
|
async list(
|
|
19
20
|
request: operations.IssueTrackingCollectionsAllRequest,
|
|
20
21
|
options?: RequestOptions,
|
|
21
|
-
): Promise<
|
|
22
|
-
|
|
22
|
+
): Promise<
|
|
23
|
+
PageIterator<
|
|
24
|
+
operations.IssueTrackingCollectionsAllResponse,
|
|
25
|
+
{ cursor: string }
|
|
26
|
+
>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(issueTrackingCollectionsList(
|
|
23
29
|
this,
|
|
24
30
|
request,
|
|
25
31
|
options,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { issueTrackingCollectionTagsList } from "../funcs/issueTrackingCollectionTagsList.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as operations from "../models/operations/index.js";
|
|
8
|
-
import {
|
|
8
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
9
9
|
|
|
10
10
|
export class CollectionTags extends ClientSDK {
|
|
11
11
|
/**
|
|
@@ -17,8 +17,13 @@ export class CollectionTags extends ClientSDK {
|
|
|
17
17
|
async list(
|
|
18
18
|
request: operations.IssueTrackingCollectionTagsAllRequest,
|
|
19
19
|
options?: RequestOptions,
|
|
20
|
-
): Promise<
|
|
21
|
-
|
|
20
|
+
): Promise<
|
|
21
|
+
PageIterator<
|
|
22
|
+
operations.IssueTrackingCollectionTagsAllResponse,
|
|
23
|
+
{ cursor: string }
|
|
24
|
+
>
|
|
25
|
+
> {
|
|
26
|
+
return unwrapResultIterator(issueTrackingCollectionTagsList(
|
|
22
27
|
this,
|
|
23
28
|
request,
|
|
24
29
|
options,
|
|
@@ -10,6 +10,7 @@ import { issueTrackingCollectionTicketCommentsUpdate } from "../funcs/issueTrack
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class CollectionTicketComments extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,13 @@ export class CollectionTicketComments extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.IssueTrackingCollectionTicketCommentsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<
|
|
27
|
+
operations.IssueTrackingCollectionTicketCommentsAllResponse,
|
|
28
|
+
{ cursor: string }
|
|
29
|
+
>
|
|
30
|
+
> {
|
|
31
|
+
return unwrapResultIterator(issueTrackingCollectionTicketCommentsList(
|
|
26
32
|
this,
|
|
27
33
|
request,
|
|
28
34
|
options,
|
|
@@ -55,8 +61,13 @@ export class CollectionTicketComments extends ClientSDK {
|
|
|
55
61
|
async get(
|
|
56
62
|
request: operations.IssueTrackingCollectionTicketCommentsOneRequest,
|
|
57
63
|
options?: RequestOptions,
|
|
58
|
-
): Promise<
|
|
59
|
-
|
|
64
|
+
): Promise<
|
|
65
|
+
PageIterator<
|
|
66
|
+
operations.IssueTrackingCollectionTicketCommentsOneResponse,
|
|
67
|
+
{ cursor: string }
|
|
68
|
+
>
|
|
69
|
+
> {
|
|
70
|
+
return unwrapResultIterator(issueTrackingCollectionTicketCommentsGet(
|
|
60
71
|
this,
|
|
61
72
|
request,
|
|
62
73
|
options,
|
|
@@ -10,6 +10,7 @@ import { issueTrackingCollectionTicketsUpdate } from "../funcs/issueTrackingColl
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class CollectionTickets extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,13 @@ export class CollectionTickets extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.IssueTrackingCollectionTicketsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<
|
|
27
|
+
operations.IssueTrackingCollectionTicketsAllResponse,
|
|
28
|
+
{ cursor: string }
|
|
29
|
+
>
|
|
30
|
+
> {
|
|
31
|
+
return unwrapResultIterator(issueTrackingCollectionTicketsList(
|
|
26
32
|
this,
|
|
27
33
|
request,
|
|
28
34
|
options,
|
|
@@ -7,6 +7,7 @@ import { issueTrackingCollectionUsersList } from "../funcs/issueTrackingCollecti
|
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
10
11
|
|
|
11
12
|
export class CollectionUsers extends ClientSDK {
|
|
12
13
|
/**
|
|
@@ -18,8 +19,13 @@ export class CollectionUsers extends ClientSDK {
|
|
|
18
19
|
async list(
|
|
19
20
|
request: operations.IssueTrackingCollectionUsersAllRequest,
|
|
20
21
|
options?: RequestOptions,
|
|
21
|
-
): Promise<
|
|
22
|
-
|
|
22
|
+
): Promise<
|
|
23
|
+
PageIterator<
|
|
24
|
+
operations.IssueTrackingCollectionUsersAllResponse,
|
|
25
|
+
{ cursor: string }
|
|
26
|
+
>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(issueTrackingCollectionUsersList(
|
|
23
29
|
this,
|
|
24
30
|
request,
|
|
25
31
|
options,
|
package/src/sdk/companies.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { crmCompaniesUpdate } from "../funcs/crmCompaniesUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Companies extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Companies extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.CrmCompaniesAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.CrmCompaniesAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(crmCompaniesList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/connectors.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { connectorConnectorsList } from "../funcs/connectorConnectorsList.js";
|
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
10
11
|
|
|
11
12
|
export class Connectors extends ClientSDK {
|
|
12
13
|
/**
|
|
@@ -18,8 +19,10 @@ export class Connectors extends ClientSDK {
|
|
|
18
19
|
async list(
|
|
19
20
|
request: operations.ConnectorConnectorsAllRequest,
|
|
20
21
|
options?: RequestOptions,
|
|
21
|
-
): Promise<
|
|
22
|
-
|
|
22
|
+
): Promise<
|
|
23
|
+
PageIterator<operations.ConnectorConnectorsAllResponse, { cursor: string }>
|
|
24
|
+
> {
|
|
25
|
+
return unwrapResultIterator(connectorConnectorsList(
|
|
23
26
|
this,
|
|
24
27
|
request,
|
|
25
28
|
options,
|
package/src/sdk/consumers.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
|
11
11
|
import * as components from "../models/components/index.js";
|
|
12
12
|
import * as operations from "../models/operations/index.js";
|
|
13
13
|
import { unwrapAsync } from "../types/fp.js";
|
|
14
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
14
15
|
|
|
15
16
|
export class Consumers extends ClientSDK {
|
|
16
17
|
/**
|
|
@@ -39,8 +40,10 @@ export class Consumers extends ClientSDK {
|
|
|
39
40
|
async list(
|
|
40
41
|
request: operations.VaultConsumersAllRequest,
|
|
41
42
|
options?: RequestOptions,
|
|
42
|
-
): Promise<
|
|
43
|
-
|
|
43
|
+
): Promise<
|
|
44
|
+
PageIterator<operations.VaultConsumersAllResponse, { cursor: string }>
|
|
45
|
+
> {
|
|
46
|
+
return unwrapResultIterator(vaultConsumersList(
|
|
44
47
|
this,
|
|
45
48
|
request,
|
|
46
49
|
options,
|
package/src/sdk/contacts.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { crmContactsUpdate } from "../funcs/crmContactsUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Contacts extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Contacts extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.CrmContactsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.CrmContactsAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(crmContactsList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/creditnotes.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { accountingCreditNotesUpdate } from "../funcs/accountingCreditNotesUpdat
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class CreditNotes extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,13 @@ export class CreditNotes extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AccountingCreditNotesAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<
|
|
27
|
+
operations.AccountingCreditNotesAllResponse,
|
|
28
|
+
{ cursor: string }
|
|
29
|
+
>
|
|
30
|
+
> {
|
|
31
|
+
return unwrapResultIterator(accountingCreditNotesList(
|
|
26
32
|
this,
|
|
27
33
|
request,
|
|
28
34
|
options,
|
package/src/sdk/customers.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { accountingCustomersUpdate } from "../funcs/accountingCustomersUpdate.js
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Customers extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Customers extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AccountingCustomersAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.AccountingCustomersAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(accountingCustomersList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/departments.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { accountingDepartmentsUpdate } from "../funcs/accountingDepartmentsUpdat
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Departments extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,13 @@ export class Departments extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.AccountingDepartmentsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<
|
|
27
|
+
operations.AccountingDepartmentsAllResponse,
|
|
28
|
+
{ cursor: string }
|
|
29
|
+
>
|
|
30
|
+
> {
|
|
31
|
+
return unwrapResultIterator(accountingDepartmentsList(
|
|
26
32
|
this,
|
|
27
33
|
request,
|
|
28
34
|
options,
|
package/src/sdk/drivegroups.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { fileStorageDriveGroupsUpdate } from "../funcs/fileStorageDriveGroupsUpd
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class DriveGroups extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,13 @@ export class DriveGroups extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.FileStorageDriveGroupsAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<
|
|
27
|
+
operations.FileStorageDriveGroupsAllResponse,
|
|
28
|
+
{ cursor: string }
|
|
29
|
+
>
|
|
30
|
+
> {
|
|
31
|
+
return unwrapResultIterator(fileStorageDriveGroupsList(
|
|
26
32
|
this,
|
|
27
33
|
request,
|
|
28
34
|
options,
|
package/src/sdk/drives.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { fileStorageDrivesUpdate } from "../funcs/fileStorageDrivesUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Drives extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Drives extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.FileStorageDrivesAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.FileStorageDrivesAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(fileStorageDrivesList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/employees.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { hrisEmployeesUpdate } from "../funcs/hrisEmployeesUpdate.js";
|
|
|
10
10
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
11
11
|
import * as operations from "../models/operations/index.js";
|
|
12
12
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
13
14
|
|
|
14
15
|
export class Employees extends ClientSDK {
|
|
15
16
|
/**
|
|
@@ -21,8 +22,10 @@ export class Employees extends ClientSDK {
|
|
|
21
22
|
async list(
|
|
22
23
|
request: operations.HrisEmployeesAllRequest,
|
|
23
24
|
options?: RequestOptions,
|
|
24
|
-
): Promise<
|
|
25
|
-
|
|
25
|
+
): Promise<
|
|
26
|
+
PageIterator<operations.HrisEmployeesAllResponse, { cursor: string }>
|
|
27
|
+
> {
|
|
28
|
+
return unwrapResultIterator(hrisEmployeesList(
|
|
26
29
|
this,
|
|
27
30
|
request,
|
|
28
31
|
options,
|
package/src/sdk/eventlogs.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { webhookEventLogsList } from "../funcs/webhookEventLogsList.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as operations from "../models/operations/index.js";
|
|
8
|
-
import {
|
|
8
|
+
import { PageIterator, unwrapResultIterator } from "../types/operations.js";
|
|
9
9
|
|
|
10
10
|
export class EventLogs extends ClientSDK {
|
|
11
11
|
/**
|
|
@@ -17,8 +17,10 @@ export class EventLogs extends ClientSDK {
|
|
|
17
17
|
async list(
|
|
18
18
|
request: operations.WebhookEventLogsAllRequest,
|
|
19
19
|
options?: RequestOptions,
|
|
20
|
-
): Promise<
|
|
21
|
-
|
|
20
|
+
): Promise<
|
|
21
|
+
PageIterator<operations.WebhookEventLogsAllResponse, { cursor: string }>
|
|
22
|
+
> {
|
|
23
|
+
return unwrapResultIterator(webhookEventLogsList(
|
|
22
24
|
this,
|
|
23
25
|
request,
|
|
24
26
|
options,
|