@apideck/unify 0.29.8 → 0.30.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/README.md +28 -39
- package/RUNTIMES.md +6 -6
- package/docs/sdks/bankaccounts/README.md +564 -0
- package/docs/sdks/projects/README.md +834 -0
- package/docs/sdks/quotes/README.md +8 -0
- package/examples/accountingTaxRatesList.example.ts +1 -1
- package/examples/package-lock.json +1 -1
- package/funcs/accountingAgedCreditorsGet.js +2 -2
- package/funcs/accountingAgedCreditorsGet.js.map +1 -1
- package/funcs/accountingAgedDebtorsGet.js +2 -2
- package/funcs/accountingAgedDebtorsGet.js.map +1 -1
- package/funcs/accountingAttachmentsDelete.js +2 -2
- package/funcs/accountingAttachmentsDelete.js.map +1 -1
- package/funcs/accountingAttachmentsDownload.js +2 -2
- package/funcs/accountingAttachmentsDownload.js.map +1 -1
- package/funcs/accountingAttachmentsGet.js +2 -2
- package/funcs/accountingAttachmentsGet.js.map +1 -1
- package/funcs/accountingAttachmentsList.js +2 -2
- package/funcs/accountingAttachmentsList.js.map +1 -1
- package/funcs/accountingAttachmentsUpload.js +2 -2
- package/funcs/accountingAttachmentsUpload.js.map +1 -1
- package/funcs/accountingBalanceSheetGet.js +2 -2
- package/funcs/accountingBalanceSheetGet.js.map +1 -1
- package/funcs/accountingBankAccountsCreate.d.ts +18 -0
- package/funcs/accountingBankAccountsCreate.d.ts.map +1 -0
- package/funcs/accountingBankAccountsCreate.js +139 -0
- package/funcs/accountingBankAccountsCreate.js.map +1 -0
- package/funcs/accountingBankAccountsDelete.d.ts +18 -0
- package/funcs/accountingBankAccountsDelete.d.ts.map +1 -0
- package/funcs/accountingBankAccountsDelete.js +142 -0
- package/funcs/accountingBankAccountsDelete.js.map +1 -0
- package/funcs/accountingBankAccountsGet.d.ts +18 -0
- package/funcs/accountingBankAccountsGet.d.ts.map +1 -0
- package/funcs/accountingBankAccountsGet.js +143 -0
- package/funcs/accountingBankAccountsGet.js.map +1 -0
- package/funcs/accountingBankAccountsList.d.ts +21 -0
- package/funcs/accountingBankAccountsList.d.ts.map +1 -0
- package/funcs/accountingBankAccountsList.js +168 -0
- package/funcs/accountingBankAccountsList.js.map +1 -0
- package/funcs/accountingBankAccountsUpdate.d.ts +18 -0
- package/funcs/accountingBankAccountsUpdate.d.ts.map +1 -0
- package/funcs/accountingBankAccountsUpdate.js +145 -0
- package/funcs/accountingBankAccountsUpdate.js.map +1 -0
- package/funcs/accountingBankFeedAccountsCreate.js +2 -2
- package/funcs/accountingBankFeedAccountsCreate.js.map +1 -1
- package/funcs/accountingBankFeedAccountsDelete.js +2 -2
- package/funcs/accountingBankFeedAccountsDelete.js.map +1 -1
- package/funcs/accountingBankFeedAccountsGet.js +2 -2
- package/funcs/accountingBankFeedAccountsGet.js.map +1 -1
- package/funcs/accountingBankFeedAccountsList.js +2 -2
- package/funcs/accountingBankFeedAccountsList.js.map +1 -1
- package/funcs/accountingBankFeedAccountsUpdate.js +2 -2
- package/funcs/accountingBankFeedAccountsUpdate.js.map +1 -1
- package/funcs/accountingBankFeedStatementsCreate.js +2 -2
- package/funcs/accountingBankFeedStatementsCreate.js.map +1 -1
- package/funcs/accountingBankFeedStatementsDelete.js +2 -2
- package/funcs/accountingBankFeedStatementsDelete.js.map +1 -1
- package/funcs/accountingBankFeedStatementsGet.js +2 -2
- package/funcs/accountingBankFeedStatementsGet.js.map +1 -1
- package/funcs/accountingBankFeedStatementsList.js +2 -2
- package/funcs/accountingBankFeedStatementsList.js.map +1 -1
- package/funcs/accountingBankFeedStatementsUpdate.js +2 -2
- package/funcs/accountingBankFeedStatementsUpdate.js.map +1 -1
- package/funcs/accountingBillPaymentsCreate.js +2 -2
- package/funcs/accountingBillPaymentsCreate.js.map +1 -1
- package/funcs/accountingBillPaymentsDelete.js +2 -2
- package/funcs/accountingBillPaymentsDelete.js.map +1 -1
- package/funcs/accountingBillPaymentsGet.js +2 -2
- package/funcs/accountingBillPaymentsGet.js.map +1 -1
- package/funcs/accountingBillPaymentsList.js +2 -2
- package/funcs/accountingBillPaymentsList.js.map +1 -1
- package/funcs/accountingBillPaymentsUpdate.js +2 -2
- package/funcs/accountingBillPaymentsUpdate.js.map +1 -1
- package/funcs/accountingBillsCreate.js +2 -2
- package/funcs/accountingBillsCreate.js.map +1 -1
- package/funcs/accountingBillsDelete.js +2 -2
- package/funcs/accountingBillsDelete.js.map +1 -1
- package/funcs/accountingBillsGet.js +2 -2
- package/funcs/accountingBillsGet.js.map +1 -1
- package/funcs/accountingBillsList.js +2 -2
- package/funcs/accountingBillsList.js.map +1 -1
- package/funcs/accountingBillsUpdate.js +2 -2
- package/funcs/accountingBillsUpdate.js.map +1 -1
- package/funcs/accountingCategoriesGet.js +2 -2
- package/funcs/accountingCategoriesGet.js.map +1 -1
- package/funcs/accountingCategoriesList.js +2 -2
- package/funcs/accountingCategoriesList.js.map +1 -1
- package/funcs/accountingCompanyInfoGet.js +2 -2
- package/funcs/accountingCompanyInfoGet.js.map +1 -1
- package/funcs/accountingCreditNotesCreate.js +2 -2
- package/funcs/accountingCreditNotesCreate.js.map +1 -1
- package/funcs/accountingCreditNotesDelete.js +2 -2
- package/funcs/accountingCreditNotesDelete.js.map +1 -1
- package/funcs/accountingCreditNotesGet.js +2 -2
- package/funcs/accountingCreditNotesGet.js.map +1 -1
- package/funcs/accountingCreditNotesList.js +2 -2
- package/funcs/accountingCreditNotesList.js.map +1 -1
- package/funcs/accountingCreditNotesUpdate.js +2 -2
- package/funcs/accountingCreditNotesUpdate.js.map +1 -1
- package/funcs/accountingCustomersCreate.js +2 -2
- package/funcs/accountingCustomersCreate.js.map +1 -1
- package/funcs/accountingCustomersDelete.js +2 -2
- package/funcs/accountingCustomersDelete.js.map +1 -1
- package/funcs/accountingCustomersGet.js +2 -2
- package/funcs/accountingCustomersGet.js.map +1 -1
- package/funcs/accountingCustomersList.js +2 -2
- package/funcs/accountingCustomersList.js.map +1 -1
- package/funcs/accountingCustomersUpdate.js +2 -2
- package/funcs/accountingCustomersUpdate.js.map +1 -1
- package/funcs/accountingDepartmentsCreate.js +2 -2
- package/funcs/accountingDepartmentsCreate.js.map +1 -1
- package/funcs/accountingDepartmentsDelete.js +2 -2
- package/funcs/accountingDepartmentsDelete.js.map +1 -1
- package/funcs/accountingDepartmentsGet.js +2 -2
- package/funcs/accountingDepartmentsGet.js.map +1 -1
- package/funcs/accountingDepartmentsList.js +2 -2
- package/funcs/accountingDepartmentsList.js.map +1 -1
- package/funcs/accountingDepartmentsUpdate.js +2 -2
- package/funcs/accountingDepartmentsUpdate.js.map +1 -1
- package/funcs/accountingExpensesCreate.js +2 -2
- package/funcs/accountingExpensesCreate.js.map +1 -1
- package/funcs/accountingExpensesDelete.js +2 -2
- package/funcs/accountingExpensesDelete.js.map +1 -1
- package/funcs/accountingExpensesGet.js +2 -2
- package/funcs/accountingExpensesGet.js.map +1 -1
- package/funcs/accountingExpensesList.js +2 -2
- package/funcs/accountingExpensesList.js.map +1 -1
- package/funcs/accountingExpensesUpdate.js +2 -2
- package/funcs/accountingExpensesUpdate.js.map +1 -1
- package/funcs/accountingInvoiceItemsCreate.js +2 -2
- package/funcs/accountingInvoiceItemsCreate.js.map +1 -1
- package/funcs/accountingInvoiceItemsDelete.js +2 -2
- package/funcs/accountingInvoiceItemsDelete.js.map +1 -1
- package/funcs/accountingInvoiceItemsGet.js +2 -2
- package/funcs/accountingInvoiceItemsGet.js.map +1 -1
- package/funcs/accountingInvoiceItemsList.js +2 -2
- package/funcs/accountingInvoiceItemsList.js.map +1 -1
- package/funcs/accountingInvoiceItemsUpdate.js +2 -2
- package/funcs/accountingInvoiceItemsUpdate.js.map +1 -1
- package/funcs/accountingInvoicesCreate.js +2 -2
- package/funcs/accountingInvoicesCreate.js.map +1 -1
- package/funcs/accountingInvoicesDelete.js +2 -2
- package/funcs/accountingInvoicesDelete.js.map +1 -1
- package/funcs/accountingInvoicesGet.js +2 -2
- package/funcs/accountingInvoicesGet.js.map +1 -1
- package/funcs/accountingInvoicesList.js +2 -2
- package/funcs/accountingInvoicesList.js.map +1 -1
- package/funcs/accountingInvoicesUpdate.js +2 -2
- package/funcs/accountingInvoicesUpdate.js.map +1 -1
- package/funcs/accountingJournalEntriesCreate.js +2 -2
- package/funcs/accountingJournalEntriesCreate.js.map +1 -1
- package/funcs/accountingJournalEntriesDelete.js +2 -2
- package/funcs/accountingJournalEntriesDelete.js.map +1 -1
- package/funcs/accountingJournalEntriesGet.js +2 -2
- package/funcs/accountingJournalEntriesGet.js.map +1 -1
- package/funcs/accountingJournalEntriesList.js +2 -2
- package/funcs/accountingJournalEntriesList.js.map +1 -1
- package/funcs/accountingJournalEntriesUpdate.js +2 -2
- package/funcs/accountingJournalEntriesUpdate.js.map +1 -1
- package/funcs/accountingLedgerAccountsCreate.js +2 -2
- package/funcs/accountingLedgerAccountsCreate.js.map +1 -1
- package/funcs/accountingLedgerAccountsDelete.js +2 -2
- package/funcs/accountingLedgerAccountsDelete.js.map +1 -1
- package/funcs/accountingLedgerAccountsGet.js +2 -2
- package/funcs/accountingLedgerAccountsGet.js.map +1 -1
- package/funcs/accountingLedgerAccountsList.js +2 -2
- package/funcs/accountingLedgerAccountsList.js.map +1 -1
- package/funcs/accountingLedgerAccountsUpdate.js +2 -2
- package/funcs/accountingLedgerAccountsUpdate.js.map +1 -1
- package/funcs/accountingLocationsCreate.js +2 -2
- package/funcs/accountingLocationsCreate.js.map +1 -1
- package/funcs/accountingLocationsDelete.js +2 -2
- package/funcs/accountingLocationsDelete.js.map +1 -1
- package/funcs/accountingLocationsGet.js +2 -2
- package/funcs/accountingLocationsGet.js.map +1 -1
- package/funcs/accountingLocationsList.js +2 -2
- package/funcs/accountingLocationsList.js.map +1 -1
- package/funcs/accountingLocationsUpdate.js +2 -2
- package/funcs/accountingLocationsUpdate.js.map +1 -1
- package/funcs/accountingPaymentsCreate.js +2 -2
- package/funcs/accountingPaymentsCreate.js.map +1 -1
- package/funcs/accountingPaymentsDelete.js +2 -2
- package/funcs/accountingPaymentsDelete.js.map +1 -1
- package/funcs/accountingPaymentsGet.js +2 -2
- package/funcs/accountingPaymentsGet.js.map +1 -1
- package/funcs/accountingPaymentsList.js +2 -2
- package/funcs/accountingPaymentsList.js.map +1 -1
- package/funcs/accountingPaymentsUpdate.js +2 -2
- package/funcs/accountingPaymentsUpdate.js.map +1 -1
- package/funcs/accountingProfitAndLossGet.js +2 -2
- package/funcs/accountingProfitAndLossGet.js.map +1 -1
- package/funcs/accountingProjectsCreate.d.ts +18 -0
- package/funcs/accountingProjectsCreate.d.ts.map +1 -0
- package/funcs/accountingProjectsCreate.js +139 -0
- package/funcs/accountingProjectsCreate.js.map +1 -0
- package/funcs/accountingProjectsDelete.d.ts +18 -0
- package/funcs/accountingProjectsDelete.d.ts.map +1 -0
- package/funcs/accountingProjectsDelete.js +142 -0
- package/funcs/accountingProjectsDelete.js.map +1 -0
- package/funcs/accountingProjectsGet.d.ts +18 -0
- package/funcs/accountingProjectsGet.d.ts.map +1 -0
- package/funcs/accountingProjectsGet.js +144 -0
- package/funcs/accountingProjectsGet.js.map +1 -0
- package/funcs/accountingProjectsList.d.ts +21 -0
- package/funcs/accountingProjectsList.d.ts.map +1 -0
- package/funcs/accountingProjectsList.js +170 -0
- package/funcs/accountingProjectsList.js.map +1 -0
- package/funcs/accountingProjectsUpdate.d.ts +18 -0
- package/funcs/accountingProjectsUpdate.d.ts.map +1 -0
- package/funcs/accountingProjectsUpdate.js +143 -0
- package/funcs/accountingProjectsUpdate.js.map +1 -0
- package/funcs/accountingPurchaseOrdersCreate.js +2 -2
- package/funcs/accountingPurchaseOrdersCreate.js.map +1 -1
- package/funcs/accountingPurchaseOrdersDelete.js +2 -2
- package/funcs/accountingPurchaseOrdersDelete.js.map +1 -1
- package/funcs/accountingPurchaseOrdersGet.js +2 -2
- package/funcs/accountingPurchaseOrdersGet.js.map +1 -1
- package/funcs/accountingPurchaseOrdersList.js +2 -2
- package/funcs/accountingPurchaseOrdersList.js.map +1 -1
- package/funcs/accountingPurchaseOrdersUpdate.js +2 -2
- package/funcs/accountingPurchaseOrdersUpdate.js.map +1 -1
- package/funcs/accountingQuotesCreate.js +2 -2
- package/funcs/accountingQuotesCreate.js.map +1 -1
- package/funcs/accountingQuotesDelete.js +2 -2
- package/funcs/accountingQuotesDelete.js.map +1 -1
- package/funcs/accountingQuotesGet.js +2 -2
- package/funcs/accountingQuotesGet.js.map +1 -1
- package/funcs/accountingQuotesList.js +2 -2
- package/funcs/accountingQuotesList.js.map +1 -1
- package/funcs/accountingQuotesUpdate.js +2 -2
- package/funcs/accountingQuotesUpdate.js.map +1 -1
- package/funcs/accountingSubsidiariesCreate.js +2 -2
- package/funcs/accountingSubsidiariesCreate.js.map +1 -1
- package/funcs/accountingSubsidiariesDelete.js +2 -2
- package/funcs/accountingSubsidiariesDelete.js.map +1 -1
- package/funcs/accountingSubsidiariesGet.js +2 -2
- package/funcs/accountingSubsidiariesGet.js.map +1 -1
- package/funcs/accountingSubsidiariesList.js +2 -2
- package/funcs/accountingSubsidiariesList.js.map +1 -1
- package/funcs/accountingSubsidiariesUpdate.js +2 -2
- package/funcs/accountingSubsidiariesUpdate.js.map +1 -1
- package/funcs/accountingSuppliersCreate.js +2 -2
- package/funcs/accountingSuppliersCreate.js.map +1 -1
- package/funcs/accountingSuppliersDelete.js +2 -2
- package/funcs/accountingSuppliersDelete.js.map +1 -1
- package/funcs/accountingSuppliersGet.js +2 -2
- package/funcs/accountingSuppliersGet.js.map +1 -1
- package/funcs/accountingSuppliersList.js +2 -2
- package/funcs/accountingSuppliersList.js.map +1 -1
- package/funcs/accountingSuppliersUpdate.js +2 -2
- package/funcs/accountingSuppliersUpdate.js.map +1 -1
- package/funcs/accountingTaxRatesCreate.js +2 -2
- package/funcs/accountingTaxRatesCreate.js.map +1 -1
- package/funcs/accountingTaxRatesDelete.js +2 -2
- package/funcs/accountingTaxRatesDelete.js.map +1 -1
- package/funcs/accountingTaxRatesGet.js +2 -2
- package/funcs/accountingTaxRatesGet.js.map +1 -1
- package/funcs/accountingTaxRatesList.js +2 -2
- package/funcs/accountingTaxRatesList.js.map +1 -1
- package/funcs/accountingTaxRatesUpdate.js +2 -2
- package/funcs/accountingTaxRatesUpdate.js.map +1 -1
- package/funcs/accountingTrackingCategoriesCreate.js +2 -2
- package/funcs/accountingTrackingCategoriesCreate.js.map +1 -1
- package/funcs/accountingTrackingCategoriesDelete.js +2 -2
- package/funcs/accountingTrackingCategoriesDelete.js.map +1 -1
- package/funcs/accountingTrackingCategoriesGet.js +2 -2
- package/funcs/accountingTrackingCategoriesGet.js.map +1 -1
- package/funcs/accountingTrackingCategoriesList.js +2 -2
- package/funcs/accountingTrackingCategoriesList.js.map +1 -1
- package/funcs/accountingTrackingCategoriesUpdate.js +2 -2
- package/funcs/accountingTrackingCategoriesUpdate.js.map +1 -1
- package/funcs/atsApplicantsCreate.js +2 -2
- package/funcs/atsApplicantsCreate.js.map +1 -1
- package/funcs/atsApplicantsDelete.js +2 -2
- package/funcs/atsApplicantsDelete.js.map +1 -1
- package/funcs/atsApplicantsGet.js +2 -2
- package/funcs/atsApplicantsGet.js.map +1 -1
- package/funcs/atsApplicantsList.js +2 -2
- package/funcs/atsApplicantsList.js.map +1 -1
- package/funcs/atsApplicantsUpdate.js +2 -2
- package/funcs/atsApplicantsUpdate.js.map +1 -1
- package/funcs/atsApplicationsCreate.js +2 -2
- package/funcs/atsApplicationsCreate.js.map +1 -1
- package/funcs/atsApplicationsDelete.js +2 -2
- package/funcs/atsApplicationsDelete.js.map +1 -1
- package/funcs/atsApplicationsGet.js +2 -2
- package/funcs/atsApplicationsGet.js.map +1 -1
- package/funcs/atsApplicationsList.js +2 -2
- package/funcs/atsApplicationsList.js.map +1 -1
- package/funcs/atsApplicationsUpdate.js +2 -2
- package/funcs/atsApplicationsUpdate.js.map +1 -1
- package/funcs/atsJobsGet.js +2 -2
- package/funcs/atsJobsGet.js.map +1 -1
- package/funcs/atsJobsList.js +2 -2
- package/funcs/atsJobsList.js.map +1 -1
- package/funcs/connectorApiResourceCoverageGet.js +2 -2
- package/funcs/connectorApiResourceCoverageGet.js.map +1 -1
- package/funcs/connectorApiResourcesGet.js +2 -2
- package/funcs/connectorApiResourcesGet.js.map +1 -1
- package/funcs/connectorApisGet.js +2 -2
- package/funcs/connectorApisGet.js.map +1 -1
- package/funcs/connectorApisList.js +2 -2
- package/funcs/connectorApisList.js.map +1 -1
- package/funcs/connectorConnectorDocsGet.js +2 -2
- package/funcs/connectorConnectorDocsGet.js.map +1 -1
- package/funcs/connectorConnectorResourcesGet.js +2 -2
- package/funcs/connectorConnectorResourcesGet.js.map +1 -1
- package/funcs/connectorConnectorsGet.js +2 -2
- package/funcs/connectorConnectorsGet.js.map +1 -1
- package/funcs/connectorConnectorsList.js +2 -2
- package/funcs/connectorConnectorsList.js.map +1 -1
- package/funcs/crmActivitiesCreate.js +2 -2
- package/funcs/crmActivitiesCreate.js.map +1 -1
- package/funcs/crmActivitiesDelete.js +2 -2
- package/funcs/crmActivitiesDelete.js.map +1 -1
- package/funcs/crmActivitiesGet.js +2 -2
- package/funcs/crmActivitiesGet.js.map +1 -1
- package/funcs/crmActivitiesList.js +2 -2
- package/funcs/crmActivitiesList.js.map +1 -1
- package/funcs/crmActivitiesUpdate.js +2 -2
- package/funcs/crmActivitiesUpdate.js.map +1 -1
- package/funcs/crmCompaniesCreate.js +2 -2
- package/funcs/crmCompaniesCreate.js.map +1 -1
- package/funcs/crmCompaniesDelete.js +2 -2
- package/funcs/crmCompaniesDelete.js.map +1 -1
- package/funcs/crmCompaniesGet.js +2 -2
- package/funcs/crmCompaniesGet.js.map +1 -1
- package/funcs/crmCompaniesList.js +2 -2
- package/funcs/crmCompaniesList.js.map +1 -1
- package/funcs/crmCompaniesUpdate.js +2 -2
- package/funcs/crmCompaniesUpdate.js.map +1 -1
- package/funcs/crmContactsCreate.js +2 -2
- package/funcs/crmContactsCreate.js.map +1 -1
- package/funcs/crmContactsDelete.js +2 -2
- package/funcs/crmContactsDelete.js.map +1 -1
- package/funcs/crmContactsGet.js +2 -2
- package/funcs/crmContactsGet.js.map +1 -1
- package/funcs/crmContactsList.js +2 -2
- package/funcs/crmContactsList.js.map +1 -1
- package/funcs/crmContactsUpdate.js +2 -2
- package/funcs/crmContactsUpdate.js.map +1 -1
- package/funcs/crmCustomObjectSchemasCreate.js +2 -2
- package/funcs/crmCustomObjectSchemasCreate.js.map +1 -1
- package/funcs/crmCustomObjectSchemasDelete.js +2 -2
- package/funcs/crmCustomObjectSchemasDelete.js.map +1 -1
- package/funcs/crmCustomObjectSchemasGet.js +2 -2
- package/funcs/crmCustomObjectSchemasGet.js.map +1 -1
- package/funcs/crmCustomObjectSchemasList.js +2 -2
- package/funcs/crmCustomObjectSchemasList.js.map +1 -1
- package/funcs/crmCustomObjectSchemasUpdate.js +2 -2
- package/funcs/crmCustomObjectSchemasUpdate.js.map +1 -1
- package/funcs/crmCustomObjectsCreate.js +2 -2
- package/funcs/crmCustomObjectsCreate.js.map +1 -1
- package/funcs/crmCustomObjectsDelete.js +2 -2
- package/funcs/crmCustomObjectsDelete.js.map +1 -1
- package/funcs/crmCustomObjectsGet.js +2 -2
- package/funcs/crmCustomObjectsGet.js.map +1 -1
- package/funcs/crmCustomObjectsList.js +2 -2
- package/funcs/crmCustomObjectsList.js.map +1 -1
- package/funcs/crmCustomObjectsUpdate.js +2 -2
- package/funcs/crmCustomObjectsUpdate.js.map +1 -1
- package/funcs/crmLeadsCreate.js +2 -2
- package/funcs/crmLeadsCreate.js.map +1 -1
- package/funcs/crmLeadsDelete.js +2 -2
- package/funcs/crmLeadsDelete.js.map +1 -1
- package/funcs/crmLeadsGet.js +2 -2
- package/funcs/crmLeadsGet.js.map +1 -1
- package/funcs/crmLeadsList.js +2 -2
- package/funcs/crmLeadsList.js.map +1 -1
- package/funcs/crmLeadsUpdate.js +2 -2
- package/funcs/crmLeadsUpdate.js.map +1 -1
- package/funcs/crmNotesCreate.js +2 -2
- package/funcs/crmNotesCreate.js.map +1 -1
- package/funcs/crmNotesDelete.js +2 -2
- package/funcs/crmNotesDelete.js.map +1 -1
- package/funcs/crmNotesGet.js +2 -2
- package/funcs/crmNotesGet.js.map +1 -1
- package/funcs/crmNotesList.js +2 -2
- package/funcs/crmNotesList.js.map +1 -1
- package/funcs/crmNotesUpdate.js +2 -2
- package/funcs/crmNotesUpdate.js.map +1 -1
- package/funcs/crmOpportunitiesCreate.js +2 -2
- package/funcs/crmOpportunitiesCreate.js.map +1 -1
- package/funcs/crmOpportunitiesDelete.js +2 -2
- package/funcs/crmOpportunitiesDelete.js.map +1 -1
- package/funcs/crmOpportunitiesGet.js +2 -2
- package/funcs/crmOpportunitiesGet.js.map +1 -1
- package/funcs/crmOpportunitiesList.js +2 -2
- package/funcs/crmOpportunitiesList.js.map +1 -1
- package/funcs/crmOpportunitiesUpdate.js +2 -2
- package/funcs/crmOpportunitiesUpdate.js.map +1 -1
- package/funcs/crmPipelinesCreate.js +2 -2
- package/funcs/crmPipelinesCreate.js.map +1 -1
- package/funcs/crmPipelinesDelete.js +2 -2
- package/funcs/crmPipelinesDelete.js.map +1 -1
- package/funcs/crmPipelinesGet.js +2 -2
- package/funcs/crmPipelinesGet.js.map +1 -1
- package/funcs/crmPipelinesList.js +2 -2
- package/funcs/crmPipelinesList.js.map +1 -1
- package/funcs/crmPipelinesUpdate.js +2 -2
- package/funcs/crmPipelinesUpdate.js.map +1 -1
- package/funcs/crmUsersCreate.js +2 -2
- package/funcs/crmUsersCreate.js.map +1 -1
- package/funcs/crmUsersDelete.js +2 -2
- package/funcs/crmUsersDelete.js.map +1 -1
- package/funcs/crmUsersGet.js +2 -2
- package/funcs/crmUsersGet.js.map +1 -1
- package/funcs/crmUsersList.js +2 -2
- package/funcs/crmUsersList.js.map +1 -1
- package/funcs/crmUsersUpdate.js +2 -2
- package/funcs/crmUsersUpdate.js.map +1 -1
- package/funcs/ecommerceCustomersGet.js +2 -2
- package/funcs/ecommerceCustomersGet.js.map +1 -1
- package/funcs/ecommerceCustomersList.js +2 -2
- package/funcs/ecommerceCustomersList.js.map +1 -1
- package/funcs/ecommerceOrdersGet.js +2 -2
- package/funcs/ecommerceOrdersGet.js.map +1 -1
- package/funcs/ecommerceOrdersList.js +2 -2
- package/funcs/ecommerceOrdersList.js.map +1 -1
- package/funcs/ecommerceProductsGet.js +2 -2
- package/funcs/ecommerceProductsGet.js.map +1 -1
- package/funcs/ecommerceProductsList.js +2 -2
- package/funcs/ecommerceProductsList.js.map +1 -1
- package/funcs/ecommerceStoresGet.js +2 -2
- package/funcs/ecommerceStoresGet.js.map +1 -1
- package/funcs/fileStorageDriveGroupsCreate.js +2 -2
- package/funcs/fileStorageDriveGroupsCreate.js.map +1 -1
- package/funcs/fileStorageDriveGroupsDelete.js +2 -2
- package/funcs/fileStorageDriveGroupsDelete.js.map +1 -1
- package/funcs/fileStorageDriveGroupsGet.js +2 -2
- package/funcs/fileStorageDriveGroupsGet.js.map +1 -1
- package/funcs/fileStorageDriveGroupsList.js +2 -2
- package/funcs/fileStorageDriveGroupsList.js.map +1 -1
- package/funcs/fileStorageDriveGroupsUpdate.js +2 -2
- package/funcs/fileStorageDriveGroupsUpdate.js.map +1 -1
- package/funcs/fileStorageDrivesCreate.js +2 -2
- package/funcs/fileStorageDrivesCreate.js.map +1 -1
- package/funcs/fileStorageDrivesDelete.js +2 -2
- package/funcs/fileStorageDrivesDelete.js.map +1 -1
- package/funcs/fileStorageDrivesGet.js +2 -2
- package/funcs/fileStorageDrivesGet.js.map +1 -1
- package/funcs/fileStorageDrivesList.js +2 -2
- package/funcs/fileStorageDrivesList.js.map +1 -1
- package/funcs/fileStorageDrivesUpdate.js +2 -2
- package/funcs/fileStorageDrivesUpdate.js.map +1 -1
- package/funcs/fileStorageFilesDelete.js +2 -2
- package/funcs/fileStorageFilesDelete.js.map +1 -1
- package/funcs/fileStorageFilesDownload.js +2 -2
- package/funcs/fileStorageFilesDownload.js.map +1 -1
- package/funcs/fileStorageFilesExport.js +2 -2
- package/funcs/fileStorageFilesExport.js.map +1 -1
- package/funcs/fileStorageFilesGet.js +2 -2
- package/funcs/fileStorageFilesGet.js.map +1 -1
- package/funcs/fileStorageFilesList.js +2 -2
- package/funcs/fileStorageFilesList.js.map +1 -1
- package/funcs/fileStorageFilesSearch.js +2 -2
- package/funcs/fileStorageFilesSearch.js.map +1 -1
- package/funcs/fileStorageFilesUpdate.js +2 -2
- package/funcs/fileStorageFilesUpdate.js.map +1 -1
- package/funcs/fileStorageFoldersCopy.js +2 -2
- package/funcs/fileStorageFoldersCopy.js.map +1 -1
- package/funcs/fileStorageFoldersCreate.js +2 -2
- package/funcs/fileStorageFoldersCreate.js.map +1 -1
- package/funcs/fileStorageFoldersDelete.js +2 -2
- package/funcs/fileStorageFoldersDelete.js.map +1 -1
- package/funcs/fileStorageFoldersGet.js +2 -2
- package/funcs/fileStorageFoldersGet.js.map +1 -1
- package/funcs/fileStorageFoldersUpdate.js +2 -2
- package/funcs/fileStorageFoldersUpdate.js.map +1 -1
- package/funcs/fileStorageSharedLinksCreate.js +2 -2
- package/funcs/fileStorageSharedLinksCreate.js.map +1 -1
- package/funcs/fileStorageSharedLinksDelete.js +2 -2
- package/funcs/fileStorageSharedLinksDelete.js.map +1 -1
- package/funcs/fileStorageSharedLinksGet.js +2 -2
- package/funcs/fileStorageSharedLinksGet.js.map +1 -1
- package/funcs/fileStorageSharedLinksList.js +2 -2
- package/funcs/fileStorageSharedLinksList.js.map +1 -1
- package/funcs/fileStorageSharedLinksUpdate.js +2 -2
- package/funcs/fileStorageSharedLinksUpdate.js.map +1 -1
- package/funcs/fileStorageUploadSessionsCreate.js +2 -2
- package/funcs/fileStorageUploadSessionsCreate.js.map +1 -1
- package/funcs/fileStorageUploadSessionsDelete.js +2 -2
- package/funcs/fileStorageUploadSessionsDelete.js.map +1 -1
- package/funcs/fileStorageUploadSessionsFinish.js +2 -2
- package/funcs/fileStorageUploadSessionsFinish.js.map +1 -1
- package/funcs/fileStorageUploadSessionsGet.js +2 -2
- package/funcs/fileStorageUploadSessionsGet.js.map +1 -1
- package/funcs/fileStorageUploadSessionsUpload.js +2 -2
- package/funcs/fileStorageUploadSessionsUpload.js.map +1 -1
- package/funcs/hrisCompaniesCreate.js +2 -2
- package/funcs/hrisCompaniesCreate.js.map +1 -1
- package/funcs/hrisCompaniesDelete.js +2 -2
- package/funcs/hrisCompaniesDelete.js.map +1 -1
- package/funcs/hrisCompaniesGet.js +2 -2
- package/funcs/hrisCompaniesGet.js.map +1 -1
- package/funcs/hrisCompaniesList.js +2 -2
- package/funcs/hrisCompaniesList.js.map +1 -1
- package/funcs/hrisCompaniesUpdate.js +2 -2
- package/funcs/hrisCompaniesUpdate.js.map +1 -1
- package/funcs/hrisDepartmentsCreate.js +2 -2
- package/funcs/hrisDepartmentsCreate.js.map +1 -1
- package/funcs/hrisDepartmentsDelete.js +2 -2
- package/funcs/hrisDepartmentsDelete.js.map +1 -1
- package/funcs/hrisDepartmentsGet.js +2 -2
- package/funcs/hrisDepartmentsGet.js.map +1 -1
- package/funcs/hrisDepartmentsList.js +2 -2
- package/funcs/hrisDepartmentsList.js.map +1 -1
- package/funcs/hrisDepartmentsUpdate.js +2 -2
- package/funcs/hrisDepartmentsUpdate.js.map +1 -1
- package/funcs/hrisEmployeePayrollsGet.js +2 -2
- package/funcs/hrisEmployeePayrollsGet.js.map +1 -1
- package/funcs/hrisEmployeePayrollsList.js +2 -2
- package/funcs/hrisEmployeePayrollsList.js.map +1 -1
- package/funcs/hrisEmployeeSchedulesList.js +2 -2
- package/funcs/hrisEmployeeSchedulesList.js.map +1 -1
- package/funcs/hrisEmployeesCreate.js +2 -2
- package/funcs/hrisEmployeesCreate.js.map +1 -1
- package/funcs/hrisEmployeesDelete.js +2 -2
- package/funcs/hrisEmployeesDelete.js.map +1 -1
- package/funcs/hrisEmployeesGet.js +2 -2
- package/funcs/hrisEmployeesGet.js.map +1 -1
- package/funcs/hrisEmployeesList.js +2 -2
- package/funcs/hrisEmployeesList.js.map +1 -1
- package/funcs/hrisEmployeesUpdate.js +2 -2
- package/funcs/hrisEmployeesUpdate.js.map +1 -1
- package/funcs/hrisPayrollsGet.js +2 -2
- package/funcs/hrisPayrollsGet.js.map +1 -1
- package/funcs/hrisPayrollsList.js +2 -2
- package/funcs/hrisPayrollsList.js.map +1 -1
- package/funcs/hrisTimeOffRequestsCreate.js +2 -2
- package/funcs/hrisTimeOffRequestsCreate.js.map +1 -1
- package/funcs/hrisTimeOffRequestsDelete.js +2 -2
- package/funcs/hrisTimeOffRequestsDelete.js.map +1 -1
- package/funcs/hrisTimeOffRequestsGet.js +2 -2
- package/funcs/hrisTimeOffRequestsGet.js.map +1 -1
- package/funcs/hrisTimeOffRequestsList.js +2 -2
- package/funcs/hrisTimeOffRequestsList.js.map +1 -1
- package/funcs/hrisTimeOffRequestsUpdate.js +2 -2
- package/funcs/hrisTimeOffRequestsUpdate.js.map +1 -1
- package/funcs/issueTrackingCollectionTagsList.js +2 -2
- package/funcs/issueTrackingCollectionTagsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsCreate.js +2 -2
- package/funcs/issueTrackingCollectionTicketCommentsCreate.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsDelete.js +2 -2
- package/funcs/issueTrackingCollectionTicketCommentsDelete.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsGet.js +2 -2
- package/funcs/issueTrackingCollectionTicketCommentsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsList.js +2 -2
- package/funcs/issueTrackingCollectionTicketCommentsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketCommentsUpdate.js +2 -2
- package/funcs/issueTrackingCollectionTicketCommentsUpdate.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsCreate.js +2 -2
- package/funcs/issueTrackingCollectionTicketsCreate.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsDelete.js +2 -2
- package/funcs/issueTrackingCollectionTicketsDelete.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsGet.js +2 -2
- package/funcs/issueTrackingCollectionTicketsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsList.js +2 -2
- package/funcs/issueTrackingCollectionTicketsList.js.map +1 -1
- package/funcs/issueTrackingCollectionTicketsUpdate.js +2 -2
- package/funcs/issueTrackingCollectionTicketsUpdate.js.map +1 -1
- package/funcs/issueTrackingCollectionUsersGet.js +2 -2
- package/funcs/issueTrackingCollectionUsersGet.js.map +1 -1
- package/funcs/issueTrackingCollectionUsersList.js +2 -2
- package/funcs/issueTrackingCollectionUsersList.js.map +1 -1
- package/funcs/issueTrackingCollectionsGet.js +2 -2
- package/funcs/issueTrackingCollectionsGet.js.map +1 -1
- package/funcs/issueTrackingCollectionsList.js +2 -2
- package/funcs/issueTrackingCollectionsList.js.map +1 -1
- package/funcs/smsMessagesCreate.js +2 -2
- package/funcs/smsMessagesCreate.js.map +1 -1
- package/funcs/smsMessagesDelete.js +2 -2
- package/funcs/smsMessagesDelete.js.map +1 -1
- package/funcs/smsMessagesGet.js +2 -2
- package/funcs/smsMessagesGet.js.map +1 -1
- package/funcs/smsMessagesList.js +2 -2
- package/funcs/smsMessagesList.js.map +1 -1
- package/funcs/smsMessagesUpdate.js +2 -2
- package/funcs/smsMessagesUpdate.js.map +1 -1
- package/funcs/vaultConnectionConsentUpdate.js +2 -2
- package/funcs/vaultConnectionConsentUpdate.js.map +1 -1
- package/funcs/vaultConnectionConsentsList.js +2 -2
- package/funcs/vaultConnectionConsentsList.js.map +1 -1
- package/funcs/vaultConnectionCustomMappingsList.js +2 -2
- package/funcs/vaultConnectionCustomMappingsList.js.map +1 -1
- package/funcs/vaultConnectionSettingsList.js +2 -2
- package/funcs/vaultConnectionSettingsList.js.map +1 -1
- package/funcs/vaultConnectionSettingsUpdate.js +2 -2
- package/funcs/vaultConnectionSettingsUpdate.js.map +1 -1
- package/funcs/vaultConnectionsDelete.js +2 -2
- package/funcs/vaultConnectionsDelete.js.map +1 -1
- package/funcs/vaultConnectionsGet.js +2 -2
- package/funcs/vaultConnectionsGet.js.map +1 -1
- package/funcs/vaultConnectionsImports.js +2 -2
- package/funcs/vaultConnectionsImports.js.map +1 -1
- package/funcs/vaultConnectionsList.js +2 -2
- package/funcs/vaultConnectionsList.js.map +1 -1
- package/funcs/vaultConnectionsToken.js +2 -2
- package/funcs/vaultConnectionsToken.js.map +1 -1
- package/funcs/vaultConnectionsUpdate.js +2 -2
- package/funcs/vaultConnectionsUpdate.js.map +1 -1
- package/funcs/vaultConsumerRequestCountsList.js +2 -2
- package/funcs/vaultConsumerRequestCountsList.js.map +1 -1
- package/funcs/vaultConsumersCreate.js +2 -2
- package/funcs/vaultConsumersCreate.js.map +1 -1
- package/funcs/vaultConsumersDelete.js +2 -2
- package/funcs/vaultConsumersDelete.js.map +1 -1
- package/funcs/vaultConsumersGet.js +2 -2
- package/funcs/vaultConsumersGet.js.map +1 -1
- package/funcs/vaultConsumersList.js +2 -2
- package/funcs/vaultConsumersList.js.map +1 -1
- package/funcs/vaultConsumersUpdate.js +2 -2
- package/funcs/vaultConsumersUpdate.js.map +1 -1
- package/funcs/vaultCreateCallbackState.js +2 -2
- package/funcs/vaultCreateCallbackState.js.map +1 -1
- package/funcs/vaultCustomFieldsList.js +2 -2
- package/funcs/vaultCustomFieldsList.js.map +1 -1
- package/funcs/vaultCustomMappingsList.js +2 -2
- package/funcs/vaultCustomMappingsList.js.map +1 -1
- package/funcs/vaultLogsList.js +2 -2
- package/funcs/vaultLogsList.js.map +1 -1
- package/funcs/vaultSessionsCreate.js +2 -2
- package/funcs/vaultSessionsCreate.js.map +1 -1
- package/funcs/vaultValidateConnectionState.js +2 -2
- package/funcs/vaultValidateConnectionState.js.map +1 -1
- package/funcs/webhookEventLogsList.js +2 -2
- package/funcs/webhookEventLogsList.js.map +1 -1
- package/funcs/webhookWebhooksCreate.js +2 -2
- package/funcs/webhookWebhooksCreate.js.map +1 -1
- package/funcs/webhookWebhooksDelete.js +2 -2
- package/funcs/webhookWebhooksDelete.js.map +1 -1
- package/funcs/webhookWebhooksGet.js +2 -2
- package/funcs/webhookWebhooksGet.js.map +1 -1
- package/funcs/webhookWebhooksList.js +2 -2
- package/funcs/webhookWebhooksList.js.map +1 -1
- package/funcs/webhookWebhooksUpdate.js +2 -2
- package/funcs/webhookWebhooksUpdate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/lib/config.js.map +1 -1
- package/lib/url.js +1 -1
- package/lib/url.js.map +1 -1
- package/models/components/accountingbankaccount.d.ts +348 -0
- package/models/components/accountingbankaccount.d.ts.map +1 -0
- package/models/components/accountingbankaccount.js +298 -0
- package/models/components/accountingbankaccount.js.map +1 -0
- package/models/components/address.d.ts +5 -0
- package/models/components/address.d.ts.map +1 -1
- package/models/components/address.js +2 -0
- package/models/components/address.js.map +1 -1
- package/models/components/balancebytransaction.d.ts +8 -8
- package/models/components/balancebytransaction.d.ts.map +1 -1
- package/models/components/balancebytransaction.js +15 -13
- package/models/components/balancebytransaction.js.map +1 -1
- package/models/components/bankaccountsfilter.d.ts +72 -0
- package/models/components/bankaccountsfilter.d.ts.map +1 -0
- package/models/components/bankaccountsfilter.js +94 -0
- package/models/components/bankaccountsfilter.js.map +1 -0
- package/models/components/bankaccountssort.d.ts +70 -0
- package/models/components/bankaccountssort.d.ts.map +1 -0
- package/models/components/bankaccountssort.js +95 -0
- package/models/components/bankaccountssort.js.map +1 -0
- package/models/components/categoriesfilter.d.ts +3 -0
- package/models/components/categoriesfilter.d.ts.map +1 -1
- package/models/components/categoriesfilter.js +1 -0
- package/models/components/categoriesfilter.js.map +1 -1
- package/models/components/category.d.ts +3 -0
- package/models/components/category.d.ts.map +1 -1
- package/models/components/category.js +1 -0
- package/models/components/category.js.map +1 -1
- package/models/components/createbankaccountresponse.d.ts +61 -0
- package/models/components/createbankaccountresponse.d.ts.map +1 -0
- package/models/components/createbankaccountresponse.js +89 -0
- package/models/components/createbankaccountresponse.js.map +1 -0
- package/models/components/createprojectresponse.d.ts +61 -0
- package/models/components/createprojectresponse.d.ts.map +1 -0
- package/models/components/createprojectresponse.js +89 -0
- package/models/components/createprojectresponse.js.map +1 -0
- package/models/components/customer.d.ts +20 -0
- package/models/components/customer.d.ts.map +1 -1
- package/models/components/customer.js +12 -0
- package/models/components/customer.js.map +1 -1
- package/models/components/deletebankaccountresponse.d.ts +61 -0
- package/models/components/deletebankaccountresponse.d.ts.map +1 -0
- package/models/components/deletebankaccountresponse.js +89 -0
- package/models/components/deletebankaccountresponse.js.map +1 -0
- package/models/components/deleteprojectresponse.d.ts +61 -0
- package/models/components/deleteprojectresponse.d.ts.map +1 -0
- package/models/components/deleteprojectresponse.js +89 -0
- package/models/components/deleteprojectresponse.js.map +1 -0
- package/models/components/getbankaccountresponse.d.ts +58 -0
- package/models/components/getbankaccountresponse.d.ts.map +1 -0
- package/models/components/getbankaccountresponse.js +89 -0
- package/models/components/getbankaccountresponse.js.map +1 -0
- package/models/components/getbankaccountsresponse.d.ts +70 -0
- package/models/components/getbankaccountsresponse.d.ts.map +1 -0
- package/models/components/getbankaccountsresponse.js +95 -0
- package/models/components/getbankaccountsresponse.js.map +1 -0
- package/models/components/getprojectresponse.d.ts +58 -0
- package/models/components/getprojectresponse.d.ts.map +1 -0
- package/models/components/getprojectresponse.js +89 -0
- package/models/components/getprojectresponse.js.map +1 -0
- package/models/components/getprojectsresponse.d.ts +70 -0
- package/models/components/getprojectsresponse.d.ts.map +1 -0
- package/models/components/getprojectsresponse.js +95 -0
- package/models/components/getprojectsresponse.js.map +1 -0
- package/models/components/index.d.ts +16 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +16 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invoiceitemfilter.d.ts +36 -0
- package/models/components/invoiceitemfilter.d.ts.map +1 -1
- package/models/components/invoiceitemfilter.js +36 -1
- package/models/components/invoiceitemfilter.js.map +1 -1
- package/models/components/invoiceitemsfilter.d.ts +36 -0
- package/models/components/invoiceitemsfilter.d.ts.map +1 -1
- package/models/components/invoiceitemsfilter.js +34 -1
- package/models/components/invoiceitemsfilter.js.map +1 -1
- package/models/components/invoicelineitem.d.ts +11 -0
- package/models/components/invoicelineitem.d.ts.map +1 -1
- package/models/components/invoicelineitem.js +13 -0
- package/models/components/invoicelineitem.js.map +1 -1
- package/models/components/invoicesfilter.d.ts +5 -0
- package/models/components/invoicesfilter.d.ts.map +1 -1
- package/models/components/invoicesfilter.js +4 -0
- package/models/components/invoicesfilter.js.map +1 -1
- package/models/components/journalentry.d.ts +35 -0
- package/models/components/journalentry.d.ts.map +1 -1
- package/models/components/journalentry.js +28 -0
- package/models/components/journalentry.js.map +1 -1
- package/models/components/ledgeraccount.d.ts +33 -33
- package/models/components/ledgeraccount.js +11 -11
- package/models/components/ledgeraccount.js.map +1 -1
- package/models/components/logsfilter.d.ts +8 -0
- package/models/components/logsfilter.d.ts.map +1 -1
- package/models/components/logsfilter.js +4 -0
- package/models/components/logsfilter.js.map +1 -1
- package/models/components/project.d.ts +759 -0
- package/models/components/project.d.ts.map +1 -0
- package/models/components/project.js +602 -0
- package/models/components/project.js.map +1 -0
- package/models/components/projectsfilter.d.ts +88 -0
- package/models/components/projectsfilter.d.ts.map +1 -0
- package/models/components/projectsfilter.js +111 -0
- package/models/components/projectsfilter.js.map +1 -0
- package/models/components/projectssort.d.ts +88 -0
- package/models/components/projectssort.d.ts.map +1 -0
- package/models/components/projectssort.js +100 -0
- package/models/components/projectssort.js.map +1 -0
- package/models/components/quotelineitem.d.ts +11 -0
- package/models/components/quotelineitem.d.ts.map +1 -1
- package/models/components/quotelineitem.js +13 -0
- package/models/components/quotelineitem.js.map +1 -1
- package/models/components/ticket.d.ts +9 -9
- package/models/components/ticket.d.ts.map +1 -1
- package/models/components/ticket.js +15 -16
- package/models/components/ticket.js.map +1 -1
- package/models/components/updatebankaccountresponse.d.ts +61 -0
- package/models/components/updatebankaccountresponse.d.ts.map +1 -0
- package/models/components/updatebankaccountresponse.js +89 -0
- package/models/components/updatebankaccountresponse.js.map +1 -0
- package/models/components/updateprojectresponse.d.ts +61 -0
- package/models/components/updateprojectresponse.d.ts.map +1 -0
- package/models/components/updateprojectresponse.js +89 -0
- package/models/components/updateprojectresponse.js.map +1 -0
- package/models/components/webhookeventtype.d.ts +9 -0
- package/models/components/webhookeventtype.d.ts.map +1 -1
- package/models/components/webhookeventtype.js +3 -0
- package/models/components/webhookeventtype.js.map +1 -1
- package/models/errors/index.d.ts +1 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +1 -0
- package/models/errors/index.js.map +1 -1
- package/models/operations/accountingbankaccountsadd.d.ts +118 -0
- package/models/operations/accountingbankaccountsadd.d.ts.map +1 -0
- package/models/operations/accountingbankaccountsadd.js +163 -0
- package/models/operations/accountingbankaccountsadd.js.map +1 -0
- package/models/operations/accountingbankaccountsall.d.ts +150 -0
- package/models/operations/accountingbankaccountsall.d.ts.map +1 -0
- package/models/operations/accountingbankaccountsall.js +173 -0
- package/models/operations/accountingbankaccountsall.js.map +1 -0
- package/models/operations/accountingbankaccountsdelete.d.ts +121 -0
- package/models/operations/accountingbankaccountsdelete.d.ts.map +1 -0
- package/models/operations/accountingbankaccountsdelete.js +155 -0
- package/models/operations/accountingbankaccountsdelete.js.map +1 -0
- package/models/operations/accountingbankaccountsone.d.ts +126 -0
- package/models/operations/accountingbankaccountsone.d.ts.map +1 -0
- package/models/operations/accountingbankaccountsone.js +157 -0
- package/models/operations/accountingbankaccountsone.js.map +1 -0
- package/models/operations/accountingbankaccountsupdate.d.ts +123 -0
- package/models/operations/accountingbankaccountsupdate.d.ts.map +1 -0
- package/models/operations/accountingbankaccountsupdate.js +165 -0
- package/models/operations/accountingbankaccountsupdate.js.map +1 -0
- package/models/operations/accountingprojectsadd.d.ts +118 -0
- package/models/operations/accountingprojectsadd.d.ts.map +1 -0
- package/models/operations/accountingprojectsadd.js +163 -0
- package/models/operations/accountingprojectsadd.js.map +1 -0
- package/models/operations/accountingprojectsall.d.ts +150 -0
- package/models/operations/accountingprojectsall.d.ts.map +1 -0
- package/models/operations/accountingprojectsall.js +171 -0
- package/models/operations/accountingprojectsall.js.map +1 -0
- package/models/operations/accountingprojectsdelete.d.ts +121 -0
- package/models/operations/accountingprojectsdelete.d.ts.map +1 -0
- package/models/operations/accountingprojectsdelete.js +155 -0
- package/models/operations/accountingprojectsdelete.js.map +1 -0
- package/models/operations/accountingprojectsone.d.ts +121 -0
- package/models/operations/accountingprojectsone.d.ts.map +1 -0
- package/models/operations/accountingprojectsone.js +153 -0
- package/models/operations/accountingprojectsone.js.map +1 -0
- package/models/operations/accountingprojectsupdate.d.ts +123 -0
- package/models/operations/accountingprojectsupdate.d.ts.map +1 -0
- package/models/operations/accountingprojectsupdate.js +165 -0
- package/models/operations/accountingprojectsupdate.js.map +1 -0
- package/models/operations/index.d.ts +10 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +10 -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 +8 -0
- package/sdk/accounting.js.map +1 -1
- package/sdk/bankaccounts.d.ts +43 -0
- package/sdk/bankaccounts.d.ts.map +1 -0
- package/sdk/bankaccounts.js +63 -0
- package/sdk/bankaccounts.js.map +1 -0
- package/sdk/projects.d.ts +43 -0
- package/sdk/projects.d.ts.map +1 -0
- package/sdk/projects.js +63 -0
- package/sdk/projects.js.map +1 -0
- package/src/__tests__/bankaccounts.test.ts +293 -0
- package/src/__tests__/projects.test.ts +471 -0
- package/src/__tests__/quotes.test.ts +6 -0
- package/src/funcs/accountingAgedCreditorsGet.ts +2 -2
- package/src/funcs/accountingAgedDebtorsGet.ts +2 -2
- package/src/funcs/accountingAttachmentsDelete.ts +2 -2
- package/src/funcs/accountingAttachmentsDownload.ts +2 -2
- package/src/funcs/accountingAttachmentsGet.ts +2 -2
- package/src/funcs/accountingAttachmentsList.ts +2 -2
- package/src/funcs/accountingAttachmentsUpload.ts +2 -2
- package/src/funcs/accountingBalanceSheetGet.ts +2 -2
- package/src/funcs/accountingBankAccountsCreate.ts +225 -0
- package/src/funcs/accountingBankAccountsDelete.ts +231 -0
- package/src/funcs/accountingBankAccountsGet.ts +230 -0
- package/src/funcs/accountingBankAccountsList.ts +303 -0
- package/src/funcs/accountingBankAccountsUpdate.ts +234 -0
- package/src/funcs/accountingBankFeedAccountsCreate.ts +2 -2
- package/src/funcs/accountingBankFeedAccountsDelete.ts +2 -2
- package/src/funcs/accountingBankFeedAccountsGet.ts +2 -2
- package/src/funcs/accountingBankFeedAccountsList.ts +2 -2
- package/src/funcs/accountingBankFeedAccountsUpdate.ts +2 -2
- package/src/funcs/accountingBankFeedStatementsCreate.ts +2 -2
- package/src/funcs/accountingBankFeedStatementsDelete.ts +2 -2
- package/src/funcs/accountingBankFeedStatementsGet.ts +2 -2
- package/src/funcs/accountingBankFeedStatementsList.ts +2 -2
- package/src/funcs/accountingBankFeedStatementsUpdate.ts +2 -2
- package/src/funcs/accountingBillPaymentsCreate.ts +2 -2
- package/src/funcs/accountingBillPaymentsDelete.ts +2 -2
- package/src/funcs/accountingBillPaymentsGet.ts +2 -2
- package/src/funcs/accountingBillPaymentsList.ts +2 -2
- package/src/funcs/accountingBillPaymentsUpdate.ts +2 -2
- package/src/funcs/accountingBillsCreate.ts +2 -2
- package/src/funcs/accountingBillsDelete.ts +2 -2
- package/src/funcs/accountingBillsGet.ts +2 -2
- package/src/funcs/accountingBillsList.ts +2 -2
- package/src/funcs/accountingBillsUpdate.ts +2 -2
- package/src/funcs/accountingCategoriesGet.ts +2 -2
- package/src/funcs/accountingCategoriesList.ts +2 -2
- package/src/funcs/accountingCompanyInfoGet.ts +2 -2
- package/src/funcs/accountingCreditNotesCreate.ts +2 -2
- package/src/funcs/accountingCreditNotesDelete.ts +2 -2
- package/src/funcs/accountingCreditNotesGet.ts +2 -2
- package/src/funcs/accountingCreditNotesList.ts +2 -2
- package/src/funcs/accountingCreditNotesUpdate.ts +2 -2
- package/src/funcs/accountingCustomersCreate.ts +2 -2
- package/src/funcs/accountingCustomersDelete.ts +2 -2
- package/src/funcs/accountingCustomersGet.ts +2 -2
- package/src/funcs/accountingCustomersList.ts +2 -2
- package/src/funcs/accountingCustomersUpdate.ts +2 -2
- package/src/funcs/accountingDepartmentsCreate.ts +2 -2
- package/src/funcs/accountingDepartmentsDelete.ts +2 -2
- package/src/funcs/accountingDepartmentsGet.ts +2 -2
- package/src/funcs/accountingDepartmentsList.ts +2 -2
- package/src/funcs/accountingDepartmentsUpdate.ts +2 -2
- package/src/funcs/accountingExpensesCreate.ts +2 -2
- package/src/funcs/accountingExpensesDelete.ts +2 -2
- package/src/funcs/accountingExpensesGet.ts +2 -2
- package/src/funcs/accountingExpensesList.ts +2 -2
- package/src/funcs/accountingExpensesUpdate.ts +2 -2
- package/src/funcs/accountingInvoiceItemsCreate.ts +2 -2
- package/src/funcs/accountingInvoiceItemsDelete.ts +2 -2
- package/src/funcs/accountingInvoiceItemsGet.ts +2 -2
- package/src/funcs/accountingInvoiceItemsList.ts +2 -2
- package/src/funcs/accountingInvoiceItemsUpdate.ts +2 -2
- package/src/funcs/accountingInvoicesCreate.ts +2 -2
- package/src/funcs/accountingInvoicesDelete.ts +2 -2
- package/src/funcs/accountingInvoicesGet.ts +2 -2
- package/src/funcs/accountingInvoicesList.ts +2 -2
- package/src/funcs/accountingInvoicesUpdate.ts +2 -2
- package/src/funcs/accountingJournalEntriesCreate.ts +2 -2
- package/src/funcs/accountingJournalEntriesDelete.ts +2 -2
- package/src/funcs/accountingJournalEntriesGet.ts +2 -2
- package/src/funcs/accountingJournalEntriesList.ts +2 -2
- package/src/funcs/accountingJournalEntriesUpdate.ts +2 -2
- package/src/funcs/accountingLedgerAccountsCreate.ts +2 -2
- package/src/funcs/accountingLedgerAccountsDelete.ts +2 -2
- package/src/funcs/accountingLedgerAccountsGet.ts +2 -2
- package/src/funcs/accountingLedgerAccountsList.ts +2 -2
- package/src/funcs/accountingLedgerAccountsUpdate.ts +2 -2
- package/src/funcs/accountingLocationsCreate.ts +2 -2
- package/src/funcs/accountingLocationsDelete.ts +2 -2
- package/src/funcs/accountingLocationsGet.ts +2 -2
- package/src/funcs/accountingLocationsList.ts +2 -2
- package/src/funcs/accountingLocationsUpdate.ts +2 -2
- package/src/funcs/accountingPaymentsCreate.ts +2 -2
- package/src/funcs/accountingPaymentsDelete.ts +2 -2
- package/src/funcs/accountingPaymentsGet.ts +2 -2
- package/src/funcs/accountingPaymentsList.ts +2 -2
- package/src/funcs/accountingPaymentsUpdate.ts +2 -2
- package/src/funcs/accountingProfitAndLossGet.ts +2 -2
- package/src/funcs/accountingProjectsCreate.ts +221 -0
- package/src/funcs/accountingProjectsDelete.ts +229 -0
- package/src/funcs/accountingProjectsGet.ts +227 -0
- package/src/funcs/accountingProjectsList.ts +301 -0
- package/src/funcs/accountingProjectsUpdate.ts +230 -0
- package/src/funcs/accountingPurchaseOrdersCreate.ts +2 -2
- package/src/funcs/accountingPurchaseOrdersDelete.ts +2 -2
- package/src/funcs/accountingPurchaseOrdersGet.ts +2 -2
- package/src/funcs/accountingPurchaseOrdersList.ts +2 -2
- package/src/funcs/accountingPurchaseOrdersUpdate.ts +2 -2
- package/src/funcs/accountingQuotesCreate.ts +2 -2
- package/src/funcs/accountingQuotesDelete.ts +2 -2
- package/src/funcs/accountingQuotesGet.ts +2 -2
- package/src/funcs/accountingQuotesList.ts +2 -2
- package/src/funcs/accountingQuotesUpdate.ts +2 -2
- package/src/funcs/accountingSubsidiariesCreate.ts +2 -2
- package/src/funcs/accountingSubsidiariesDelete.ts +2 -2
- package/src/funcs/accountingSubsidiariesGet.ts +2 -2
- package/src/funcs/accountingSubsidiariesList.ts +2 -2
- package/src/funcs/accountingSubsidiariesUpdate.ts +2 -2
- package/src/funcs/accountingSuppliersCreate.ts +2 -2
- package/src/funcs/accountingSuppliersDelete.ts +2 -2
- package/src/funcs/accountingSuppliersGet.ts +2 -2
- package/src/funcs/accountingSuppliersList.ts +2 -2
- package/src/funcs/accountingSuppliersUpdate.ts +2 -2
- package/src/funcs/accountingTaxRatesCreate.ts +2 -2
- package/src/funcs/accountingTaxRatesDelete.ts +2 -2
- package/src/funcs/accountingTaxRatesGet.ts +2 -2
- package/src/funcs/accountingTaxRatesList.ts +2 -2
- package/src/funcs/accountingTaxRatesUpdate.ts +2 -2
- package/src/funcs/accountingTrackingCategoriesCreate.ts +2 -2
- package/src/funcs/accountingTrackingCategoriesDelete.ts +2 -2
- package/src/funcs/accountingTrackingCategoriesGet.ts +2 -2
- package/src/funcs/accountingTrackingCategoriesList.ts +2 -2
- package/src/funcs/accountingTrackingCategoriesUpdate.ts +2 -2
- package/src/funcs/atsApplicantsCreate.ts +2 -2
- package/src/funcs/atsApplicantsDelete.ts +2 -2
- package/src/funcs/atsApplicantsGet.ts +2 -2
- package/src/funcs/atsApplicantsList.ts +2 -2
- package/src/funcs/atsApplicantsUpdate.ts +2 -2
- package/src/funcs/atsApplicationsCreate.ts +2 -2
- package/src/funcs/atsApplicationsDelete.ts +2 -2
- package/src/funcs/atsApplicationsGet.ts +2 -2
- package/src/funcs/atsApplicationsList.ts +2 -2
- package/src/funcs/atsApplicationsUpdate.ts +2 -2
- package/src/funcs/atsJobsGet.ts +2 -2
- package/src/funcs/atsJobsList.ts +2 -2
- package/src/funcs/connectorApiResourceCoverageGet.ts +2 -2
- package/src/funcs/connectorApiResourcesGet.ts +2 -2
- package/src/funcs/connectorApisGet.ts +2 -2
- package/src/funcs/connectorApisList.ts +2 -2
- package/src/funcs/connectorConnectorDocsGet.ts +2 -2
- package/src/funcs/connectorConnectorResourcesGet.ts +2 -2
- package/src/funcs/connectorConnectorsGet.ts +2 -2
- package/src/funcs/connectorConnectorsList.ts +2 -2
- package/src/funcs/crmActivitiesCreate.ts +2 -2
- package/src/funcs/crmActivitiesDelete.ts +2 -2
- package/src/funcs/crmActivitiesGet.ts +2 -2
- package/src/funcs/crmActivitiesList.ts +2 -2
- package/src/funcs/crmActivitiesUpdate.ts +2 -2
- package/src/funcs/crmCompaniesCreate.ts +2 -2
- package/src/funcs/crmCompaniesDelete.ts +2 -2
- package/src/funcs/crmCompaniesGet.ts +2 -2
- package/src/funcs/crmCompaniesList.ts +2 -2
- package/src/funcs/crmCompaniesUpdate.ts +2 -2
- package/src/funcs/crmContactsCreate.ts +2 -2
- package/src/funcs/crmContactsDelete.ts +2 -2
- package/src/funcs/crmContactsGet.ts +2 -2
- package/src/funcs/crmContactsList.ts +2 -2
- package/src/funcs/crmContactsUpdate.ts +2 -2
- package/src/funcs/crmCustomObjectSchemasCreate.ts +2 -2
- package/src/funcs/crmCustomObjectSchemasDelete.ts +2 -2
- package/src/funcs/crmCustomObjectSchemasGet.ts +2 -2
- package/src/funcs/crmCustomObjectSchemasList.ts +2 -2
- package/src/funcs/crmCustomObjectSchemasUpdate.ts +2 -2
- package/src/funcs/crmCustomObjectsCreate.ts +2 -2
- package/src/funcs/crmCustomObjectsDelete.ts +2 -2
- package/src/funcs/crmCustomObjectsGet.ts +2 -2
- package/src/funcs/crmCustomObjectsList.ts +2 -2
- package/src/funcs/crmCustomObjectsUpdate.ts +2 -2
- package/src/funcs/crmLeadsCreate.ts +2 -2
- package/src/funcs/crmLeadsDelete.ts +2 -2
- package/src/funcs/crmLeadsGet.ts +2 -2
- package/src/funcs/crmLeadsList.ts +2 -2
- package/src/funcs/crmLeadsUpdate.ts +2 -2
- package/src/funcs/crmNotesCreate.ts +2 -2
- package/src/funcs/crmNotesDelete.ts +2 -2
- package/src/funcs/crmNotesGet.ts +2 -2
- package/src/funcs/crmNotesList.ts +2 -2
- package/src/funcs/crmNotesUpdate.ts +2 -2
- package/src/funcs/crmOpportunitiesCreate.ts +2 -2
- package/src/funcs/crmOpportunitiesDelete.ts +2 -2
- package/src/funcs/crmOpportunitiesGet.ts +2 -2
- package/src/funcs/crmOpportunitiesList.ts +2 -2
- package/src/funcs/crmOpportunitiesUpdate.ts +2 -2
- package/src/funcs/crmPipelinesCreate.ts +2 -2
- package/src/funcs/crmPipelinesDelete.ts +2 -2
- package/src/funcs/crmPipelinesGet.ts +2 -2
- package/src/funcs/crmPipelinesList.ts +2 -2
- package/src/funcs/crmPipelinesUpdate.ts +2 -2
- package/src/funcs/crmUsersCreate.ts +2 -2
- package/src/funcs/crmUsersDelete.ts +2 -2
- package/src/funcs/crmUsersGet.ts +2 -2
- package/src/funcs/crmUsersList.ts +2 -2
- package/src/funcs/crmUsersUpdate.ts +2 -2
- package/src/funcs/ecommerceCustomersGet.ts +2 -2
- package/src/funcs/ecommerceCustomersList.ts +2 -2
- package/src/funcs/ecommerceOrdersGet.ts +2 -2
- package/src/funcs/ecommerceOrdersList.ts +2 -2
- package/src/funcs/ecommerceProductsGet.ts +2 -2
- package/src/funcs/ecommerceProductsList.ts +2 -2
- package/src/funcs/ecommerceStoresGet.ts +2 -2
- package/src/funcs/fileStorageDriveGroupsCreate.ts +2 -2
- package/src/funcs/fileStorageDriveGroupsDelete.ts +2 -2
- package/src/funcs/fileStorageDriveGroupsGet.ts +2 -2
- package/src/funcs/fileStorageDriveGroupsList.ts +2 -2
- package/src/funcs/fileStorageDriveGroupsUpdate.ts +2 -2
- package/src/funcs/fileStorageDrivesCreate.ts +2 -2
- package/src/funcs/fileStorageDrivesDelete.ts +2 -2
- package/src/funcs/fileStorageDrivesGet.ts +2 -2
- package/src/funcs/fileStorageDrivesList.ts +2 -2
- package/src/funcs/fileStorageDrivesUpdate.ts +2 -2
- package/src/funcs/fileStorageFilesDelete.ts +2 -2
- package/src/funcs/fileStorageFilesDownload.ts +2 -2
- package/src/funcs/fileStorageFilesExport.ts +2 -2
- package/src/funcs/fileStorageFilesGet.ts +2 -2
- package/src/funcs/fileStorageFilesList.ts +2 -2
- package/src/funcs/fileStorageFilesSearch.ts +2 -2
- package/src/funcs/fileStorageFilesUpdate.ts +2 -2
- package/src/funcs/fileStorageFoldersCopy.ts +2 -2
- package/src/funcs/fileStorageFoldersCreate.ts +2 -2
- package/src/funcs/fileStorageFoldersDelete.ts +2 -2
- package/src/funcs/fileStorageFoldersGet.ts +2 -2
- package/src/funcs/fileStorageFoldersUpdate.ts +2 -2
- package/src/funcs/fileStorageSharedLinksCreate.ts +2 -2
- package/src/funcs/fileStorageSharedLinksDelete.ts +2 -2
- package/src/funcs/fileStorageSharedLinksGet.ts +2 -2
- package/src/funcs/fileStorageSharedLinksList.ts +2 -2
- package/src/funcs/fileStorageSharedLinksUpdate.ts +2 -2
- package/src/funcs/fileStorageUploadSessionsCreate.ts +2 -2
- package/src/funcs/fileStorageUploadSessionsDelete.ts +2 -2
- package/src/funcs/fileStorageUploadSessionsFinish.ts +2 -2
- package/src/funcs/fileStorageUploadSessionsGet.ts +2 -2
- package/src/funcs/fileStorageUploadSessionsUpload.ts +2 -2
- package/src/funcs/hrisCompaniesCreate.ts +2 -2
- package/src/funcs/hrisCompaniesDelete.ts +2 -2
- package/src/funcs/hrisCompaniesGet.ts +2 -2
- package/src/funcs/hrisCompaniesList.ts +2 -2
- package/src/funcs/hrisCompaniesUpdate.ts +2 -2
- package/src/funcs/hrisDepartmentsCreate.ts +2 -2
- package/src/funcs/hrisDepartmentsDelete.ts +2 -2
- package/src/funcs/hrisDepartmentsGet.ts +2 -2
- package/src/funcs/hrisDepartmentsList.ts +2 -2
- package/src/funcs/hrisDepartmentsUpdate.ts +2 -2
- package/src/funcs/hrisEmployeePayrollsGet.ts +2 -2
- package/src/funcs/hrisEmployeePayrollsList.ts +2 -2
- package/src/funcs/hrisEmployeeSchedulesList.ts +2 -2
- package/src/funcs/hrisEmployeesCreate.ts +2 -2
- package/src/funcs/hrisEmployeesDelete.ts +2 -2
- package/src/funcs/hrisEmployeesGet.ts +2 -2
- package/src/funcs/hrisEmployeesList.ts +2 -2
- package/src/funcs/hrisEmployeesUpdate.ts +2 -2
- package/src/funcs/hrisPayrollsGet.ts +2 -2
- package/src/funcs/hrisPayrollsList.ts +2 -2
- package/src/funcs/hrisTimeOffRequestsCreate.ts +2 -2
- package/src/funcs/hrisTimeOffRequestsDelete.ts +2 -2
- package/src/funcs/hrisTimeOffRequestsGet.ts +2 -2
- package/src/funcs/hrisTimeOffRequestsList.ts +2 -2
- package/src/funcs/hrisTimeOffRequestsUpdate.ts +2 -2
- package/src/funcs/issueTrackingCollectionTagsList.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketCommentsCreate.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketCommentsDelete.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketCommentsGet.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketCommentsList.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketCommentsUpdate.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketsCreate.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketsDelete.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketsGet.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketsList.ts +2 -2
- package/src/funcs/issueTrackingCollectionTicketsUpdate.ts +2 -2
- package/src/funcs/issueTrackingCollectionUsersGet.ts +2 -2
- package/src/funcs/issueTrackingCollectionUsersList.ts +2 -2
- package/src/funcs/issueTrackingCollectionsGet.ts +2 -2
- package/src/funcs/issueTrackingCollectionsList.ts +2 -2
- package/src/funcs/smsMessagesCreate.ts +2 -2
- package/src/funcs/smsMessagesDelete.ts +2 -2
- package/src/funcs/smsMessagesGet.ts +2 -2
- package/src/funcs/smsMessagesList.ts +2 -2
- package/src/funcs/smsMessagesUpdate.ts +2 -2
- package/src/funcs/vaultConnectionConsentUpdate.ts +2 -2
- package/src/funcs/vaultConnectionConsentsList.ts +2 -2
- package/src/funcs/vaultConnectionCustomMappingsList.ts +2 -2
- package/src/funcs/vaultConnectionSettingsList.ts +2 -2
- package/src/funcs/vaultConnectionSettingsUpdate.ts +2 -2
- package/src/funcs/vaultConnectionsDelete.ts +2 -2
- package/src/funcs/vaultConnectionsGet.ts +2 -2
- package/src/funcs/vaultConnectionsImports.ts +2 -2
- package/src/funcs/vaultConnectionsList.ts +2 -2
- package/src/funcs/vaultConnectionsToken.ts +2 -2
- package/src/funcs/vaultConnectionsUpdate.ts +2 -2
- package/src/funcs/vaultConsumerRequestCountsList.ts +2 -2
- package/src/funcs/vaultConsumersCreate.ts +2 -2
- package/src/funcs/vaultConsumersDelete.ts +2 -2
- package/src/funcs/vaultConsumersGet.ts +2 -2
- package/src/funcs/vaultConsumersList.ts +2 -2
- package/src/funcs/vaultConsumersUpdate.ts +2 -2
- package/src/funcs/vaultCreateCallbackState.ts +2 -2
- package/src/funcs/vaultCustomFieldsList.ts +2 -2
- package/src/funcs/vaultCustomMappingsList.ts +2 -2
- package/src/funcs/vaultLogsList.ts +2 -2
- package/src/funcs/vaultSessionsCreate.ts +2 -2
- package/src/funcs/vaultValidateConnectionState.ts +2 -2
- package/src/funcs/webhookEventLogsList.ts +2 -2
- package/src/funcs/webhookWebhooksCreate.ts +2 -2
- package/src/funcs/webhookWebhooksDelete.ts +2 -2
- package/src/funcs/webhookWebhooksGet.ts +2 -2
- package/src/funcs/webhookWebhooksList.ts +2 -2
- package/src/funcs/webhookWebhooksUpdate.ts +2 -2
- package/src/lib/config.ts +4 -4
- package/src/lib/url.ts +1 -1
- package/src/models/components/accountingbankaccount.ts +576 -0
- package/src/models/components/address.ts +7 -0
- package/src/models/components/balancebytransaction.ts +22 -16
- package/src/models/components/bankaccountsfilter.ts +113 -0
- package/src/models/components/bankaccountssort.ts +113 -0
- package/src/models/components/categoriesfilter.ts +1 -0
- package/src/models/components/category.ts +1 -0
- package/src/models/components/createbankaccountresponse.ts +122 -0
- package/src/models/components/createprojectresponse.ts +122 -0
- package/src/models/components/customer.ts +32 -0
- package/src/models/components/deletebankaccountresponse.ts +122 -0
- package/src/models/components/deleteprojectresponse.ts +122 -0
- package/src/models/components/getbankaccountresponse.ts +119 -0
- package/src/models/components/getbankaccountsresponse.ts +145 -0
- package/src/models/components/getprojectresponse.ts +119 -0
- package/src/models/components/getprojectsresponse.ts +145 -0
- package/src/models/components/index.ts +16 -0
- package/src/models/components/invoiceitemfilter.ts +53 -0
- package/src/models/components/invoiceitemsfilter.ts +49 -0
- package/src/models/components/invoicelineitem.ts +23 -0
- package/src/models/components/invoicesfilter.ts +9 -0
- package/src/models/components/journalentry.ts +63 -0
- package/src/models/components/ledgeraccount.ts +11 -11
- package/src/models/components/logsfilter.ts +12 -0
- package/src/models/components/project.ts +1189 -0
- package/src/models/components/projectsfilter.ts +136 -0
- package/src/models/components/projectssort.ts +117 -0
- package/src/models/components/quotelineitem.ts +23 -0
- package/src/models/components/ticket.ts +19 -17
- package/src/models/components/updatebankaccountresponse.ts +122 -0
- package/src/models/components/updateprojectresponse.ts +122 -0
- package/src/models/components/webhookeventtype.ts +3 -0
- package/src/models/errors/index.ts +1 -0
- package/src/models/operations/accountingbankaccountsadd.ts +271 -0
- package/src/models/operations/accountingbankaccountsall.ts +309 -0
- package/src/models/operations/accountingbankaccountsdelete.ts +274 -0
- package/src/models/operations/accountingbankaccountsone.ts +273 -0
- package/src/models/operations/accountingbankaccountsupdate.ts +286 -0
- package/src/models/operations/accountingprojectsadd.ts +268 -0
- package/src/models/operations/accountingprojectsall.ts +304 -0
- package/src/models/operations/accountingprojectsdelete.ts +263 -0
- package/src/models/operations/accountingprojectsone.ts +261 -0
- package/src/models/operations/accountingprojectsupdate.ts +275 -0
- package/src/models/operations/index.ts +10 -0
- package/src/sdk/accounting.ts +12 -0
- package/src/sdk/bankaccounts.ts +105 -0
- package/src/sdk/projects.ts +102 -0
- package/docs/sdks/accounting/README.md +0 -6
- package/docs/sdks/apideck/README.md +0 -10
- package/docs/sdks/ats/README.md +0 -6
- package/docs/sdks/connector/README.md +0 -6
- package/docs/sdks/crm/README.md +0 -6
- package/docs/sdks/ecommerce/README.md +0 -6
- package/docs/sdks/filestorage/README.md +0 -6
- package/docs/sdks/hris/README.md +0 -6
- package/docs/sdks/issuetracking/README.md +0 -6
- package/docs/sdks/sms/README.md +0 -6
- package/docs/sdks/vault/README.md +0 -6
- package/docs/sdks/webhook/README.md +0 -6
|
@@ -0,0 +1,759 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { RFCDate } from "../../types/rfcdate.js";
|
|
5
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
+
import { Address, Address$Outbound } from "./address.js";
|
|
7
|
+
import { Currency } from "./currency.js";
|
|
8
|
+
import { CustomField, CustomField$Outbound } from "./customfield.js";
|
|
9
|
+
import { LinkedCustomer, LinkedCustomer$Outbound } from "./linkedcustomer.js";
|
|
10
|
+
import { LinkedCustomerInput, LinkedCustomerInput$Outbound } from "./linkedcustomerinput.js";
|
|
11
|
+
import { LinkedTaxRate, LinkedTaxRate$Outbound } from "./linkedtaxrate.js";
|
|
12
|
+
import { LinkedTaxRateInput, LinkedTaxRateInput$Outbound } from "./linkedtaxrateinput.js";
|
|
13
|
+
import { LinkedTrackingCategory, LinkedTrackingCategory$Outbound } from "./linkedtrackingcategory.js";
|
|
14
|
+
/**
|
|
15
|
+
* Current status of the project
|
|
16
|
+
*/
|
|
17
|
+
export declare const ProjectProjectStatus: {
|
|
18
|
+
readonly Active: "active";
|
|
19
|
+
readonly Completed: "completed";
|
|
20
|
+
readonly OnHold: "on_hold";
|
|
21
|
+
readonly Cancelled: "cancelled";
|
|
22
|
+
readonly Draft: "draft";
|
|
23
|
+
readonly InProgress: "in_progress";
|
|
24
|
+
readonly Approved: "approved";
|
|
25
|
+
readonly Other: "other";
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Current status of the project
|
|
29
|
+
*/
|
|
30
|
+
export type ProjectProjectStatus = ClosedEnum<typeof ProjectProjectStatus>;
|
|
31
|
+
/**
|
|
32
|
+
* Type or category of the project
|
|
33
|
+
*/
|
|
34
|
+
export declare const ProjectType: {
|
|
35
|
+
readonly ClientProject: "client_project";
|
|
36
|
+
readonly InternalProject: "internal_project";
|
|
37
|
+
readonly Maintenance: "maintenance";
|
|
38
|
+
readonly ResearchDevelopment: "research_development";
|
|
39
|
+
readonly Training: "training";
|
|
40
|
+
readonly Other: "other";
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Type or category of the project
|
|
44
|
+
*/
|
|
45
|
+
export type ProjectType = ClosedEnum<typeof ProjectType>;
|
|
46
|
+
/**
|
|
47
|
+
* Priority level of the project
|
|
48
|
+
*/
|
|
49
|
+
export declare const Priority: {
|
|
50
|
+
readonly Low: "low";
|
|
51
|
+
readonly Medium: "medium";
|
|
52
|
+
readonly High: "high";
|
|
53
|
+
readonly Critical: "critical";
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Priority level of the project
|
|
57
|
+
*/
|
|
58
|
+
export type Priority = ClosedEnum<typeof Priority>;
|
|
59
|
+
/**
|
|
60
|
+
* Department or organizational unit associated with the project
|
|
61
|
+
*/
|
|
62
|
+
export type ProjectDepartment = {
|
|
63
|
+
/**
|
|
64
|
+
* Unique identifier for the department
|
|
65
|
+
*/
|
|
66
|
+
id?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* Name of the department
|
|
69
|
+
*/
|
|
70
|
+
name?: string | undefined;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Parent project if this is a subproject
|
|
74
|
+
*/
|
|
75
|
+
export type ParentProject = {
|
|
76
|
+
/**
|
|
77
|
+
* Unique identifier for the parent project
|
|
78
|
+
*/
|
|
79
|
+
id?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* Name of the parent project
|
|
82
|
+
*/
|
|
83
|
+
name?: string | undefined;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Method used for billing this project
|
|
87
|
+
*/
|
|
88
|
+
export declare const BillingMethod: {
|
|
89
|
+
readonly FixedPrice: "fixed_price";
|
|
90
|
+
readonly TimeAndMaterials: "time_and_materials";
|
|
91
|
+
readonly MilestoneBased: "milestone_based";
|
|
92
|
+
readonly Retainer: "retainer";
|
|
93
|
+
readonly NonBillable: "non_billable";
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Method used for billing this project
|
|
97
|
+
*/
|
|
98
|
+
export type BillingMethod = ClosedEnum<typeof BillingMethod>;
|
|
99
|
+
/**
|
|
100
|
+
* Current phase of the project lifecycle
|
|
101
|
+
*/
|
|
102
|
+
export declare const ProjectPhase: {
|
|
103
|
+
readonly Initiation: "initiation";
|
|
104
|
+
readonly Planning: "planning";
|
|
105
|
+
readonly Execution: "execution";
|
|
106
|
+
readonly Monitoring: "monitoring";
|
|
107
|
+
readonly Closure: "closure";
|
|
108
|
+
readonly Other: "other";
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Current phase of the project lifecycle
|
|
112
|
+
*/
|
|
113
|
+
export type ProjectPhase = ClosedEnum<typeof ProjectPhase>;
|
|
114
|
+
/**
|
|
115
|
+
* Current status of project schedule compared to plan
|
|
116
|
+
*/
|
|
117
|
+
export declare const ScheduleStatus: {
|
|
118
|
+
readonly AheadOfSchedule: "ahead_of_schedule";
|
|
119
|
+
readonly OnSchedule: "on_schedule";
|
|
120
|
+
readonly BehindSchedule: "behind_schedule";
|
|
121
|
+
readonly CriticalDelay: "critical_delay";
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Current status of project schedule compared to plan
|
|
125
|
+
*/
|
|
126
|
+
export type ScheduleStatus = ClosedEnum<typeof ScheduleStatus>;
|
|
127
|
+
export type Project = {
|
|
128
|
+
/**
|
|
129
|
+
* A unique identifier for an object.
|
|
130
|
+
*/
|
|
131
|
+
id?: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* The third-party API ID of original entity
|
|
134
|
+
*/
|
|
135
|
+
downstreamId?: string | null | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* Name of the project
|
|
138
|
+
*/
|
|
139
|
+
name: string;
|
|
140
|
+
/**
|
|
141
|
+
* User-friendly project identifier
|
|
142
|
+
*/
|
|
143
|
+
displayId?: string | null | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* External reference identifier for the project
|
|
146
|
+
*/
|
|
147
|
+
referenceId?: string | null | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* Detailed description of the project
|
|
150
|
+
*/
|
|
151
|
+
description?: string | null | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* Current status of the project
|
|
154
|
+
*/
|
|
155
|
+
status?: ProjectProjectStatus | null | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* Indicates whether the project is currently active or inactive
|
|
158
|
+
*/
|
|
159
|
+
active?: boolean | null | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* Type or category of the project
|
|
162
|
+
*/
|
|
163
|
+
projectType?: ProjectType | null | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* Priority level of the project
|
|
166
|
+
*/
|
|
167
|
+
priority?: Priority | null | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* Percentage of project completion (0-100)
|
|
170
|
+
*/
|
|
171
|
+
completionPercentage?: number | null | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* Start date of the project
|
|
174
|
+
*/
|
|
175
|
+
startDate?: RFCDate | null | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* Expected or actual end date of the project
|
|
178
|
+
*/
|
|
179
|
+
endDate?: RFCDate | null | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* The customer this entity is linked to.
|
|
182
|
+
*/
|
|
183
|
+
customer?: LinkedCustomer | null | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* Department or organizational unit associated with the project
|
|
186
|
+
*/
|
|
187
|
+
department?: ProjectDepartment | null | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* The company ID the transaction belongs to
|
|
190
|
+
*/
|
|
191
|
+
companyId?: string | null | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* ID of the user who owns/manages this project
|
|
194
|
+
*/
|
|
195
|
+
ownerId?: string | null | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* Parent project if this is a subproject
|
|
198
|
+
*/
|
|
199
|
+
parentProject?: ParentProject | null | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
|
|
202
|
+
*/
|
|
203
|
+
currency?: Currency | null | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* Total budgeted amount for the project
|
|
206
|
+
*/
|
|
207
|
+
budgetAmount?: number | null | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* Approved budget amount for the project
|
|
210
|
+
*/
|
|
211
|
+
approvedAmount?: number | null | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* Total actual amount spent on the project
|
|
214
|
+
*/
|
|
215
|
+
actualAmount?: number | null | undefined;
|
|
216
|
+
/**
|
|
217
|
+
* Total budgeted hours for the project
|
|
218
|
+
*/
|
|
219
|
+
budgetHours?: number | null | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* Total actual hours worked on the project
|
|
222
|
+
*/
|
|
223
|
+
actualHours?: number | null | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* Default hourly rate for project work
|
|
226
|
+
*/
|
|
227
|
+
hourlyRate?: number | null | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* Method used for billing this project
|
|
230
|
+
*/
|
|
231
|
+
billingMethod?: BillingMethod | null | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* Indicates if the project is billable to the customer
|
|
234
|
+
*/
|
|
235
|
+
isBillable?: boolean | null | undefined;
|
|
236
|
+
/**
|
|
237
|
+
* Current phase of the project lifecycle
|
|
238
|
+
*/
|
|
239
|
+
phase?: ProjectPhase | null | undefined;
|
|
240
|
+
taxRate?: LinkedTaxRate | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* A list of linked tracking categories.
|
|
243
|
+
*/
|
|
244
|
+
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* Tags associated with the project
|
|
247
|
+
*/
|
|
248
|
+
tags?: Array<string> | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* Additional notes about the project
|
|
251
|
+
*/
|
|
252
|
+
notes?: string | null | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* Contract or agreement number associated with the project
|
|
255
|
+
*/
|
|
256
|
+
contractNumber?: string | null | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* Expected profit margin percentage for the project
|
|
259
|
+
*/
|
|
260
|
+
profitMargin?: number | null | undefined;
|
|
261
|
+
/**
|
|
262
|
+
* Current status of project schedule compared to plan
|
|
263
|
+
*/
|
|
264
|
+
scheduleStatus?: ScheduleStatus | null | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* An array of addresses associated with the project (billing, job site, etc.)
|
|
267
|
+
*/
|
|
268
|
+
addresses?: Array<Address> | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* Number of team members assigned to the project
|
|
271
|
+
*/
|
|
272
|
+
teamSize?: number | null | undefined;
|
|
273
|
+
customFields?: Array<CustomField> | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
|
|
276
|
+
*/
|
|
277
|
+
rowVersion?: string | null | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* The user who last updated the object.
|
|
280
|
+
*/
|
|
281
|
+
updatedBy?: string | null | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* The user who created the object.
|
|
284
|
+
*/
|
|
285
|
+
createdBy?: string | null | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* The date and time when the object was created.
|
|
288
|
+
*/
|
|
289
|
+
createdAt?: Date | null | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* The date and time when the object was last updated.
|
|
292
|
+
*/
|
|
293
|
+
updatedAt?: Date | null | undefined;
|
|
294
|
+
};
|
|
295
|
+
export type ProjectInput = {
|
|
296
|
+
/**
|
|
297
|
+
* Name of the project
|
|
298
|
+
*/
|
|
299
|
+
name: string;
|
|
300
|
+
/**
|
|
301
|
+
* User-friendly project identifier
|
|
302
|
+
*/
|
|
303
|
+
displayId?: string | null | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* External reference identifier for the project
|
|
306
|
+
*/
|
|
307
|
+
referenceId?: string | null | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* Detailed description of the project
|
|
310
|
+
*/
|
|
311
|
+
description?: string | null | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* Current status of the project
|
|
314
|
+
*/
|
|
315
|
+
status?: ProjectProjectStatus | null | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* Indicates whether the project is currently active or inactive
|
|
318
|
+
*/
|
|
319
|
+
active?: boolean | null | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* Type or category of the project
|
|
322
|
+
*/
|
|
323
|
+
projectType?: ProjectType | null | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* Priority level of the project
|
|
326
|
+
*/
|
|
327
|
+
priority?: Priority | null | undefined;
|
|
328
|
+
/**
|
|
329
|
+
* Percentage of project completion (0-100)
|
|
330
|
+
*/
|
|
331
|
+
completionPercentage?: number | null | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* Start date of the project
|
|
334
|
+
*/
|
|
335
|
+
startDate?: RFCDate | null | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* Expected or actual end date of the project
|
|
338
|
+
*/
|
|
339
|
+
endDate?: RFCDate | null | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* The customer this entity is linked to.
|
|
342
|
+
*/
|
|
343
|
+
customer?: LinkedCustomerInput | null | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* Department or organizational unit associated with the project
|
|
346
|
+
*/
|
|
347
|
+
department?: ProjectDepartment | null | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* The company ID the transaction belongs to
|
|
350
|
+
*/
|
|
351
|
+
companyId?: string | null | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* ID of the user who owns/manages this project
|
|
354
|
+
*/
|
|
355
|
+
ownerId?: string | null | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* Parent project if this is a subproject
|
|
358
|
+
*/
|
|
359
|
+
parentProject?: ParentProject | null | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
|
|
362
|
+
*/
|
|
363
|
+
currency?: Currency | null | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* Total budgeted amount for the project
|
|
366
|
+
*/
|
|
367
|
+
budgetAmount?: number | null | undefined;
|
|
368
|
+
/**
|
|
369
|
+
* Approved budget amount for the project
|
|
370
|
+
*/
|
|
371
|
+
approvedAmount?: number | null | undefined;
|
|
372
|
+
/**
|
|
373
|
+
* Total budgeted hours for the project
|
|
374
|
+
*/
|
|
375
|
+
budgetHours?: number | null | undefined;
|
|
376
|
+
/**
|
|
377
|
+
* Default hourly rate for project work
|
|
378
|
+
*/
|
|
379
|
+
hourlyRate?: number | null | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* Method used for billing this project
|
|
382
|
+
*/
|
|
383
|
+
billingMethod?: BillingMethod | null | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* Indicates if the project is billable to the customer
|
|
386
|
+
*/
|
|
387
|
+
isBillable?: boolean | null | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* Current phase of the project lifecycle
|
|
390
|
+
*/
|
|
391
|
+
phase?: ProjectPhase | null | undefined;
|
|
392
|
+
taxRate?: LinkedTaxRateInput | undefined;
|
|
393
|
+
/**
|
|
394
|
+
* A list of linked tracking categories.
|
|
395
|
+
*/
|
|
396
|
+
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* Tags associated with the project
|
|
399
|
+
*/
|
|
400
|
+
tags?: Array<string> | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* Additional notes about the project
|
|
403
|
+
*/
|
|
404
|
+
notes?: string | null | undefined;
|
|
405
|
+
/**
|
|
406
|
+
* Contract or agreement number associated with the project
|
|
407
|
+
*/
|
|
408
|
+
contractNumber?: string | null | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* Expected profit margin percentage for the project
|
|
411
|
+
*/
|
|
412
|
+
profitMargin?: number | null | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* Current status of project schedule compared to plan
|
|
415
|
+
*/
|
|
416
|
+
scheduleStatus?: ScheduleStatus | null | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* An array of addresses associated with the project (billing, job site, etc.)
|
|
419
|
+
*/
|
|
420
|
+
addresses?: Array<Address> | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* Number of team members assigned to the project
|
|
423
|
+
*/
|
|
424
|
+
teamSize?: number | null | undefined;
|
|
425
|
+
customFields?: Array<CustomField> | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
|
|
428
|
+
*/
|
|
429
|
+
rowVersion?: string | null | undefined;
|
|
430
|
+
};
|
|
431
|
+
/** @internal */
|
|
432
|
+
export declare const ProjectProjectStatus$inboundSchema: z.ZodNativeEnum<typeof ProjectProjectStatus>;
|
|
433
|
+
/** @internal */
|
|
434
|
+
export declare const ProjectProjectStatus$outboundSchema: z.ZodNativeEnum<typeof ProjectProjectStatus>;
|
|
435
|
+
/**
|
|
436
|
+
* @internal
|
|
437
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
438
|
+
*/
|
|
439
|
+
export declare namespace ProjectProjectStatus$ {
|
|
440
|
+
/** @deprecated use `ProjectProjectStatus$inboundSchema` instead. */
|
|
441
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
442
|
+
readonly Active: "active";
|
|
443
|
+
readonly Completed: "completed";
|
|
444
|
+
readonly OnHold: "on_hold";
|
|
445
|
+
readonly Cancelled: "cancelled";
|
|
446
|
+
readonly Draft: "draft";
|
|
447
|
+
readonly InProgress: "in_progress";
|
|
448
|
+
readonly Approved: "approved";
|
|
449
|
+
readonly Other: "other";
|
|
450
|
+
}>;
|
|
451
|
+
/** @deprecated use `ProjectProjectStatus$outboundSchema` instead. */
|
|
452
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
453
|
+
readonly Active: "active";
|
|
454
|
+
readonly Completed: "completed";
|
|
455
|
+
readonly OnHold: "on_hold";
|
|
456
|
+
readonly Cancelled: "cancelled";
|
|
457
|
+
readonly Draft: "draft";
|
|
458
|
+
readonly InProgress: "in_progress";
|
|
459
|
+
readonly Approved: "approved";
|
|
460
|
+
readonly Other: "other";
|
|
461
|
+
}>;
|
|
462
|
+
}
|
|
463
|
+
/** @internal */
|
|
464
|
+
export declare const ProjectType$inboundSchema: z.ZodNativeEnum<typeof ProjectType>;
|
|
465
|
+
/** @internal */
|
|
466
|
+
export declare const ProjectType$outboundSchema: z.ZodNativeEnum<typeof ProjectType>;
|
|
467
|
+
/**
|
|
468
|
+
* @internal
|
|
469
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
470
|
+
*/
|
|
471
|
+
export declare namespace ProjectType$ {
|
|
472
|
+
/** @deprecated use `ProjectType$inboundSchema` instead. */
|
|
473
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
474
|
+
readonly ClientProject: "client_project";
|
|
475
|
+
readonly InternalProject: "internal_project";
|
|
476
|
+
readonly Maintenance: "maintenance";
|
|
477
|
+
readonly ResearchDevelopment: "research_development";
|
|
478
|
+
readonly Training: "training";
|
|
479
|
+
readonly Other: "other";
|
|
480
|
+
}>;
|
|
481
|
+
/** @deprecated use `ProjectType$outboundSchema` instead. */
|
|
482
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
483
|
+
readonly ClientProject: "client_project";
|
|
484
|
+
readonly InternalProject: "internal_project";
|
|
485
|
+
readonly Maintenance: "maintenance";
|
|
486
|
+
readonly ResearchDevelopment: "research_development";
|
|
487
|
+
readonly Training: "training";
|
|
488
|
+
readonly Other: "other";
|
|
489
|
+
}>;
|
|
490
|
+
}
|
|
491
|
+
/** @internal */
|
|
492
|
+
export declare const Priority$inboundSchema: z.ZodNativeEnum<typeof Priority>;
|
|
493
|
+
/** @internal */
|
|
494
|
+
export declare const Priority$outboundSchema: z.ZodNativeEnum<typeof Priority>;
|
|
495
|
+
/**
|
|
496
|
+
* @internal
|
|
497
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
498
|
+
*/
|
|
499
|
+
export declare namespace Priority$ {
|
|
500
|
+
/** @deprecated use `Priority$inboundSchema` instead. */
|
|
501
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
502
|
+
readonly Low: "low";
|
|
503
|
+
readonly Medium: "medium";
|
|
504
|
+
readonly High: "high";
|
|
505
|
+
readonly Critical: "critical";
|
|
506
|
+
}>;
|
|
507
|
+
/** @deprecated use `Priority$outboundSchema` instead. */
|
|
508
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
509
|
+
readonly Low: "low";
|
|
510
|
+
readonly Medium: "medium";
|
|
511
|
+
readonly High: "high";
|
|
512
|
+
readonly Critical: "critical";
|
|
513
|
+
}>;
|
|
514
|
+
}
|
|
515
|
+
/** @internal */
|
|
516
|
+
export declare const ProjectDepartment$inboundSchema: z.ZodType<ProjectDepartment, z.ZodTypeDef, unknown>;
|
|
517
|
+
/** @internal */
|
|
518
|
+
export type ProjectDepartment$Outbound = {
|
|
519
|
+
id?: string | undefined;
|
|
520
|
+
name?: string | undefined;
|
|
521
|
+
};
|
|
522
|
+
/** @internal */
|
|
523
|
+
export declare const ProjectDepartment$outboundSchema: z.ZodType<ProjectDepartment$Outbound, z.ZodTypeDef, ProjectDepartment>;
|
|
524
|
+
/**
|
|
525
|
+
* @internal
|
|
526
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
527
|
+
*/
|
|
528
|
+
export declare namespace ProjectDepartment$ {
|
|
529
|
+
/** @deprecated use `ProjectDepartment$inboundSchema` instead. */
|
|
530
|
+
const inboundSchema: z.ZodType<ProjectDepartment, z.ZodTypeDef, unknown>;
|
|
531
|
+
/** @deprecated use `ProjectDepartment$outboundSchema` instead. */
|
|
532
|
+
const outboundSchema: z.ZodType<ProjectDepartment$Outbound, z.ZodTypeDef, ProjectDepartment>;
|
|
533
|
+
/** @deprecated use `ProjectDepartment$Outbound` instead. */
|
|
534
|
+
type Outbound = ProjectDepartment$Outbound;
|
|
535
|
+
}
|
|
536
|
+
export declare function projectDepartmentToJSON(projectDepartment: ProjectDepartment): string;
|
|
537
|
+
export declare function projectDepartmentFromJSON(jsonString: string): SafeParseResult<ProjectDepartment, SDKValidationError>;
|
|
538
|
+
/** @internal */
|
|
539
|
+
export declare const ParentProject$inboundSchema: z.ZodType<ParentProject, z.ZodTypeDef, unknown>;
|
|
540
|
+
/** @internal */
|
|
541
|
+
export type ParentProject$Outbound = {
|
|
542
|
+
id?: string | undefined;
|
|
543
|
+
name?: string | undefined;
|
|
544
|
+
};
|
|
545
|
+
/** @internal */
|
|
546
|
+
export declare const ParentProject$outboundSchema: z.ZodType<ParentProject$Outbound, z.ZodTypeDef, ParentProject>;
|
|
547
|
+
/**
|
|
548
|
+
* @internal
|
|
549
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
550
|
+
*/
|
|
551
|
+
export declare namespace ParentProject$ {
|
|
552
|
+
/** @deprecated use `ParentProject$inboundSchema` instead. */
|
|
553
|
+
const inboundSchema: z.ZodType<ParentProject, z.ZodTypeDef, unknown>;
|
|
554
|
+
/** @deprecated use `ParentProject$outboundSchema` instead. */
|
|
555
|
+
const outboundSchema: z.ZodType<ParentProject$Outbound, z.ZodTypeDef, ParentProject>;
|
|
556
|
+
/** @deprecated use `ParentProject$Outbound` instead. */
|
|
557
|
+
type Outbound = ParentProject$Outbound;
|
|
558
|
+
}
|
|
559
|
+
export declare function parentProjectToJSON(parentProject: ParentProject): string;
|
|
560
|
+
export declare function parentProjectFromJSON(jsonString: string): SafeParseResult<ParentProject, SDKValidationError>;
|
|
561
|
+
/** @internal */
|
|
562
|
+
export declare const BillingMethod$inboundSchema: z.ZodNativeEnum<typeof BillingMethod>;
|
|
563
|
+
/** @internal */
|
|
564
|
+
export declare const BillingMethod$outboundSchema: z.ZodNativeEnum<typeof BillingMethod>;
|
|
565
|
+
/**
|
|
566
|
+
* @internal
|
|
567
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
568
|
+
*/
|
|
569
|
+
export declare namespace BillingMethod$ {
|
|
570
|
+
/** @deprecated use `BillingMethod$inboundSchema` instead. */
|
|
571
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
572
|
+
readonly FixedPrice: "fixed_price";
|
|
573
|
+
readonly TimeAndMaterials: "time_and_materials";
|
|
574
|
+
readonly MilestoneBased: "milestone_based";
|
|
575
|
+
readonly Retainer: "retainer";
|
|
576
|
+
readonly NonBillable: "non_billable";
|
|
577
|
+
}>;
|
|
578
|
+
/** @deprecated use `BillingMethod$outboundSchema` instead. */
|
|
579
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
580
|
+
readonly FixedPrice: "fixed_price";
|
|
581
|
+
readonly TimeAndMaterials: "time_and_materials";
|
|
582
|
+
readonly MilestoneBased: "milestone_based";
|
|
583
|
+
readonly Retainer: "retainer";
|
|
584
|
+
readonly NonBillable: "non_billable";
|
|
585
|
+
}>;
|
|
586
|
+
}
|
|
587
|
+
/** @internal */
|
|
588
|
+
export declare const ProjectPhase$inboundSchema: z.ZodNativeEnum<typeof ProjectPhase>;
|
|
589
|
+
/** @internal */
|
|
590
|
+
export declare const ProjectPhase$outboundSchema: z.ZodNativeEnum<typeof ProjectPhase>;
|
|
591
|
+
/**
|
|
592
|
+
* @internal
|
|
593
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
594
|
+
*/
|
|
595
|
+
export declare namespace ProjectPhase$ {
|
|
596
|
+
/** @deprecated use `ProjectPhase$inboundSchema` instead. */
|
|
597
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
598
|
+
readonly Initiation: "initiation";
|
|
599
|
+
readonly Planning: "planning";
|
|
600
|
+
readonly Execution: "execution";
|
|
601
|
+
readonly Monitoring: "monitoring";
|
|
602
|
+
readonly Closure: "closure";
|
|
603
|
+
readonly Other: "other";
|
|
604
|
+
}>;
|
|
605
|
+
/** @deprecated use `ProjectPhase$outboundSchema` instead. */
|
|
606
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
607
|
+
readonly Initiation: "initiation";
|
|
608
|
+
readonly Planning: "planning";
|
|
609
|
+
readonly Execution: "execution";
|
|
610
|
+
readonly Monitoring: "monitoring";
|
|
611
|
+
readonly Closure: "closure";
|
|
612
|
+
readonly Other: "other";
|
|
613
|
+
}>;
|
|
614
|
+
}
|
|
615
|
+
/** @internal */
|
|
616
|
+
export declare const ScheduleStatus$inboundSchema: z.ZodNativeEnum<typeof ScheduleStatus>;
|
|
617
|
+
/** @internal */
|
|
618
|
+
export declare const ScheduleStatus$outboundSchema: z.ZodNativeEnum<typeof ScheduleStatus>;
|
|
619
|
+
/**
|
|
620
|
+
* @internal
|
|
621
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
622
|
+
*/
|
|
623
|
+
export declare namespace ScheduleStatus$ {
|
|
624
|
+
/** @deprecated use `ScheduleStatus$inboundSchema` instead. */
|
|
625
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
626
|
+
readonly AheadOfSchedule: "ahead_of_schedule";
|
|
627
|
+
readonly OnSchedule: "on_schedule";
|
|
628
|
+
readonly BehindSchedule: "behind_schedule";
|
|
629
|
+
readonly CriticalDelay: "critical_delay";
|
|
630
|
+
}>;
|
|
631
|
+
/** @deprecated use `ScheduleStatus$outboundSchema` instead. */
|
|
632
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
633
|
+
readonly AheadOfSchedule: "ahead_of_schedule";
|
|
634
|
+
readonly OnSchedule: "on_schedule";
|
|
635
|
+
readonly BehindSchedule: "behind_schedule";
|
|
636
|
+
readonly CriticalDelay: "critical_delay";
|
|
637
|
+
}>;
|
|
638
|
+
}
|
|
639
|
+
/** @internal */
|
|
640
|
+
export declare const Project$inboundSchema: z.ZodType<Project, z.ZodTypeDef, unknown>;
|
|
641
|
+
/** @internal */
|
|
642
|
+
export type Project$Outbound = {
|
|
643
|
+
id?: string | undefined;
|
|
644
|
+
downstream_id?: string | null | undefined;
|
|
645
|
+
name: string;
|
|
646
|
+
display_id?: string | null | undefined;
|
|
647
|
+
reference_id?: string | null | undefined;
|
|
648
|
+
description?: string | null | undefined;
|
|
649
|
+
status?: string | null | undefined;
|
|
650
|
+
active?: boolean | null | undefined;
|
|
651
|
+
project_type?: string | null | undefined;
|
|
652
|
+
priority?: string | null | undefined;
|
|
653
|
+
completion_percentage?: number | null | undefined;
|
|
654
|
+
start_date?: string | null | undefined;
|
|
655
|
+
end_date?: string | null | undefined;
|
|
656
|
+
customer?: LinkedCustomer$Outbound | null | undefined;
|
|
657
|
+
department?: ProjectDepartment$Outbound | null | undefined;
|
|
658
|
+
company_id?: string | null | undefined;
|
|
659
|
+
owner_id?: string | null | undefined;
|
|
660
|
+
parent_project?: ParentProject$Outbound | null | undefined;
|
|
661
|
+
currency?: string | null | undefined;
|
|
662
|
+
budget_amount?: number | null | undefined;
|
|
663
|
+
approved_amount?: number | null | undefined;
|
|
664
|
+
actual_amount?: number | null | undefined;
|
|
665
|
+
budget_hours?: number | null | undefined;
|
|
666
|
+
actual_hours?: number | null | undefined;
|
|
667
|
+
hourly_rate?: number | null | undefined;
|
|
668
|
+
billing_method?: string | null | undefined;
|
|
669
|
+
is_billable: boolean | null;
|
|
670
|
+
phase?: string | null | undefined;
|
|
671
|
+
tax_rate?: LinkedTaxRate$Outbound | undefined;
|
|
672
|
+
tracking_categories?: Array<LinkedTrackingCategory$Outbound | null> | null | undefined;
|
|
673
|
+
tags?: Array<string> | undefined;
|
|
674
|
+
notes?: string | null | undefined;
|
|
675
|
+
contract_number?: string | null | undefined;
|
|
676
|
+
profit_margin?: number | null | undefined;
|
|
677
|
+
schedule_status?: string | null | undefined;
|
|
678
|
+
addresses?: Array<Address$Outbound> | undefined;
|
|
679
|
+
team_size?: number | null | undefined;
|
|
680
|
+
custom_fields?: Array<CustomField$Outbound> | undefined;
|
|
681
|
+
row_version?: string | null | undefined;
|
|
682
|
+
updated_by?: string | null | undefined;
|
|
683
|
+
created_by?: string | null | undefined;
|
|
684
|
+
created_at?: string | null | undefined;
|
|
685
|
+
updated_at?: string | null | undefined;
|
|
686
|
+
};
|
|
687
|
+
/** @internal */
|
|
688
|
+
export declare const Project$outboundSchema: z.ZodType<Project$Outbound, z.ZodTypeDef, Project>;
|
|
689
|
+
/**
|
|
690
|
+
* @internal
|
|
691
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
692
|
+
*/
|
|
693
|
+
export declare namespace Project$ {
|
|
694
|
+
/** @deprecated use `Project$inboundSchema` instead. */
|
|
695
|
+
const inboundSchema: z.ZodType<Project, z.ZodTypeDef, unknown>;
|
|
696
|
+
/** @deprecated use `Project$outboundSchema` instead. */
|
|
697
|
+
const outboundSchema: z.ZodType<Project$Outbound, z.ZodTypeDef, Project>;
|
|
698
|
+
/** @deprecated use `Project$Outbound` instead. */
|
|
699
|
+
type Outbound = Project$Outbound;
|
|
700
|
+
}
|
|
701
|
+
export declare function projectToJSON(project: Project): string;
|
|
702
|
+
export declare function projectFromJSON(jsonString: string): SafeParseResult<Project, SDKValidationError>;
|
|
703
|
+
/** @internal */
|
|
704
|
+
export declare const ProjectInput$inboundSchema: z.ZodType<ProjectInput, z.ZodTypeDef, unknown>;
|
|
705
|
+
/** @internal */
|
|
706
|
+
export type ProjectInput$Outbound = {
|
|
707
|
+
name: string;
|
|
708
|
+
display_id?: string | null | undefined;
|
|
709
|
+
reference_id?: string | null | undefined;
|
|
710
|
+
description?: string | null | undefined;
|
|
711
|
+
status?: string | null | undefined;
|
|
712
|
+
active?: boolean | null | undefined;
|
|
713
|
+
project_type?: string | null | undefined;
|
|
714
|
+
priority?: string | null | undefined;
|
|
715
|
+
completion_percentage?: number | null | undefined;
|
|
716
|
+
start_date?: string | null | undefined;
|
|
717
|
+
end_date?: string | null | undefined;
|
|
718
|
+
customer?: LinkedCustomerInput$Outbound | null | undefined;
|
|
719
|
+
department?: ProjectDepartment$Outbound | null | undefined;
|
|
720
|
+
company_id?: string | null | undefined;
|
|
721
|
+
owner_id?: string | null | undefined;
|
|
722
|
+
parent_project?: ParentProject$Outbound | null | undefined;
|
|
723
|
+
currency?: string | null | undefined;
|
|
724
|
+
budget_amount?: number | null | undefined;
|
|
725
|
+
approved_amount?: number | null | undefined;
|
|
726
|
+
budget_hours?: number | null | undefined;
|
|
727
|
+
hourly_rate?: number | null | undefined;
|
|
728
|
+
billing_method?: string | null | undefined;
|
|
729
|
+
is_billable: boolean | null;
|
|
730
|
+
phase?: string | null | undefined;
|
|
731
|
+
tax_rate?: LinkedTaxRateInput$Outbound | undefined;
|
|
732
|
+
tracking_categories?: Array<LinkedTrackingCategory$Outbound | null> | null | undefined;
|
|
733
|
+
tags?: Array<string> | undefined;
|
|
734
|
+
notes?: string | null | undefined;
|
|
735
|
+
contract_number?: string | null | undefined;
|
|
736
|
+
profit_margin?: number | null | undefined;
|
|
737
|
+
schedule_status?: string | null | undefined;
|
|
738
|
+
addresses?: Array<Address$Outbound> | undefined;
|
|
739
|
+
team_size?: number | null | undefined;
|
|
740
|
+
custom_fields?: Array<CustomField$Outbound> | undefined;
|
|
741
|
+
row_version?: string | null | undefined;
|
|
742
|
+
};
|
|
743
|
+
/** @internal */
|
|
744
|
+
export declare const ProjectInput$outboundSchema: z.ZodType<ProjectInput$Outbound, z.ZodTypeDef, ProjectInput>;
|
|
745
|
+
/**
|
|
746
|
+
* @internal
|
|
747
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
748
|
+
*/
|
|
749
|
+
export declare namespace ProjectInput$ {
|
|
750
|
+
/** @deprecated use `ProjectInput$inboundSchema` instead. */
|
|
751
|
+
const inboundSchema: z.ZodType<ProjectInput, z.ZodTypeDef, unknown>;
|
|
752
|
+
/** @deprecated use `ProjectInput$outboundSchema` instead. */
|
|
753
|
+
const outboundSchema: z.ZodType<ProjectInput$Outbound, z.ZodTypeDef, ProjectInput>;
|
|
754
|
+
/** @deprecated use `ProjectInput$Outbound` instead. */
|
|
755
|
+
type Outbound = ProjectInput$Outbound;
|
|
756
|
+
}
|
|
757
|
+
export declare function projectInputToJSON(projectInput: ProjectInput): string;
|
|
758
|
+
export declare function projectInputFromJSON(jsonString: string): SafeParseResult<ProjectInput, SDKValidationError>;
|
|
759
|
+
//# sourceMappingURL=project.d.ts.map
|