@erp-galoper/main-package 1.0.106 → 1.0.107

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
@@ -1725,7 +1725,7 @@ export interface components {
1725
1725
  /**
1726
1726
  * Id
1727
1727
  * Format: uuid
1728
- * @example fe9af9f8-ed03-4461-b1a3-af1aeb0f2a8f
1728
+ * @example 55a1db80-7841-44c0-a40a-63fadabc5185
1729
1729
  */
1730
1730
  id: string;
1731
1731
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "main": "openapi.ts"
5
5
  }