@erp-galoper/main-package 1.0.125 → 1.0.126

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
@@ -1992,7 +1992,7 @@ export interface components {
1992
1992
  /**
1993
1993
  * Id
1994
1994
  * Format: uuid
1995
- * @example fefedeae-6931-4178-b1d4-585f01094448
1995
+ * @example 44e022d4-5b8b-47b5-b439-378956426c0b
1996
1996
  */
1997
1997
  id: string;
1998
1998
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.125",
3
+ "version": "1.0.126",
4
4
  "main": "openapi.ts"
5
5
  }