ch-admin-api-client-typescript 4.5.9 → 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/package.json
CHANGED
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}
|