@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.
- package/openapi.ts +3 -1
- 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
|
|
27558
|
+
* @example 4d71749d-cfa2-4190-8f12-e3dede271c62
|
|
27557
27559
|
*/
|
|
27558
27560
|
id: string;
|
|
27559
27561
|
/**
|