@erp-galoper/main-package 1.0.221 → 1.0.223

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
@@ -15923,7 +15923,7 @@ export interface components {
15923
15923
  /**
15924
15924
  * Id
15925
15925
  * Format: uuid
15926
- * @example 5c95e39f-4d98-4890-a128-fe6c61bc643f
15926
+ * @example d34db675-24f7-458a-8acf-790c465298f2
15927
15927
  */
15928
15928
  id: string;
15929
15929
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.221",
3
+ "version": "1.0.223",
4
4
  "main": "openapi.ts"
5
5
  }