@erp-galoper/types 1.0.431 → 1.0.433

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
@@ -26786,7 +26786,7 @@ export interface components {
26786
26786
  /**
26787
26787
  * Id
26788
26788
  * Format: uuid
26789
- * @example 949be327-7140-4538-9b18-44344f31fe69
26789
+ * @example 5093ef6a-475b-4758-ac19-1b62e277d2ab
26790
26790
  */
26791
26791
  id: string;
26792
26792
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.431",
3
+ "version": "1.0.433",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],