@erp-galoper/types 1.0.108 → 1.0.110

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
@@ -26489,7 +26489,7 @@ export interface components {
26489
26489
  /**
26490
26490
  * Id
26491
26491
  * Format: uuid
26492
- * @example 9ce4cd4d-dfa4-4116-9804-1428beaf4fda
26492
+ * @example 7ab9ff86-981c-411f-8405-2de5b681ef2b
26493
26493
  */
26494
26494
  id: string;
26495
26495
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],