@erp-galoper/types 1.0.1134 → 1.0.1136
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 +28 -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,12 +20342,23 @@ 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: components["schemas"]["BasePermissionsSchema_Report_Customer_TopcustomersEnum"][];
|
|
20341
20351
|
};
|
|
20342
20352
|
/**
|
|
20343
20353
|
* BasePermissionsSchema_Report_Customer_CustomerstatementEnum
|
|
20344
20354
|
* @enum {string}
|
|
20345
20355
|
*/
|
|
20346
20356
|
BasePermissionsSchema_Report_Customer_CustomerstatementEnum: "export" | "view";
|
|
20357
|
+
/**
|
|
20358
|
+
* BasePermissionsSchema_Report_Customer_TopcustomersEnum
|
|
20359
|
+
* @constant
|
|
20360
|
+
*/
|
|
20361
|
+
BasePermissionsSchema_Report_Customer_TopcustomersEnum: "view";
|
|
20347
20362
|
/** BasePermissionsSchema_Report_Employee */
|
|
20348
20363
|
BasePermissionsSchema_Report_Employee: {
|
|
20349
20364
|
/**
|
|
@@ -20411,12 +20426,23 @@ export interface components {
|
|
|
20411
20426
|
* @default []
|
|
20412
20427
|
*/
|
|
20413
20428
|
supplierstatement: components["schemas"]["BasePermissionsSchema_Report_Supplier_SupplierstatementEnum"][];
|
|
20429
|
+
/**
|
|
20430
|
+
* Topsuppliers
|
|
20431
|
+
* @description topsuppliers actions
|
|
20432
|
+
* @default []
|
|
20433
|
+
*/
|
|
20434
|
+
topsuppliers: components["schemas"]["BasePermissionsSchema_Report_Supplier_TopsuppliersEnum"][];
|
|
20414
20435
|
};
|
|
20415
20436
|
/**
|
|
20416
20437
|
* BasePermissionsSchema_Report_Supplier_SupplierstatementEnum
|
|
20417
20438
|
* @enum {string}
|
|
20418
20439
|
*/
|
|
20419
20440
|
BasePermissionsSchema_Report_Supplier_SupplierstatementEnum: "export" | "view";
|
|
20441
|
+
/**
|
|
20442
|
+
* BasePermissionsSchema_Report_Supplier_TopsuppliersEnum
|
|
20443
|
+
* @constant
|
|
20444
|
+
*/
|
|
20445
|
+
BasePermissionsSchema_Report_Supplier_TopsuppliersEnum: "view";
|
|
20420
20446
|
/** BasePermissionsSchema_Sales */
|
|
20421
20447
|
BasePermissionsSchema_Sales: {
|
|
20422
20448
|
/**
|
|
@@ -24999,7 +25025,7 @@ export interface components {
|
|
|
24999
25025
|
* CombinedModelName
|
|
25000
25026
|
* @enum {string}
|
|
25001
25027
|
*/
|
|
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";
|
|
25028
|
+
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
25029
|
/**
|
|
25004
25030
|
* ActionSchema
|
|
25005
25031
|
* @enum {string}
|
|
@@ -53931,7 +53957,7 @@ export interface operations {
|
|
|
53931
53957
|
common_views_get_model_names: {
|
|
53932
53958
|
parameters: {
|
|
53933
53959
|
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";
|
|
53960
|
+
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
53961
|
};
|
|
53936
53962
|
header?: never;
|
|
53937
53963
|
path?: never;
|