@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 @@
|
|
|
1
|
+
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/models/components/project.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ProjectInput$ = exports.ProjectInput$outboundSchema = exports.ProjectInput$inboundSchema = exports.Project$ = exports.Project$outboundSchema = exports.Project$inboundSchema = exports.ScheduleStatus$ = exports.ScheduleStatus$outboundSchema = exports.ScheduleStatus$inboundSchema = exports.ProjectPhase$ = exports.ProjectPhase$outboundSchema = exports.ProjectPhase$inboundSchema = exports.BillingMethod$ = exports.BillingMethod$outboundSchema = exports.BillingMethod$inboundSchema = exports.ParentProject$ = exports.ParentProject$outboundSchema = exports.ParentProject$inboundSchema = exports.ProjectDepartment$ = exports.ProjectDepartment$outboundSchema = exports.ProjectDepartment$inboundSchema = exports.Priority$ = exports.Priority$outboundSchema = exports.Priority$inboundSchema = exports.ProjectType$ = exports.ProjectType$outboundSchema = exports.ProjectType$inboundSchema = exports.ProjectProjectStatus$ = exports.ProjectProjectStatus$outboundSchema = exports.ProjectProjectStatus$inboundSchema = exports.ScheduleStatus = exports.ProjectPhase = exports.BillingMethod = exports.Priority = exports.ProjectType = exports.ProjectProjectStatus = void 0;
|
|
40
|
+
exports.projectDepartmentToJSON = projectDepartmentToJSON;
|
|
41
|
+
exports.projectDepartmentFromJSON = projectDepartmentFromJSON;
|
|
42
|
+
exports.parentProjectToJSON = parentProjectToJSON;
|
|
43
|
+
exports.parentProjectFromJSON = parentProjectFromJSON;
|
|
44
|
+
exports.projectToJSON = projectToJSON;
|
|
45
|
+
exports.projectFromJSON = projectFromJSON;
|
|
46
|
+
exports.projectInputToJSON = projectInputToJSON;
|
|
47
|
+
exports.projectInputFromJSON = projectInputFromJSON;
|
|
48
|
+
const z = __importStar(require("zod"));
|
|
49
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
50
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
51
|
+
const rfcdate_js_1 = require("../../types/rfcdate.js");
|
|
52
|
+
const address_js_1 = require("./address.js");
|
|
53
|
+
const currency_js_1 = require("./currency.js");
|
|
54
|
+
const customfield_js_1 = require("./customfield.js");
|
|
55
|
+
const linkedcustomer_js_1 = require("./linkedcustomer.js");
|
|
56
|
+
const linkedcustomerinput_js_1 = require("./linkedcustomerinput.js");
|
|
57
|
+
const linkedtaxrate_js_1 = require("./linkedtaxrate.js");
|
|
58
|
+
const linkedtaxrateinput_js_1 = require("./linkedtaxrateinput.js");
|
|
59
|
+
const linkedtrackingcategory_js_1 = require("./linkedtrackingcategory.js");
|
|
60
|
+
/**
|
|
61
|
+
* Current status of the project
|
|
62
|
+
*/
|
|
63
|
+
exports.ProjectProjectStatus = {
|
|
64
|
+
Active: "active",
|
|
65
|
+
Completed: "completed",
|
|
66
|
+
OnHold: "on_hold",
|
|
67
|
+
Cancelled: "cancelled",
|
|
68
|
+
Draft: "draft",
|
|
69
|
+
InProgress: "in_progress",
|
|
70
|
+
Approved: "approved",
|
|
71
|
+
Other: "other",
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Type or category of the project
|
|
75
|
+
*/
|
|
76
|
+
exports.ProjectType = {
|
|
77
|
+
ClientProject: "client_project",
|
|
78
|
+
InternalProject: "internal_project",
|
|
79
|
+
Maintenance: "maintenance",
|
|
80
|
+
ResearchDevelopment: "research_development",
|
|
81
|
+
Training: "training",
|
|
82
|
+
Other: "other",
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Priority level of the project
|
|
86
|
+
*/
|
|
87
|
+
exports.Priority = {
|
|
88
|
+
Low: "low",
|
|
89
|
+
Medium: "medium",
|
|
90
|
+
High: "high",
|
|
91
|
+
Critical: "critical",
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Method used for billing this project
|
|
95
|
+
*/
|
|
96
|
+
exports.BillingMethod = {
|
|
97
|
+
FixedPrice: "fixed_price",
|
|
98
|
+
TimeAndMaterials: "time_and_materials",
|
|
99
|
+
MilestoneBased: "milestone_based",
|
|
100
|
+
Retainer: "retainer",
|
|
101
|
+
NonBillable: "non_billable",
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* Current phase of the project lifecycle
|
|
105
|
+
*/
|
|
106
|
+
exports.ProjectPhase = {
|
|
107
|
+
Initiation: "initiation",
|
|
108
|
+
Planning: "planning",
|
|
109
|
+
Execution: "execution",
|
|
110
|
+
Monitoring: "monitoring",
|
|
111
|
+
Closure: "closure",
|
|
112
|
+
Other: "other",
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Current status of project schedule compared to plan
|
|
116
|
+
*/
|
|
117
|
+
exports.ScheduleStatus = {
|
|
118
|
+
AheadOfSchedule: "ahead_of_schedule",
|
|
119
|
+
OnSchedule: "on_schedule",
|
|
120
|
+
BehindSchedule: "behind_schedule",
|
|
121
|
+
CriticalDelay: "critical_delay",
|
|
122
|
+
};
|
|
123
|
+
/** @internal */
|
|
124
|
+
exports.ProjectProjectStatus$inboundSchema = z.nativeEnum(exports.ProjectProjectStatus);
|
|
125
|
+
/** @internal */
|
|
126
|
+
exports.ProjectProjectStatus$outboundSchema = exports.ProjectProjectStatus$inboundSchema;
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
130
|
+
*/
|
|
131
|
+
var ProjectProjectStatus$;
|
|
132
|
+
(function (ProjectProjectStatus$) {
|
|
133
|
+
/** @deprecated use `ProjectProjectStatus$inboundSchema` instead. */
|
|
134
|
+
ProjectProjectStatus$.inboundSchema = exports.ProjectProjectStatus$inboundSchema;
|
|
135
|
+
/** @deprecated use `ProjectProjectStatus$outboundSchema` instead. */
|
|
136
|
+
ProjectProjectStatus$.outboundSchema = exports.ProjectProjectStatus$outboundSchema;
|
|
137
|
+
})(ProjectProjectStatus$ || (exports.ProjectProjectStatus$ = ProjectProjectStatus$ = {}));
|
|
138
|
+
/** @internal */
|
|
139
|
+
exports.ProjectType$inboundSchema = z
|
|
140
|
+
.nativeEnum(exports.ProjectType);
|
|
141
|
+
/** @internal */
|
|
142
|
+
exports.ProjectType$outboundSchema = exports.ProjectType$inboundSchema;
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
146
|
+
*/
|
|
147
|
+
var ProjectType$;
|
|
148
|
+
(function (ProjectType$) {
|
|
149
|
+
/** @deprecated use `ProjectType$inboundSchema` instead. */
|
|
150
|
+
ProjectType$.inboundSchema = exports.ProjectType$inboundSchema;
|
|
151
|
+
/** @deprecated use `ProjectType$outboundSchema` instead. */
|
|
152
|
+
ProjectType$.outboundSchema = exports.ProjectType$outboundSchema;
|
|
153
|
+
})(ProjectType$ || (exports.ProjectType$ = ProjectType$ = {}));
|
|
154
|
+
/** @internal */
|
|
155
|
+
exports.Priority$inboundSchema = z
|
|
156
|
+
.nativeEnum(exports.Priority);
|
|
157
|
+
/** @internal */
|
|
158
|
+
exports.Priority$outboundSchema = exports.Priority$inboundSchema;
|
|
159
|
+
/**
|
|
160
|
+
* @internal
|
|
161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
162
|
+
*/
|
|
163
|
+
var Priority$;
|
|
164
|
+
(function (Priority$) {
|
|
165
|
+
/** @deprecated use `Priority$inboundSchema` instead. */
|
|
166
|
+
Priority$.inboundSchema = exports.Priority$inboundSchema;
|
|
167
|
+
/** @deprecated use `Priority$outboundSchema` instead. */
|
|
168
|
+
Priority$.outboundSchema = exports.Priority$outboundSchema;
|
|
169
|
+
})(Priority$ || (exports.Priority$ = Priority$ = {}));
|
|
170
|
+
/** @internal */
|
|
171
|
+
exports.ProjectDepartment$inboundSchema = z.object({
|
|
172
|
+
id: z.string().optional(),
|
|
173
|
+
name: z.string().optional(),
|
|
174
|
+
});
|
|
175
|
+
/** @internal */
|
|
176
|
+
exports.ProjectDepartment$outboundSchema = z.object({
|
|
177
|
+
id: z.string().optional(),
|
|
178
|
+
name: z.string().optional(),
|
|
179
|
+
});
|
|
180
|
+
/**
|
|
181
|
+
* @internal
|
|
182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
183
|
+
*/
|
|
184
|
+
var ProjectDepartment$;
|
|
185
|
+
(function (ProjectDepartment$) {
|
|
186
|
+
/** @deprecated use `ProjectDepartment$inboundSchema` instead. */
|
|
187
|
+
ProjectDepartment$.inboundSchema = exports.ProjectDepartment$inboundSchema;
|
|
188
|
+
/** @deprecated use `ProjectDepartment$outboundSchema` instead. */
|
|
189
|
+
ProjectDepartment$.outboundSchema = exports.ProjectDepartment$outboundSchema;
|
|
190
|
+
})(ProjectDepartment$ || (exports.ProjectDepartment$ = ProjectDepartment$ = {}));
|
|
191
|
+
function projectDepartmentToJSON(projectDepartment) {
|
|
192
|
+
return JSON.stringify(exports.ProjectDepartment$outboundSchema.parse(projectDepartment));
|
|
193
|
+
}
|
|
194
|
+
function projectDepartmentFromJSON(jsonString) {
|
|
195
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProjectDepartment$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectDepartment' from JSON`);
|
|
196
|
+
}
|
|
197
|
+
/** @internal */
|
|
198
|
+
exports.ParentProject$inboundSchema = z.object({
|
|
199
|
+
id: z.string().optional(),
|
|
200
|
+
name: z.string().optional(),
|
|
201
|
+
});
|
|
202
|
+
/** @internal */
|
|
203
|
+
exports.ParentProject$outboundSchema = z.object({
|
|
204
|
+
id: z.string().optional(),
|
|
205
|
+
name: z.string().optional(),
|
|
206
|
+
});
|
|
207
|
+
/**
|
|
208
|
+
* @internal
|
|
209
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
210
|
+
*/
|
|
211
|
+
var ParentProject$;
|
|
212
|
+
(function (ParentProject$) {
|
|
213
|
+
/** @deprecated use `ParentProject$inboundSchema` instead. */
|
|
214
|
+
ParentProject$.inboundSchema = exports.ParentProject$inboundSchema;
|
|
215
|
+
/** @deprecated use `ParentProject$outboundSchema` instead. */
|
|
216
|
+
ParentProject$.outboundSchema = exports.ParentProject$outboundSchema;
|
|
217
|
+
})(ParentProject$ || (exports.ParentProject$ = ParentProject$ = {}));
|
|
218
|
+
function parentProjectToJSON(parentProject) {
|
|
219
|
+
return JSON.stringify(exports.ParentProject$outboundSchema.parse(parentProject));
|
|
220
|
+
}
|
|
221
|
+
function parentProjectFromJSON(jsonString) {
|
|
222
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ParentProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ParentProject' from JSON`);
|
|
223
|
+
}
|
|
224
|
+
/** @internal */
|
|
225
|
+
exports.BillingMethod$inboundSchema = z.nativeEnum(exports.BillingMethod);
|
|
226
|
+
/** @internal */
|
|
227
|
+
exports.BillingMethod$outboundSchema = exports.BillingMethod$inboundSchema;
|
|
228
|
+
/**
|
|
229
|
+
* @internal
|
|
230
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
231
|
+
*/
|
|
232
|
+
var BillingMethod$;
|
|
233
|
+
(function (BillingMethod$) {
|
|
234
|
+
/** @deprecated use `BillingMethod$inboundSchema` instead. */
|
|
235
|
+
BillingMethod$.inboundSchema = exports.BillingMethod$inboundSchema;
|
|
236
|
+
/** @deprecated use `BillingMethod$outboundSchema` instead. */
|
|
237
|
+
BillingMethod$.outboundSchema = exports.BillingMethod$outboundSchema;
|
|
238
|
+
})(BillingMethod$ || (exports.BillingMethod$ = BillingMethod$ = {}));
|
|
239
|
+
/** @internal */
|
|
240
|
+
exports.ProjectPhase$inboundSchema = z.nativeEnum(exports.ProjectPhase);
|
|
241
|
+
/** @internal */
|
|
242
|
+
exports.ProjectPhase$outboundSchema = exports.ProjectPhase$inboundSchema;
|
|
243
|
+
/**
|
|
244
|
+
* @internal
|
|
245
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
246
|
+
*/
|
|
247
|
+
var ProjectPhase$;
|
|
248
|
+
(function (ProjectPhase$) {
|
|
249
|
+
/** @deprecated use `ProjectPhase$inboundSchema` instead. */
|
|
250
|
+
ProjectPhase$.inboundSchema = exports.ProjectPhase$inboundSchema;
|
|
251
|
+
/** @deprecated use `ProjectPhase$outboundSchema` instead. */
|
|
252
|
+
ProjectPhase$.outboundSchema = exports.ProjectPhase$outboundSchema;
|
|
253
|
+
})(ProjectPhase$ || (exports.ProjectPhase$ = ProjectPhase$ = {}));
|
|
254
|
+
/** @internal */
|
|
255
|
+
exports.ScheduleStatus$inboundSchema = z.nativeEnum(exports.ScheduleStatus);
|
|
256
|
+
/** @internal */
|
|
257
|
+
exports.ScheduleStatus$outboundSchema = exports.ScheduleStatus$inboundSchema;
|
|
258
|
+
/**
|
|
259
|
+
* @internal
|
|
260
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
261
|
+
*/
|
|
262
|
+
var ScheduleStatus$;
|
|
263
|
+
(function (ScheduleStatus$) {
|
|
264
|
+
/** @deprecated use `ScheduleStatus$inboundSchema` instead. */
|
|
265
|
+
ScheduleStatus$.inboundSchema = exports.ScheduleStatus$inboundSchema;
|
|
266
|
+
/** @deprecated use `ScheduleStatus$outboundSchema` instead. */
|
|
267
|
+
ScheduleStatus$.outboundSchema = exports.ScheduleStatus$outboundSchema;
|
|
268
|
+
})(ScheduleStatus$ || (exports.ScheduleStatus$ = ScheduleStatus$ = {}));
|
|
269
|
+
/** @internal */
|
|
270
|
+
exports.Project$inboundSchema = z.object({
|
|
271
|
+
id: z.string().optional(),
|
|
272
|
+
downstream_id: z.nullable(z.string()).optional(),
|
|
273
|
+
name: z.string(),
|
|
274
|
+
display_id: z.nullable(z.string()).optional(),
|
|
275
|
+
reference_id: z.nullable(z.string()).optional(),
|
|
276
|
+
description: z.nullable(z.string()).optional(),
|
|
277
|
+
status: z.nullable(exports.ProjectProjectStatus$inboundSchema).optional(),
|
|
278
|
+
active: z.nullable(z.boolean()).optional(),
|
|
279
|
+
project_type: z.nullable(exports.ProjectType$inboundSchema).optional(),
|
|
280
|
+
priority: z.nullable(exports.Priority$inboundSchema).optional(),
|
|
281
|
+
completion_percentage: z.nullable(z.number()).optional(),
|
|
282
|
+
start_date: z.nullable(z.string().transform(v => new rfcdate_js_1.RFCDate(v)))
|
|
283
|
+
.optional(),
|
|
284
|
+
end_date: z.nullable(z.string().transform(v => new rfcdate_js_1.RFCDate(v))).optional(),
|
|
285
|
+
customer: z.nullable(linkedcustomer_js_1.LinkedCustomer$inboundSchema).optional(),
|
|
286
|
+
department: z.nullable(z.lazy(() => exports.ProjectDepartment$inboundSchema))
|
|
287
|
+
.optional(),
|
|
288
|
+
company_id: z.nullable(z.string()).optional(),
|
|
289
|
+
owner_id: z.nullable(z.string()).optional(),
|
|
290
|
+
parent_project: z.nullable(z.lazy(() => exports.ParentProject$inboundSchema))
|
|
291
|
+
.optional(),
|
|
292
|
+
currency: z.nullable(currency_js_1.Currency$inboundSchema).optional(),
|
|
293
|
+
budget_amount: z.nullable(z.number()).optional(),
|
|
294
|
+
approved_amount: z.nullable(z.number()).optional(),
|
|
295
|
+
actual_amount: z.nullable(z.number()).optional(),
|
|
296
|
+
budget_hours: z.nullable(z.number()).optional(),
|
|
297
|
+
actual_hours: z.nullable(z.number()).optional(),
|
|
298
|
+
hourly_rate: z.nullable(z.number()).optional(),
|
|
299
|
+
billing_method: z.nullable(exports.BillingMethod$inboundSchema).optional(),
|
|
300
|
+
is_billable: z.nullable(z.boolean().default(true)),
|
|
301
|
+
phase: z.nullable(exports.ProjectPhase$inboundSchema).optional(),
|
|
302
|
+
tax_rate: linkedtaxrate_js_1.LinkedTaxRate$inboundSchema.optional(),
|
|
303
|
+
tracking_categories: z.nullable(z.array(z.nullable(linkedtrackingcategory_js_1.LinkedTrackingCategory$inboundSchema))).optional(),
|
|
304
|
+
tags: z.array(z.string()).optional(),
|
|
305
|
+
notes: z.nullable(z.string()).optional(),
|
|
306
|
+
contract_number: z.nullable(z.string()).optional(),
|
|
307
|
+
profit_margin: z.nullable(z.number()).optional(),
|
|
308
|
+
schedule_status: z.nullable(exports.ScheduleStatus$inboundSchema).optional(),
|
|
309
|
+
addresses: z.array(address_js_1.Address$inboundSchema).optional(),
|
|
310
|
+
team_size: z.nullable(z.number().int()).optional(),
|
|
311
|
+
custom_fields: z.array(customfield_js_1.CustomField$inboundSchema).optional(),
|
|
312
|
+
row_version: z.nullable(z.string()).optional(),
|
|
313
|
+
updated_by: z.nullable(z.string()).optional(),
|
|
314
|
+
created_by: z.nullable(z.string()).optional(),
|
|
315
|
+
created_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
|
|
316
|
+
updated_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
|
|
317
|
+
}).transform((v) => {
|
|
318
|
+
return (0, primitives_js_1.remap)(v, {
|
|
319
|
+
"downstream_id": "downstreamId",
|
|
320
|
+
"display_id": "displayId",
|
|
321
|
+
"reference_id": "referenceId",
|
|
322
|
+
"project_type": "projectType",
|
|
323
|
+
"completion_percentage": "completionPercentage",
|
|
324
|
+
"start_date": "startDate",
|
|
325
|
+
"end_date": "endDate",
|
|
326
|
+
"company_id": "companyId",
|
|
327
|
+
"owner_id": "ownerId",
|
|
328
|
+
"parent_project": "parentProject",
|
|
329
|
+
"budget_amount": "budgetAmount",
|
|
330
|
+
"approved_amount": "approvedAmount",
|
|
331
|
+
"actual_amount": "actualAmount",
|
|
332
|
+
"budget_hours": "budgetHours",
|
|
333
|
+
"actual_hours": "actualHours",
|
|
334
|
+
"hourly_rate": "hourlyRate",
|
|
335
|
+
"billing_method": "billingMethod",
|
|
336
|
+
"is_billable": "isBillable",
|
|
337
|
+
"tax_rate": "taxRate",
|
|
338
|
+
"tracking_categories": "trackingCategories",
|
|
339
|
+
"contract_number": "contractNumber",
|
|
340
|
+
"profit_margin": "profitMargin",
|
|
341
|
+
"schedule_status": "scheduleStatus",
|
|
342
|
+
"team_size": "teamSize",
|
|
343
|
+
"custom_fields": "customFields",
|
|
344
|
+
"row_version": "rowVersion",
|
|
345
|
+
"updated_by": "updatedBy",
|
|
346
|
+
"created_by": "createdBy",
|
|
347
|
+
"created_at": "createdAt",
|
|
348
|
+
"updated_at": "updatedAt",
|
|
349
|
+
});
|
|
350
|
+
});
|
|
351
|
+
/** @internal */
|
|
352
|
+
exports.Project$outboundSchema = z.object({
|
|
353
|
+
id: z.string().optional(),
|
|
354
|
+
downstreamId: z.nullable(z.string()).optional(),
|
|
355
|
+
name: z.string(),
|
|
356
|
+
displayId: z.nullable(z.string()).optional(),
|
|
357
|
+
referenceId: z.nullable(z.string()).optional(),
|
|
358
|
+
description: z.nullable(z.string()).optional(),
|
|
359
|
+
status: z.nullable(exports.ProjectProjectStatus$outboundSchema).optional(),
|
|
360
|
+
active: z.nullable(z.boolean()).optional(),
|
|
361
|
+
projectType: z.nullable(exports.ProjectType$outboundSchema).optional(),
|
|
362
|
+
priority: z.nullable(exports.Priority$outboundSchema).optional(),
|
|
363
|
+
completionPercentage: z.nullable(z.number()).optional(),
|
|
364
|
+
startDate: z.nullable(z.instanceof(rfcdate_js_1.RFCDate).transform(v => v.toString()))
|
|
365
|
+
.optional(),
|
|
366
|
+
endDate: z.nullable(z.instanceof(rfcdate_js_1.RFCDate).transform(v => v.toString()))
|
|
367
|
+
.optional(),
|
|
368
|
+
customer: z.nullable(linkedcustomer_js_1.LinkedCustomer$outboundSchema).optional(),
|
|
369
|
+
department: z.nullable(z.lazy(() => exports.ProjectDepartment$outboundSchema))
|
|
370
|
+
.optional(),
|
|
371
|
+
companyId: z.nullable(z.string()).optional(),
|
|
372
|
+
ownerId: z.nullable(z.string()).optional(),
|
|
373
|
+
parentProject: z.nullable(z.lazy(() => exports.ParentProject$outboundSchema))
|
|
374
|
+
.optional(),
|
|
375
|
+
currency: z.nullable(currency_js_1.Currency$outboundSchema).optional(),
|
|
376
|
+
budgetAmount: z.nullable(z.number()).optional(),
|
|
377
|
+
approvedAmount: z.nullable(z.number()).optional(),
|
|
378
|
+
actualAmount: z.nullable(z.number()).optional(),
|
|
379
|
+
budgetHours: z.nullable(z.number()).optional(),
|
|
380
|
+
actualHours: z.nullable(z.number()).optional(),
|
|
381
|
+
hourlyRate: z.nullable(z.number()).optional(),
|
|
382
|
+
billingMethod: z.nullable(exports.BillingMethod$outboundSchema).optional(),
|
|
383
|
+
isBillable: z.nullable(z.boolean().default(true)),
|
|
384
|
+
phase: z.nullable(exports.ProjectPhase$outboundSchema).optional(),
|
|
385
|
+
taxRate: linkedtaxrate_js_1.LinkedTaxRate$outboundSchema.optional(),
|
|
386
|
+
trackingCategories: z.nullable(z.array(z.nullable(linkedtrackingcategory_js_1.LinkedTrackingCategory$outboundSchema))).optional(),
|
|
387
|
+
tags: z.array(z.string()).optional(),
|
|
388
|
+
notes: z.nullable(z.string()).optional(),
|
|
389
|
+
contractNumber: z.nullable(z.string()).optional(),
|
|
390
|
+
profitMargin: z.nullable(z.number()).optional(),
|
|
391
|
+
scheduleStatus: z.nullable(exports.ScheduleStatus$outboundSchema).optional(),
|
|
392
|
+
addresses: z.array(address_js_1.Address$outboundSchema).optional(),
|
|
393
|
+
teamSize: z.nullable(z.number().int()).optional(),
|
|
394
|
+
customFields: z.array(customfield_js_1.CustomField$outboundSchema).optional(),
|
|
395
|
+
rowVersion: z.nullable(z.string()).optional(),
|
|
396
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
397
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
398
|
+
createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
|
|
399
|
+
updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
|
|
400
|
+
}).transform((v) => {
|
|
401
|
+
return (0, primitives_js_1.remap)(v, {
|
|
402
|
+
downstreamId: "downstream_id",
|
|
403
|
+
displayId: "display_id",
|
|
404
|
+
referenceId: "reference_id",
|
|
405
|
+
projectType: "project_type",
|
|
406
|
+
completionPercentage: "completion_percentage",
|
|
407
|
+
startDate: "start_date",
|
|
408
|
+
endDate: "end_date",
|
|
409
|
+
companyId: "company_id",
|
|
410
|
+
ownerId: "owner_id",
|
|
411
|
+
parentProject: "parent_project",
|
|
412
|
+
budgetAmount: "budget_amount",
|
|
413
|
+
approvedAmount: "approved_amount",
|
|
414
|
+
actualAmount: "actual_amount",
|
|
415
|
+
budgetHours: "budget_hours",
|
|
416
|
+
actualHours: "actual_hours",
|
|
417
|
+
hourlyRate: "hourly_rate",
|
|
418
|
+
billingMethod: "billing_method",
|
|
419
|
+
isBillable: "is_billable",
|
|
420
|
+
taxRate: "tax_rate",
|
|
421
|
+
trackingCategories: "tracking_categories",
|
|
422
|
+
contractNumber: "contract_number",
|
|
423
|
+
profitMargin: "profit_margin",
|
|
424
|
+
scheduleStatus: "schedule_status",
|
|
425
|
+
teamSize: "team_size",
|
|
426
|
+
customFields: "custom_fields",
|
|
427
|
+
rowVersion: "row_version",
|
|
428
|
+
updatedBy: "updated_by",
|
|
429
|
+
createdBy: "created_by",
|
|
430
|
+
createdAt: "created_at",
|
|
431
|
+
updatedAt: "updated_at",
|
|
432
|
+
});
|
|
433
|
+
});
|
|
434
|
+
/**
|
|
435
|
+
* @internal
|
|
436
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
437
|
+
*/
|
|
438
|
+
var Project$;
|
|
439
|
+
(function (Project$) {
|
|
440
|
+
/** @deprecated use `Project$inboundSchema` instead. */
|
|
441
|
+
Project$.inboundSchema = exports.Project$inboundSchema;
|
|
442
|
+
/** @deprecated use `Project$outboundSchema` instead. */
|
|
443
|
+
Project$.outboundSchema = exports.Project$outboundSchema;
|
|
444
|
+
})(Project$ || (exports.Project$ = Project$ = {}));
|
|
445
|
+
function projectToJSON(project) {
|
|
446
|
+
return JSON.stringify(exports.Project$outboundSchema.parse(project));
|
|
447
|
+
}
|
|
448
|
+
function projectFromJSON(jsonString) {
|
|
449
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Project' from JSON`);
|
|
450
|
+
}
|
|
451
|
+
/** @internal */
|
|
452
|
+
exports.ProjectInput$inboundSchema = z.object({
|
|
453
|
+
name: z.string(),
|
|
454
|
+
display_id: z.nullable(z.string()).optional(),
|
|
455
|
+
reference_id: z.nullable(z.string()).optional(),
|
|
456
|
+
description: z.nullable(z.string()).optional(),
|
|
457
|
+
status: z.nullable(exports.ProjectProjectStatus$inboundSchema).optional(),
|
|
458
|
+
active: z.nullable(z.boolean()).optional(),
|
|
459
|
+
project_type: z.nullable(exports.ProjectType$inboundSchema).optional(),
|
|
460
|
+
priority: z.nullable(exports.Priority$inboundSchema).optional(),
|
|
461
|
+
completion_percentage: z.nullable(z.number()).optional(),
|
|
462
|
+
start_date: z.nullable(z.string().transform(v => new rfcdate_js_1.RFCDate(v))).optional(),
|
|
463
|
+
end_date: z.nullable(z.string().transform(v => new rfcdate_js_1.RFCDate(v))).optional(),
|
|
464
|
+
customer: z.nullable(linkedcustomerinput_js_1.LinkedCustomerInput$inboundSchema).optional(),
|
|
465
|
+
department: z.nullable(z.lazy(() => exports.ProjectDepartment$inboundSchema))
|
|
466
|
+
.optional(),
|
|
467
|
+
company_id: z.nullable(z.string()).optional(),
|
|
468
|
+
owner_id: z.nullable(z.string()).optional(),
|
|
469
|
+
parent_project: z.nullable(z.lazy(() => exports.ParentProject$inboundSchema))
|
|
470
|
+
.optional(),
|
|
471
|
+
currency: z.nullable(currency_js_1.Currency$inboundSchema).optional(),
|
|
472
|
+
budget_amount: z.nullable(z.number()).optional(),
|
|
473
|
+
approved_amount: z.nullable(z.number()).optional(),
|
|
474
|
+
budget_hours: z.nullable(z.number()).optional(),
|
|
475
|
+
hourly_rate: z.nullable(z.number()).optional(),
|
|
476
|
+
billing_method: z.nullable(exports.BillingMethod$inboundSchema).optional(),
|
|
477
|
+
is_billable: z.nullable(z.boolean().default(true)),
|
|
478
|
+
phase: z.nullable(exports.ProjectPhase$inboundSchema).optional(),
|
|
479
|
+
tax_rate: linkedtaxrateinput_js_1.LinkedTaxRateInput$inboundSchema.optional(),
|
|
480
|
+
tracking_categories: z.nullable(z.array(z.nullable(linkedtrackingcategory_js_1.LinkedTrackingCategory$inboundSchema))).optional(),
|
|
481
|
+
tags: z.array(z.string()).optional(),
|
|
482
|
+
notes: z.nullable(z.string()).optional(),
|
|
483
|
+
contract_number: z.nullable(z.string()).optional(),
|
|
484
|
+
profit_margin: z.nullable(z.number()).optional(),
|
|
485
|
+
schedule_status: z.nullable(exports.ScheduleStatus$inboundSchema).optional(),
|
|
486
|
+
addresses: z.array(address_js_1.Address$inboundSchema).optional(),
|
|
487
|
+
team_size: z.nullable(z.number().int()).optional(),
|
|
488
|
+
custom_fields: z.array(customfield_js_1.CustomField$inboundSchema).optional(),
|
|
489
|
+
row_version: z.nullable(z.string()).optional(),
|
|
490
|
+
}).transform((v) => {
|
|
491
|
+
return (0, primitives_js_1.remap)(v, {
|
|
492
|
+
"display_id": "displayId",
|
|
493
|
+
"reference_id": "referenceId",
|
|
494
|
+
"project_type": "projectType",
|
|
495
|
+
"completion_percentage": "completionPercentage",
|
|
496
|
+
"start_date": "startDate",
|
|
497
|
+
"end_date": "endDate",
|
|
498
|
+
"company_id": "companyId",
|
|
499
|
+
"owner_id": "ownerId",
|
|
500
|
+
"parent_project": "parentProject",
|
|
501
|
+
"budget_amount": "budgetAmount",
|
|
502
|
+
"approved_amount": "approvedAmount",
|
|
503
|
+
"budget_hours": "budgetHours",
|
|
504
|
+
"hourly_rate": "hourlyRate",
|
|
505
|
+
"billing_method": "billingMethod",
|
|
506
|
+
"is_billable": "isBillable",
|
|
507
|
+
"tax_rate": "taxRate",
|
|
508
|
+
"tracking_categories": "trackingCategories",
|
|
509
|
+
"contract_number": "contractNumber",
|
|
510
|
+
"profit_margin": "profitMargin",
|
|
511
|
+
"schedule_status": "scheduleStatus",
|
|
512
|
+
"team_size": "teamSize",
|
|
513
|
+
"custom_fields": "customFields",
|
|
514
|
+
"row_version": "rowVersion",
|
|
515
|
+
});
|
|
516
|
+
});
|
|
517
|
+
/** @internal */
|
|
518
|
+
exports.ProjectInput$outboundSchema = z.object({
|
|
519
|
+
name: z.string(),
|
|
520
|
+
displayId: z.nullable(z.string()).optional(),
|
|
521
|
+
referenceId: z.nullable(z.string()).optional(),
|
|
522
|
+
description: z.nullable(z.string()).optional(),
|
|
523
|
+
status: z.nullable(exports.ProjectProjectStatus$outboundSchema).optional(),
|
|
524
|
+
active: z.nullable(z.boolean()).optional(),
|
|
525
|
+
projectType: z.nullable(exports.ProjectType$outboundSchema).optional(),
|
|
526
|
+
priority: z.nullable(exports.Priority$outboundSchema).optional(),
|
|
527
|
+
completionPercentage: z.nullable(z.number()).optional(),
|
|
528
|
+
startDate: z.nullable(z.instanceof(rfcdate_js_1.RFCDate).transform(v => v.toString()))
|
|
529
|
+
.optional(),
|
|
530
|
+
endDate: z.nullable(z.instanceof(rfcdate_js_1.RFCDate).transform(v => v.toString()))
|
|
531
|
+
.optional(),
|
|
532
|
+
customer: z.nullable(linkedcustomerinput_js_1.LinkedCustomerInput$outboundSchema).optional(),
|
|
533
|
+
department: z.nullable(z.lazy(() => exports.ProjectDepartment$outboundSchema))
|
|
534
|
+
.optional(),
|
|
535
|
+
companyId: z.nullable(z.string()).optional(),
|
|
536
|
+
ownerId: z.nullable(z.string()).optional(),
|
|
537
|
+
parentProject: z.nullable(z.lazy(() => exports.ParentProject$outboundSchema))
|
|
538
|
+
.optional(),
|
|
539
|
+
currency: z.nullable(currency_js_1.Currency$outboundSchema).optional(),
|
|
540
|
+
budgetAmount: z.nullable(z.number()).optional(),
|
|
541
|
+
approvedAmount: z.nullable(z.number()).optional(),
|
|
542
|
+
budgetHours: z.nullable(z.number()).optional(),
|
|
543
|
+
hourlyRate: z.nullable(z.number()).optional(),
|
|
544
|
+
billingMethod: z.nullable(exports.BillingMethod$outboundSchema).optional(),
|
|
545
|
+
isBillable: z.nullable(z.boolean().default(true)),
|
|
546
|
+
phase: z.nullable(exports.ProjectPhase$outboundSchema).optional(),
|
|
547
|
+
taxRate: linkedtaxrateinput_js_1.LinkedTaxRateInput$outboundSchema.optional(),
|
|
548
|
+
trackingCategories: z.nullable(z.array(z.nullable(linkedtrackingcategory_js_1.LinkedTrackingCategory$outboundSchema))).optional(),
|
|
549
|
+
tags: z.array(z.string()).optional(),
|
|
550
|
+
notes: z.nullable(z.string()).optional(),
|
|
551
|
+
contractNumber: z.nullable(z.string()).optional(),
|
|
552
|
+
profitMargin: z.nullable(z.number()).optional(),
|
|
553
|
+
scheduleStatus: z.nullable(exports.ScheduleStatus$outboundSchema).optional(),
|
|
554
|
+
addresses: z.array(address_js_1.Address$outboundSchema).optional(),
|
|
555
|
+
teamSize: z.nullable(z.number().int()).optional(),
|
|
556
|
+
customFields: z.array(customfield_js_1.CustomField$outboundSchema).optional(),
|
|
557
|
+
rowVersion: z.nullable(z.string()).optional(),
|
|
558
|
+
}).transform((v) => {
|
|
559
|
+
return (0, primitives_js_1.remap)(v, {
|
|
560
|
+
displayId: "display_id",
|
|
561
|
+
referenceId: "reference_id",
|
|
562
|
+
projectType: "project_type",
|
|
563
|
+
completionPercentage: "completion_percentage",
|
|
564
|
+
startDate: "start_date",
|
|
565
|
+
endDate: "end_date",
|
|
566
|
+
companyId: "company_id",
|
|
567
|
+
ownerId: "owner_id",
|
|
568
|
+
parentProject: "parent_project",
|
|
569
|
+
budgetAmount: "budget_amount",
|
|
570
|
+
approvedAmount: "approved_amount",
|
|
571
|
+
budgetHours: "budget_hours",
|
|
572
|
+
hourlyRate: "hourly_rate",
|
|
573
|
+
billingMethod: "billing_method",
|
|
574
|
+
isBillable: "is_billable",
|
|
575
|
+
taxRate: "tax_rate",
|
|
576
|
+
trackingCategories: "tracking_categories",
|
|
577
|
+
contractNumber: "contract_number",
|
|
578
|
+
profitMargin: "profit_margin",
|
|
579
|
+
scheduleStatus: "schedule_status",
|
|
580
|
+
teamSize: "team_size",
|
|
581
|
+
customFields: "custom_fields",
|
|
582
|
+
rowVersion: "row_version",
|
|
583
|
+
});
|
|
584
|
+
});
|
|
585
|
+
/**
|
|
586
|
+
* @internal
|
|
587
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
588
|
+
*/
|
|
589
|
+
var ProjectInput$;
|
|
590
|
+
(function (ProjectInput$) {
|
|
591
|
+
/** @deprecated use `ProjectInput$inboundSchema` instead. */
|
|
592
|
+
ProjectInput$.inboundSchema = exports.ProjectInput$inboundSchema;
|
|
593
|
+
/** @deprecated use `ProjectInput$outboundSchema` instead. */
|
|
594
|
+
ProjectInput$.outboundSchema = exports.ProjectInput$outboundSchema;
|
|
595
|
+
})(ProjectInput$ || (exports.ProjectInput$ = ProjectInput$ = {}));
|
|
596
|
+
function projectInputToJSON(projectInput) {
|
|
597
|
+
return JSON.stringify(exports.ProjectInput$outboundSchema.parse(projectInput));
|
|
598
|
+
}
|
|
599
|
+
function projectInputFromJSON(jsonString) {
|
|
600
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProjectInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectInput' from JSON`);
|
|
601
|
+
}
|
|
602
|
+
//# sourceMappingURL=project.js.map
|