@erp-galoper/types 1.0.291 → 1.0.293

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
@@ -26631,7 +26631,7 @@ export interface components {
26631
26631
  /**
26632
26632
  * Id
26633
26633
  * Format: uuid
26634
- * @example c98b3ff9-53cf-4238-afb2-3f944c240005
26634
+ * @example 8472f0c0-9829-4f5b-9003-b84795cc6bc5
26635
26635
  */
26636
26636
  id: string;
26637
26637
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.291",
3
+ "version": "1.0.293",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],