@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.
Files changed (2) hide show
  1. package/openapi.ts +4 -0
  2. 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 []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.906",
3
+ "version": "1.0.907",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],