ch-api-client-typescript2 5.79.39 → 5.79.44

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.
@@ -169,16 +169,16 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
169
169
  localVarHeaderParameter = {};
170
170
  localVarQueryParameter = {};
171
171
  if (id !== undefined) {
172
- localVarQueryParameter['Id'] = id;
172
+ localVarQueryParameter['id'] = id;
173
173
  }
174
174
  if (name !== undefined) {
175
- localVarQueryParameter['Name'] = name;
175
+ localVarQueryParameter['name'] = name;
176
176
  }
177
177
  if (code !== undefined) {
178
- localVarQueryParameter['Code'] = code;
178
+ localVarQueryParameter['code'] = code;
179
179
  }
180
180
  if (description !== undefined) {
181
- localVarQueryParameter['Description'] = description;
181
+ localVarQueryParameter['description'] = description;
182
182
  }
183
183
  if (page !== undefined) {
184
184
  localVarQueryParameter['page'] = page;
@@ -185,10 +185,10 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
185
185
  // oauth required
186
186
  _a.sent();
187
187
  if (notificationCode !== undefined) {
188
- localVarQueryParameter['NotificationCode'] = notificationCode;
188
+ localVarQueryParameter['notificationCode'] = notificationCode;
189
189
  }
190
190
  if (unreadCountOnly !== undefined) {
191
- localVarQueryParameter['UnreadCountOnly'] = unreadCountOnly;
191
+ localVarQueryParameter['unreadCountOnly'] = unreadCountOnly;
192
192
  }
193
193
  if (page !== undefined) {
194
194
  localVarQueryParameter['page'] = page;
@@ -130,10 +130,10 @@ var PlansApiAxiosParamCreator = function (configuration) {
130
130
  localVarHeaderParameter = {};
131
131
  localVarQueryParameter = {};
132
132
  if (id !== undefined) {
133
- localVarQueryParameter['Id'] = id;
133
+ localVarQueryParameter['id'] = id;
134
134
  }
135
135
  if (name !== undefined) {
136
- localVarQueryParameter['Name'] = name;
136
+ localVarQueryParameter['name'] = name;
137
137
  }
138
138
  if (page !== undefined) {
139
139
  localVarQueryParameter['page'] = page;
@@ -141,16 +141,16 @@ var PrescriptionsApiAxiosParamCreator = function (configuration) {
141
141
  // oauth required
142
142
  _a.sent();
143
143
  if (languageCode !== undefined) {
144
- localVarQueryParameter['LanguageCode'] = languageCode;
144
+ localVarQueryParameter['languageCode'] = languageCode;
145
145
  }
146
146
  if (hospitalId !== undefined) {
147
- localVarQueryParameter['HospitalId'] = hospitalId;
147
+ localVarQueryParameter['hospitalId'] = hospitalId;
148
148
  }
149
149
  if (doctorId !== undefined) {
150
- localVarQueryParameter['DoctorId'] = doctorId;
150
+ localVarQueryParameter['doctorId'] = doctorId;
151
151
  }
152
152
  if (doctorAffiliationId !== undefined) {
153
- localVarQueryParameter['DoctorAffiliationId'] = doctorAffiliationId;
153
+ localVarQueryParameter['doctorAffiliationId'] = doctorAffiliationId;
154
154
  }
155
155
  if (page !== undefined) {
156
156
  localVarQueryParameter['page'] = page;
@@ -131,13 +131,13 @@ var PromotionsApiAxiosParamCreator = function (configuration) {
131
131
  localVarHeaderParameter = {};
132
132
  localVarQueryParameter = {};
133
133
  if (languageCode !== undefined) {
134
- localVarQueryParameter['LanguageCode'] = languageCode;
134
+ localVarQueryParameter['languageCode'] = languageCode;
135
135
  }
136
136
  if (hospitalId !== undefined) {
137
- localVarQueryParameter['HospitalId'] = hospitalId;
137
+ localVarQueryParameter['hospitalId'] = hospitalId;
138
138
  }
139
139
  if (promotionType !== undefined) {
140
- localVarQueryParameter['PromotionType'] = promotionType;
140
+ localVarQueryParameter['promotionType'] = promotionType;
141
141
  }
142
142
  if (page !== undefined) {
143
143
  localVarQueryParameter['page'] = page;
@@ -347,10 +347,10 @@ var SecureContainersApiAxiosParamCreator = function (configuration) {
347
347
  // oauth required
348
348
  _a.sent();
349
349
  if (hospitalId !== undefined) {
350
- localVarQueryParameter['HospitalId'] = hospitalId;
350
+ localVarQueryParameter['hospitalId'] = hospitalId;
351
351
  }
352
352
  if (languageCode !== undefined) {
353
- localVarQueryParameter['LanguageCode'] = languageCode;
353
+ localVarQueryParameter['languageCode'] = languageCode;
354
354
  }
355
355
  if (page !== undefined) {
356
356
  localVarQueryParameter['page'] = page;
@@ -142,43 +142,43 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
142
142
  localVarHeaderParameter = {};
143
143
  localVarQueryParameter = {};
144
144
  if (id !== undefined) {
145
- localVarQueryParameter['Id'] = id;
145
+ localVarQueryParameter['id'] = id;
146
146
  }
147
147
  if (hospitalId !== undefined) {
148
- localVarQueryParameter['HospitalId'] = hospitalId;
148
+ localVarQueryParameter['hospitalId'] = hospitalId;
149
149
  }
150
150
  if (hospitalSpecialtyId !== undefined) {
151
- localVarQueryParameter['HospitalSpecialtyId'] = hospitalSpecialtyId;
151
+ localVarQueryParameter['hospitalSpecialtyId'] = hospitalSpecialtyId;
152
152
  }
153
153
  if (serviceId !== undefined) {
154
- localVarQueryParameter['ServiceId'] = serviceId;
154
+ localVarQueryParameter['serviceId'] = serviceId;
155
155
  }
156
156
  if (serviceName !== undefined) {
157
- localVarQueryParameter['ServiceName'] = serviceName;
157
+ localVarQueryParameter['serviceName'] = serviceName;
158
158
  }
159
159
  if (patientId !== undefined) {
160
- localVarQueryParameter['PatientId'] = patientId;
160
+ localVarQueryParameter['patientId'] = patientId;
161
161
  }
162
162
  if (patientName !== undefined) {
163
- localVarQueryParameter['PatientName'] = patientName;
163
+ localVarQueryParameter['patientName'] = patientName;
164
164
  }
165
165
  if (gender !== undefined) {
166
- localVarQueryParameter['Gender'] = gender;
166
+ localVarQueryParameter['gender'] = gender;
167
167
  }
168
168
  if (recommended !== undefined) {
169
- localVarQueryParameter['Recommended'] = recommended;
169
+ localVarQueryParameter['recommended'] = recommended;
170
170
  }
171
171
  if (rate !== undefined) {
172
- localVarQueryParameter['Rate'] = rate;
172
+ localVarQueryParameter['rate'] = rate;
173
173
  }
174
174
  if (reviewType !== undefined) {
175
- localVarQueryParameter['ReviewType'] = reviewType;
175
+ localVarQueryParameter['reviewType'] = reviewType;
176
176
  }
177
177
  if (languageCode !== undefined) {
178
- localVarQueryParameter['LanguageCode'] = languageCode;
178
+ localVarQueryParameter['languageCode'] = languageCode;
179
179
  }
180
180
  if (showHidden !== undefined) {
181
- localVarQueryParameter['ShowHidden'] = showHidden;
181
+ localVarQueryParameter['showHidden'] = showHidden;
182
182
  }
183
183
  if (page !== undefined) {
184
184
  localVarQueryParameter['page'] = page;
@@ -371,10 +371,10 @@ var ServiceReviewsApiAxiosParamCreator = function (configuration) {
371
371
  localVarHeaderParameter = {};
372
372
  localVarQueryParameter = {};
373
373
  if (id !== undefined) {
374
- localVarQueryParameter['Id'] = id;
374
+ localVarQueryParameter['id'] = id;
375
375
  }
376
376
  if (mediaType !== undefined) {
377
- localVarQueryParameter['MediaType'] = mediaType;
377
+ localVarQueryParameter['mediaType'] = mediaType;
378
378
  }
379
379
  if (page !== undefined) {
380
380
  localVarQueryParameter['page'] = page;
@@ -146,57 +146,57 @@ var ServicesApiAxiosParamCreator = function (configuration) {
146
146
  localVarHeaderParameter = {};
147
147
  localVarQueryParameter = {};
148
148
  if (id !== undefined) {
149
- localVarQueryParameter['Id'] = id;
149
+ localVarQueryParameter['id'] = id;
150
150
  }
151
151
  if (name !== undefined) {
152
- localVarQueryParameter['Name'] = name;
152
+ localVarQueryParameter['name'] = name;
153
153
  }
154
154
  if (slug !== undefined) {
155
- localVarQueryParameter['Slug'] = slug;
155
+ localVarQueryParameter['slug'] = slug;
156
156
  }
157
157
  if (hospitalId !== undefined) {
158
- localVarQueryParameter['HospitalId'] = hospitalId;
158
+ localVarQueryParameter['hospitalId'] = hospitalId;
159
159
  }
160
160
  if (hospitalName !== undefined) {
161
- localVarQueryParameter['HospitalName'] = hospitalName;
161
+ localVarQueryParameter['hospitalName'] = hospitalName;
162
162
  }
163
163
  if (hospitalSlug !== undefined) {
164
- localVarQueryParameter['HospitalSlug'] = hospitalSlug;
164
+ localVarQueryParameter['hospitalSlug'] = hospitalSlug;
165
165
  }
166
166
  if (specialtyId !== undefined) {
167
- localVarQueryParameter['SpecialtyId'] = specialtyId;
167
+ localVarQueryParameter['specialtyId'] = specialtyId;
168
168
  }
169
169
  if (specialtyName !== undefined) {
170
- localVarQueryParameter['SpecialtyName'] = specialtyName;
170
+ localVarQueryParameter['specialtyName'] = specialtyName;
171
171
  }
172
172
  if (specialtyTypeId !== undefined) {
173
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
173
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
174
174
  }
175
175
  if (specialtyTypeName !== undefined) {
176
- localVarQueryParameter['SpecialtyTypeName'] = specialtyTypeName;
176
+ localVarQueryParameter['specialtyTypeName'] = specialtyTypeName;
177
177
  }
178
178
  if (serviceCategoryId !== undefined) {
179
- localVarQueryParameter['ServiceCategoryId'] = serviceCategoryId;
179
+ localVarQueryParameter['serviceCategoryId'] = serviceCategoryId;
180
180
  }
181
181
  if (appointmentEnabled !== undefined) {
182
- localVarQueryParameter['AppointmentEnabled'] = appointmentEnabled;
182
+ localVarQueryParameter['appointmentEnabled'] = appointmentEnabled;
183
183
  }
184
184
  if (marketingType !== undefined) {
185
- localVarQueryParameter['MarketingType'] = marketingType;
185
+ localVarQueryParameter['marketingType'] = marketingType;
186
186
  }
187
187
  if (procedure !== undefined) {
188
- localVarQueryParameter['Procedure'] = procedure;
188
+ localVarQueryParameter['procedure'] = procedure;
189
189
  }
190
190
  if (created !== undefined) {
191
- localVarQueryParameter['Created'] = (created instanceof Date) ?
191
+ localVarQueryParameter['created'] = (created instanceof Date) ?
192
192
  created.toISOString() :
193
193
  created;
194
194
  }
195
195
  if (languageCode !== undefined) {
196
- localVarQueryParameter['LanguageCode'] = languageCode;
196
+ localVarQueryParameter['languageCode'] = languageCode;
197
197
  }
198
198
  if (returnDefaultValue !== undefined) {
199
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
199
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
200
200
  }
201
201
  if (page !== undefined) {
202
202
  localVarQueryParameter['page'] = page;
@@ -130,10 +130,10 @@ var ServicesCategoriesApiAxiosParamCreator = function (configuration) {
130
130
  localVarHeaderParameter = {};
131
131
  localVarQueryParameter = {};
132
132
  if (id !== undefined) {
133
- localVarQueryParameter['Id'] = id;
133
+ localVarQueryParameter['id'] = id;
134
134
  }
135
135
  if (name !== undefined) {
136
- localVarQueryParameter['Name'] = name;
136
+ localVarQueryParameter['name'] = name;
137
137
  }
138
138
  if (page !== undefined) {
139
139
  localVarQueryParameter['page'] = page;
@@ -142,7 +142,7 @@ var SitemapsApiAxiosParamCreator = function (configuration) {
142
142
  // oauth required
143
143
  _a.sent();
144
144
  if (hospitalId !== undefined) {
145
- localVarQueryParameter['HospitalId'] = hospitalId;
145
+ localVarQueryParameter['hospitalId'] = hospitalId;
146
146
  }
147
147
  if (page !== undefined) {
148
148
  localVarQueryParameter['page'] = page;
@@ -139,36 +139,36 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
139
139
  localVarHeaderParameter = {};
140
140
  localVarQueryParameter = {};
141
141
  if (id !== undefined) {
142
- localVarQueryParameter['Id'] = id;
142
+ localVarQueryParameter['id'] = id;
143
143
  }
144
144
  if (name !== undefined) {
145
- localVarQueryParameter['Name'] = name;
145
+ localVarQueryParameter['name'] = name;
146
146
  }
147
147
  if (description !== undefined) {
148
- localVarQueryParameter['Description'] = description;
148
+ localVarQueryParameter['description'] = description;
149
149
  }
150
150
  if (specialtyTypeId !== undefined) {
151
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
151
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
152
152
  }
153
153
  if (marketingType !== undefined) {
154
- localVarQueryParameter['MarketingType'] = marketingType;
154
+ localVarQueryParameter['marketingType'] = marketingType;
155
155
  }
156
156
  if (hospitalId !== undefined) {
157
- localVarQueryParameter['HospitalId'] = hospitalId;
157
+ localVarQueryParameter['hospitalId'] = hospitalId;
158
158
  }
159
159
  if (created !== undefined) {
160
- localVarQueryParameter['Created'] = (created instanceof Date) ?
160
+ localVarQueryParameter['created'] = (created instanceof Date) ?
161
161
  created.toISOString() :
162
162
  created;
163
163
  }
164
164
  if (languageCode !== undefined) {
165
- localVarQueryParameter['LanguageCode'] = languageCode;
165
+ localVarQueryParameter['languageCode'] = languageCode;
166
166
  }
167
167
  if (ids) {
168
- localVarQueryParameter['Ids'] = ids;
168
+ localVarQueryParameter['ids'] = ids;
169
169
  }
170
170
  if (returnDefaultValue !== undefined) {
171
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
171
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
172
172
  }
173
173
  if (page !== undefined) {
174
174
  localVarQueryParameter['page'] = page;
@@ -232,36 +232,36 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
232
232
  localVarHeaderParameter = {};
233
233
  localVarQueryParameter = {};
234
234
  if (id !== undefined) {
235
- localVarQueryParameter['Id'] = id;
235
+ localVarQueryParameter['id'] = id;
236
236
  }
237
237
  if (name !== undefined) {
238
- localVarQueryParameter['Name'] = name;
238
+ localVarQueryParameter['name'] = name;
239
239
  }
240
240
  if (description !== undefined) {
241
- localVarQueryParameter['Description'] = description;
241
+ localVarQueryParameter['description'] = description;
242
242
  }
243
243
  if (specialtyTypeId !== undefined) {
244
- localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
244
+ localVarQueryParameter['specialtyTypeId'] = specialtyTypeId;
245
245
  }
246
246
  if (marketingType !== undefined) {
247
- localVarQueryParameter['MarketingType'] = marketingType;
247
+ localVarQueryParameter['marketingType'] = marketingType;
248
248
  }
249
249
  if (hospitalId !== undefined) {
250
- localVarQueryParameter['HospitalId'] = hospitalId;
250
+ localVarQueryParameter['hospitalId'] = hospitalId;
251
251
  }
252
252
  if (created !== undefined) {
253
- localVarQueryParameter['Created'] = (created instanceof Date) ?
253
+ localVarQueryParameter['created'] = (created instanceof Date) ?
254
254
  created.toISOString() :
255
255
  created;
256
256
  }
257
257
  if (languageCode !== undefined) {
258
- localVarQueryParameter['LanguageCode'] = languageCode;
258
+ localVarQueryParameter['languageCode'] = languageCode;
259
259
  }
260
260
  if (ids) {
261
- localVarQueryParameter['Ids'] = ids;
261
+ localVarQueryParameter['ids'] = ids;
262
262
  }
263
263
  if (returnDefaultValue !== undefined) {
264
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
264
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
265
265
  }
266
266
  if (page !== undefined) {
267
267
  localVarQueryParameter['page'] = page;
@@ -414,10 +414,10 @@ var SpecialtiesApiAxiosParamCreator = function (configuration) {
414
414
  localVarHeaderParameter = {};
415
415
  localVarQueryParameter = {};
416
416
  if (id !== undefined) {
417
- localVarQueryParameter['Id'] = id;
417
+ localVarQueryParameter['id'] = id;
418
418
  }
419
419
  if (mediaType !== undefined) {
420
- localVarQueryParameter['MediaType'] = mediaType;
420
+ localVarQueryParameter['mediaType'] = mediaType;
421
421
  }
422
422
  if (page !== undefined) {
423
423
  localVarQueryParameter['page'] = page;
@@ -177,39 +177,39 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
177
177
  localVarHeaderParameter = {};
178
178
  localVarQueryParameter = {};
179
179
  if (id !== undefined) {
180
- localVarQueryParameter['Id'] = id;
180
+ localVarQueryParameter['id'] = id;
181
181
  }
182
182
  if (name !== undefined) {
183
- localVarQueryParameter['Name'] = name;
183
+ localVarQueryParameter['name'] = name;
184
184
  }
185
185
  if (description !== undefined) {
186
- localVarQueryParameter['Description'] = description;
186
+ localVarQueryParameter['description'] = description;
187
187
  }
188
188
  if (marketingType !== undefined) {
189
- localVarQueryParameter['MarketingType'] = marketingType;
189
+ localVarQueryParameter['marketingType'] = marketingType;
190
190
  }
191
191
  if (hospitalId !== undefined) {
192
- localVarQueryParameter['HospitalId'] = hospitalId;
192
+ localVarQueryParameter['hospitalId'] = hospitalId;
193
193
  }
194
194
  if (created !== undefined) {
195
- localVarQueryParameter['Created'] = (created instanceof Date) ?
195
+ localVarQueryParameter['created'] = (created instanceof Date) ?
196
196
  created.toISOString() :
197
197
  created;
198
198
  }
199
199
  if (ids) {
200
- localVarQueryParameter['Ids'] = ids;
200
+ localVarQueryParameter['ids'] = ids;
201
201
  }
202
202
  if (specialtyTypeCategoryId !== undefined) {
203
- localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
203
+ localVarQueryParameter['specialtyTypeCategoryId'] = specialtyTypeCategoryId;
204
204
  }
205
205
  if (languageCode !== undefined) {
206
- localVarQueryParameter['LanguageCode'] = languageCode;
206
+ localVarQueryParameter['languageCode'] = languageCode;
207
207
  }
208
208
  if (showHidden !== undefined) {
209
- localVarQueryParameter['ShowHidden'] = showHidden;
209
+ localVarQueryParameter['showHidden'] = showHidden;
210
210
  }
211
211
  if (returnDefaultValue !== undefined) {
212
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
212
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
213
213
  }
214
214
  if (page !== undefined) {
215
215
  localVarQueryParameter['page'] = page;
@@ -274,39 +274,39 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
274
274
  localVarHeaderParameter = {};
275
275
  localVarQueryParameter = {};
276
276
  if (id !== undefined) {
277
- localVarQueryParameter['Id'] = id;
277
+ localVarQueryParameter['id'] = id;
278
278
  }
279
279
  if (name !== undefined) {
280
- localVarQueryParameter['Name'] = name;
280
+ localVarQueryParameter['name'] = name;
281
281
  }
282
282
  if (description !== undefined) {
283
- localVarQueryParameter['Description'] = description;
283
+ localVarQueryParameter['description'] = description;
284
284
  }
285
285
  if (marketingType !== undefined) {
286
- localVarQueryParameter['MarketingType'] = marketingType;
286
+ localVarQueryParameter['marketingType'] = marketingType;
287
287
  }
288
288
  if (hospitalId !== undefined) {
289
- localVarQueryParameter['HospitalId'] = hospitalId;
289
+ localVarQueryParameter['hospitalId'] = hospitalId;
290
290
  }
291
291
  if (created !== undefined) {
292
- localVarQueryParameter['Created'] = (created instanceof Date) ?
292
+ localVarQueryParameter['created'] = (created instanceof Date) ?
293
293
  created.toISOString() :
294
294
  created;
295
295
  }
296
296
  if (ids) {
297
- localVarQueryParameter['Ids'] = ids;
297
+ localVarQueryParameter['ids'] = ids;
298
298
  }
299
299
  if (specialtyTypeCategoryId !== undefined) {
300
- localVarQueryParameter['SpecialtyTypeCategoryId'] = specialtyTypeCategoryId;
300
+ localVarQueryParameter['specialtyTypeCategoryId'] = specialtyTypeCategoryId;
301
301
  }
302
302
  if (languageCode !== undefined) {
303
- localVarQueryParameter['LanguageCode'] = languageCode;
303
+ localVarQueryParameter['languageCode'] = languageCode;
304
304
  }
305
305
  if (showHidden !== undefined) {
306
- localVarQueryParameter['ShowHidden'] = showHidden;
306
+ localVarQueryParameter['showHidden'] = showHidden;
307
307
  }
308
308
  if (returnDefaultValue !== undefined) {
309
- localVarQueryParameter['ReturnDefaultValue'] = returnDefaultValue;
309
+ localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
310
310
  }
311
311
  if (page !== undefined) {
312
312
  localVarQueryParameter['page'] = page;
@@ -459,10 +459,10 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
459
459
  localVarHeaderParameter = {};
460
460
  localVarQueryParameter = {};
461
461
  if (id !== undefined) {
462
- localVarQueryParameter['Id'] = id;
462
+ localVarQueryParameter['id'] = id;
463
463
  }
464
464
  if (mediaType !== undefined) {
465
- localVarQueryParameter['MediaType'] = mediaType;
465
+ localVarQueryParameter['mediaType'] = mediaType;
466
466
  }
467
467
  if (page !== undefined) {
468
468
  localVarQueryParameter['page'] = page;
@@ -129,7 +129,7 @@ var TagsApiAxiosParamCreator = function (configuration) {
129
129
  localVarHeaderParameter = {};
130
130
  localVarQueryParameter = {};
131
131
  if (tagId !== undefined) {
132
- localVarQueryParameter['TagId'] = tagId;
132
+ localVarQueryParameter['tagId'] = tagId;
133
133
  }
134
134
  if (page !== undefined) {
135
135
  localVarQueryParameter['page'] = page;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.79.39",
3
+ "version": "5.79.44",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {