@erp-galoper/types 1.0.1560 → 1.0.1562
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 +55 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23535,7 +23535,41 @@ export interface components {
|
|
|
23535
23535
|
* @default []
|
|
23536
23536
|
*/
|
|
23537
23537
|
warehouse: components["schemas"]["BasePermissionsSchema_Inventory_WarehouseEnum"][];
|
|
23538
|
+
/**
|
|
23539
|
+
* Price
|
|
23540
|
+
* @description price actions
|
|
23541
|
+
* @default []
|
|
23542
|
+
*/
|
|
23543
|
+
price: components["schemas"]["BasePermissionsSchema_Inventory_PriceEnum"][];
|
|
23544
|
+
/**
|
|
23545
|
+
* Discount
|
|
23546
|
+
* @description discount actions
|
|
23547
|
+
* @default []
|
|
23548
|
+
*/
|
|
23549
|
+
discount: components["schemas"]["BasePermissionsSchema_Inventory_DiscountEnum"][];
|
|
23550
|
+
/**
|
|
23551
|
+
* Profit
|
|
23552
|
+
* @description profit actions
|
|
23553
|
+
* @default []
|
|
23554
|
+
*/
|
|
23555
|
+
profit: components["schemas"]["BasePermissionsSchema_Inventory_ProfitEnum"][];
|
|
23556
|
+
/**
|
|
23557
|
+
* Cost
|
|
23558
|
+
* @description cost actions
|
|
23559
|
+
* @default []
|
|
23560
|
+
*/
|
|
23561
|
+
cost: components["schemas"]["BasePermissionsSchema_Inventory_CostEnum"][];
|
|
23538
23562
|
};
|
|
23563
|
+
/**
|
|
23564
|
+
* BasePermissionsSchema_Inventory_CostEnum
|
|
23565
|
+
* @constant
|
|
23566
|
+
*/
|
|
23567
|
+
BasePermissionsSchema_Inventory_CostEnum: "view";
|
|
23568
|
+
/**
|
|
23569
|
+
* BasePermissionsSchema_Inventory_DiscountEnum
|
|
23570
|
+
* @constant
|
|
23571
|
+
*/
|
|
23572
|
+
BasePermissionsSchema_Inventory_DiscountEnum: "add";
|
|
23539
23573
|
/**
|
|
23540
23574
|
* BasePermissionsSchema_Inventory_GoodsdeliverynoteEnum
|
|
23541
23575
|
* @enum {string}
|
|
@@ -23576,6 +23610,16 @@ export interface components {
|
|
|
23576
23610
|
* @enum {string}
|
|
23577
23611
|
*/
|
|
23578
23612
|
BasePermissionsSchema_Inventory_PackagetypeEnum: "add" | "change" | "delete" | "view";
|
|
23613
|
+
/**
|
|
23614
|
+
* BasePermissionsSchema_Inventory_PriceEnum
|
|
23615
|
+
* @constant
|
|
23616
|
+
*/
|
|
23617
|
+
BasePermissionsSchema_Inventory_PriceEnum: "change";
|
|
23618
|
+
/**
|
|
23619
|
+
* BasePermissionsSchema_Inventory_ProfitEnum
|
|
23620
|
+
* @constant
|
|
23621
|
+
*/
|
|
23622
|
+
BasePermissionsSchema_Inventory_ProfitEnum: "view";
|
|
23579
23623
|
/**
|
|
23580
23624
|
* BasePermissionsSchema_Inventory_ReturnablepackagereconciliationEnum
|
|
23581
23625
|
* @enum {string}
|
|
@@ -24091,6 +24135,12 @@ export interface components {
|
|
|
24091
24135
|
* @default []
|
|
24092
24136
|
*/
|
|
24093
24137
|
salesbysalespersonreport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum"][];
|
|
24138
|
+
/**
|
|
24139
|
+
* Salesbywarehousereport
|
|
24140
|
+
* @description salesbywarehousereport actions
|
|
24141
|
+
* @default []
|
|
24142
|
+
*/
|
|
24143
|
+
salesbywarehousereport: components["schemas"]["BasePermissionsSchema_Report_Sales_SalesbywarehousereportEnum"][];
|
|
24094
24144
|
/**
|
|
24095
24145
|
* Salessummaryreport
|
|
24096
24146
|
* @description salessummaryreport actions
|
|
@@ -24129,6 +24179,11 @@ export interface components {
|
|
|
24129
24179
|
* @enum {string}
|
|
24130
24180
|
*/
|
|
24131
24181
|
BasePermissionsSchema_Report_Sales_SalesbysalespersonreportEnum: "export" | "view";
|
|
24182
|
+
/**
|
|
24183
|
+
* BasePermissionsSchema_Report_Sales_SalesbywarehousereportEnum
|
|
24184
|
+
* @enum {string}
|
|
24185
|
+
*/
|
|
24186
|
+
BasePermissionsSchema_Report_Sales_SalesbywarehousereportEnum: "export" | "view";
|
|
24132
24187
|
/**
|
|
24133
24188
|
* BasePermissionsSchema_Report_Sales_SalessummaryreportEnum
|
|
24134
24189
|
* @enum {string}
|