@erp-galoper/main-package 1.0.198 → 1.0.199

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
@@ -15872,7 +15872,7 @@ export interface components {
15872
15872
  /**
15873
15873
  * Id
15874
15874
  * Format: uuid
15875
- * @example 8c3ba017-7f52-4257-86c1-70d540e14efc
15875
+ * @example 4ba82b10-1fb5-414b-9e39-c5d3ea9ada4f
15876
15876
  */
15877
15877
  id: string;
15878
15878
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.198",
3
+ "version": "1.0.199",
4
4
  "main": "openapi.ts"
5
5
  }