@erp-galoper/types 1.0.159 → 1.0.161

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
@@ -26549,7 +26549,7 @@ export interface components {
26549
26549
  /**
26550
26550
  * Id
26551
26551
  * Format: uuid
26552
- * @example eee41136-e08b-4f4b-901d-14ae1446b166
26552
+ * @example fdad763a-5ee8-47a2-880a-ce32bd0f03b2
26553
26553
  */
26554
26554
  id: string;
26555
26555
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.159",
3
+ "version": "1.0.161",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],