@erp-galoper/types 1.0.612 → 1.0.613
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 +5 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26380,8 +26380,10 @@ export interface components {
|
|
|
26380
26380
|
email: string | null;
|
|
26381
26381
|
/** Company */
|
|
26382
26382
|
company: string;
|
|
26383
|
-
/**
|
|
26384
|
-
|
|
26383
|
+
/** Phone1 */
|
|
26384
|
+
phone1?: string | null;
|
|
26385
|
+
/** Phone2 */
|
|
26386
|
+
phone2?: string | null;
|
|
26385
26387
|
/**
|
|
26386
26388
|
* Attachments
|
|
26387
26389
|
* @default []
|
|
@@ -27553,7 +27555,7 @@ export interface components {
|
|
|
27553
27555
|
/**
|
|
27554
27556
|
* Id
|
|
27555
27557
|
* Format: uuid
|
|
27556
|
-
* @example
|
|
27558
|
+
* @example 2c008312-d367-40e7-bb25-80c9b6f474e1
|
|
27557
27559
|
*/
|
|
27558
27560
|
id: string;
|
|
27559
27561
|
/**
|