@erp-galoper/main-package 1.0.130 → 1.0.132

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
@@ -2061,7 +2061,7 @@ export interface components {
2061
2061
  /**
2062
2062
  * Id
2063
2063
  * Format: uuid
2064
- * @example a3cb23b0-ec57-4c1e-b2cf-61673a3b7dff
2064
+ * @example add2f7b8-9b24-4e37-8946-ea18b8700504
2065
2065
  */
2066
2066
  id: string;
2067
2067
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.130",
3
+ "version": "1.0.132",
4
4
  "main": "openapi.ts"
5
5
  }