@erp-galoper/types 1.0.906 → 1.0.907
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 +4 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21239,6 +21239,8 @@ export interface components {
|
|
|
21239
21239
|
costStrategy: components["schemas"]["GetCostStrategy"] | null;
|
|
21240
21240
|
commissionCalculation: components["schemas"]["ItemCommissionCalculation"] | null;
|
|
21241
21241
|
inventoryMovementMethod?: components["schemas"]["INVENTORY_MOVEMENT_METHOD"] | null;
|
|
21242
|
+
/** Candelete */
|
|
21243
|
+
canDelete: boolean;
|
|
21242
21244
|
};
|
|
21243
21245
|
/**
|
|
21244
21246
|
* ItemType
|
|
@@ -21424,6 +21426,8 @@ export interface components {
|
|
|
21424
21426
|
costStrategy: components["schemas"]["GetCostStrategy"] | null;
|
|
21425
21427
|
commissionCalculation: components["schemas"]["ItemCommissionCalculation"] | null;
|
|
21426
21428
|
inventoryMovementMethod?: components["schemas"]["INVENTORY_MOVEMENT_METHOD"] | null;
|
|
21429
|
+
/** Candelete */
|
|
21430
|
+
canDelete: boolean;
|
|
21427
21431
|
/**
|
|
21428
21432
|
* Children
|
|
21429
21433
|
* @default []
|