@erp-galoper/types 1.0.702 → 1.0.703

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 +3 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26269,6 +26269,8 @@ export interface components {
26269
26269
  modifiedBy: components["schemas"]["RecordUserSchema"] | null;
26270
26270
  /** Id */
26271
26271
  id: number;
26272
+ /** Name */
26273
+ name: string;
26272
26274
  /** Firstname */
26273
26275
  firstName?: string | null;
26274
26276
  /** Lastname */
@@ -27553,7 +27555,7 @@ export interface components {
27553
27555
  /**
27554
27556
  * Id
27555
27557
  * Format: uuid
27556
- * @example ef3d0bc6-dd1d-46d1-b328-312dd0d35264
27558
+ * @example 4d71749d-cfa2-4190-8f12-e3dede271c62
27557
27559
  */
27558
27560
  id: string;
27559
27561
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.702",
3
+ "version": "1.0.703",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],