graphlit-client 1.0.20260323002 → 1.0.20260323003

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.
@@ -183,6 +183,8 @@ export declare enum AgentChannelTypes {
183
183
  Discord = "DISCORD",
184
184
  /** Email */
185
185
  Email = "EMAIL",
186
+ /** Messaging */
187
+ Messaging = "MESSAGING",
186
188
  /** Slack */
187
189
  Slack = "SLACK",
188
190
  /** Microsoft Teams */
@@ -5,6 +5,8 @@ export var AgentChannelTypes;
5
5
  AgentChannelTypes["Discord"] = "DISCORD";
6
6
  /** Email */
7
7
  AgentChannelTypes["Email"] = "EMAIL";
8
+ /** Messaging */
9
+ AgentChannelTypes["Messaging"] = "MESSAGING";
8
10
  /** Slack */
9
11
  AgentChannelTypes["Slack"] = "SLACK";
10
12
  /** Microsoft Teams */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20260323002",
3
+ "version": "1.0.20260323003",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",