@erp-galoper/main-package 1.0.138 → 1.0.139

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
@@ -2067,7 +2067,7 @@ export interface components {
2067
2067
  /**
2068
2068
  * Id
2069
2069
  * Format: uuid
2070
- * @example 0e995a7f-678f-4014-9f30-78e4f51f9b41
2070
+ * @example 4b2ada93-6865-4cdb-b9eb-4870861bf2e0
2071
2071
  */
2072
2072
  id: string;
2073
2073
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.138",
3
+ "version": "1.0.139",
4
4
  "main": "openapi.ts"
5
5
  }