@erp-galoper/types 1.0.747 → 1.0.749

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
@@ -27571,7 +27571,7 @@ export interface components {
27571
27571
  /**
27572
27572
  * Id
27573
27573
  * Format: uuid
27574
- * @example 33f200b4-43e1-47f9-94fc-bb3ec8832954
27574
+ * @example eee3a4e4-d6a0-4e3e-921a-351b7b34ac07
27575
27575
  */
27576
27576
  id: string;
27577
27577
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.747",
3
+ "version": "1.0.749",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],