@erp-galoper/types 1.0.261 → 1.0.262

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
@@ -26640,7 +26640,7 @@ export interface components {
26640
26640
  /**
26641
26641
  * Id
26642
26642
  * Format: uuid
26643
- * @example 490794c2-884e-432f-8001-d4b94dad046b
26643
+ * @example 1f54a9d7-4907-44dc-adfc-681f7c9d63af
26644
26644
  */
26645
26645
  id: string;
26646
26646
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.261",
3
+ "version": "1.0.262",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],