Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f25f2d6e6 | |||
| 6468aa902e |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@social.io_private/interfaces",
|
"name": "@social.io_private/interfaces",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@social.io_private/interfaces",
|
"name": "@social.io_private/interfaces",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "an interface package for social.io",
|
"description": "an interface package for social.io",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export interface ISioConversationBlock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface ISioConversation {
|
export interface ISioConversation {
|
||||||
|
subject: string;
|
||||||
parties: ISioConversationParty[];
|
parties: ISioConversationParty[];
|
||||||
conversationBlocks: ISioConversationBlock[];
|
conversationBlocks: ISioConversationBlock[];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user