pusher-chatkit-server
Advanced tools
Comparing version 0.8.2 to 0.8.3
{ | ||
"name": "pusher-chatkit-server", | ||
"description": "Pusher Chatkit server library", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"main": "./target/index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -18,3 +18,5 @@ export declare const JOIN_ROOM = "room:join"; | ||
export declare const CREATE_FILE = "file:create"; | ||
export declare const GET_READ_CURSORS = "cursors:read:get"; | ||
export declare const SET_READ_CURSORS = "cursors:read:set"; | ||
export declare const validRoomPermissions: string[]; | ||
export declare const validGlobalPermissions: string[]; |
@@ -21,2 +21,4 @@ "use strict"; | ||
exports.CREATE_FILE = "file:create"; | ||
exports.GET_READ_CURSORS = "cursors:read:get"; | ||
exports.SET_READ_CURSORS = "cursors:read:set"; | ||
exports.validRoomPermissions = [ | ||
@@ -34,2 +36,4 @@ exports.JOIN_ROOM, | ||
exports.CREATE_FILE, | ||
exports.GET_READ_CURSORS, | ||
exports.SET_READ_CURSORS, | ||
]; | ||
@@ -54,3 +58,5 @@ exports.validGlobalPermissions = [ | ||
exports.CREATE_FILE, | ||
exports.GET_READ_CURSORS, | ||
exports.SET_READ_CURSORS, | ||
]; | ||
//# sourceMappingURL=permissions.js.map |
Sorry, the diff of this file is not supported yet
93265
983