@erp-galoper/main-package 1.0.244 → 1.0.245

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/openapi.ts +1 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -15947,7 +15947,7 @@ export interface components {
15947
15947
  /**
15948
15948
  * Id
15949
15949
  * Format: uuid
15950
- * @example 72cbeba5-886d-436d-85b0-93ae6e5545c6
15950
+ * @example d1cb5bb6-2ed9-4646-b502-45bb0e09afbf
15951
15951
  */
15952
15952
  id: string;
15953
15953
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.244",
3
+ "version": "1.0.245",
4
4
  "main": "openapi.ts"
5
5
  }