@erp-galoper/types 1.0.1 → 1.0.2

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
@@ -23033,7 +23033,7 @@ export interface components {
23033
23033
  /**
23034
23034
  * Id
23035
23035
  * Format: uuid
23036
- * @example 6fdccb96-5c73-4f10-8ba1-d23114e97f07
23036
+ * @example d00061bc-60b7-4395-8291-ac8bd74d21ef
23037
23037
  */
23038
23038
  id: string;
23039
23039
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],