@messenger-box/platform-server 10.0.3-alpha.226 → 10.0.3-alpha.232
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.
|
@@ -354,7 +354,7 @@ extend type Subscription {
|
|
|
354
354
|
"""
|
|
355
355
|
Subscribe to inbound messages from a specific channel type
|
|
356
356
|
"""
|
|
357
|
-
gatewayInboundMessageByChannel(
|
|
357
|
+
gatewayInboundMessageByChannel(channelId: String!): GatewayInboundMessage!
|
|
358
358
|
|
|
359
359
|
"""
|
|
360
360
|
Subscribe to channel status changes
|
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.232",
|
|
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.232",
|
|
23
23
|
"@skoropletov/moleculer-cron-tasks": "~0.0.8",
|
|
24
24
|
"date-fns": "^4.1.0"
|
|
25
25
|
},
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
]
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
+
"gitHead": "2042ca1c0b634b41d81cf2dc7299d13c446642ee",
|
|
73
74
|
"typescript": {
|
|
74
75
|
"definition": "lib/index.d.ts"
|
|
75
|
-
}
|
|
76
|
-
"gitHead": "cfec2421994b722516084717465389b20893bc86"
|
|
76
|
+
}
|
|
77
77
|
}
|