pusher-chatkit-server
Advanced tools
Comparing version 0.1.6 to 0.2.0
{ | ||
"name": "pusher-chatkit-server", | ||
"description": "Pusher ChatKit server library", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"main": "./target/index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -53,3 +53,3 @@ import { | ||
client, | ||
serviceName: 'chat_api', | ||
serviceName: 'chatkit', | ||
serviceVersion: 'v1', | ||
@@ -64,3 +64,3 @@ }) | ||
client, | ||
serviceName: 'chat_api_authorizer', | ||
serviceName: 'chatkit_authorizer', | ||
serviceVersion: 'v1', | ||
@@ -67,0 +67,0 @@ }) |
@@ -16,5 +16,3 @@ // All possible permissions | ||
export const GET_USER = "get_user"; | ||
export const GET_USERS = "get_users"; | ||
export const GET_ROOM = "get_room"; | ||
export const GET_ROOMS = "get_rooms"; | ||
export const GET_USER_ROOMS = "get_user_rooms"; | ||
@@ -51,6 +49,4 @@ export const JOIN_ROOM = "join_room"; | ||
GET_USER, | ||
GET_USERS, | ||
GET_ROOM, | ||
GET_ROOMS, | ||
GET_USER_ROOMS, | ||
]; |
@@ -17,3 +17,3 @@ "use strict"; | ||
client: client, | ||
serviceName: 'chat_api', | ||
serviceName: 'chatkit', | ||
serviceVersion: 'v1', | ||
@@ -27,3 +27,3 @@ }); | ||
client: client, | ||
serviceName: 'chat_api_authorizer', | ||
serviceName: 'chatkit_authorizer', | ||
serviceVersion: 'v1', | ||
@@ -30,0 +30,0 @@ }); |
@@ -15,5 +15,3 @@ export declare const JOIN_PUBLIC_ROOM = "join_public_room"; | ||
export declare const GET_USER = "get_user"; | ||
export declare const GET_USERS = "get_users"; | ||
export declare const GET_ROOM = "get_room"; | ||
export declare const GET_ROOMS = "get_rooms"; | ||
export declare const GET_USER_ROOMS = "get_user_rooms"; | ||
@@ -20,0 +18,0 @@ export declare const JOIN_ROOM = "join_room"; |
@@ -18,5 +18,3 @@ "use strict"; | ||
exports.GET_USER = "get_user"; | ||
exports.GET_USERS = "get_users"; | ||
exports.GET_ROOM = "get_room"; | ||
exports.GET_ROOMS = "get_rooms"; | ||
exports.GET_USER_ROOMS = "get_user_rooms"; | ||
@@ -51,7 +49,5 @@ exports.JOIN_ROOM = "join_room"; | ||
exports.GET_USER, | ||
exports.GET_USERS, | ||
exports.GET_ROOM, | ||
exports.GET_ROOMS, | ||
exports.GET_USER_ROOMS, | ||
]; | ||
//# sourceMappingURL=permissions.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74657
644