@erp-galoper/main-package 1.0.196 → 1.0.197

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
@@ -15867,7 +15867,7 @@ export interface components {
15867
15867
  /**
15868
15868
  * Id
15869
15869
  * Format: uuid
15870
- * @example 03e29c55-6eb1-414b-854b-15e177944221
15870
+ * @example 95f87a72-b6f3-4ac0-9726-d5ade1380ead
15871
15871
  */
15872
15872
  id: string;
15873
15873
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.196",
3
+ "version": "1.0.197",
4
4
  "main": "openapi.ts"
5
5
  }