UNPKG

ch-api-client-typescript2

Version:
352 lines 8.34 kB
/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * 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 { AuditableEntityDocumentModel } from './auditable-entity-document-model'; import { MediaDocumentModel } from './media-document-model'; import { TranslationDocumentModel } from './translation-document-model'; /** * * @export * @interface DepartmentDocumentModel */ export interface DepartmentDocumentModel { /** * * @type {Date} * @memberof DepartmentDocumentModel */ 'uploadedDate'?: Date; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'en'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ru'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'zh'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'es'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'id'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'pt'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'fr'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'vi'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'th'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ar'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ko'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'bg'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'cs'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'de'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'hi'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'hr'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'hu'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'it'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ja'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'kk'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ky'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'lt'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'lv'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'nl'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'pl'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ro'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'sl'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'sv'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'sw'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'tr'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'uk'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'uz'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'bn'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'az'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ka'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'mn'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'te'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'kn'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ta'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ml'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'mr'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'pa'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'gu'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'ur'?: TranslationDocumentModel; /** * * @type {TranslationDocumentModel} * @memberof DepartmentDocumentModel */ 'or'?: TranslationDocumentModel; /** * * @type {string} * @memberof DepartmentDocumentModel */ 'Id'?: string | null; /** * * @type {string} * @memberof DepartmentDocumentModel */ 'MarketingType'?: string | null; /** * * @type {string} * @memberof DepartmentDocumentModel */ 'Photo'?: string | null; /** * * @type {string} * @memberof DepartmentDocumentModel */ 'PhotoThumbnail'?: string | null; /** * * @type {string} * @memberof DepartmentDocumentModel */ 'Background'?: string | null; /** * * @type {string} * @memberof DepartmentDocumentModel */ 'BackgroundThumbnail'?: string | null; /** * * @type {Array<MediaDocumentModel>} * @memberof DepartmentDocumentModel */ 'Medias'?: Array<MediaDocumentModel> | null; /** * * @type {number} * @memberof DepartmentDocumentModel */ 'Order'?: number; /** * * @type {AuditableEntityDocumentModel} * @memberof DepartmentDocumentModel */ 'AuditableEntity'?: AuditableEntityDocumentModel; } //# sourceMappingURL=department-document-model.d.ts.map