UNPKG

ch-api-client-typescript2

Version:
79 lines 1.83 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. */ /** * * @export * @interface RequestUnassignedChatEmailCommand */ export interface RequestUnassignedChatEmailCommand { /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'hospitalId'?: string; /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'sessionId'?: string; /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'userName'?: string | null; /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'level'?: string | null; /** * * @type {number} * @memberof RequestUnassignedChatEmailCommand */ 'messageCount'?: number; /** * * @type {Date} * @memberof RequestUnassignedChatEmailCommand */ 'firstMessageTime'?: Date | null; /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'patientPhone'?: string | null; /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'patientEmail'?: string | null; /** * * @type {string} * @memberof RequestUnassignedChatEmailCommand */ 'patientEngagement'?: string | null; /** * * @type {boolean} * @memberof RequestUnassignedChatEmailCommand */ 'isSignedIn'?: boolean; } //# sourceMappingURL=request-unassigned-chat-email-command.d.ts.map