@erp-galoper/main-package 1.0.221 → 1.0.222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 b74b3e89-806c-49e9-be9a-ec4bfa436070
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.222",
4
4
  "main": "openapi.ts"
5
5
  }