ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
71 lines (70 loc) • 2.72 kB
JavaScript
/* tslint:disable */
/* eslint-disable */
/**
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationCode = void 0;
/**
*
* @export
* @enum {string}
*/
exports.NotificationCode = {
WelcomeEmail: 'WelcomeEmail',
DirectMessageSent: 'DirectMessageSent',
BookingNew: 'BookingNew',
BookingUpdated: 'BookingUpdated',
BookingRejected: 'BookingRejected',
BookingApproved: 'BookingApproved',
BookingPaid: 'BookingPaid',
BookingCanceled: 'BookingCanceled',
BookingRefundRequested: 'BookingRefundRequested',
BookingRefunded: 'BookingRefunded',
ConsultationNew: 'ConsultationNew',
ConsultationUpdated: 'ConsultationUpdated',
ConsultationRejected: 'ConsultationRejected',
ConsultationApproved: 'ConsultationApproved',
ConsultationPaid: 'ConsultationPaid',
ConsultationCanceled: 'ConsultationCanceled',
ConsultationRefundRequested: 'ConsultationRefundRequested',
ConsultationRefunded: 'ConsultationRefunded',
ConsultationReady: 'ConsultationReady',
CallCompleted: 'CallCompleted',
FormSubmitted: 'FormSubmitted',
AppointmentNew: 'AppointmentNew',
AppointmentUpdated: 'AppointmentUpdated',
AppointmentRejected: 'AppointmentRejected',
AppointmentApproved: 'AppointmentApproved',
AppointmentPaid: 'AppointmentPaid',
AppointmentCanceled: 'AppointmentCanceled',
AppointmentCanceledByPatient: 'AppointmentCanceledByPatient',
AppointmentCanceledByManager: 'AppointmentCanceledByManager',
AppointmentRefundRequested: 'AppointmentRefundRequested',
AppointmentRefunded: 'AppointmentRefunded',
AppointmentRescheduleRequested: 'AppointmentRescheduleRequested',
AppointmentRescheduleRequestApproved: 'AppointmentRescheduleRequestApproved',
AppointmentReady: 'AppointmentReady',
HandoffRequested: 'HandoffRequested',
SessionDeleted: 'SessionDeleted',
TransferAgent: 'TransferAgent',
LeaveAgent: 'LeaveAgent',
JoinAgent: 'JoinAgent',
UpdateSession: 'UpdateSession',
ConvertToSignInUser: 'ConvertToSignInUser',
PatchIntakeForm: 'PatchIntakeForm',
UpdateChatSessionStatus: 'UpdateChatSessionStatus',
CreateIntakeForm: 'CreateIntakeForm',
CheckedChatSession: 'CheckedChatSession',
RecreateChatSession: 'RecreateChatSession',
ForceSignOut: 'ForceSignOut'
};
;