@unified-api/typescript-sdk 2.73.4 → 2.73.6
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 +60 -0
- package/bin/mcp-server.js +9571 -3920
- package/bin/mcp-server.js.map +121 -18
- package/docs/sdks/accounting/README.md +2759 -387
- package/docs/sdks/balancesheet/README.md +163 -0
- package/docs/sdks/bill/README.md +483 -0
- package/docs/sdks/creditmemo/README.md +483 -0
- package/docs/sdks/profitloss/README.md +163 -0
- package/docs/sdks/purchaseorder/README.md +483 -0
- package/docs/sdks/salesorder/README.md +483 -0
- package/docs/sdks/trialbalance/README.md +163 -0
- package/funcs/accountingCreateAccountingBill.d.ts +15 -0
- package/funcs/accountingCreateAccountingBill.d.ts.map +1 -0
- package/funcs/accountingCreateAccountingBill.js +112 -0
- package/funcs/accountingCreateAccountingBill.js.map +1 -0
- package/funcs/accountingCreateAccountingCreditmemo.d.ts +15 -0
- package/funcs/accountingCreateAccountingCreditmemo.d.ts.map +1 -0
- package/funcs/accountingCreateAccountingCreditmemo.js +114 -0
- package/funcs/accountingCreateAccountingCreditmemo.js.map +1 -0
- package/funcs/accountingCreateAccountingPurchaseorder.d.ts +15 -0
- package/funcs/accountingCreateAccountingPurchaseorder.d.ts.map +1 -0
- package/funcs/accountingCreateAccountingPurchaseorder.js +114 -0
- package/funcs/accountingCreateAccountingPurchaseorder.js.map +1 -0
- package/funcs/accountingCreateAccountingSalesorder.d.ts +15 -0
- package/funcs/accountingCreateAccountingSalesorder.d.ts.map +1 -0
- package/funcs/accountingCreateAccountingSalesorder.js +114 -0
- package/funcs/accountingCreateAccountingSalesorder.js.map +1 -0
- package/funcs/accountingGetAccountingBalancesheet.d.ts +15 -0
- package/funcs/accountingGetAccountingBalancesheet.d.ts.map +1 -0
- package/funcs/accountingGetAccountingBalancesheet.js +115 -0
- package/funcs/accountingGetAccountingBalancesheet.js.map +1 -0
- package/funcs/accountingGetAccountingBill.d.ts +15 -0
- package/funcs/accountingGetAccountingBill.d.ts.map +1 -0
- package/funcs/accountingGetAccountingBill.js +115 -0
- package/funcs/accountingGetAccountingBill.js.map +1 -0
- package/funcs/accountingGetAccountingCreditmemo.d.ts +15 -0
- package/funcs/accountingGetAccountingCreditmemo.d.ts.map +1 -0
- package/funcs/accountingGetAccountingCreditmemo.js +115 -0
- package/funcs/accountingGetAccountingCreditmemo.js.map +1 -0
- package/funcs/accountingGetAccountingProfitloss.d.ts +15 -0
- package/funcs/accountingGetAccountingProfitloss.d.ts.map +1 -0
- package/funcs/accountingGetAccountingProfitloss.js +115 -0
- package/funcs/accountingGetAccountingProfitloss.js.map +1 -0
- package/funcs/accountingGetAccountingPurchaseorder.d.ts +15 -0
- package/funcs/accountingGetAccountingPurchaseorder.d.ts.map +1 -0
- package/funcs/accountingGetAccountingPurchaseorder.js +115 -0
- package/funcs/accountingGetAccountingPurchaseorder.js.map +1 -0
- package/funcs/accountingGetAccountingSalesorder.d.ts +15 -0
- package/funcs/accountingGetAccountingSalesorder.d.ts.map +1 -0
- package/funcs/accountingGetAccountingSalesorder.js +115 -0
- package/funcs/accountingGetAccountingSalesorder.js.map +1 -0
- package/funcs/accountingGetAccountingTrialbalance.d.ts +15 -0
- package/funcs/accountingGetAccountingTrialbalance.d.ts.map +1 -0
- package/funcs/accountingGetAccountingTrialbalance.js +115 -0
- package/funcs/accountingGetAccountingTrialbalance.js.map +1 -0
- package/funcs/accountingListAccountingBalancesheets.d.ts +15 -0
- package/funcs/accountingListAccountingBalancesheets.d.ts.map +1 -0
- package/funcs/accountingListAccountingBalancesheets.js +120 -0
- package/funcs/accountingListAccountingBalancesheets.js.map +1 -0
- package/funcs/accountingListAccountingBills.d.ts +15 -0
- package/funcs/accountingListAccountingBills.d.ts.map +1 -0
- package/funcs/accountingListAccountingBills.js +120 -0
- package/funcs/accountingListAccountingBills.js.map +1 -0
- package/funcs/accountingListAccountingCreditmemoes.d.ts +15 -0
- package/funcs/accountingListAccountingCreditmemoes.d.ts.map +1 -0
- package/funcs/accountingListAccountingCreditmemoes.js +120 -0
- package/funcs/accountingListAccountingCreditmemoes.js.map +1 -0
- package/funcs/accountingListAccountingProfitlosses.d.ts +15 -0
- package/funcs/accountingListAccountingProfitlosses.d.ts.map +1 -0
- package/funcs/accountingListAccountingProfitlosses.js +120 -0
- package/funcs/accountingListAccountingProfitlosses.js.map +1 -0
- package/funcs/accountingListAccountingPurchaseorders.d.ts +15 -0
- package/funcs/accountingListAccountingPurchaseorders.d.ts.map +1 -0
- package/funcs/accountingListAccountingPurchaseorders.js +119 -0
- package/funcs/accountingListAccountingPurchaseorders.js.map +1 -0
- package/funcs/accountingListAccountingSalesorders.d.ts +15 -0
- package/funcs/accountingListAccountingSalesorders.d.ts.map +1 -0
- package/funcs/accountingListAccountingSalesorders.js +119 -0
- package/funcs/accountingListAccountingSalesorders.js.map +1 -0
- package/funcs/accountingListAccountingTrialbalances.d.ts +15 -0
- package/funcs/accountingListAccountingTrialbalances.d.ts.map +1 -0
- package/funcs/accountingListAccountingTrialbalances.js +120 -0
- package/funcs/accountingListAccountingTrialbalances.js.map +1 -0
- package/funcs/accountingPatchAccountingBill.d.ts +15 -0
- package/funcs/accountingPatchAccountingBill.d.ts.map +1 -0
- package/funcs/accountingPatchAccountingBill.js +116 -0
- package/funcs/accountingPatchAccountingBill.js.map +1 -0
- package/funcs/accountingPatchAccountingCreditmemo.d.ts +15 -0
- package/funcs/accountingPatchAccountingCreditmemo.d.ts.map +1 -0
- package/funcs/accountingPatchAccountingCreditmemo.js +118 -0
- package/funcs/accountingPatchAccountingCreditmemo.js.map +1 -0
- package/funcs/accountingPatchAccountingPurchaseorder.d.ts +15 -0
- package/funcs/accountingPatchAccountingPurchaseorder.d.ts.map +1 -0
- package/funcs/accountingPatchAccountingPurchaseorder.js +118 -0
- package/funcs/accountingPatchAccountingPurchaseorder.js.map +1 -0
- package/funcs/accountingPatchAccountingSalesorder.d.ts +15 -0
- package/funcs/accountingPatchAccountingSalesorder.d.ts.map +1 -0
- package/funcs/accountingPatchAccountingSalesorder.js +118 -0
- package/funcs/accountingPatchAccountingSalesorder.js.map +1 -0
- package/funcs/accountingRemoveAccountingBill.d.ts +14 -0
- package/funcs/accountingRemoveAccountingBill.d.ts.map +1 -0
- package/funcs/accountingRemoveAccountingBill.js +112 -0
- package/funcs/accountingRemoveAccountingBill.js.map +1 -0
- package/funcs/accountingRemoveAccountingCreditmemo.d.ts +14 -0
- package/funcs/accountingRemoveAccountingCreditmemo.d.ts.map +1 -0
- package/funcs/accountingRemoveAccountingCreditmemo.js +112 -0
- package/funcs/accountingRemoveAccountingCreditmemo.js.map +1 -0
- package/funcs/accountingRemoveAccountingPurchaseorder.d.ts +14 -0
- package/funcs/accountingRemoveAccountingPurchaseorder.d.ts.map +1 -0
- package/funcs/accountingRemoveAccountingPurchaseorder.js +112 -0
- package/funcs/accountingRemoveAccountingPurchaseorder.js.map +1 -0
- package/funcs/accountingRemoveAccountingSalesorder.d.ts +14 -0
- package/funcs/accountingRemoveAccountingSalesorder.d.ts.map +1 -0
- package/funcs/accountingRemoveAccountingSalesorder.js +112 -0
- package/funcs/accountingRemoveAccountingSalesorder.js.map +1 -0
- package/funcs/accountingUpdateAccountingBill.d.ts +15 -0
- package/funcs/accountingUpdateAccountingBill.d.ts.map +1 -0
- package/funcs/accountingUpdateAccountingBill.js +116 -0
- package/funcs/accountingUpdateAccountingBill.js.map +1 -0
- package/funcs/accountingUpdateAccountingCreditmemo.d.ts +15 -0
- package/funcs/accountingUpdateAccountingCreditmemo.d.ts.map +1 -0
- package/funcs/accountingUpdateAccountingCreditmemo.js +118 -0
- package/funcs/accountingUpdateAccountingCreditmemo.js.map +1 -0
- package/funcs/accountingUpdateAccountingPurchaseorder.d.ts +15 -0
- package/funcs/accountingUpdateAccountingPurchaseorder.d.ts.map +1 -0
- package/funcs/accountingUpdateAccountingPurchaseorder.js +118 -0
- package/funcs/accountingUpdateAccountingPurchaseorder.js.map +1 -0
- package/funcs/accountingUpdateAccountingSalesorder.d.ts +15 -0
- package/funcs/accountingUpdateAccountingSalesorder.d.ts.map +1 -0
- package/funcs/accountingUpdateAccountingSalesorder.js +118 -0
- package/funcs/accountingUpdateAccountingSalesorder.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +61 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/accountingCreateAccountingBill.d.ts +8 -0
- package/mcp-server/tools/accountingCreateAccountingBill.d.ts.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingBill.js +52 -0
- package/mcp-server/tools/accountingCreateAccountingBill.js.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingCreditmemo.d.ts +8 -0
- package/mcp-server/tools/accountingCreateAccountingCreditmemo.d.ts.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingCreditmemo.js +52 -0
- package/mcp-server/tools/accountingCreateAccountingCreditmemo.js.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingPurchaseorder.d.ts +8 -0
- package/mcp-server/tools/accountingCreateAccountingPurchaseorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingPurchaseorder.js +52 -0
- package/mcp-server/tools/accountingCreateAccountingPurchaseorder.js.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingSalesorder.d.ts +8 -0
- package/mcp-server/tools/accountingCreateAccountingSalesorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingCreateAccountingSalesorder.js +52 -0
- package/mcp-server/tools/accountingCreateAccountingSalesorder.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingBalancesheet.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingBalancesheet.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingBalancesheet.js +52 -0
- package/mcp-server/tools/accountingGetAccountingBalancesheet.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingBill.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingBill.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingBill.js +52 -0
- package/mcp-server/tools/accountingGetAccountingBill.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingCreditmemo.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingCreditmemo.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingCreditmemo.js +52 -0
- package/mcp-server/tools/accountingGetAccountingCreditmemo.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingProfitloss.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingProfitloss.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingProfitloss.js +52 -0
- package/mcp-server/tools/accountingGetAccountingProfitloss.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingPurchaseorder.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingPurchaseorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingPurchaseorder.js +52 -0
- package/mcp-server/tools/accountingGetAccountingPurchaseorder.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingSalesorder.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingSalesorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingSalesorder.js +52 -0
- package/mcp-server/tools/accountingGetAccountingSalesorder.js.map +1 -0
- package/mcp-server/tools/accountingGetAccountingTrialbalance.d.ts +8 -0
- package/mcp-server/tools/accountingGetAccountingTrialbalance.d.ts.map +1 -0
- package/mcp-server/tools/accountingGetAccountingTrialbalance.js +52 -0
- package/mcp-server/tools/accountingGetAccountingTrialbalance.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingBalancesheets.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingBalancesheets.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingBalancesheets.js +52 -0
- package/mcp-server/tools/accountingListAccountingBalancesheets.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingBills.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingBills.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingBills.js +52 -0
- package/mcp-server/tools/accountingListAccountingBills.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingCreditmemoes.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingCreditmemoes.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingCreditmemoes.js +52 -0
- package/mcp-server/tools/accountingListAccountingCreditmemoes.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingProfitlosses.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingProfitlosses.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingProfitlosses.js +52 -0
- package/mcp-server/tools/accountingListAccountingProfitlosses.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingPurchaseorders.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingPurchaseorders.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingPurchaseorders.js +52 -0
- package/mcp-server/tools/accountingListAccountingPurchaseorders.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingSalesorders.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingSalesorders.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingSalesorders.js +52 -0
- package/mcp-server/tools/accountingListAccountingSalesorders.js.map +1 -0
- package/mcp-server/tools/accountingListAccountingTrialbalances.d.ts +8 -0
- package/mcp-server/tools/accountingListAccountingTrialbalances.d.ts.map +1 -0
- package/mcp-server/tools/accountingListAccountingTrialbalances.js +52 -0
- package/mcp-server/tools/accountingListAccountingTrialbalances.js.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingBill.d.ts +8 -0
- package/mcp-server/tools/accountingPatchAccountingBill.d.ts.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingBill.js +52 -0
- package/mcp-server/tools/accountingPatchAccountingBill.js.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingCreditmemo.d.ts +8 -0
- package/mcp-server/tools/accountingPatchAccountingCreditmemo.d.ts.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingCreditmemo.js +52 -0
- package/mcp-server/tools/accountingPatchAccountingCreditmemo.js.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingPurchaseorder.d.ts +8 -0
- package/mcp-server/tools/accountingPatchAccountingPurchaseorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingPurchaseorder.js +52 -0
- package/mcp-server/tools/accountingPatchAccountingPurchaseorder.js.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingSalesorder.d.ts +8 -0
- package/mcp-server/tools/accountingPatchAccountingSalesorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingPatchAccountingSalesorder.js +52 -0
- package/mcp-server/tools/accountingPatchAccountingSalesorder.js.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingBill.d.ts +8 -0
- package/mcp-server/tools/accountingRemoveAccountingBill.d.ts.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingBill.js +51 -0
- package/mcp-server/tools/accountingRemoveAccountingBill.js.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingCreditmemo.d.ts +8 -0
- package/mcp-server/tools/accountingRemoveAccountingCreditmemo.d.ts.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingCreditmemo.js +51 -0
- package/mcp-server/tools/accountingRemoveAccountingCreditmemo.js.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.d.ts +8 -0
- package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.js +51 -0
- package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.js.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingSalesorder.d.ts +8 -0
- package/mcp-server/tools/accountingRemoveAccountingSalesorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingRemoveAccountingSalesorder.js +51 -0
- package/mcp-server/tools/accountingRemoveAccountingSalesorder.js.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingBill.d.ts +8 -0
- package/mcp-server/tools/accountingUpdateAccountingBill.d.ts.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingBill.js +52 -0
- package/mcp-server/tools/accountingUpdateAccountingBill.js.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingCreditmemo.d.ts +8 -0
- package/mcp-server/tools/accountingUpdateAccountingCreditmemo.d.ts.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingCreditmemo.js +52 -0
- package/mcp-server/tools/accountingUpdateAccountingCreditmemo.js.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.d.ts +8 -0
- package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.js +52 -0
- package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.js.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingSalesorder.d.ts +8 -0
- package/mcp-server/tools/accountingUpdateAccountingSalesorder.d.ts.map +1 -0
- package/mcp-server/tools/accountingUpdateAccountingSalesorder.js +52 -0
- package/mcp-server/tools/accountingUpdateAccountingSalesorder.js.map +1 -0
- package/package.json +3 -3
- package/sdk/accounting.d.ts +120 -0
- package/sdk/accounting.d.ts.map +1 -1
- package/sdk/accounting.js +210 -0
- package/sdk/accounting.js.map +1 -1
- package/sdk/balancesheet.d.ts +14 -0
- package/sdk/balancesheet.d.ts.map +1 -0
- package/sdk/balancesheet.js +26 -0
- package/sdk/balancesheet.js.map +1 -0
- package/sdk/bill.d.ts +30 -0
- package/sdk/bill.d.ts.map +1 -0
- package/sdk/bill.js +54 -0
- package/sdk/bill.js.map +1 -0
- package/sdk/creditmemo.d.ts +30 -0
- package/sdk/creditmemo.d.ts.map +1 -0
- package/sdk/creditmemo.js +54 -0
- package/sdk/creditmemo.js.map +1 -0
- package/sdk/models/operations/createaccountingbill.d.ts +45 -0
- package/sdk/models/operations/createaccountingbill.d.ts.map +1 -0
- package/sdk/models/operations/createaccountingbill.js +77 -0
- package/sdk/models/operations/createaccountingbill.js.map +1 -0
- package/sdk/models/operations/createaccountingcreditmemo.d.ts +45 -0
- package/sdk/models/operations/createaccountingcreditmemo.d.ts.map +1 -0
- package/sdk/models/operations/createaccountingcreditmemo.js +77 -0
- package/sdk/models/operations/createaccountingcreditmemo.js.map +1 -0
- package/sdk/models/operations/createaccountingpurchaseorder.d.ts +45 -0
- package/sdk/models/operations/createaccountingpurchaseorder.d.ts.map +1 -0
- package/sdk/models/operations/createaccountingpurchaseorder.js +77 -0
- package/sdk/models/operations/createaccountingpurchaseorder.js.map +1 -0
- package/sdk/models/operations/createaccountingsalesorder.d.ts +45 -0
- package/sdk/models/operations/createaccountingsalesorder.d.ts.map +1 -0
- package/sdk/models/operations/createaccountingsalesorder.js +77 -0
- package/sdk/models/operations/createaccountingsalesorder.js.map +1 -0
- package/sdk/models/operations/getaccountingbalancesheet.d.ts +47 -0
- package/sdk/models/operations/getaccountingbalancesheet.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingbalancesheet.js +74 -0
- package/sdk/models/operations/getaccountingbalancesheet.js.map +1 -0
- package/sdk/models/operations/getaccountingbill.d.ts +47 -0
- package/sdk/models/operations/getaccountingbill.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingbill.js +74 -0
- package/sdk/models/operations/getaccountingbill.js.map +1 -0
- package/sdk/models/operations/getaccountingcreditmemo.d.ts +47 -0
- package/sdk/models/operations/getaccountingcreditmemo.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingcreditmemo.js +74 -0
- package/sdk/models/operations/getaccountingcreditmemo.js.map +1 -0
- package/sdk/models/operations/getaccountingprofitloss.d.ts +47 -0
- package/sdk/models/operations/getaccountingprofitloss.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingprofitloss.js +74 -0
- package/sdk/models/operations/getaccountingprofitloss.js.map +1 -0
- package/sdk/models/operations/getaccountingpurchaseorder.d.ts +47 -0
- package/sdk/models/operations/getaccountingpurchaseorder.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingpurchaseorder.js +74 -0
- package/sdk/models/operations/getaccountingpurchaseorder.js.map +1 -0
- package/sdk/models/operations/getaccountingsalesorder.d.ts +47 -0
- package/sdk/models/operations/getaccountingsalesorder.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingsalesorder.js +74 -0
- package/sdk/models/operations/getaccountingsalesorder.js.map +1 -0
- package/sdk/models/operations/getaccountingtrialbalance.d.ts +47 -0
- package/sdk/models/operations/getaccountingtrialbalance.d.ts.map +1 -0
- package/sdk/models/operations/getaccountingtrialbalance.js +74 -0
- package/sdk/models/operations/getaccountingtrialbalance.js.map +1 -0
- package/sdk/models/operations/index.d.ts +30 -0
- package/sdk/models/operations/index.d.ts.map +1 -1
- package/sdk/models/operations/index.js +30 -0
- package/sdk/models/operations/index.js.map +1 -1
- package/sdk/models/operations/listaccountingbalancesheets.d.ts +70 -0
- package/sdk/models/operations/listaccountingbalancesheets.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingbalancesheets.js +94 -0
- package/sdk/models/operations/listaccountingbalancesheets.js.map +1 -0
- package/sdk/models/operations/listaccountingbills.d.ts +70 -0
- package/sdk/models/operations/listaccountingbills.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingbills.js +94 -0
- package/sdk/models/operations/listaccountingbills.js.map +1 -0
- package/sdk/models/operations/listaccountingcreditmemoes.d.ts +70 -0
- package/sdk/models/operations/listaccountingcreditmemoes.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingcreditmemoes.js +94 -0
- package/sdk/models/operations/listaccountingcreditmemoes.js.map +1 -0
- package/sdk/models/operations/listaccountingprofitlosses.d.ts +70 -0
- package/sdk/models/operations/listaccountingprofitlosses.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingprofitlosses.js +94 -0
- package/sdk/models/operations/listaccountingprofitlosses.js.map +1 -0
- package/sdk/models/operations/listaccountingpurchaseorders.d.ts +65 -0
- package/sdk/models/operations/listaccountingpurchaseorders.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingpurchaseorders.js +90 -0
- package/sdk/models/operations/listaccountingpurchaseorders.js.map +1 -0
- package/sdk/models/operations/listaccountingsalesorders.d.ts +65 -0
- package/sdk/models/operations/listaccountingsalesorders.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingsalesorders.js +90 -0
- package/sdk/models/operations/listaccountingsalesorders.js.map +1 -0
- package/sdk/models/operations/listaccountingtrialbalances.d.ts +70 -0
- package/sdk/models/operations/listaccountingtrialbalances.d.ts.map +1 -0
- package/sdk/models/operations/listaccountingtrialbalances.js +94 -0
- package/sdk/models/operations/listaccountingtrialbalances.js.map +1 -0
- package/sdk/models/operations/patchaccountingbill.d.ts +50 -0
- package/sdk/models/operations/patchaccountingbill.d.ts.map +1 -0
- package/sdk/models/operations/patchaccountingbill.js +79 -0
- package/sdk/models/operations/patchaccountingbill.js.map +1 -0
- package/sdk/models/operations/patchaccountingcreditmemo.d.ts +50 -0
- package/sdk/models/operations/patchaccountingcreditmemo.d.ts.map +1 -0
- package/sdk/models/operations/patchaccountingcreditmemo.js +79 -0
- package/sdk/models/operations/patchaccountingcreditmemo.js.map +1 -0
- package/sdk/models/operations/patchaccountingpurchaseorder.d.ts +50 -0
- package/sdk/models/operations/patchaccountingpurchaseorder.d.ts.map +1 -0
- package/sdk/models/operations/patchaccountingpurchaseorder.js +79 -0
- package/sdk/models/operations/patchaccountingpurchaseorder.js.map +1 -0
- package/sdk/models/operations/patchaccountingsalesorder.d.ts +50 -0
- package/sdk/models/operations/patchaccountingsalesorder.d.ts.map +1 -0
- package/sdk/models/operations/patchaccountingsalesorder.js +79 -0
- package/sdk/models/operations/patchaccountingsalesorder.js.map +1 -0
- package/sdk/models/operations/removeaccountingbill.d.ts +66 -0
- package/sdk/models/operations/removeaccountingbill.d.ts.map +1 -0
- package/sdk/models/operations/removeaccountingbill.js +105 -0
- package/sdk/models/operations/removeaccountingbill.js.map +1 -0
- package/sdk/models/operations/removeaccountingcreditmemo.d.ts +66 -0
- package/sdk/models/operations/removeaccountingcreditmemo.d.ts.map +1 -0
- package/sdk/models/operations/removeaccountingcreditmemo.js +105 -0
- package/sdk/models/operations/removeaccountingcreditmemo.js.map +1 -0
- package/sdk/models/operations/removeaccountingpurchaseorder.d.ts +66 -0
- package/sdk/models/operations/removeaccountingpurchaseorder.d.ts.map +1 -0
- package/sdk/models/operations/removeaccountingpurchaseorder.js +105 -0
- package/sdk/models/operations/removeaccountingpurchaseorder.js.map +1 -0
- package/sdk/models/operations/removeaccountingsalesorder.d.ts +66 -0
- package/sdk/models/operations/removeaccountingsalesorder.d.ts.map +1 -0
- package/sdk/models/operations/removeaccountingsalesorder.js +105 -0
- package/sdk/models/operations/removeaccountingsalesorder.js.map +1 -0
- package/sdk/models/operations/updateaccountingbill.d.ts +50 -0
- package/sdk/models/operations/updateaccountingbill.d.ts.map +1 -0
- package/sdk/models/operations/updateaccountingbill.js +79 -0
- package/sdk/models/operations/updateaccountingbill.js.map +1 -0
- package/sdk/models/operations/updateaccountingcreditmemo.d.ts +50 -0
- package/sdk/models/operations/updateaccountingcreditmemo.d.ts.map +1 -0
- package/sdk/models/operations/updateaccountingcreditmemo.js +79 -0
- package/sdk/models/operations/updateaccountingcreditmemo.js.map +1 -0
- package/sdk/models/operations/updateaccountingpurchaseorder.d.ts +50 -0
- package/sdk/models/operations/updateaccountingpurchaseorder.d.ts.map +1 -0
- package/sdk/models/operations/updateaccountingpurchaseorder.js +79 -0
- package/sdk/models/operations/updateaccountingpurchaseorder.js.map +1 -0
- package/sdk/models/operations/updateaccountingsalesorder.d.ts +50 -0
- package/sdk/models/operations/updateaccountingsalesorder.d.ts.map +1 -0
- package/sdk/models/operations/updateaccountingsalesorder.js +79 -0
- package/sdk/models/operations/updateaccountingsalesorder.js.map +1 -0
- package/sdk/models/shared/accountingbalancesheet.d.ts +56 -0
- package/sdk/models/shared/accountingbalancesheet.d.ts.map +1 -0
- package/sdk/models/shared/accountingbalancesheet.js +103 -0
- package/sdk/models/shared/accountingbalancesheet.js.map +1 -0
- package/sdk/models/shared/accountingbalancesheetitem.d.ts +16 -16
- package/sdk/models/shared/accountingbalancesheetitem.js +18 -18
- package/sdk/models/shared/accountingbill.d.ts +129 -0
- package/sdk/models/shared/accountingbill.d.ts.map +1 -0
- package/sdk/models/shared/accountingbill.js +216 -0
- package/sdk/models/shared/accountingbill.js.map +1 -0
- package/sdk/models/shared/accountingcreditmemo.d.ts +129 -0
- package/sdk/models/shared/accountingcreditmemo.d.ts.map +1 -0
- package/sdk/models/shared/accountingcreditmemo.js +216 -0
- package/sdk/models/shared/accountingcreditmemo.js.map +1 -0
- package/sdk/models/shared/accountinginvoice.d.ts +10 -10
- package/sdk/models/shared/accountinginvoice.d.ts.map +1 -1
- package/sdk/models/shared/accountinginvoice.js +15 -15
- package/sdk/models/shared/accountinginvoice.js.map +1 -1
- package/sdk/models/shared/accountingprofitloss.d.ts +82 -0
- package/sdk/models/shared/accountingprofitloss.d.ts.map +1 -0
- package/sdk/models/shared/accountingprofitloss.js +145 -0
- package/sdk/models/shared/accountingprofitloss.js.map +1 -0
- package/sdk/models/shared/accountingprofitlossaccount.d.ts +35 -0
- package/sdk/models/shared/accountingprofitlossaccount.d.ts.map +1 -0
- package/sdk/models/shared/accountingprofitlossaccount.js +80 -0
- package/sdk/models/shared/accountingprofitlossaccount.js.map +1 -0
- package/sdk/models/shared/accountingprofitlosscategory.d.ts +37 -0
- package/sdk/models/shared/accountingprofitlosscategory.d.ts.map +1 -0
- package/sdk/models/shared/{accountingprofitandlosscategory.js → accountingprofitlosscategory.js} +20 -22
- package/sdk/models/shared/accountingprofitlosscategory.js.map +1 -0
- package/sdk/models/shared/accountingprofitlosssection.d.ts +36 -0
- package/sdk/models/shared/accountingprofitlosssection.d.ts.map +1 -0
- package/sdk/models/shared/accountingprofitlosssection.js +79 -0
- package/sdk/models/shared/accountingprofitlosssection.js.map +1 -0
- package/sdk/models/shared/accountingprofitlosssubcategory.d.ts +36 -0
- package/sdk/models/shared/accountingprofitlosssubcategory.d.ts.map +1 -0
- package/sdk/models/shared/{accountingprofitandlosssubcategory.js → accountingprofitlosssubcategory.js} +17 -17
- package/sdk/models/shared/accountingprofitlosssubcategory.js.map +1 -0
- package/sdk/models/shared/accountingpurchaseorder.d.ts +85 -0
- package/sdk/models/shared/accountingpurchaseorder.d.ts.map +1 -0
- package/sdk/models/shared/accountingpurchaseorder.js +148 -0
- package/sdk/models/shared/accountingpurchaseorder.js.map +1 -0
- package/sdk/models/shared/accountingsalesorder.d.ts +85 -0
- package/sdk/models/shared/accountingsalesorder.d.ts.map +1 -0
- package/sdk/models/shared/accountingsalesorder.js +148 -0
- package/sdk/models/shared/accountingsalesorder.js.map +1 -0
- package/sdk/models/shared/accountingtrialbalance.d.ts +54 -0
- package/sdk/models/shared/accountingtrialbalance.d.ts.map +1 -0
- package/sdk/models/shared/accountingtrialbalance.js +105 -0
- package/sdk/models/shared/accountingtrialbalance.js.map +1 -0
- package/sdk/models/shared/accountingtrialbalancesubitem.d.ts +13 -13
- package/sdk/models/shared/accountingtrialbalancesubitem.js +16 -16
- package/sdk/models/shared/index.d.ts +15 -2
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +15 -2
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/propertyaccountingbalancesheetitemsubitems.d.ts +13 -13
- package/sdk/models/shared/propertyaccountingbalancesheetitemsubitems.js +16 -16
- package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.d.ts +43 -0
- package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.d.ts.map +1 -0
- package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.js +86 -0
- package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.js.map +1 -0
- package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.d.ts +43 -0
- package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.d.ts.map +1 -0
- package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.js +86 -0
- package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.js.map +1 -0
- package/sdk/models/shared/propertyaccountingreportbalancesheet.d.ts +27 -7
- package/sdk/models/shared/propertyaccountingreportbalancesheet.d.ts.map +1 -1
- package/sdk/models/shared/propertyaccountingreportbalancesheet.js +34 -6
- package/sdk/models/shared/propertyaccountingreportbalancesheet.js.map +1 -1
- package/sdk/models/shared/propertyaccountingreportprofitandloss.d.ts +51 -7
- package/sdk/models/shared/propertyaccountingreportprofitandloss.d.ts.map +1 -1
- package/sdk/models/shared/propertyaccountingreportprofitandloss.js +69 -7
- package/sdk/models/shared/propertyaccountingreportprofitandloss.js.map +1 -1
- package/sdk/models/shared/propertyaccountingreporttrialbalance.d.ts +23 -3
- package/sdk/models/shared/propertyaccountingreporttrialbalance.d.ts.map +1 -1
- package/sdk/models/shared/propertyaccountingreporttrialbalance.js +30 -2
- package/sdk/models/shared/propertyaccountingreporttrialbalance.js.map +1 -1
- package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.d.ts +43 -0
- package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.d.ts.map +1 -0
- package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.js +86 -0
- package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.js.map +1 -0
- package/sdk/models/shared/propertyaccountingsalesordershippingaddress.d.ts +43 -0
- package/sdk/models/shared/propertyaccountingsalesordershippingaddress.d.ts.map +1 -0
- package/sdk/models/shared/propertyaccountingsalesordershippingaddress.js +86 -0
- package/sdk/models/shared/propertyaccountingsalesordershippingaddress.js.map +1 -0
- package/sdk/profitloss.d.ts +14 -0
- package/sdk/profitloss.d.ts.map +1 -0
- package/sdk/profitloss.js +26 -0
- package/sdk/profitloss.js.map +1 -0
- package/sdk/purchaseorder.d.ts +30 -0
- package/sdk/purchaseorder.d.ts.map +1 -0
- package/sdk/purchaseorder.js +54 -0
- package/sdk/purchaseorder.js.map +1 -0
- package/sdk/salesorder.d.ts +30 -0
- package/sdk/salesorder.d.ts.map +1 -0
- package/sdk/salesorder.js +54 -0
- package/sdk/salesorder.js.map +1 -0
- package/sdk/sdk.d.ts +21 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +28 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/trialbalance.d.ts +14 -0
- package/sdk/trialbalance.d.ts.map +1 -0
- package/sdk/trialbalance.js +26 -0
- package/sdk/trialbalance.js.map +1 -0
- package/src/funcs/accountingCreateAccountingBill.ts +171 -0
- package/src/funcs/accountingCreateAccountingCreditmemo.ts +173 -0
- package/src/funcs/accountingCreateAccountingPurchaseorder.ts +177 -0
- package/src/funcs/accountingCreateAccountingSalesorder.ts +173 -0
- package/src/funcs/accountingGetAccountingBalancesheet.ts +176 -0
- package/src/funcs/accountingGetAccountingBill.ts +173 -0
- package/src/funcs/accountingGetAccountingCreditmemo.ts +176 -0
- package/src/funcs/accountingGetAccountingProfitloss.ts +176 -0
- package/src/funcs/accountingGetAccountingPurchaseorder.ts +176 -0
- package/src/funcs/accountingGetAccountingSalesorder.ts +176 -0
- package/src/funcs/accountingGetAccountingTrialbalance.ts +176 -0
- package/src/funcs/accountingListAccountingBalancesheets.ts +181 -0
- package/src/funcs/accountingListAccountingBills.ts +179 -0
- package/src/funcs/accountingListAccountingCreditmemoes.ts +179 -0
- package/src/funcs/accountingListAccountingProfitlosses.ts +179 -0
- package/src/funcs/accountingListAccountingPurchaseorders.ts +182 -0
- package/src/funcs/accountingListAccountingSalesorders.ts +178 -0
- package/src/funcs/accountingListAccountingTrialbalances.ts +181 -0
- package/src/funcs/accountingPatchAccountingBill.ts +175 -0
- package/src/funcs/accountingPatchAccountingCreditmemo.ts +179 -0
- package/src/funcs/accountingPatchAccountingPurchaseorder.ts +181 -0
- package/src/funcs/accountingPatchAccountingSalesorder.ts +179 -0
- package/src/funcs/accountingRemoveAccountingBill.ts +179 -0
- package/src/funcs/accountingRemoveAccountingCreditmemo.ts +181 -0
- package/src/funcs/accountingRemoveAccountingPurchaseorder.ts +183 -0
- package/src/funcs/accountingRemoveAccountingSalesorder.ts +181 -0
- package/src/funcs/accountingUpdateAccountingBill.ts +175 -0
- package/src/funcs/accountingUpdateAccountingCreditmemo.ts +179 -0
- package/src/funcs/accountingUpdateAccountingPurchaseorder.ts +181 -0
- package/src/funcs/accountingUpdateAccountingSalesorder.ts +179 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +61 -1
- package/src/mcp-server/tools/accountingCreateAccountingBill.ts +36 -0
- package/src/mcp-server/tools/accountingCreateAccountingCreditmemo.ts +37 -0
- package/src/mcp-server/tools/accountingCreateAccountingPurchaseorder.ts +37 -0
- package/src/mcp-server/tools/accountingCreateAccountingSalesorder.ts +37 -0
- package/src/mcp-server/tools/accountingGetAccountingBalancesheet.ts +37 -0
- package/src/mcp-server/tools/accountingGetAccountingBill.ts +35 -0
- package/src/mcp-server/tools/accountingGetAccountingCreditmemo.ts +37 -0
- package/src/mcp-server/tools/accountingGetAccountingProfitloss.ts +37 -0
- package/src/mcp-server/tools/accountingGetAccountingPurchaseorder.ts +37 -0
- package/src/mcp-server/tools/accountingGetAccountingSalesorder.ts +37 -0
- package/src/mcp-server/tools/accountingGetAccountingTrialbalance.ts +37 -0
- package/src/mcp-server/tools/accountingListAccountingBalancesheets.ts +37 -0
- package/src/mcp-server/tools/accountingListAccountingBills.ts +35 -0
- package/src/mcp-server/tools/accountingListAccountingCreditmemoes.ts +37 -0
- package/src/mcp-server/tools/accountingListAccountingProfitlosses.ts +37 -0
- package/src/mcp-server/tools/accountingListAccountingPurchaseorders.ts +37 -0
- package/src/mcp-server/tools/accountingListAccountingSalesorders.ts +37 -0
- package/src/mcp-server/tools/accountingListAccountingTrialbalances.ts +37 -0
- package/src/mcp-server/tools/accountingPatchAccountingBill.ts +35 -0
- package/src/mcp-server/tools/accountingPatchAccountingCreditmemo.ts +37 -0
- package/src/mcp-server/tools/accountingPatchAccountingPurchaseorder.ts +37 -0
- package/src/mcp-server/tools/accountingPatchAccountingSalesorder.ts +37 -0
- package/src/mcp-server/tools/accountingRemoveAccountingBill.ts +34 -0
- package/src/mcp-server/tools/accountingRemoveAccountingCreditmemo.ts +35 -0
- package/src/mcp-server/tools/accountingRemoveAccountingPurchaseorder.ts +35 -0
- package/src/mcp-server/tools/accountingRemoveAccountingSalesorder.ts +35 -0
- package/src/mcp-server/tools/accountingUpdateAccountingBill.ts +36 -0
- package/src/mcp-server/tools/accountingUpdateAccountingCreditmemo.ts +37 -0
- package/src/mcp-server/tools/accountingUpdateAccountingPurchaseorder.ts +37 -0
- package/src/mcp-server/tools/accountingUpdateAccountingSalesorder.ts +37 -0
- package/src/sdk/accounting.ts +450 -0
- package/src/sdk/balancesheet.ts +40 -0
- package/src/sdk/bill.ts +100 -0
- package/src/sdk/creditmemo.ts +100 -0
- package/src/sdk/models/operations/createaccountingbill.ts +101 -0
- package/src/sdk/models/operations/createaccountingcreditmemo.ts +102 -0
- package/src/sdk/models/operations/createaccountingpurchaseorder.ts +104 -0
- package/src/sdk/models/operations/createaccountingsalesorder.ts +102 -0
- package/src/sdk/models/operations/getaccountingbalancesheet.ts +101 -0
- package/src/sdk/models/operations/getaccountingbill.ts +99 -0
- package/src/sdk/models/operations/getaccountingcreditmemo.ts +101 -0
- package/src/sdk/models/operations/getaccountingprofitloss.ts +101 -0
- package/src/sdk/models/operations/getaccountingpurchaseorder.ts +102 -0
- package/src/sdk/models/operations/getaccountingsalesorder.ts +101 -0
- package/src/sdk/models/operations/getaccountingtrialbalance.ts +101 -0
- package/src/sdk/models/operations/index.ts +30 -0
- package/src/sdk/models/operations/listaccountingbalancesheets.ts +146 -0
- package/src/sdk/models/operations/listaccountingbills.ts +142 -0
- package/src/sdk/models/operations/listaccountingcreditmemoes.ts +145 -0
- package/src/sdk/models/operations/listaccountingprofitlosses.ts +145 -0
- package/src/sdk/models/operations/listaccountingpurchaseorders.ts +138 -0
- package/src/sdk/models/operations/listaccountingsalesorders.ts +135 -0
- package/src/sdk/models/operations/listaccountingtrialbalances.ts +146 -0
- package/src/sdk/models/operations/patchaccountingbill.ts +106 -0
- package/src/sdk/models/operations/patchaccountingcreditmemo.ts +108 -0
- package/src/sdk/models/operations/patchaccountingpurchaseorder.ts +111 -0
- package/src/sdk/models/operations/patchaccountingsalesorder.ts +108 -0
- package/src/sdk/models/operations/removeaccountingbill.ts +155 -0
- package/src/sdk/models/operations/removeaccountingcreditmemo.ts +158 -0
- package/src/sdk/models/operations/removeaccountingpurchaseorder.ts +161 -0
- package/src/sdk/models/operations/removeaccountingsalesorder.ts +158 -0
- package/src/sdk/models/operations/updateaccountingbill.ts +108 -0
- package/src/sdk/models/operations/updateaccountingcreditmemo.ts +109 -0
- package/src/sdk/models/operations/updateaccountingpurchaseorder.ts +111 -0
- package/src/sdk/models/operations/updateaccountingsalesorder.ts +109 -0
- package/src/sdk/models/shared/accountingbalancesheet.ts +137 -0
- package/src/sdk/models/shared/accountingbalancesheetitem.ts +29 -29
- package/src/sdk/models/shared/accountingbill.ts +309 -0
- package/src/sdk/models/shared/accountingcreditmemo.ts +325 -0
- package/src/sdk/models/shared/accountinginvoice.ts +25 -17
- package/src/sdk/models/shared/accountingprofitloss.ts +213 -0
- package/src/sdk/models/shared/accountingprofitlossaccount.ts +95 -0
- package/src/sdk/models/shared/accountingprofitlosscategory.ts +94 -0
- package/src/sdk/models/shared/accountingprofitlosssection.ts +99 -0
- package/src/sdk/models/shared/accountingprofitlosssubcategory.ts +88 -0
- package/src/sdk/models/shared/accountingpurchaseorder.ts +216 -0
- package/src/sdk/models/shared/accountingsalesorder.ts +216 -0
- package/src/sdk/models/shared/accountingtrialbalance.ts +137 -0
- package/src/sdk/models/shared/accountingtrialbalancesubitem.ts +22 -22
- package/src/sdk/models/shared/index.ts +15 -2
- package/src/sdk/models/shared/propertyaccountingbalancesheetitemsubitems.ts +23 -23
- package/src/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.ts +120 -0
- package/src/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.ts +121 -0
- package/src/sdk/models/shared/propertyaccountingreportbalancesheet.ts +60 -16
- package/src/sdk/models/shared/propertyaccountingreportprofitandloss.ts +126 -18
- package/src/sdk/models/shared/propertyaccountingreporttrialbalance.ts +52 -8
- package/src/sdk/models/shared/propertyaccountingsalesorderbillingaddress.ts +117 -0
- package/src/sdk/models/shared/propertyaccountingsalesordershippingaddress.ts +120 -0
- package/src/sdk/profitloss.ts +40 -0
- package/src/sdk/purchaseorder.ts +100 -0
- package/src/sdk/salesorder.ts +100 -0
- package/src/sdk/sdk.ts +42 -0
- package/src/sdk/trialbalance.ts +40 -0
- package/sdk/models/shared/accountingprofitandlosscategory.d.ts +0 -34
- package/sdk/models/shared/accountingprofitandlosscategory.d.ts.map +0 -1
- package/sdk/models/shared/accountingprofitandlosscategory.js.map +0 -1
- package/sdk/models/shared/accountingprofitandlosssubcategory.d.ts +0 -33
- package/sdk/models/shared/accountingprofitandlosssubcategory.d.ts.map +0 -1
- package/sdk/models/shared/accountingprofitandlosssubcategory.js.map +0 -1
- package/src/sdk/models/shared/accountingprofitandlosscategory.ts +0 -93
- package/src/sdk/models/shared/accountingprofitandlosssubcategory.ts +0 -87
package/sdk/accounting.js
CHANGED
|
@@ -5,49 +5,79 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.Accounting = void 0;
|
|
7
7
|
const accountingCreateAccountingAccount_js_1 = require("../funcs/accountingCreateAccountingAccount.js");
|
|
8
|
+
const accountingCreateAccountingBill_js_1 = require("../funcs/accountingCreateAccountingBill.js");
|
|
8
9
|
const accountingCreateAccountingContact_js_1 = require("../funcs/accountingCreateAccountingContact.js");
|
|
10
|
+
const accountingCreateAccountingCreditmemo_js_1 = require("../funcs/accountingCreateAccountingCreditmemo.js");
|
|
9
11
|
const accountingCreateAccountingInvoice_js_1 = require("../funcs/accountingCreateAccountingInvoice.js");
|
|
10
12
|
const accountingCreateAccountingJournal_js_1 = require("../funcs/accountingCreateAccountingJournal.js");
|
|
11
13
|
const accountingCreateAccountingOrder_js_1 = require("../funcs/accountingCreateAccountingOrder.js");
|
|
14
|
+
const accountingCreateAccountingPurchaseorder_js_1 = require("../funcs/accountingCreateAccountingPurchaseorder.js");
|
|
15
|
+
const accountingCreateAccountingSalesorder_js_1 = require("../funcs/accountingCreateAccountingSalesorder.js");
|
|
12
16
|
const accountingCreateAccountingTaxrate_js_1 = require("../funcs/accountingCreateAccountingTaxrate.js");
|
|
13
17
|
const accountingCreateAccountingTransaction_js_1 = require("../funcs/accountingCreateAccountingTransaction.js");
|
|
14
18
|
const accountingGetAccountingAccount_js_1 = require("../funcs/accountingGetAccountingAccount.js");
|
|
19
|
+
const accountingGetAccountingBalancesheet_js_1 = require("../funcs/accountingGetAccountingBalancesheet.js");
|
|
20
|
+
const accountingGetAccountingBill_js_1 = require("../funcs/accountingGetAccountingBill.js");
|
|
15
21
|
const accountingGetAccountingContact_js_1 = require("../funcs/accountingGetAccountingContact.js");
|
|
22
|
+
const accountingGetAccountingCreditmemo_js_1 = require("../funcs/accountingGetAccountingCreditmemo.js");
|
|
16
23
|
const accountingGetAccountingInvoice_js_1 = require("../funcs/accountingGetAccountingInvoice.js");
|
|
17
24
|
const accountingGetAccountingJournal_js_1 = require("../funcs/accountingGetAccountingJournal.js");
|
|
18
25
|
const accountingGetAccountingOrder_js_1 = require("../funcs/accountingGetAccountingOrder.js");
|
|
19
26
|
const accountingGetAccountingOrganization_js_1 = require("../funcs/accountingGetAccountingOrganization.js");
|
|
27
|
+
const accountingGetAccountingProfitloss_js_1 = require("../funcs/accountingGetAccountingProfitloss.js");
|
|
28
|
+
const accountingGetAccountingPurchaseorder_js_1 = require("../funcs/accountingGetAccountingPurchaseorder.js");
|
|
20
29
|
const accountingGetAccountingReport_js_1 = require("../funcs/accountingGetAccountingReport.js");
|
|
30
|
+
const accountingGetAccountingSalesorder_js_1 = require("../funcs/accountingGetAccountingSalesorder.js");
|
|
21
31
|
const accountingGetAccountingTaxrate_js_1 = require("../funcs/accountingGetAccountingTaxrate.js");
|
|
22
32
|
const accountingGetAccountingTransaction_js_1 = require("../funcs/accountingGetAccountingTransaction.js");
|
|
33
|
+
const accountingGetAccountingTrialbalance_js_1 = require("../funcs/accountingGetAccountingTrialbalance.js");
|
|
23
34
|
const accountingListAccountingAccounts_js_1 = require("../funcs/accountingListAccountingAccounts.js");
|
|
35
|
+
const accountingListAccountingBalancesheets_js_1 = require("../funcs/accountingListAccountingBalancesheets.js");
|
|
36
|
+
const accountingListAccountingBills_js_1 = require("../funcs/accountingListAccountingBills.js");
|
|
24
37
|
const accountingListAccountingContacts_js_1 = require("../funcs/accountingListAccountingContacts.js");
|
|
38
|
+
const accountingListAccountingCreditmemoes_js_1 = require("../funcs/accountingListAccountingCreditmemoes.js");
|
|
25
39
|
const accountingListAccountingInvoices_js_1 = require("../funcs/accountingListAccountingInvoices.js");
|
|
26
40
|
const accountingListAccountingJournals_js_1 = require("../funcs/accountingListAccountingJournals.js");
|
|
27
41
|
const accountingListAccountingOrders_js_1 = require("../funcs/accountingListAccountingOrders.js");
|
|
28
42
|
const accountingListAccountingOrganizations_js_1 = require("../funcs/accountingListAccountingOrganizations.js");
|
|
43
|
+
const accountingListAccountingProfitlosses_js_1 = require("../funcs/accountingListAccountingProfitlosses.js");
|
|
44
|
+
const accountingListAccountingPurchaseorders_js_1 = require("../funcs/accountingListAccountingPurchaseorders.js");
|
|
29
45
|
const accountingListAccountingReports_js_1 = require("../funcs/accountingListAccountingReports.js");
|
|
46
|
+
const accountingListAccountingSalesorders_js_1 = require("../funcs/accountingListAccountingSalesorders.js");
|
|
30
47
|
const accountingListAccountingTaxrates_js_1 = require("../funcs/accountingListAccountingTaxrates.js");
|
|
31
48
|
const accountingListAccountingTransactions_js_1 = require("../funcs/accountingListAccountingTransactions.js");
|
|
49
|
+
const accountingListAccountingTrialbalances_js_1 = require("../funcs/accountingListAccountingTrialbalances.js");
|
|
32
50
|
const accountingPatchAccountingAccount_js_1 = require("../funcs/accountingPatchAccountingAccount.js");
|
|
51
|
+
const accountingPatchAccountingBill_js_1 = require("../funcs/accountingPatchAccountingBill.js");
|
|
33
52
|
const accountingPatchAccountingContact_js_1 = require("../funcs/accountingPatchAccountingContact.js");
|
|
53
|
+
const accountingPatchAccountingCreditmemo_js_1 = require("../funcs/accountingPatchAccountingCreditmemo.js");
|
|
34
54
|
const accountingPatchAccountingInvoice_js_1 = require("../funcs/accountingPatchAccountingInvoice.js");
|
|
35
55
|
const accountingPatchAccountingJournal_js_1 = require("../funcs/accountingPatchAccountingJournal.js");
|
|
36
56
|
const accountingPatchAccountingOrder_js_1 = require("../funcs/accountingPatchAccountingOrder.js");
|
|
57
|
+
const accountingPatchAccountingPurchaseorder_js_1 = require("../funcs/accountingPatchAccountingPurchaseorder.js");
|
|
58
|
+
const accountingPatchAccountingSalesorder_js_1 = require("../funcs/accountingPatchAccountingSalesorder.js");
|
|
37
59
|
const accountingPatchAccountingTaxrate_js_1 = require("../funcs/accountingPatchAccountingTaxrate.js");
|
|
38
60
|
const accountingPatchAccountingTransaction_js_1 = require("../funcs/accountingPatchAccountingTransaction.js");
|
|
39
61
|
const accountingRemoveAccountingAccount_js_1 = require("../funcs/accountingRemoveAccountingAccount.js");
|
|
62
|
+
const accountingRemoveAccountingBill_js_1 = require("../funcs/accountingRemoveAccountingBill.js");
|
|
40
63
|
const accountingRemoveAccountingContact_js_1 = require("../funcs/accountingRemoveAccountingContact.js");
|
|
64
|
+
const accountingRemoveAccountingCreditmemo_js_1 = require("../funcs/accountingRemoveAccountingCreditmemo.js");
|
|
41
65
|
const accountingRemoveAccountingInvoice_js_1 = require("../funcs/accountingRemoveAccountingInvoice.js");
|
|
42
66
|
const accountingRemoveAccountingJournal_js_1 = require("../funcs/accountingRemoveAccountingJournal.js");
|
|
43
67
|
const accountingRemoveAccountingOrder_js_1 = require("../funcs/accountingRemoveAccountingOrder.js");
|
|
68
|
+
const accountingRemoveAccountingPurchaseorder_js_1 = require("../funcs/accountingRemoveAccountingPurchaseorder.js");
|
|
69
|
+
const accountingRemoveAccountingSalesorder_js_1 = require("../funcs/accountingRemoveAccountingSalesorder.js");
|
|
44
70
|
const accountingRemoveAccountingTaxrate_js_1 = require("../funcs/accountingRemoveAccountingTaxrate.js");
|
|
45
71
|
const accountingRemoveAccountingTransaction_js_1 = require("../funcs/accountingRemoveAccountingTransaction.js");
|
|
46
72
|
const accountingUpdateAccountingAccount_js_1 = require("../funcs/accountingUpdateAccountingAccount.js");
|
|
73
|
+
const accountingUpdateAccountingBill_js_1 = require("../funcs/accountingUpdateAccountingBill.js");
|
|
47
74
|
const accountingUpdateAccountingContact_js_1 = require("../funcs/accountingUpdateAccountingContact.js");
|
|
75
|
+
const accountingUpdateAccountingCreditmemo_js_1 = require("../funcs/accountingUpdateAccountingCreditmemo.js");
|
|
48
76
|
const accountingUpdateAccountingInvoice_js_1 = require("../funcs/accountingUpdateAccountingInvoice.js");
|
|
49
77
|
const accountingUpdateAccountingJournal_js_1 = require("../funcs/accountingUpdateAccountingJournal.js");
|
|
50
78
|
const accountingUpdateAccountingOrder_js_1 = require("../funcs/accountingUpdateAccountingOrder.js");
|
|
79
|
+
const accountingUpdateAccountingPurchaseorder_js_1 = require("../funcs/accountingUpdateAccountingPurchaseorder.js");
|
|
80
|
+
const accountingUpdateAccountingSalesorder_js_1 = require("../funcs/accountingUpdateAccountingSalesorder.js");
|
|
51
81
|
const accountingUpdateAccountingTaxrate_js_1 = require("../funcs/accountingUpdateAccountingTaxrate.js");
|
|
52
82
|
const accountingUpdateAccountingTransaction_js_1 = require("../funcs/accountingUpdateAccountingTransaction.js");
|
|
53
83
|
const sdks_js_1 = require("../lib/sdks.js");
|
|
@@ -59,12 +89,24 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
59
89
|
async createAccountingAccount(request, options) {
|
|
60
90
|
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingAccount_js_1.accountingCreateAccountingAccount)(this, request, options));
|
|
61
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* Create a bill
|
|
94
|
+
*/
|
|
95
|
+
async createAccountingBill(request, options) {
|
|
96
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingBill_js_1.accountingCreateAccountingBill)(this, request, options));
|
|
97
|
+
}
|
|
62
98
|
/**
|
|
63
99
|
* Create a contact
|
|
64
100
|
*/
|
|
65
101
|
async createAccountingContact(request, options) {
|
|
66
102
|
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingContact_js_1.accountingCreateAccountingContact)(this, request, options));
|
|
67
103
|
}
|
|
104
|
+
/**
|
|
105
|
+
* Create a creditmemo
|
|
106
|
+
*/
|
|
107
|
+
async createAccountingCreditmemo(request, options) {
|
|
108
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingCreditmemo_js_1.accountingCreateAccountingCreditmemo)(this, request, options));
|
|
109
|
+
}
|
|
68
110
|
/**
|
|
69
111
|
* Create an invoice
|
|
70
112
|
*/
|
|
@@ -83,6 +125,18 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
83
125
|
async createAccountingOrder(request, options) {
|
|
84
126
|
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingOrder_js_1.accountingCreateAccountingOrder)(this, request, options));
|
|
85
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* Create a purchaseorder
|
|
130
|
+
*/
|
|
131
|
+
async createAccountingPurchaseorder(request, options) {
|
|
132
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingPurchaseorder_js_1.accountingCreateAccountingPurchaseorder)(this, request, options));
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Create a salesorder
|
|
136
|
+
*/
|
|
137
|
+
async createAccountingSalesorder(request, options) {
|
|
138
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingSalesorder_js_1.accountingCreateAccountingSalesorder)(this, request, options));
|
|
139
|
+
}
|
|
86
140
|
/**
|
|
87
141
|
* Create a taxrate
|
|
88
142
|
*/
|
|
@@ -101,12 +155,30 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
101
155
|
async getAccountingAccount(request, options) {
|
|
102
156
|
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingAccount_js_1.accountingGetAccountingAccount)(this, request, options));
|
|
103
157
|
}
|
|
158
|
+
/**
|
|
159
|
+
* Retrieve a balancesheet
|
|
160
|
+
*/
|
|
161
|
+
async getAccountingBalancesheet(request, options) {
|
|
162
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingBalancesheet_js_1.accountingGetAccountingBalancesheet)(this, request, options));
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Retrieve a bill
|
|
166
|
+
*/
|
|
167
|
+
async getAccountingBill(request, options) {
|
|
168
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingBill_js_1.accountingGetAccountingBill)(this, request, options));
|
|
169
|
+
}
|
|
104
170
|
/**
|
|
105
171
|
* Retrieve a contact
|
|
106
172
|
*/
|
|
107
173
|
async getAccountingContact(request, options) {
|
|
108
174
|
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingContact_js_1.accountingGetAccountingContact)(this, request, options));
|
|
109
175
|
}
|
|
176
|
+
/**
|
|
177
|
+
* Retrieve a creditmemo
|
|
178
|
+
*/
|
|
179
|
+
async getAccountingCreditmemo(request, options) {
|
|
180
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingCreditmemo_js_1.accountingGetAccountingCreditmemo)(this, request, options));
|
|
181
|
+
}
|
|
110
182
|
/**
|
|
111
183
|
* Retrieve an invoice
|
|
112
184
|
*/
|
|
@@ -131,12 +203,30 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
131
203
|
async getAccountingOrganization(request, options) {
|
|
132
204
|
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingOrganization_js_1.accountingGetAccountingOrganization)(this, request, options));
|
|
133
205
|
}
|
|
206
|
+
/**
|
|
207
|
+
* Retrieve a profitloss
|
|
208
|
+
*/
|
|
209
|
+
async getAccountingProfitloss(request, options) {
|
|
210
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingProfitloss_js_1.accountingGetAccountingProfitloss)(this, request, options));
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Retrieve a purchaseorder
|
|
214
|
+
*/
|
|
215
|
+
async getAccountingPurchaseorder(request, options) {
|
|
216
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingPurchaseorder_js_1.accountingGetAccountingPurchaseorder)(this, request, options));
|
|
217
|
+
}
|
|
134
218
|
/**
|
|
135
219
|
* Retrieve a report
|
|
136
220
|
*/
|
|
137
221
|
async getAccountingReport(request, options) {
|
|
138
222
|
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingReport_js_1.accountingGetAccountingReport)(this, request, options));
|
|
139
223
|
}
|
|
224
|
+
/**
|
|
225
|
+
* Retrieve a salesorder
|
|
226
|
+
*/
|
|
227
|
+
async getAccountingSalesorder(request, options) {
|
|
228
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingSalesorder_js_1.accountingGetAccountingSalesorder)(this, request, options));
|
|
229
|
+
}
|
|
140
230
|
/**
|
|
141
231
|
* Retrieve a taxrate
|
|
142
232
|
*/
|
|
@@ -149,18 +239,42 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
149
239
|
async getAccountingTransaction(request, options) {
|
|
150
240
|
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingTransaction_js_1.accountingGetAccountingTransaction)(this, request, options));
|
|
151
241
|
}
|
|
242
|
+
/**
|
|
243
|
+
* Retrieve a trialbalance
|
|
244
|
+
*/
|
|
245
|
+
async getAccountingTrialbalance(request, options) {
|
|
246
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingTrialbalance_js_1.accountingGetAccountingTrialbalance)(this, request, options));
|
|
247
|
+
}
|
|
152
248
|
/**
|
|
153
249
|
* List all accounts
|
|
154
250
|
*/
|
|
155
251
|
async listAccountingAccounts(request, options) {
|
|
156
252
|
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingAccounts_js_1.accountingListAccountingAccounts)(this, request, options));
|
|
157
253
|
}
|
|
254
|
+
/**
|
|
255
|
+
* List all balancesheets
|
|
256
|
+
*/
|
|
257
|
+
async listAccountingBalancesheets(request, options) {
|
|
258
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingBalancesheets_js_1.accountingListAccountingBalancesheets)(this, request, options));
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* List all bills
|
|
262
|
+
*/
|
|
263
|
+
async listAccountingBills(request, options) {
|
|
264
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingBills_js_1.accountingListAccountingBills)(this, request, options));
|
|
265
|
+
}
|
|
158
266
|
/**
|
|
159
267
|
* List all contacts
|
|
160
268
|
*/
|
|
161
269
|
async listAccountingContacts(request, options) {
|
|
162
270
|
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingContacts_js_1.accountingListAccountingContacts)(this, request, options));
|
|
163
271
|
}
|
|
272
|
+
/**
|
|
273
|
+
* List all creditmemoes
|
|
274
|
+
*/
|
|
275
|
+
async listAccountingCreditmemoes(request, options) {
|
|
276
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingCreditmemoes_js_1.accountingListAccountingCreditmemoes)(this, request, options));
|
|
277
|
+
}
|
|
164
278
|
/**
|
|
165
279
|
* List all invoices
|
|
166
280
|
*/
|
|
@@ -185,12 +299,30 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
185
299
|
async listAccountingOrganizations(request, options) {
|
|
186
300
|
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingOrganizations_js_1.accountingListAccountingOrganizations)(this, request, options));
|
|
187
301
|
}
|
|
302
|
+
/**
|
|
303
|
+
* List all profitlosses
|
|
304
|
+
*/
|
|
305
|
+
async listAccountingProfitlosses(request, options) {
|
|
306
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingProfitlosses_js_1.accountingListAccountingProfitlosses)(this, request, options));
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* List all purchaseorders
|
|
310
|
+
*/
|
|
311
|
+
async listAccountingPurchaseorders(request, options) {
|
|
312
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingPurchaseorders_js_1.accountingListAccountingPurchaseorders)(this, request, options));
|
|
313
|
+
}
|
|
188
314
|
/**
|
|
189
315
|
* List all reports
|
|
190
316
|
*/
|
|
191
317
|
async listAccountingReports(request, options) {
|
|
192
318
|
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingReports_js_1.accountingListAccountingReports)(this, request, options));
|
|
193
319
|
}
|
|
320
|
+
/**
|
|
321
|
+
* List all salesorders
|
|
322
|
+
*/
|
|
323
|
+
async listAccountingSalesorders(request, options) {
|
|
324
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingSalesorders_js_1.accountingListAccountingSalesorders)(this, request, options));
|
|
325
|
+
}
|
|
194
326
|
/**
|
|
195
327
|
* List all taxrates
|
|
196
328
|
*/
|
|
@@ -203,18 +335,36 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
203
335
|
async listAccountingTransactions(request, options) {
|
|
204
336
|
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingTransactions_js_1.accountingListAccountingTransactions)(this, request, options));
|
|
205
337
|
}
|
|
338
|
+
/**
|
|
339
|
+
* List all trialbalances
|
|
340
|
+
*/
|
|
341
|
+
async listAccountingTrialbalances(request, options) {
|
|
342
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingTrialbalances_js_1.accountingListAccountingTrialbalances)(this, request, options));
|
|
343
|
+
}
|
|
206
344
|
/**
|
|
207
345
|
* Update an account
|
|
208
346
|
*/
|
|
209
347
|
async patchAccountingAccount(request, options) {
|
|
210
348
|
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingAccount_js_1.accountingPatchAccountingAccount)(this, request, options));
|
|
211
349
|
}
|
|
350
|
+
/**
|
|
351
|
+
* Update a bill
|
|
352
|
+
*/
|
|
353
|
+
async patchAccountingBill(request, options) {
|
|
354
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingBill_js_1.accountingPatchAccountingBill)(this, request, options));
|
|
355
|
+
}
|
|
212
356
|
/**
|
|
213
357
|
* Update a contact
|
|
214
358
|
*/
|
|
215
359
|
async patchAccountingContact(request, options) {
|
|
216
360
|
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingContact_js_1.accountingPatchAccountingContact)(this, request, options));
|
|
217
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
* Update a creditmemo
|
|
364
|
+
*/
|
|
365
|
+
async patchAccountingCreditmemo(request, options) {
|
|
366
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingCreditmemo_js_1.accountingPatchAccountingCreditmemo)(this, request, options));
|
|
367
|
+
}
|
|
218
368
|
/**
|
|
219
369
|
* Update an invoice
|
|
220
370
|
*/
|
|
@@ -233,6 +383,18 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
233
383
|
async patchAccountingOrder(request, options) {
|
|
234
384
|
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingOrder_js_1.accountingPatchAccountingOrder)(this, request, options));
|
|
235
385
|
}
|
|
386
|
+
/**
|
|
387
|
+
* Update a purchaseorder
|
|
388
|
+
*/
|
|
389
|
+
async patchAccountingPurchaseorder(request, options) {
|
|
390
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingPurchaseorder_js_1.accountingPatchAccountingPurchaseorder)(this, request, options));
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* Update a salesorder
|
|
394
|
+
*/
|
|
395
|
+
async patchAccountingSalesorder(request, options) {
|
|
396
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingSalesorder_js_1.accountingPatchAccountingSalesorder)(this, request, options));
|
|
397
|
+
}
|
|
236
398
|
/**
|
|
237
399
|
* Update a taxrate
|
|
238
400
|
*/
|
|
@@ -251,12 +413,24 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
251
413
|
async removeAccountingAccount(request, options) {
|
|
252
414
|
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingAccount_js_1.accountingRemoveAccountingAccount)(this, request, options));
|
|
253
415
|
}
|
|
416
|
+
/**
|
|
417
|
+
* Remove a bill
|
|
418
|
+
*/
|
|
419
|
+
async removeAccountingBill(request, options) {
|
|
420
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingBill_js_1.accountingRemoveAccountingBill)(this, request, options));
|
|
421
|
+
}
|
|
254
422
|
/**
|
|
255
423
|
* Remove a contact
|
|
256
424
|
*/
|
|
257
425
|
async removeAccountingContact(request, options) {
|
|
258
426
|
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingContact_js_1.accountingRemoveAccountingContact)(this, request, options));
|
|
259
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* Remove a creditmemo
|
|
430
|
+
*/
|
|
431
|
+
async removeAccountingCreditmemo(request, options) {
|
|
432
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingCreditmemo_js_1.accountingRemoveAccountingCreditmemo)(this, request, options));
|
|
433
|
+
}
|
|
260
434
|
/**
|
|
261
435
|
* Remove an invoice
|
|
262
436
|
*/
|
|
@@ -275,6 +449,18 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
275
449
|
async removeAccountingOrder(request, options) {
|
|
276
450
|
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingOrder_js_1.accountingRemoveAccountingOrder)(this, request, options));
|
|
277
451
|
}
|
|
452
|
+
/**
|
|
453
|
+
* Remove a purchaseorder
|
|
454
|
+
*/
|
|
455
|
+
async removeAccountingPurchaseorder(request, options) {
|
|
456
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingPurchaseorder_js_1.accountingRemoveAccountingPurchaseorder)(this, request, options));
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* Remove a salesorder
|
|
460
|
+
*/
|
|
461
|
+
async removeAccountingSalesorder(request, options) {
|
|
462
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingSalesorder_js_1.accountingRemoveAccountingSalesorder)(this, request, options));
|
|
463
|
+
}
|
|
278
464
|
/**
|
|
279
465
|
* Remove a taxrate
|
|
280
466
|
*/
|
|
@@ -293,12 +479,24 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
293
479
|
async updateAccountingAccount(request, options) {
|
|
294
480
|
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingAccount_js_1.accountingUpdateAccountingAccount)(this, request, options));
|
|
295
481
|
}
|
|
482
|
+
/**
|
|
483
|
+
* Update a bill
|
|
484
|
+
*/
|
|
485
|
+
async updateAccountingBill(request, options) {
|
|
486
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingBill_js_1.accountingUpdateAccountingBill)(this, request, options));
|
|
487
|
+
}
|
|
296
488
|
/**
|
|
297
489
|
* Update a contact
|
|
298
490
|
*/
|
|
299
491
|
async updateAccountingContact(request, options) {
|
|
300
492
|
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingContact_js_1.accountingUpdateAccountingContact)(this, request, options));
|
|
301
493
|
}
|
|
494
|
+
/**
|
|
495
|
+
* Update a creditmemo
|
|
496
|
+
*/
|
|
497
|
+
async updateAccountingCreditmemo(request, options) {
|
|
498
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingCreditmemo_js_1.accountingUpdateAccountingCreditmemo)(this, request, options));
|
|
499
|
+
}
|
|
302
500
|
/**
|
|
303
501
|
* Update an invoice
|
|
304
502
|
*/
|
|
@@ -317,6 +515,18 @@ class Accounting extends sdks_js_1.ClientSDK {
|
|
|
317
515
|
async updateAccountingOrder(request, options) {
|
|
318
516
|
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingOrder_js_1.accountingUpdateAccountingOrder)(this, request, options));
|
|
319
517
|
}
|
|
518
|
+
/**
|
|
519
|
+
* Update a purchaseorder
|
|
520
|
+
*/
|
|
521
|
+
async updateAccountingPurchaseorder(request, options) {
|
|
522
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingPurchaseorder_js_1.accountingUpdateAccountingPurchaseorder)(this, request, options));
|
|
523
|
+
}
|
|
524
|
+
/**
|
|
525
|
+
* Update a salesorder
|
|
526
|
+
*/
|
|
527
|
+
async updateAccountingSalesorder(request, options) {
|
|
528
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingSalesorder_js_1.accountingUpdateAccountingSalesorder)(this, request, options));
|
|
529
|
+
}
|
|
320
530
|
/**
|
|
321
531
|
* Update a taxrate
|
|
322
532
|
*/
|
package/sdk/accounting.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounting.js","sourceRoot":"","sources":["../src/sdk/accounting.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"accounting.js","sourceRoot":"","sources":["../src/sdk/accounting.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
import * as operations from "./models/operations/index.js";
|
|
3
|
+
import * as shared from "./models/shared/index.js";
|
|
4
|
+
export declare class Balancesheet extends ClientSDK {
|
|
5
|
+
/**
|
|
6
|
+
* Retrieve a balancesheet
|
|
7
|
+
*/
|
|
8
|
+
getAccountingBalancesheet(request: operations.GetAccountingBalancesheetRequest, options?: RequestOptions): Promise<shared.AccountingBalancesheet>;
|
|
9
|
+
/**
|
|
10
|
+
* List all balancesheets
|
|
11
|
+
*/
|
|
12
|
+
listAccountingBalancesheets(request: operations.ListAccountingBalancesheetsRequest, options?: RequestOptions): Promise<Array<shared.AccountingBalancesheet>>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=balancesheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balancesheet.d.ts","sourceRoot":"","sources":["../src/sdk/balancesheet.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,YAAa,SAAQ,SAAS;IACzC;;OAEG;IACG,yBAAyB,CAC7B,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IAQzC;;OAEG;IACG,2BAA2B,CAC/B,OAAO,EAAE,UAAU,CAAC,kCAAkC,EACtD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAAC;CAOjD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Balancesheet = void 0;
|
|
7
|
+
const accountingGetAccountingBalancesheet_js_1 = require("../funcs/accountingGetAccountingBalancesheet.js");
|
|
8
|
+
const accountingListAccountingBalancesheets_js_1 = require("../funcs/accountingListAccountingBalancesheets.js");
|
|
9
|
+
const sdks_js_1 = require("../lib/sdks.js");
|
|
10
|
+
const fp_js_1 = require("./types/fp.js");
|
|
11
|
+
class Balancesheet extends sdks_js_1.ClientSDK {
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve a balancesheet
|
|
14
|
+
*/
|
|
15
|
+
async getAccountingBalancesheet(request, options) {
|
|
16
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingBalancesheet_js_1.accountingGetAccountingBalancesheet)(this, request, options));
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* List all balancesheets
|
|
20
|
+
*/
|
|
21
|
+
async listAccountingBalancesheets(request, options) {
|
|
22
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingBalancesheets_js_1.accountingListAccountingBalancesheets)(this, request, options));
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.Balancesheet = Balancesheet;
|
|
26
|
+
//# sourceMappingURL=balancesheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"balancesheet.js","sourceRoot":"","sources":["../src/sdk/balancesheet.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,4GAAsG;AACtG,gHAA0G;AAC1G,4CAA2D;AAG3D,yCAA4C;AAE5C,MAAa,YAAa,SAAQ,mBAAS;IACzC;;OAEG;IACH,KAAK,CAAC,yBAAyB,CAC7B,OAAoD,EACpD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,4EAAmC,EACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,2BAA2B,CAC/B,OAAsD,EACtD,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gFAAqC,EACtD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AA5BD,oCA4BC"}
|
package/sdk/bill.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
import * as operations from "./models/operations/index.js";
|
|
3
|
+
import * as shared from "./models/shared/index.js";
|
|
4
|
+
export declare class Bill extends ClientSDK {
|
|
5
|
+
/**
|
|
6
|
+
* Create a bill
|
|
7
|
+
*/
|
|
8
|
+
createAccountingBill(request: operations.CreateAccountingBillRequest, options?: RequestOptions): Promise<shared.AccountingBill>;
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve a bill
|
|
11
|
+
*/
|
|
12
|
+
getAccountingBill(request: operations.GetAccountingBillRequest, options?: RequestOptions): Promise<shared.AccountingBill>;
|
|
13
|
+
/**
|
|
14
|
+
* List all bills
|
|
15
|
+
*/
|
|
16
|
+
listAccountingBills(request: operations.ListAccountingBillsRequest, options?: RequestOptions): Promise<Array<shared.AccountingBill>>;
|
|
17
|
+
/**
|
|
18
|
+
* Update a bill
|
|
19
|
+
*/
|
|
20
|
+
patchAccountingBill(request: operations.PatchAccountingBillRequest, options?: RequestOptions): Promise<shared.AccountingBill>;
|
|
21
|
+
/**
|
|
22
|
+
* Remove a bill
|
|
23
|
+
*/
|
|
24
|
+
removeAccountingBill(request: operations.RemoveAccountingBillRequest, options?: RequestOptions): Promise<operations.RemoveAccountingBillResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Update a bill
|
|
27
|
+
*/
|
|
28
|
+
updateAccountingBill(request: operations.UpdateAccountingBillRequest, options?: RequestOptions): Promise<shared.AccountingBill>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=bill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bill.d.ts","sourceRoot":"","sources":["../src/sdk/bill.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,IAAK,SAAQ,SAAS;IACjC;;OAEG;IACG,oBAAoB,CACxB,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC;IAQjC;;OAEG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC;IAQjC;;OAEG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;IAQxC;;OAEG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC;IAQjC;;OAEG;IACG,oBAAoB,CACxB,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,GAAG,SAAS,CAAC;IAQ/D;;OAEG;IACG,oBAAoB,CACxB,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC;CAOlC"}
|
package/sdk/bill.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Bill = void 0;
|
|
7
|
+
const accountingCreateAccountingBill_js_1 = require("../funcs/accountingCreateAccountingBill.js");
|
|
8
|
+
const accountingGetAccountingBill_js_1 = require("../funcs/accountingGetAccountingBill.js");
|
|
9
|
+
const accountingListAccountingBills_js_1 = require("../funcs/accountingListAccountingBills.js");
|
|
10
|
+
const accountingPatchAccountingBill_js_1 = require("../funcs/accountingPatchAccountingBill.js");
|
|
11
|
+
const accountingRemoveAccountingBill_js_1 = require("../funcs/accountingRemoveAccountingBill.js");
|
|
12
|
+
const accountingUpdateAccountingBill_js_1 = require("../funcs/accountingUpdateAccountingBill.js");
|
|
13
|
+
const sdks_js_1 = require("../lib/sdks.js");
|
|
14
|
+
const fp_js_1 = require("./types/fp.js");
|
|
15
|
+
class Bill extends sdks_js_1.ClientSDK {
|
|
16
|
+
/**
|
|
17
|
+
* Create a bill
|
|
18
|
+
*/
|
|
19
|
+
async createAccountingBill(request, options) {
|
|
20
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingCreateAccountingBill_js_1.accountingCreateAccountingBill)(this, request, options));
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Retrieve a bill
|
|
24
|
+
*/
|
|
25
|
+
async getAccountingBill(request, options) {
|
|
26
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingGetAccountingBill_js_1.accountingGetAccountingBill)(this, request, options));
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* List all bills
|
|
30
|
+
*/
|
|
31
|
+
async listAccountingBills(request, options) {
|
|
32
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingListAccountingBills_js_1.accountingListAccountingBills)(this, request, options));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Update a bill
|
|
36
|
+
*/
|
|
37
|
+
async patchAccountingBill(request, options) {
|
|
38
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingPatchAccountingBill_js_1.accountingPatchAccountingBill)(this, request, options));
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Remove a bill
|
|
42
|
+
*/
|
|
43
|
+
async removeAccountingBill(request, options) {
|
|
44
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingRemoveAccountingBill_js_1.accountingRemoveAccountingBill)(this, request, options));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Update a bill
|
|
48
|
+
*/
|
|
49
|
+
async updateAccountingBill(request, options) {
|
|
50
|
+
return (0, fp_js_1.unwrapAsync)((0, accountingUpdateAccountingBill_js_1.accountingUpdateAccountingBill)(this, request, options));
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.Bill = Bill;
|
|
54
|
+
//# sourceMappingURL=bill.js.map
|
package/sdk/bill.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bill.js","sourceRoot":"","sources":["../src/sdk/bill.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,kGAA4F;AAC5F,4FAAsF;AACtF,gGAA0F;AAC1F,gGAA0F;AAC1F,kGAA4F;AAC5F,kGAA4F;AAC5F,4CAA2D;AAG3D,yCAA4C;AAE5C,MAAa,IAAK,SAAQ,mBAAS;IACjC;;OAEG;IACH,KAAK,CAAC,oBAAoB,CACxB,OAA+C,EAC/C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kEAA8B,EAC/C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,iBAAiB,CACrB,OAA4C,EAC5C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,4DAA2B,EAC5C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,mBAAmB,CACvB,OAA8C,EAC9C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gEAA6B,EAC9C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,mBAAmB,CACvB,OAA8C,EAC9C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gEAA6B,EAC9C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,oBAAoB,CACxB,OAA+C,EAC/C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kEAA8B,EAC/C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,oBAAoB,CACxB,OAA+C,EAC/C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kEAA8B,EAC/C,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AApFD,oBAoFC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
import * as operations from "./models/operations/index.js";
|
|
3
|
+
import * as shared from "./models/shared/index.js";
|
|
4
|
+
export declare class Creditmemo extends ClientSDK {
|
|
5
|
+
/**
|
|
6
|
+
* Create a creditmemo
|
|
7
|
+
*/
|
|
8
|
+
createAccountingCreditmemo(request: operations.CreateAccountingCreditmemoRequest, options?: RequestOptions): Promise<shared.AccountingCreditmemo>;
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve a creditmemo
|
|
11
|
+
*/
|
|
12
|
+
getAccountingCreditmemo(request: operations.GetAccountingCreditmemoRequest, options?: RequestOptions): Promise<shared.AccountingCreditmemo>;
|
|
13
|
+
/**
|
|
14
|
+
* List all creditmemoes
|
|
15
|
+
*/
|
|
16
|
+
listAccountingCreditmemoes(request: operations.ListAccountingCreditmemoesRequest, options?: RequestOptions): Promise<Array<shared.AccountingCreditmemo>>;
|
|
17
|
+
/**
|
|
18
|
+
* Update a creditmemo
|
|
19
|
+
*/
|
|
20
|
+
patchAccountingCreditmemo(request: operations.PatchAccountingCreditmemoRequest, options?: RequestOptions): Promise<shared.AccountingCreditmemo>;
|
|
21
|
+
/**
|
|
22
|
+
* Remove a creditmemo
|
|
23
|
+
*/
|
|
24
|
+
removeAccountingCreditmemo(request: operations.RemoveAccountingCreditmemoRequest, options?: RequestOptions): Promise<operations.RemoveAccountingCreditmemoResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Update a creditmemo
|
|
27
|
+
*/
|
|
28
|
+
updateAccountingCreditmemo(request: operations.UpdateAccountingCreditmemoRequest, options?: RequestOptions): Promise<shared.AccountingCreditmemo>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=creditmemo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"creditmemo.d.ts","sourceRoot":"","sources":["../src/sdk/creditmemo.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,UAAW,SAAQ,SAAS;IACvC;;OAEG;IACG,0BAA0B,CAC9B,OAAO,EAAE,UAAU,CAAC,iCAAiC,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC;IAQvC;;OAEG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC;IAQvC;;OAEG;IACG,0BAA0B,CAC9B,OAAO,EAAE,UAAU,CAAC,iCAAiC,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IAQ9C;;OAEG;IACG,yBAAyB,CAC7B,OAAO,EAAE,UAAU,CAAC,gCAAgC,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC;IAQvC;;OAEG;IACG,0BAA0B,CAC9B,OAAO,EAAE,UAAU,CAAC,iCAAiC,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kCAAkC,GAAG,SAAS,CAAC;IAQrE;;OAEG;IACG,0BAA0B,CAC9B,OAAO,EAAE,UAAU,CAAC,iCAAiC,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC;CAOxC"}
|