@erp-galoper/types 1.0.345 → 1.0.346

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 +1 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26734,7 +26734,7 @@ export interface components {
26734
26734
  /**
26735
26735
  * Id
26736
26736
  * Format: uuid
26737
- * @example f1728ba8-9637-476c-a689-88d19fb3c502
26737
+ * @example e32c71b2-f6a6-4912-8bed-cefe2994e9e6
26738
26738
  */
26739
26739
  id: string;
26740
26740
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.345",
3
+ "version": "1.0.346",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],