@messenger-box/platform-server 10.0.3-alpha.202 → 10.0.3-alpha.204

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.
@@ -307,12 +307,12 @@ extend type Query {
307
307
  """
308
308
  List all registered channel providers
309
309
  """
310
- gatewayProviders: [GatewayChannelProvider!]!
310
+ messageGatewayProvider: [GatewayChannelProvider!]!
311
311
 
312
312
  """
313
313
  Get status for all connected channels/accounts
314
314
  """
315
- gatewayStatus: [GatewayChannelStatus!]!
315
+ messageGatewayStatus: [GatewayChannelStatus!]!
316
316
 
317
317
  """
318
318
  Get status for a specific channel type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-server",
3
- "version": "10.0.3-alpha.202",
3
+ "version": "10.0.3-alpha.204",
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.202",
22
+ "@messenger-box/core": "10.0.3-alpha.204",
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": "a52f86b51a44fb8506bd2e2c43ce547f10ec3f4a"
76
+ "gitHead": "4c307c22280338ea9381b43e607726c0ae09e5a7"
77
77
  }