@erp-galoper/main-package 1.0.207 → 1.0.208

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
@@ -15879,7 +15879,7 @@ export interface components {
15879
15879
  /**
15880
15880
  * Id
15881
15881
  * Format: uuid
15882
- * @example fd2f3403-a87d-4860-9b65-dd5b1258f7e1
15882
+ * @example d92a2b34-c62b-4407-bba8-a23c605b5090
15883
15883
  */
15884
15884
  id: string;
15885
15885
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.207",
3
+ "version": "1.0.208",
4
4
  "main": "openapi.ts"
5
5
  }