@erp-galoper/types 1.0.209 → 1.0.211
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 +1 -11
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -21885,11 +21885,6 @@ export interface components {
|
|
|
21885
21885
|
name: string;
|
|
21886
21886
|
/** Code */
|
|
21887
21887
|
code?: string | null;
|
|
21888
|
-
/**
|
|
21889
|
-
* Startdate
|
|
21890
|
-
* Format: date
|
|
21891
|
-
*/
|
|
21892
|
-
startDate: string;
|
|
21893
21888
|
/** Phone */
|
|
21894
21889
|
phone: string;
|
|
21895
21890
|
/** Mobile */
|
|
@@ -21907,11 +21902,6 @@ export interface components {
|
|
|
21907
21902
|
name?: string;
|
|
21908
21903
|
/** Code */
|
|
21909
21904
|
code?: string | null;
|
|
21910
|
-
/**
|
|
21911
|
-
* Startdate
|
|
21912
|
-
* Format: date
|
|
21913
|
-
*/
|
|
21914
|
-
startDate?: string;
|
|
21915
21905
|
/** Phone */
|
|
21916
21906
|
phone?: string;
|
|
21917
21907
|
/** Mobile */
|
|
@@ -26514,7 +26504,7 @@ export interface components {
|
|
|
26514
26504
|
/**
|
|
26515
26505
|
* Id
|
|
26516
26506
|
* Format: uuid
|
|
26517
|
-
* @example
|
|
26507
|
+
* @example 0887b12c-8b07-4378-8469-638eda3dcd2e
|
|
26518
26508
|
*/
|
|
26519
26509
|
id: string;
|
|
26520
26510
|
/**
|