@erp-galoper/types 1.0.638 → 1.0.639

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
@@ -27729,7 +27729,7 @@ export interface components {
27729
27729
  /**
27730
27730
  * Id
27731
27731
  * Format: uuid
27732
- * @example 2a47108e-f70f-422f-a439-09c9d3c3cf9a
27732
+ * @example 93eacdf0-a762-4d44-98f2-27fc90f26fb2
27733
27733
  */
27734
27734
  id: string;
27735
27735
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.638",
3
+ "version": "1.0.639",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],