UNPKG

ch-api-client-typescript2

Version:
71 lines 5.59 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. */ /** * Values: - `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 - `UnassignedNotification`: UnassignedNotification - `AssignedNotification`: AssignedNotification - `AutoAgentRemoval`: AutoAgentRemoval - `ChangedConsultStatus`: ChangedConsultStatus - `ForceSignOut`: ForceSignOut * @export * @enum {string} */ export declare const NotificationCode: { readonly WelcomeEmail: "WelcomeEmail"; readonly DirectMessageSent: "DirectMessageSent"; readonly BookingNew: "BookingNew"; readonly BookingUpdated: "BookingUpdated"; readonly BookingRejected: "BookingRejected"; readonly BookingApproved: "BookingApproved"; readonly BookingPaid: "BookingPaid"; readonly BookingCanceled: "BookingCanceled"; readonly BookingRefundRequested: "BookingRefundRequested"; readonly BookingRefunded: "BookingRefunded"; readonly ConsultationNew: "ConsultationNew"; readonly ConsultationUpdated: "ConsultationUpdated"; readonly ConsultationRejected: "ConsultationRejected"; readonly ConsultationApproved: "ConsultationApproved"; readonly ConsultationPaid: "ConsultationPaid"; readonly ConsultationCanceled: "ConsultationCanceled"; readonly ConsultationRefundRequested: "ConsultationRefundRequested"; readonly ConsultationRefunded: "ConsultationRefunded"; readonly ConsultationReady: "ConsultationReady"; readonly CallCompleted: "CallCompleted"; readonly FormSubmitted: "FormSubmitted"; readonly AppointmentNew: "AppointmentNew"; readonly AppointmentUpdated: "AppointmentUpdated"; readonly AppointmentRejected: "AppointmentRejected"; readonly AppointmentApproved: "AppointmentApproved"; readonly AppointmentPaid: "AppointmentPaid"; readonly AppointmentCanceled: "AppointmentCanceled"; readonly AppointmentCanceledByPatient: "AppointmentCanceledByPatient"; readonly AppointmentCanceledByManager: "AppointmentCanceledByManager"; readonly AppointmentRefundRequested: "AppointmentRefundRequested"; readonly AppointmentRefunded: "AppointmentRefunded"; readonly AppointmentRescheduleRequested: "AppointmentRescheduleRequested"; readonly AppointmentRescheduleRequestApproved: "AppointmentRescheduleRequestApproved"; readonly AppointmentReady: "AppointmentReady"; readonly HandoffRequested: "HandoffRequested"; readonly SessionDeleted: "SessionDeleted"; readonly TransferAgent: "TransferAgent"; readonly LeaveAgent: "LeaveAgent"; readonly JoinAgent: "JoinAgent"; readonly UpdateSession: "UpdateSession"; readonly ConvertToSignInUser: "ConvertToSignInUser"; readonly PatchIntakeForm: "PatchIntakeForm"; readonly UpdateChatSessionStatus: "UpdateChatSessionStatus"; readonly CreateIntakeForm: "CreateIntakeForm"; readonly CheckedChatSession: "CheckedChatSession"; readonly RecreateChatSession: "RecreateChatSession"; readonly UnassignedNotification: "UnassignedNotification"; readonly AssignedNotification: "AssignedNotification"; readonly AutoAgentRemoval: "AutoAgentRemoval"; readonly ChangedConsultStatus: "ChangedConsultStatus"; readonly ForceSignOut: "ForceSignOut"; }; export type NotificationCode = typeof NotificationCode[keyof typeof NotificationCode]; //# sourceMappingURL=notification-code.d.ts.map