@erp-galoper/main-package 1.0.275 → 1.0.277
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 +8 -40
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -9071,23 +9071,12 @@ export interface components {
|
|
|
9071
9071
|
* @default []
|
|
9072
9072
|
*/
|
|
9073
9073
|
project: components["schemas"]["BasePermissionsSchema_Project_ProjectEnum"][];
|
|
9074
|
-
/**
|
|
9075
|
-
* Projectstatement
|
|
9076
|
-
* @description projectstatement actions
|
|
9077
|
-
* @default []
|
|
9078
|
-
*/
|
|
9079
|
-
projectstatement: components["schemas"]["BasePermissionsSchema_Project_ProjectstatementEnum"][];
|
|
9080
9074
|
};
|
|
9081
9075
|
/**
|
|
9082
9076
|
* BasePermissionsSchema_Project_ProjectEnum
|
|
9083
9077
|
* @enum {string}
|
|
9084
9078
|
*/
|
|
9085
9079
|
BasePermissionsSchema_Project_ProjectEnum: "add" | "change" | "delete" | "view";
|
|
9086
|
-
/**
|
|
9087
|
-
* BasePermissionsSchema_Project_ProjectstatementEnum
|
|
9088
|
-
* @enum {string}
|
|
9089
|
-
*/
|
|
9090
|
-
BasePermissionsSchema_Project_ProjectstatementEnum: "export" | "view";
|
|
9091
9080
|
/** BasePermissionsSchema_Purchase */
|
|
9092
9081
|
BasePermissionsSchema_Purchase: {
|
|
9093
9082
|
/**
|
|
@@ -9096,18 +9085,7 @@ export interface components {
|
|
|
9096
9085
|
* @default []
|
|
9097
9086
|
*/
|
|
9098
9087
|
supplierpricelist: components["schemas"]["BasePermissionsSchema_Purchase_SupplierpricelistEnum"][];
|
|
9099
|
-
/**
|
|
9100
|
-
* Purchasehistoryprice
|
|
9101
|
-
* @description purchasehistoryprice actions
|
|
9102
|
-
* @default []
|
|
9103
|
-
*/
|
|
9104
|
-
purchasehistoryprice: components["schemas"]["BasePermissionsSchema_Purchase_PurchasehistorypriceEnum"][];
|
|
9105
9088
|
};
|
|
9106
|
-
/**
|
|
9107
|
-
* BasePermissionsSchema_Purchase_PurchasehistorypriceEnum
|
|
9108
|
-
* @constant
|
|
9109
|
-
*/
|
|
9110
|
-
BasePermissionsSchema_Purchase_PurchasehistorypriceEnum: "view";
|
|
9111
9089
|
/**
|
|
9112
9090
|
* BasePermissionsSchema_Purchase_SupplierpricelistEnum
|
|
9113
9091
|
* @enum {string}
|
|
@@ -9120,11 +9098,6 @@ export interface components {
|
|
|
9120
9098
|
* @default []
|
|
9121
9099
|
*/
|
|
9122
9100
|
accounting: components["schemas"]["BasePermissionsSchema_Report_Accounting"];
|
|
9123
|
-
/**
|
|
9124
|
-
* @description inventory actions
|
|
9125
|
-
* @default []
|
|
9126
|
-
*/
|
|
9127
|
-
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
|
9128
9101
|
/**
|
|
9129
9102
|
* @description supplier actions
|
|
9130
9103
|
* @default []
|
|
@@ -9145,6 +9118,11 @@ export interface components {
|
|
|
9145
9118
|
* @default []
|
|
9146
9119
|
*/
|
|
9147
9120
|
project: components["schemas"]["BasePermissionsSchema_Report_Project"];
|
|
9121
|
+
/**
|
|
9122
|
+
* @description inventory actions
|
|
9123
|
+
* @default []
|
|
9124
|
+
*/
|
|
9125
|
+
inventory: components["schemas"]["BasePermissionsSchema_Report_Inventory"];
|
|
9148
9126
|
};
|
|
9149
9127
|
/** BasePermissionsSchema_Report_Accounting */
|
|
9150
9128
|
BasePermissionsSchema_Report_Accounting: {
|
|
@@ -9256,13 +9234,8 @@ export interface components {
|
|
|
9256
9234
|
* @description stockreport actions
|
|
9257
9235
|
* @default []
|
|
9258
9236
|
*/
|
|
9259
|
-
stockreport:
|
|
9237
|
+
stockreport: string[];
|
|
9260
9238
|
};
|
|
9261
|
-
/**
|
|
9262
|
-
* BasePermissionsSchema_Report_Inventory_StockreportEnum
|
|
9263
|
-
* @constant
|
|
9264
|
-
*/
|
|
9265
|
-
BasePermissionsSchema_Report_Inventory_StockreportEnum: "view";
|
|
9266
9239
|
/** BasePermissionsSchema_Report_Project */
|
|
9267
9240
|
BasePermissionsSchema_Report_Project: {
|
|
9268
9241
|
/**
|
|
@@ -9270,13 +9243,8 @@ export interface components {
|
|
|
9270
9243
|
* @description projectstatement actions
|
|
9271
9244
|
* @default []
|
|
9272
9245
|
*/
|
|
9273
|
-
projectstatement:
|
|
9246
|
+
projectstatement: string[];
|
|
9274
9247
|
};
|
|
9275
|
-
/**
|
|
9276
|
-
* BasePermissionsSchema_Report_Project_ProjectstatementEnum
|
|
9277
|
-
* @enum {string}
|
|
9278
|
-
*/
|
|
9279
|
-
BasePermissionsSchema_Report_Project_ProjectstatementEnum: "export" | "view";
|
|
9280
9248
|
/** BasePermissionsSchema_Report_Supplier */
|
|
9281
9249
|
BasePermissionsSchema_Report_Supplier: {
|
|
9282
9250
|
/**
|
|
@@ -15977,7 +15945,7 @@ export interface components {
|
|
|
15977
15945
|
/**
|
|
15978
15946
|
* Id
|
|
15979
15947
|
* Format: uuid
|
|
15980
|
-
* @example
|
|
15948
|
+
* @example e9c78b73-c448-44fb-a539-bd7b28aa8bcd
|
|
15981
15949
|
*/
|
|
15982
15950
|
id: string;
|
|
15983
15951
|
/**
|
package/package.json
CHANGED