@erp-galoper/types 1.0.157 → 1.0.158

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
@@ -26547,7 +26547,7 @@ export interface components {
26547
26547
  /**
26548
26548
  * Id
26549
26549
  * Format: uuid
26550
- * @example 49c57961-f0fa-477a-af5f-6bb65d5056a2
26550
+ * @example f5247af9-bf11-4dba-b933-6802dfbdcd1e
26551
26551
  */
26552
26552
  id: string;
26553
26553
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],