@erp-galoper/main-package 1.0.138 → 1.0.140

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 4ad8380d-d5b0-422e-b15a-89f4a842c6a4
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.140",
4
4
  "main": "openapi.ts"
5
5
  }