@erp-galoper/main-package 1.0.244 → 1.0.246
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 +7 -23
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -9087,18 +9087,7 @@ export interface components {
|
|
|
9087
9087
|
* @default []
|
|
9088
9088
|
*/
|
|
9089
9089
|
supplierpricelist: components["schemas"]["BasePermissionsSchema_Purchase_SupplierpricelistEnum"][];
|
|
9090
|
-
/**
|
|
9091
|
-
* Purchasehistoryprice
|
|
9092
|
-
* @description purchasehistoryprice actions
|
|
9093
|
-
* @default []
|
|
9094
|
-
*/
|
|
9095
|
-
purchasehistoryprice: components["schemas"]["BasePermissionsSchema_Purchase_PurchasehistorypriceEnum"][];
|
|
9096
9090
|
};
|
|
9097
|
-
/**
|
|
9098
|
-
* BasePermissionsSchema_Purchase_PurchasehistorypriceEnum
|
|
9099
|
-
* @constant
|
|
9100
|
-
*/
|
|
9101
|
-
BasePermissionsSchema_Purchase_PurchasehistorypriceEnum: "view";
|
|
9102
9091
|
/**
|
|
9103
9092
|
* BasePermissionsSchema_Purchase_SupplierpricelistEnum
|
|
9104
9093
|
* @enum {string}
|
|
@@ -9111,11 +9100,6 @@ export interface components {
|
|
|
9111
9100
|
* @default []
|
|
9112
9101
|
*/
|
|
9113
9102
|
accounting: components["schemas"]["BasePermissionsSchema_Report_Accounting"];
|
|
9114
|
-
/**
|
|
9115
|
-
* @description inventory actions
|
|
9116
|
-
* @default []
|
|
9117
|
-
*/
|
|
9118
|
-
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
|
9119
9103
|
/**
|
|
9120
9104
|
* @description supplier actions
|
|
9121
9105
|
* @default []
|
|
@@ -9136,6 +9120,11 @@ export interface components {
|
|
|
9136
9120
|
* @default []
|
|
9137
9121
|
*/
|
|
9138
9122
|
project: components["schemas"]["BasePermissionsSchema_Report_Project"];
|
|
9123
|
+
/**
|
|
9124
|
+
* @description inventory actions
|
|
9125
|
+
* @default []
|
|
9126
|
+
*/
|
|
9127
|
+
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
|
9139
9128
|
};
|
|
9140
9129
|
/** BasePermissionsSchema_Report_Accounting */
|
|
9141
9130
|
BasePermissionsSchema_Report_Accounting: {
|
|
@@ -9247,13 +9236,8 @@ export interface components {
|
|
|
9247
9236
|
* @description stockreport actions
|
|
9248
9237
|
* @default []
|
|
9249
9238
|
*/
|
|
9250
|
-
stockreport:
|
|
9239
|
+
stockreport: string[];
|
|
9251
9240
|
};
|
|
9252
|
-
/**
|
|
9253
|
-
* BasePermissionsSchema_Report_Inventory_StockreportEnum
|
|
9254
|
-
* @constant
|
|
9255
|
-
*/
|
|
9256
|
-
BasePermissionsSchema_Report_Inventory_StockreportEnum: "view";
|
|
9257
9241
|
/** BasePermissionsSchema_Report_Project */
|
|
9258
9242
|
BasePermissionsSchema_Report_Project: {
|
|
9259
9243
|
/**
|
|
@@ -15947,7 +15931,7 @@ export interface components {
|
|
|
15947
15931
|
/**
|
|
15948
15932
|
* Id
|
|
15949
15933
|
* Format: uuid
|
|
15950
|
-
* @example
|
|
15934
|
+
* @example b9c3926c-7d93-4316-bb98-e0598877fcac
|
|
15951
15935
|
*/
|
|
15952
15936
|
id: string;
|
|
15953
15937
|
/**
|
package/package.json
CHANGED