@messenger-box/platform-server 10.0.3-alpha.243 → 10.0.3-alpha.245

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.243",
3
+ "version": "10.0.3-alpha.245",
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.243",
22
+ "@messenger-box/core": "10.0.3-alpha.245",
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": "fd9ce436c36e45269319d0679a108b8c40e6e311",
73
+ "gitHead": "8c2b67ddcacfd8ea048d88e66615964017926a74",
74
74
  "typescript": {
75
75
  "definition": "lib/index.d.ts"
76
76
  }