@erp-galoper/types 1.0.1023 → 1.0.1024
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 +22 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -20052,6 +20052,18 @@ export interface components {
|
|
|
20052
20052
|
BasePermissionsSchema_Report_Customer_CustomerstatementEnum: "export" | "view";
|
|
20053
20053
|
/** BasePermissionsSchema_Report_Inventory */
|
|
20054
20054
|
BasePermissionsSchema_Report_Inventory: {
|
|
20055
|
+
/**
|
|
20056
|
+
* Itemavailabilityreport
|
|
20057
|
+
* @description itemavailabilityreport actions
|
|
20058
|
+
* @default []
|
|
20059
|
+
*/
|
|
20060
|
+
itemavailabilityreport: components["schemas"]["BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum"][];
|
|
20061
|
+
/**
|
|
20062
|
+
* Itemmovementreport
|
|
20063
|
+
* @description itemmovementreport actions
|
|
20064
|
+
* @default []
|
|
20065
|
+
*/
|
|
20066
|
+
itemmovementreport: components["schemas"]["BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum"][];
|
|
20055
20067
|
/**
|
|
20056
20068
|
* Stockreport
|
|
20057
20069
|
* @description stockreport actions
|
|
@@ -20059,6 +20071,16 @@ export interface components {
|
|
|
20059
20071
|
*/
|
|
20060
20072
|
stockreport: components["schemas"]["BasePermissionsSchema_Report_Inventory_StockreportEnum"][];
|
|
20061
20073
|
};
|
|
20074
|
+
/**
|
|
20075
|
+
* BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum
|
|
20076
|
+
* @constant
|
|
20077
|
+
*/
|
|
20078
|
+
BasePermissionsSchema_Report_Inventory_ItemavailabilityreportEnum: "view";
|
|
20079
|
+
/**
|
|
20080
|
+
* BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum
|
|
20081
|
+
* @constant
|
|
20082
|
+
*/
|
|
20083
|
+
BasePermissionsSchema_Report_Inventory_ItemmovementreportEnum: "view";
|
|
20062
20084
|
/**
|
|
20063
20085
|
* BasePermissionsSchema_Report_Inventory_StockreportEnum
|
|
20064
20086
|
* @constant
|