@messenger-box/platform-server 10.0.3-alpha.243 → 10.0.3-alpha.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -356,6 +356,11 @@ extend type Subscription {
|
|
|
356
356
|
"""
|
|
357
357
|
gatewayInboundMessageByChannel(channelId: String!): GatewayInboundMessage!
|
|
358
358
|
|
|
359
|
+
"""
|
|
360
|
+
Subscribe to inbound messages for a specific chat/channel ID
|
|
361
|
+
"""
|
|
362
|
+
gatewayInboundMessageByChat(chatId: String!): GatewayInboundMessage!
|
|
363
|
+
|
|
359
364
|
"""
|
|
360
365
|
Subscribe to channel status changes
|
|
361
366
|
"""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@messenger-box/platform-server",
|
|
3
|
-
"version": "10.0.3-alpha.
|
|
3
|
+
"version": "10.0.3-alpha.244",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"watch": "yarn build:lib:watch"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@messenger-box/core": "10.0.3-alpha.
|
|
22
|
+
"@messenger-box/core": "10.0.3-alpha.244",
|
|
23
23
|
"@skoropletov/moleculer-cron-tasks": "~0.0.8",
|
|
24
24
|
"date-fns": "^4.1.0"
|
|
25
25
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
]
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "3012f56b381e6d4641b78aa214bb18220a101a5f",
|
|
74
74
|
"typescript": {
|
|
75
75
|
"definition": "lib/index.d.ts"
|
|
76
76
|
}
|