ch-admin-api-client-typescript 4.6.0 → 4.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -4586,6 +4586,12 @@ export interface CreateHospitalCommand {
4586
4586
  * @memberof CreateHospitalCommand
4587
4587
  */
4588
4588
  'contactEmail'?: string | null;
4589
+ /**
4590
+ *
4591
+ * @type {boolean}
4592
+ * @memberof CreateHospitalCommand
4593
+ */
4594
+ 'paymentEnabled'?: boolean;
4589
4595
  /**
4590
4596
  *
4591
4597
  * @type {LocationModel}