ch-api-client-typescript2 5.88.52 → 5.89.6

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.
@@ -114,7 +114,7 @@ export interface HospitalServiceItemModel {
114
114
  * @type {boolean}
115
115
  * @memberof HospitalServiceItemModel
116
116
  */
117
- 'priceReuqest'?: boolean;
117
+ 'priceRequest'?: boolean;
118
118
  /**
119
119
  *
120
120
  * @type {number}
@@ -121,7 +121,7 @@ export interface HospitalServiceModel {
121
121
  * @type {boolean}
122
122
  * @memberof HospitalServiceModel
123
123
  */
124
- 'priceReuqest'?: boolean;
124
+ 'priceRequest'?: boolean;
125
125
  /**
126
126
  *
127
127
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.88.52",
3
+ "version": "5.89.6",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {