@erp-galoper/main-package 1.0.158 → 1.0.159

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
@@ -15809,7 +15809,7 @@ export interface components {
15809
15809
  /**
15810
15810
  * Id
15811
15811
  * Format: uuid
15812
- * @example a5f8c69f-c43c-488b-bcf3-1580b3484b72
15812
+ * @example fb3b903b-415a-409a-b5b7-f88c5ec6207c
15813
15813
  */
15814
15814
  id: string;
15815
15815
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.158",
3
+ "version": "1.0.159",
4
4
  "main": "openapi.ts"
5
5
  }