@messenger-box/platform-server 10.0.3-alpha.222 → 10.0.3-alpha.228

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(channelType: String!): GatewayInboundMessage!
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.222",
3
+ "version": "10.0.3-alpha.228",
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.222",
22
+ "@messenger-box/core": "10.0.3-alpha.228",
23
23
  "@skoropletov/moleculer-cron-tasks": "~0.0.8",
24
24
  "date-fns": "^4.1.0"
25
25
  },
@@ -73,5 +73,5 @@
73
73
  "typescript": {
74
74
  "definition": "lib/index.d.ts"
75
75
  },
76
- "gitHead": "0ba47ffecc11ca4d1a00cb5b481ee67b4fe442ae"
76
+ "gitHead": "99f2c708759980f257c36892b3a0873e0404faba"
77
77
  }