@erp-galoper/main-package 1.0.274 → 1.0.276
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +2 -29
- 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}
|
@@ -9265,13 +9243,8 @@ export interface components {
|
|
9265
9243
|
* @description projectstatement actions
|
9266
9244
|
* @default []
|
9267
9245
|
*/
|
9268
|
-
projectstatement:
|
9246
|
+
projectstatement: string[];
|
9269
9247
|
};
|
9270
|
-
/**
|
9271
|
-
* BasePermissionsSchema_Report_Project_ProjectstatementEnum
|
9272
|
-
* @enum {string}
|
9273
|
-
*/
|
9274
|
-
BasePermissionsSchema_Report_Project_ProjectstatementEnum: "export" | "view";
|
9275
9248
|
/** BasePermissionsSchema_Report_Supplier */
|
9276
9249
|
BasePermissionsSchema_Report_Supplier: {
|
9277
9250
|
/**
|
@@ -15972,7 +15945,7 @@ export interface components {
|
|
15972
15945
|
/**
|
15973
15946
|
* Id
|
15974
15947
|
* Format: uuid
|
15975
|
-
* @example
|
15948
|
+
* @example b694cef8-6ed4-4af2-8771-2ae094af38c3
|
15976
15949
|
*/
|
15977
15950
|
id: string;
|
15978
15951
|
/**
|
package/package.json
CHANGED