@erp-galoper/main-package 1.0.190 → 1.0.192

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
@@ -15856,7 +15856,7 @@ export interface components {
15856
15856
  /**
15857
15857
  * Id
15858
15858
  * Format: uuid
15859
- * @example a1d003f7-2372-4afb-9b0d-072a064da9f3
15859
+ * @example 68d3a1d2-539a-49c6-b6cf-614d58075925
15860
15860
  */
15861
15861
  id: string;
15862
15862
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.190",
3
+ "version": "1.0.192",
4
4
  "main": "openapi.ts"
5
5
  }