@erp-galoper/types 1.0.1667 → 1.0.1668
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 +0 -44
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23532,41 +23532,7 @@ export interface components {
|
|
|
23532
23532
|
* @default []
|
|
23533
23533
|
*/
|
|
23534
23534
|
warehouse: components["schemas"]["BasePermissionsSchema_Inventory_WarehouseEnum"][];
|
|
23535
|
-
/**
|
|
23536
|
-
* Price
|
|
23537
|
-
* @description price actions
|
|
23538
|
-
* @default []
|
|
23539
|
-
*/
|
|
23540
|
-
price: components["schemas"]["BasePermissionsSchema_Inventory_PriceEnum"][];
|
|
23541
|
-
/**
|
|
23542
|
-
* Discount
|
|
23543
|
-
* @description discount actions
|
|
23544
|
-
* @default []
|
|
23545
|
-
*/
|
|
23546
|
-
discount: components["schemas"]["BasePermissionsSchema_Inventory_DiscountEnum"][];
|
|
23547
|
-
/**
|
|
23548
|
-
* Profit
|
|
23549
|
-
* @description profit actions
|
|
23550
|
-
* @default []
|
|
23551
|
-
*/
|
|
23552
|
-
profit: components["schemas"]["BasePermissionsSchema_Inventory_ProfitEnum"][];
|
|
23553
|
-
/**
|
|
23554
|
-
* Cost
|
|
23555
|
-
* @description cost actions
|
|
23556
|
-
* @default []
|
|
23557
|
-
*/
|
|
23558
|
-
cost: components["schemas"]["BasePermissionsSchema_Inventory_CostEnum"][];
|
|
23559
23535
|
};
|
|
23560
|
-
/**
|
|
23561
|
-
* BasePermissionsSchema_Inventory_CostEnum
|
|
23562
|
-
* @constant
|
|
23563
|
-
*/
|
|
23564
|
-
BasePermissionsSchema_Inventory_CostEnum: "view";
|
|
23565
|
-
/**
|
|
23566
|
-
* BasePermissionsSchema_Inventory_DiscountEnum
|
|
23567
|
-
* @constant
|
|
23568
|
-
*/
|
|
23569
|
-
BasePermissionsSchema_Inventory_DiscountEnum: "add";
|
|
23570
23536
|
/**
|
|
23571
23537
|
* BasePermissionsSchema_Inventory_GoodsdeliverynoteEnum
|
|
23572
23538
|
* @enum {string}
|
|
@@ -23607,16 +23573,6 @@ export interface components {
|
|
|
23607
23573
|
* @enum {string}
|
|
23608
23574
|
*/
|
|
23609
23575
|
BasePermissionsSchema_Inventory_PackagetypeEnum: "add" | "change" | "delete" | "view";
|
|
23610
|
-
/**
|
|
23611
|
-
* BasePermissionsSchema_Inventory_PriceEnum
|
|
23612
|
-
* @constant
|
|
23613
|
-
*/
|
|
23614
|
-
BasePermissionsSchema_Inventory_PriceEnum: "change";
|
|
23615
|
-
/**
|
|
23616
|
-
* BasePermissionsSchema_Inventory_ProfitEnum
|
|
23617
|
-
* @constant
|
|
23618
|
-
*/
|
|
23619
|
-
BasePermissionsSchema_Inventory_ProfitEnum: "view";
|
|
23620
23576
|
/**
|
|
23621
23577
|
* BasePermissionsSchema_Inventory_ReturnablepackagereconciliationEnum
|
|
23622
23578
|
* @enum {string}
|