@erp-galoper/main-package 1.0.230 → 1.0.231

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
@@ -15939,7 +15939,7 @@ export interface components {
15939
15939
  /**
15940
15940
  * Id
15941
15941
  * Format: uuid
15942
- * @example 455d8414-c080-4a54-b354-c0f5ef66cc26
15942
+ * @example 7a188d2f-bf1d-405a-8e80-355e86bda630
15943
15943
  */
15944
15944
  id: string;
15945
15945
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.230",
3
+ "version": "1.0.231",
4
4
  "main": "openapi.ts"
5
5
  }