dawn-interfaces
Version:
Dawn application interfaces
20 lines (19 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENotificationType = void 0;
var ENotificationType;
(function (ENotificationType) {
ENotificationType["newMessageSent"] = "newMessageSent";
ENotificationType["clientListReorder"] = "clientListReorder";
ENotificationType["clientRequestingAgentConnection"] = "clientRequestingAgentConnection";
ENotificationType["agentAcceptsClientConnection"] = "agentAcceptsClientConnection";
ENotificationType["agentRejectsClientConnection"] = "agentRejectsClientConnection";
ENotificationType["clientRemovesAgent"] = "clientRemovesAgent";
ENotificationType["agentRequestingClientConnection"] = "agentRequestingClientConnection";
ENotificationType["agentRecommendsHouse"] = "agentRecommendsHouse";
ENotificationType["clientSavesHouse"] = "clientSavesHouse";
ENotificationType["agentLaunchesShowing"] = "agentLaunchesShowing";
ENotificationType["agentLaunchesSelling"] = "agentLaunchesSelling";
ENotificationType["agentCompletesTask"] = "agentCompletesTask";
ENotificationType["clientCompletesTask"] = "clientCompletesTask";
})(ENotificationType = exports.ENotificationType || (exports.ENotificationType = {}));