@erp-galoper/types 1.0.327 → 1.0.328
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 +9 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -20400,9 +20400,15 @@ export interface components {
|
|
|
20400
20400
|
firstName?: string | null;
|
|
20401
20401
|
/** Lastname */
|
|
20402
20402
|
lastName?: string | null;
|
|
20403
|
-
/**
|
|
20403
|
+
/**
|
|
20404
|
+
* Username
|
|
20405
|
+
* @description disabled when user is owner
|
|
20406
|
+
*/
|
|
20404
20407
|
username?: string | null;
|
|
20405
|
-
/**
|
|
20408
|
+
/**
|
|
20409
|
+
* Email
|
|
20410
|
+
* @description disabled when user is owner
|
|
20411
|
+
*/
|
|
20406
20412
|
email?: string | null;
|
|
20407
20413
|
/** Language */
|
|
20408
20414
|
language?: string | null;
|
|
@@ -26714,7 +26720,7 @@ export interface components {
|
|
|
26714
26720
|
/**
|
|
26715
26721
|
* Id
|
|
26716
26722
|
* Format: uuid
|
|
26717
|
-
* @example
|
|
26723
|
+
* @example 0edf1e39-7e0d-4851-97b6-e1e700406ed8
|
|
26718
26724
|
*/
|
|
26719
26725
|
id: string;
|
|
26720
26726
|
/**
|