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/lib/api.d.ts +6 -0
- package/lib/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api.ts +6 -0
package/lib/api.d.ts
CHANGED
|
@@ -4567,6 +4567,12 @@ export interface CreateHospitalCommand {
|
|
|
4567
4567
|
* @memberof CreateHospitalCommand
|
|
4568
4568
|
*/
|
|
4569
4569
|
'contactEmail'?: string | null;
|
|
4570
|
+
/**
|
|
4571
|
+
*
|
|
4572
|
+
* @type {boolean}
|
|
4573
|
+
* @memberof CreateHospitalCommand
|
|
4574
|
+
*/
|
|
4575
|
+
'paymentEnabled'?: boolean;
|
|
4570
4576
|
/**
|
|
4571
4577
|
*
|
|
4572
4578
|
* @type {LocationModel}
|