@erp-galoper/types 1.0.93 → 1.0.94

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 +3 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24081,6 +24081,8 @@ export interface components {
24081
24081
  branch: components["schemas"]["BranchOpeningQuantitySchema"];
24082
24082
  /** Description */
24083
24083
  description?: string | null;
24084
+ /** Candelete */
24085
+ canDelete: boolean;
24084
24086
  };
24085
24087
  /** WarehouseOpeningQuantitySchema */
24086
24088
  WarehouseOpeningQuantitySchema: {
@@ -26465,7 +26467,7 @@ export interface components {
26465
26467
  /**
26466
26468
  * Id
26467
26469
  * Format: uuid
26468
- * @example 1426dc9e-b815-4351-8347-2c77880da303
26470
+ * @example d3ee8e89-f537-434a-b212-c32d888c5ded
26469
26471
  */
26470
26472
  id: string;
26471
26473
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],