@erp-galoper/types 1.0.347 → 1.0.348

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 d0f70c3f-012d-432a-8b8e-75dfad6761f7
26737
+ * @example aa78c65c-b918-4816-a393-d4eed3553088
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.347",
3
+ "version": "1.0.348",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],