@erp-galoper/types 1.0.623 → 1.0.624

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
@@ -27577,7 +27577,7 @@ export interface components {
27577
27577
  /**
27578
27578
  * Id
27579
27579
  * Format: uuid
27580
- * @example f4c53b7a-0026-4ac0-bbed-7770d4cb12e7
27580
+ * @example def61ae9-b4e7-4329-aee1-42067bdbf443
27581
27581
  */
27582
27582
  id: string;
27583
27583
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.623",
3
+ "version": "1.0.624",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],