ch-admin-api-client-typescript 5.37.4 → 5.39.1

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.
@@ -27,13 +27,6 @@ export interface LocationModel {
27
27
  * @memberof LocationModel
28
28
  */
29
29
  'longitude'?: number;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof LocationModel
34
- * @deprecated
35
- */
36
- 'country'?: string | null;
37
30
  /**
38
31
  *
39
32
  * @type {string}
@@ -70,6 +63,12 @@ export interface LocationModel {
70
63
  * @memberof LocationModel
71
64
  */
72
65
  'city'?: string | null;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof LocationModel
70
+ */
71
+ 'district'?: string | null;
73
72
  /**
74
73
  *
75
74
  * @type {string}
@@ -82,5 +81,18 @@ export interface LocationModel {
82
81
  * @memberof LocationModel
83
82
  */
84
83
  'address'?: string | null;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof LocationModel
88
+ */
89
+ 'googlePlaceId'?: string | null;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof LocationModel
94
+ * @deprecated
95
+ */
96
+ 'country'?: string | null;
85
97
  }
86
98
  //# sourceMappingURL=location-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"location-model.d.ts","sourceRoot":"","sources":["../../src/models/location-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
1
+ {"version":3,"file":"location-model.d.ts","sourceRoot":"","sources":["../../src/models/location-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.37.4",
3
+ "version": "5.39.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -32,13 +32,6 @@ export interface LocationModel {
32
32
  * @memberof LocationModel
33
33
  */
34
34
  'longitude'?: number;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof LocationModel
39
- * @deprecated
40
- */
41
- 'country'?: string | null;
42
35
  /**
43
36
  *
44
37
  * @type {string}
@@ -75,6 +68,12 @@ export interface LocationModel {
75
68
  * @memberof LocationModel
76
69
  */
77
70
  'city'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof LocationModel
75
+ */
76
+ 'district'?: string | null;
78
77
  /**
79
78
  *
80
79
  * @type {string}
@@ -87,5 +86,18 @@ export interface LocationModel {
87
86
  * @memberof LocationModel
88
87
  */
89
88
  'address'?: string | null;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof LocationModel
93
+ */
94
+ 'googlePlaceId'?: string | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof LocationModel
99
+ * @deprecated
100
+ */
101
+ 'country'?: string | null;
90
102
  }
91
103