ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
118 lines • 2.45 kB
TypeScript
/**
* CloudHospital Admin Api
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
*
* The version of the OpenAPI document: 1
* Contact: developer@icloudhospital.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AuditableEntityModel } from './auditable-entity-model';
import { MarketingType } from './marketing-type';
/**
*
* @export
* @interface HospitalItemModel
*/
export interface HospitalItemModel {
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
* @deprecated
*/
'countryId'?: string;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'countryName'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'slug'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'slogan'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalItemModel
*/
'confirmed'?: boolean;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'logo'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'logoTransparent'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'logoWhite'?: string | null;
/**
*
* @type {MarketingType}
* @memberof HospitalItemModel
*/
'marketingType'?: MarketingType;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'timeZone'?: string | null;
/**
*
* @type {string}
* @memberof HospitalItemModel
*/
'websiteUrl'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalItemModel
*/
'isCertified'?: boolean;
/**
*
* @type {AuditableEntityModel}
* @memberof HospitalItemModel
*/
'auditableEntity'?: AuditableEntityModel;
}
//# sourceMappingURL=hospital-item-model.d.ts.map