@telnyx/ai-agent-lib 0.3.0-beta.0 → 0.3.0-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3262,6 +3262,9 @@ class Ut extends vt {
3262
3262
  this.versionId && l.push({
3263
3263
  name: "X-AI-Assistant-Version-ID",
3264
3264
  value: this.versionId
3265
+ }), this.conversationId && l.push({
3266
+ name: "X-AI-Assistant-Conversation-ID",
3267
+ value: this.conversationId
3265
3268
  });
3266
3269
  const u = this.telnyxRTC.newCall({
3267
3270
  destinationNumber: "xxx",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@telnyx/ai-agent-lib",
3
3
  "private": false,
4
- "version": "0.3.0-beta.0",
4
+ "version": "0.3.0-beta.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -63,4 +63,4 @@
63
63
  ]
64
64
  },
65
65
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
66
- }
66
+ }