@erp-galoper/main-package 1.0.227 → 1.0.228

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
@@ -15933,7 +15933,7 @@ export interface components {
15933
15933
  /**
15934
15934
  * Id
15935
15935
  * Format: uuid
15936
- * @example f8e0211a-d265-44c4-8526-71918ef13f80
15936
+ * @example 8bdee0ce-4156-4a85-8746-1ee75681b4be
15937
15937
  */
15938
15938
  id: string;
15939
15939
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.227",
3
+ "version": "1.0.228",
4
4
  "main": "openapi.ts"
5
5
  }