@erp-galoper/types 1.0.1134 → 1.0.1135
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/openapi.ts +18 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -5280,6 +5280,8 @@ export interface paths {
|
|
|
5280
5280
|
* - 403 Permission Denied: If the user does not have the required permissions to access the endpoint.
|
|
5281
5281
|
* - 500 Internal Server Error: If an unexpected error occurs on the server.
|
|
5282
5282
|
* # Note: the permission of this endpoint is not implemented yet, waiting for merge the permission branch
|
|
5283
|
+
* - Permission Key:
|
|
5284
|
+
* - topcustomers : [ view ]
|
|
5283
5285
|
*/
|
|
5284
5286
|
get: operations["reports_accounting_reports_get_top_customers"];
|
|
5285
5287
|
put?: never;
|
|
@@ -5308,6 +5310,8 @@ export interface paths {
|
|
|
5308
5310
|
* - 403 Permission Denied: If the user does not have the required permissions to access the endpoint.
|
|
5309
5311
|
* - 500 Internal Server Error: If an unexpected error occurs on the server.
|
|
5310
5312
|
* # Note: the permission of this endpoint is not implemented yet, waiting for merge the permission branch
|
|
5313
|
+
* - Permission Key:
|
|
5314
|
+
* - topsuppliers : [ view ]
|
|
5311
5315
|
*/
|
|
5312
5316
|
get: operations["reports_accounting_reports_get_top_suppliers"];
|
|
5313
5317
|
put?: never;
|
|
@@ -20338,6 +20342,12 @@ export interface components {
|
|
|
20338
20342
|
* @default []
|
|
20339
20343
|
*/
|
|
20340
20344
|
customerstatement: components["schemas"]["BasePermissionsSchema_Report_Customer_CustomerstatementEnum"][];
|
|
20345
|
+
/**
|
|
20346
|
+
* Topcustomers
|
|
20347
|
+
* @description topcustomers actions
|
|
20348
|
+
* @default []
|
|
20349
|
+
*/
|
|
20350
|
+
topcustomers: string[];
|
|
20341
20351
|
};
|
|
20342
20352
|
/**
|
|
20343
20353
|
* BasePermissionsSchema_Report_Customer_CustomerstatementEnum
|
|
@@ -20411,6 +20421,12 @@ export interface components {
|
|
|
20411
20421
|
* @default []
|
|
20412
20422
|
*/
|
|
20413
20423
|
supplierstatement: components["schemas"]["BasePermissionsSchema_Report_Supplier_SupplierstatementEnum"][];
|
|
20424
|
+
/**
|
|
20425
|
+
* Topsuppliers
|
|
20426
|
+
* @description topsuppliers actions
|
|
20427
|
+
* @default []
|
|
20428
|
+
*/
|
|
20429
|
+
topsuppliers: string[];
|
|
20414
20430
|
};
|
|
20415
20431
|
/**
|
|
20416
20432
|
* BasePermissionsSchema_Report_Supplier_SupplierstatementEnum
|
|
@@ -24999,7 +25015,7 @@ export interface components {
|
|
|
24999
25015
|
* CombinedModelName
|
|
25000
25016
|
* @enum {string}
|
|
25001
25017
|
*/
|
|
25002
|
-
CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "employeeStatement" | "stockReport";
|
|
25018
|
+
CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
25003
25019
|
/**
|
|
25004
25020
|
* ActionSchema
|
|
25005
25021
|
* @enum {string}
|
|
@@ -53931,7 +53947,7 @@ export interface operations {
|
|
|
53931
53947
|
common_views_get_model_names: {
|
|
53932
53948
|
parameters: {
|
|
53933
53949
|
query?: {
|
|
53934
|
-
CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "employeeStatement" | "stockReport";
|
|
53950
|
+
CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
53935
53951
|
};
|
|
53936
53952
|
header?: never;
|
|
53937
53953
|
path?: never;
|