@erp-galoper/types 1.0.96 → 1.0.97

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
@@ -26478,7 +26478,7 @@ export interface components {
26478
26478
  /**
26479
26479
  * Id
26480
26480
  * Format: uuid
26481
- * @example 9e1edb7a-53f6-4a17-b458-0a3314758d63
26481
+ * @example a75d2c1c-0577-4cbe-b40c-2b1cab0929db
26482
26482
  */
26483
26483
  id: string;
26484
26484
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],