@relaybox/rest
Advanced tools
Comparing version 1.11.1 to 1.12.0
@@ -1,2 +0,2 @@ | ||
export declare const allowedPermissions: readonly ["subscribe", "publish", "presence", "metrics", "history", "*"]; | ||
export declare const allowedPermissions: readonly ["subscribe", "publish", "presence", "metrics", "history", "intellect", "storage", "*"]; | ||
export type Permission = (typeof allowedPermissions)[number]; | ||
@@ -3,0 +3,0 @@ export interface Permissions { |
@@ -10,3 +10,5 @@ "use strict"; | ||
'history', | ||
'intellect', | ||
'storage', | ||
'*' | ||
]; |
{ | ||
"name": "@relaybox/rest", | ||
"version": "1.11.1", | ||
"version": "1.12.0", | ||
"description": "RelayBox REST Services SDK. Enables seemless integration between server-side applications and RelayBox's authentication and realtime services. It provides robust functionality for generating authentication tokens, publishing events, and interacting efficiently with RelayBox's suite of services.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34377
611