@erp-galoper/types 1.0.562 → 1.0.563

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 ab7edfd7-5261-4fa8-9c96-1c3523bb16ac
26977
+ * @example 650adff4-0e16-4ff1-9fcc-c47f40ef4b07
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.562",
3
+ "version": "1.0.563",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],