@erp-galoper/types 1.0.297 → 1.0.299

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 30ea036d-ee4d-4fcd-9378-1357ad4ac75c
26634
+ * @example 3dfe9e85-6f2f-4a1a-b65e-ad8ac03b003b
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.297",
3
+ "version": "1.0.299",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],