UNPKG

ch-admin-api-client-typescript

Version:
115 lines 2.35 kB
/** * 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. */ /** * * @export * @interface CreateBadgeCommand */ export interface CreateBadgeCommand { /** * * @type {string} * @memberof CreateBadgeCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof CreateBadgeCommand */ 'badgeCategoryId'?: string; /** * * @type {string} * @memberof CreateBadgeCommand */ 'icon'?: string | null; /** * * @type {string} * @memberof CreateBadgeCommand */ 'backgroundColor'?: string | null; /** * * @type {string} * @memberof CreateBadgeCommand */ 'foregroundColor'?: string | null; /** * * @type {boolean} * @memberof CreateBadgeCommand */ 'displayAreaHospital'?: boolean; /** * * @type {boolean} * @memberof CreateBadgeCommand */ 'displayAreaDoctor'?: boolean; /** * * @type {boolean} * @memberof CreateBadgeCommand */ 'displayAreaDeal'?: boolean; /** * * @type {string} * @memberof CreateBadgeCommand */ 'policy'?: string | null; /** * * @type {number} * @memberof CreateBadgeCommand */ 'order'?: number; /** * * @type {boolean} * @memberof CreateBadgeCommand */ 'published'?: boolean; /** * * @type {string} * @memberof CreateBadgeCommand */ 'name'?: string | null; /** * * @type {string} * @memberof CreateBadgeCommand */ 'overview'?: string | null; /** * * @type {string} * @memberof CreateBadgeCommand */ 'description'?: string | null; /** * * @type {string} * @memberof CreateBadgeCommand */ 'content'?: string | null; /** * * @type {Array<string>} * @memberof CreateBadgeCommand */ 'excludedCountries'?: Array<string> | null; } //# sourceMappingURL=create-badge-command.d.ts.map