@erp-galoper/types 1.0.642 → 1.0.643

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 70856100-6e1c-4329-8cf6-fe1bfac7c897
27732
+ * @example c4412d31-dcf5-4709-8657-f20ae0b63eb4
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.642",
3
+ "version": "1.0.643",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],