@555platform/555parser.ts
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -19,2 +19,3 @@ export declare enum ChatMessageTypes { | ||
CreateRoom = "create_room", | ||
CreateSMSRoom = "create_sms_room", | ||
GetRoomById = "get_room_by_id", | ||
@@ -21,0 +22,0 @@ FindRooms = "find_rooms", |
@@ -23,2 +23,3 @@ "use strict"; | ||
RequestTypes["CreateRoom"] = "create_room"; | ||
RequestTypes["CreateSMSRoom"] = "create_sms_room"; | ||
RequestTypes["GetRoomById"] = "get_room_by_id"; | ||
@@ -25,0 +26,0 @@ RequestTypes["FindRooms"] = "find_rooms"; |
@@ -6,2 +6,4 @@ export declare type CreateRoomOptions = { | ||
isDirect: boolean; | ||
isSMS?: boolean; | ||
smsNumber?: string; | ||
members: string[]; | ||
@@ -8,0 +10,0 @@ attributes: object; |
{ | ||
"name": "@555platform/555parser.ts", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "555 Platform Message Parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,2 +20,3 @@ export enum ChatMessageTypes { | ||
CreateRoom = 'create_room', | ||
CreateSMSRoom = 'create_sms_room', | ||
GetRoomById = 'get_room_by_id', | ||
@@ -22,0 +23,0 @@ FindRooms = 'find_rooms', |
@@ -6,2 +6,4 @@ export type CreateRoomOptions = { | ||
isDirect: boolean; | ||
isSMS?: boolean; | ||
smsNumber?: string; | ||
members: string[]; | ||
@@ -76,2 +78,1 @@ attributes: object; | ||
}; | ||
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
37765
946