ch-admin-api-client-typescript 5.37.4 → 5.38.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}
@@ -82,5 +75,12 @@ export interface LocationModel {
82
75
  * @memberof LocationModel
83
76
  */
84
77
  'address'?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof LocationModel
82
+ * @deprecated
83
+ */
84
+ 'country'?: string | null;
85
85
  }
86
86
  //# 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,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;;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.38.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}
@@ -87,5 +80,12 @@ export interface LocationModel {
87
80
  * @memberof LocationModel
88
81
  */
89
82
  'address'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof LocationModel
87
+ * @deprecated
88
+ */
89
+ 'country'?: string | null;
90
90
  }
91
91