solver-sdk
Version:
SDK для интеграции с Code Solver Backend API
12 lines • 601 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationsWsClient = void 0;
const base_ws_client_1 = require("./base-ws-client");
const websocket_namespaces_constants_js_1 = require("../constants/websocket-namespaces.constants.js");
class NotificationsWsClient extends base_ws_client_1.BaseWebSocketClient {
constructor(baseURL, options = {}) {
super(websocket_namespaces_constants_js_1.WebSocketNamespace.DEFAULT, baseURL, options);
}
}
exports.NotificationsWsClient = NotificationsWsClient;
//# sourceMappingURL=notifications-ws-client.js.map
;