@erp-galoper/types 1.0.207 → 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.
Files changed (2) hide show
  1. package/openapi.ts +3 -1
  2. 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 65d21d37-69d2-4b2e-940e-56488088ada1
26518
+ * @example 486e1a25-372e-4cf0-9198-c852d49f81ed
26517
26519
  */
26518
26520
  id: string;
26519
26521
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.207",
3
+ "version": "1.0.208",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],