@erp-galoper/types 1.0.570 → 1.0.572

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
@@ -26974,7 +26974,7 @@ export interface components {
26974
26974
  /**
26975
26975
  * Id
26976
26976
  * Format: uuid
26977
- * @example fb29eb7f-ee70-42e0-a086-e3c6742fcaff
26977
+ * @example ad09072d-9606-4c58-b805-e4ee071e729f
26978
26978
  */
26979
26979
  id: string;
26980
26980
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.570",
3
+ "version": "1.0.572",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],