@erp-galoper/types 1.0.206 → 1.0.208
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
|
@@ -19961,6 +19961,8 @@ export interface components {
|
|
|
19961
19961
|
users: components["schemas"]["userCommon"][];
|
|
19962
19962
|
/** Islocal */
|
|
19963
19963
|
isLocal: boolean;
|
|
19964
|
+
/** Region */
|
|
19965
|
+
region: string;
|
|
19964
19966
|
};
|
|
19965
19967
|
/** RetrieveCity */
|
|
19966
19968
|
RetrieveCity: {
|
|
@@ -26513,7 +26515,7 @@ export interface components {
|
|
|
26513
26515
|
/**
|
|
26514
26516
|
* Id
|
|
26515
26517
|
* Format: uuid
|
|
26516
|
-
* @example
|
|
26518
|
+
* @example 486e1a25-372e-4cf0-9198-c852d49f81ed
|
|
26517
26519
|
*/
|
|
26518
26520
|
id: string;
|
|
26519
26521
|
/**
|