@messenger-box/platform-server 10.0.3-alpha.246 → 10.0.3-alpha.254
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,11 +356,6 @@ 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
|
-
|
|
364
359
|
"""
|
|
365
360
|
Subscribe to channel status changes
|
|
366
361
|
"""
|
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.254",
|
|
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.254",
|
|
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": "f0ecb99085bff7de5107febccff02887086e4f95",
|
|
74
74
|
"typescript": {
|
|
75
75
|
"definition": "lib/index.d.ts"
|
|
76
76
|
}
|