telnyx 6.52.0 → 6.53.0

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 (142) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/client.d.mts +5 -4
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +5 -4
  5. package/client.d.ts.map +1 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs +1 -1
  8. package/client.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/resources/ai/ai.d.mts +10 -12
  11. package/resources/ai/ai.d.mts.map +1 -1
  12. package/resources/ai/ai.d.ts +10 -12
  13. package/resources/ai/ai.d.ts.map +1 -1
  14. package/resources/ai/ai.js.map +1 -1
  15. package/resources/ai/ai.mjs.map +1 -1
  16. package/resources/ai/assistants/assistants.d.mts +110 -322
  17. package/resources/ai/assistants/assistants.d.mts.map +1 -1
  18. package/resources/ai/assistants/assistants.d.ts +110 -322
  19. package/resources/ai/assistants/assistants.d.ts.map +1 -1
  20. package/resources/ai/assistants/assistants.js.map +1 -1
  21. package/resources/ai/assistants/assistants.mjs.map +1 -1
  22. package/resources/ai/assistants/canary-deploys.d.mts +70 -241
  23. package/resources/ai/assistants/canary-deploys.d.mts.map +1 -1
  24. package/resources/ai/assistants/canary-deploys.d.ts +70 -241
  25. package/resources/ai/assistants/canary-deploys.d.ts.map +1 -1
  26. package/resources/ai/assistants/index.d.mts +2 -2
  27. package/resources/ai/assistants/index.d.mts.map +1 -1
  28. package/resources/ai/assistants/index.d.ts +2 -2
  29. package/resources/ai/assistants/index.d.ts.map +1 -1
  30. package/resources/ai/assistants/index.js.map +1 -1
  31. package/resources/ai/assistants/index.mjs.map +1 -1
  32. package/resources/ai/assistants/versions.d.mts +6 -212
  33. package/resources/ai/assistants/versions.d.mts.map +1 -1
  34. package/resources/ai/assistants/versions.d.ts +6 -212
  35. package/resources/ai/assistants/versions.d.ts.map +1 -1
  36. package/resources/ai/index.d.mts +2 -2
  37. package/resources/ai/index.d.mts.map +1 -1
  38. package/resources/ai/index.d.ts +2 -2
  39. package/resources/ai/index.d.ts.map +1 -1
  40. package/resources/ai/index.js.map +1 -1
  41. package/resources/ai/index.mjs +1 -1
  42. package/resources/ai/index.mjs.map +1 -1
  43. package/resources/ai/openai/openai.d.mts +2 -9
  44. package/resources/ai/openai/openai.d.mts.map +1 -1
  45. package/resources/ai/openai/openai.d.ts +2 -9
  46. package/resources/ai/openai/openai.d.ts.map +1 -1
  47. package/resources/ai/openai/openai.js.map +1 -1
  48. package/resources/ai/openai/openai.mjs.map +1 -1
  49. package/resources/calls/actions.d.mts +41 -119
  50. package/resources/calls/actions.d.mts.map +1 -1
  51. package/resources/calls/actions.d.ts +41 -119
  52. package/resources/calls/actions.d.ts.map +1 -1
  53. package/resources/calls/calls.d.mts +2 -2
  54. package/resources/calls/calls.d.mts.map +1 -1
  55. package/resources/calls/calls.d.ts +2 -2
  56. package/resources/calls/calls.d.ts.map +1 -1
  57. package/resources/calls/calls.js.map +1 -1
  58. package/resources/calls/calls.mjs.map +1 -1
  59. package/resources/calls/index.d.mts +1 -1
  60. package/resources/calls/index.d.mts.map +1 -1
  61. package/resources/calls/index.d.ts +1 -1
  62. package/resources/calls/index.d.ts.map +1 -1
  63. package/resources/calls/index.js.map +1 -1
  64. package/resources/calls/index.mjs.map +1 -1
  65. package/resources/conferences/actions.d.mts +1 -11
  66. package/resources/conferences/actions.d.mts.map +1 -1
  67. package/resources/conferences/actions.d.ts +1 -11
  68. package/resources/conferences/actions.d.ts.map +1 -1
  69. package/resources/index.d.mts +2 -2
  70. package/resources/index.d.mts.map +1 -1
  71. package/resources/index.d.ts +2 -2
  72. package/resources/index.d.ts.map +1 -1
  73. package/resources/index.js.map +1 -1
  74. package/resources/index.mjs +1 -1
  75. package/resources/index.mjs.map +1 -1
  76. package/resources/networks/networks.d.mts +25 -2
  77. package/resources/networks/networks.d.mts.map +1 -1
  78. package/resources/networks/networks.d.ts +25 -2
  79. package/resources/networks/networks.d.ts.map +1 -1
  80. package/resources/networks/networks.js.map +1 -1
  81. package/resources/networks/networks.mjs.map +1 -1
  82. package/resources/public-internet-gateways.d.mts +116 -6
  83. package/resources/public-internet-gateways.d.mts.map +1 -1
  84. package/resources/public-internet-gateways.d.ts +116 -6
  85. package/resources/public-internet-gateways.d.ts.map +1 -1
  86. package/resources/public-internet-gateways.js.map +1 -1
  87. package/resources/public-internet-gateways.mjs.map +1 -1
  88. package/resources/shared.d.mts +10 -0
  89. package/resources/shared.d.mts.map +1 -1
  90. package/resources/shared.d.ts +10 -0
  91. package/resources/shared.d.ts.map +1 -1
  92. package/resources/uac-connections/index.d.mts +1 -1
  93. package/resources/uac-connections/index.d.mts.map +1 -1
  94. package/resources/uac-connections/index.d.ts +1 -1
  95. package/resources/uac-connections/index.d.ts.map +1 -1
  96. package/resources/uac-connections/index.js.map +1 -1
  97. package/resources/uac-connections/index.mjs.map +1 -1
  98. package/resources/uac-connections/uac-connections.d.mts +211 -1861
  99. package/resources/uac-connections/uac-connections.d.mts.map +1 -1
  100. package/resources/uac-connections/uac-connections.d.ts +211 -1861
  101. package/resources/uac-connections/uac-connections.d.ts.map +1 -1
  102. package/resources/uac-connections/uac-connections.js +1 -1
  103. package/resources/uac-connections/uac-connections.js.map +1 -1
  104. package/resources/uac-connections/uac-connections.mjs +1 -1
  105. package/resources/uac-connections/uac-connections.mjs.map +1 -1
  106. package/resources/virtual-cross-connects.d.mts +161 -237
  107. package/resources/virtual-cross-connects.d.mts.map +1 -1
  108. package/resources/virtual-cross-connects.d.ts +161 -237
  109. package/resources/virtual-cross-connects.d.ts.map +1 -1
  110. package/resources/virtual-cross-connects.js.map +1 -1
  111. package/resources/virtual-cross-connects.mjs.map +1 -1
  112. package/resources/wireguard-interfaces.d.mts +117 -6
  113. package/resources/wireguard-interfaces.d.mts.map +1 -1
  114. package/resources/wireguard-interfaces.d.ts +117 -6
  115. package/resources/wireguard-interfaces.d.ts.map +1 -1
  116. package/resources/wireguard-interfaces.js.map +1 -1
  117. package/resources/wireguard-interfaces.mjs.map +1 -1
  118. package/src/client.ts +21 -5
  119. package/src/resources/ai/ai.ts +20 -11
  120. package/src/resources/ai/assistants/assistants.ts +131 -350
  121. package/src/resources/ai/assistants/canary-deploys.ts +75 -266
  122. package/src/resources/ai/assistants/index.ts +10 -0
  123. package/src/resources/ai/assistants/versions.ts +6 -234
  124. package/src/resources/ai/index.ts +12 -1
  125. package/src/resources/ai/openai/openai.ts +2 -13
  126. package/src/resources/calls/actions.ts +76 -192
  127. package/src/resources/calls/calls.ts +4 -0
  128. package/src/resources/calls/index.ts +2 -0
  129. package/src/resources/conferences/actions.ts +1 -13
  130. package/src/resources/index.ts +13 -3
  131. package/src/resources/networks/networks.ts +31 -4
  132. package/src/resources/public-internet-gateways.ts +144 -6
  133. package/src/resources/shared.ts +12 -0
  134. package/src/resources/uac-connections/index.ts +6 -2
  135. package/src/resources/uac-connections/uac-connections.ts +397 -2396
  136. package/src/resources/virtual-cross-connects.ts +176 -249
  137. package/src/resources/wireguard-interfaces.ts +145 -8
  138. package/src/version.ts +1 -1
  139. package/version.d.mts +1 -1
  140. package/version.d.ts +1 -1
  141. package/version.js +1 -1
  142. package/version.mjs +1 -1
@@ -71,68 +71,7 @@ export declare class CanaryDeploys extends APIResource {
71
71
  * - `rules` — canonical ordered list of routing rules
72
72
  */
73
73
  export interface CanaryDeploy {
74
- rules?: Array<CanaryDeploy.Rule>;
75
- }
76
- export declare namespace CanaryDeploy {
77
- /**
78
- * A targeting rule: `match` clauses (AND) gate `serve`.
79
- *
80
- * An empty `match` is a catch-all (always fires).
81
- */
82
- interface Rule {
83
- /**
84
- * What a rule serves when matched.
85
- *
86
- * Exactly one of:
87
- *
88
- * - `version_id` — serve a specific version
89
- * - `rollout` — weighted random across versions; weights must sum to less than
90
- * 100, with the leftover routing to the main version
91
- */
92
- serve: Rule.Serve;
93
- match?: Array<Rule.Match>;
94
- }
95
- namespace Rule {
96
- /**
97
- * What a rule serves when matched.
98
- *
99
- * Exactly one of:
100
- *
101
- * - `version_id` — serve a specific version
102
- * - `rollout` — weighted random across versions; weights must sum to less than
103
- * 100, with the leftover routing to the main version
104
- */
105
- interface Serve {
106
- rollout?: Array<Serve.Rollout>;
107
- version_id?: string;
108
- }
109
- namespace Serve {
110
- /**
111
- * One slot in a percentage rollout.
112
- */
113
- interface Rollout {
114
- version_id: string;
115
- weight: number;
116
- }
117
- }
118
- /**
119
- * A single attribute/operator/values check.
120
- *
121
- * A clause matches when the routing context's value for `attribute` satisfies
122
- * `operator` against any of `values`.
123
- */
124
- interface Match {
125
- /**
126
- * Attribute name from the routing context
127
- */
128
- attribute: string;
129
- /**
130
- * Match operator
131
- */
132
- operator: 'in' | 'not_in' | 'starts_with';
133
- values: Array<string>;
134
- }
135
- }
74
+ rules?: Array<RuleInput>;
136
75
  }
137
76
  /**
138
77
  * Response shape.
@@ -142,199 +81,89 @@ export declare namespace CanaryDeploy {
142
81
  export interface CanaryDeployResponse {
143
82
  assistant_id: string;
144
83
  created_at: string;
145
- rules: Array<CanaryDeployResponse.Rule>;
84
+ rules: Array<RuleOutput>;
146
85
  updated_at: string;
147
86
  }
148
- export declare namespace CanaryDeployResponse {
87
+ /**
88
+ * A single attribute/operator/values check.
89
+ *
90
+ * A clause matches when the routing context's value for `attribute` satisfies
91
+ * `operator` against any of `values`.
92
+ */
93
+ export interface Clause {
149
94
  /**
150
- * A targeting rule: `match` clauses (AND) gate `serve`.
151
- *
152
- * An empty `match` is a catch-all (always fires).
95
+ * Attribute name from the routing context
153
96
  */
154
- interface Rule {
155
- /**
156
- * What a rule serves when matched.
157
- *
158
- * Exactly one of:
159
- *
160
- * - `version_id` — serve a specific version
161
- * - `rollout` — weighted random across versions; weights must sum to less than
162
- * 100, with the leftover routing to the main version
163
- */
164
- serve: Rule.Serve;
165
- match?: Array<Rule.Match>;
166
- }
167
- namespace Rule {
168
- /**
169
- * What a rule serves when matched.
170
- *
171
- * Exactly one of:
172
- *
173
- * - `version_id` — serve a specific version
174
- * - `rollout` — weighted random across versions; weights must sum to less than
175
- * 100, with the leftover routing to the main version
176
- */
177
- interface Serve {
178
- rollout?: Array<Serve.Rollout>;
179
- version_id?: string;
180
- }
181
- namespace Serve {
182
- /**
183
- * One slot in a percentage rollout.
184
- */
185
- interface Rollout {
186
- version_id: string;
187
- weight: number;
188
- }
189
- }
190
- /**
191
- * A single attribute/operator/values check.
192
- *
193
- * A clause matches when the routing context's value for `attribute` satisfies
194
- * `operator` against any of `values`.
195
- */
196
- interface Match {
197
- /**
198
- * Attribute name from the routing context
199
- */
200
- attribute: string;
201
- /**
202
- * Match operator
203
- */
204
- operator: 'in' | 'not_in' | 'starts_with';
205
- values: Array<string>;
206
- }
207
- }
97
+ attribute: string;
98
+ /**
99
+ * Match operator
100
+ */
101
+ operator: 'in' | 'not_in' | 'starts_with';
102
+ values: Array<string>;
208
103
  }
209
- export interface CanaryDeployCreateParams {
210
- rules?: Array<CanaryDeployCreateParams.Rule>;
104
+ /**
105
+ * One slot in a percentage rollout.
106
+ */
107
+ export interface RolloutSlot {
108
+ version_id: string;
109
+ weight: number;
211
110
  }
212
- export declare namespace CanaryDeployCreateParams {
111
+ /**
112
+ * A targeting rule: `match` clauses (AND) gate `serve`.
113
+ *
114
+ * An empty `match` is a catch-all (always fires).
115
+ */
116
+ export interface RuleInput {
213
117
  /**
214
- * A targeting rule: `match` clauses (AND) gate `serve`.
118
+ * What a rule serves when matched.
215
119
  *
216
- * An empty `match` is a catch-all (always fires).
120
+ * Exactly one of:
121
+ *
122
+ * - `version_id` — serve a specific version
123
+ * - `rollout` — weighted random across versions; weights must sum to less than
124
+ * 100, with the leftover routing to the main version
217
125
  */
218
- interface Rule {
219
- /**
220
- * What a rule serves when matched.
221
- *
222
- * Exactly one of:
223
- *
224
- * - `version_id` — serve a specific version
225
- * - `rollout` — weighted random across versions; weights must sum to less than
226
- * 100, with the leftover routing to the main version
227
- */
228
- serve: Rule.Serve;
229
- match?: Array<Rule.Match>;
230
- }
231
- namespace Rule {
232
- /**
233
- * What a rule serves when matched.
234
- *
235
- * Exactly one of:
236
- *
237
- * - `version_id` — serve a specific version
238
- * - `rollout` — weighted random across versions; weights must sum to less than
239
- * 100, with the leftover routing to the main version
240
- */
241
- interface Serve {
242
- rollout?: Array<Serve.Rollout>;
243
- version_id?: string;
244
- }
245
- namespace Serve {
246
- /**
247
- * One slot in a percentage rollout.
248
- */
249
- interface Rollout {
250
- version_id: string;
251
- weight: number;
252
- }
253
- }
254
- /**
255
- * A single attribute/operator/values check.
256
- *
257
- * A clause matches when the routing context's value for `attribute` satisfies
258
- * `operator` against any of `values`.
259
- */
260
- interface Match {
261
- /**
262
- * Attribute name from the routing context
263
- */
264
- attribute: string;
265
- /**
266
- * Match operator
267
- */
268
- operator: 'in' | 'not_in' | 'starts_with';
269
- values: Array<string>;
270
- }
271
- }
272
- }
273
- export interface CanaryDeployUpdateParams {
274
- rules?: Array<CanaryDeployUpdateParams.Rule>;
126
+ serve: Serve;
127
+ match?: Array<Clause>;
275
128
  }
276
- export declare namespace CanaryDeployUpdateParams {
129
+ /**
130
+ * A targeting rule: `match` clauses (AND) gate `serve`.
131
+ *
132
+ * An empty `match` is a catch-all (always fires).
133
+ */
134
+ export interface RuleOutput {
277
135
  /**
278
- * A targeting rule: `match` clauses (AND) gate `serve`.
136
+ * What a rule serves when matched.
279
137
  *
280
- * An empty `match` is a catch-all (always fires).
138
+ * Exactly one of:
139
+ *
140
+ * - `version_id` — serve a specific version
141
+ * - `rollout` — weighted random across versions; weights must sum to less than
142
+ * 100, with the leftover routing to the main version
281
143
  */
282
- interface Rule {
283
- /**
284
- * What a rule serves when matched.
285
- *
286
- * Exactly one of:
287
- *
288
- * - `version_id` — serve a specific version
289
- * - `rollout` — weighted random across versions; weights must sum to less than
290
- * 100, with the leftover routing to the main version
291
- */
292
- serve: Rule.Serve;
293
- match?: Array<Rule.Match>;
294
- }
295
- namespace Rule {
296
- /**
297
- * What a rule serves when matched.
298
- *
299
- * Exactly one of:
300
- *
301
- * - `version_id` — serve a specific version
302
- * - `rollout` — weighted random across versions; weights must sum to less than
303
- * 100, with the leftover routing to the main version
304
- */
305
- interface Serve {
306
- rollout?: Array<Serve.Rollout>;
307
- version_id?: string;
308
- }
309
- namespace Serve {
310
- /**
311
- * One slot in a percentage rollout.
312
- */
313
- interface Rollout {
314
- version_id: string;
315
- weight: number;
316
- }
317
- }
318
- /**
319
- * A single attribute/operator/values check.
320
- *
321
- * A clause matches when the routing context's value for `attribute` satisfies
322
- * `operator` against any of `values`.
323
- */
324
- interface Match {
325
- /**
326
- * Attribute name from the routing context
327
- */
328
- attribute: string;
329
- /**
330
- * Match operator
331
- */
332
- operator: 'in' | 'not_in' | 'starts_with';
333
- values: Array<string>;
334
- }
335
- }
144
+ serve: Serve;
145
+ match?: Array<Clause>;
146
+ }
147
+ /**
148
+ * What a rule serves when matched.
149
+ *
150
+ * Exactly one of:
151
+ *
152
+ * - `version_id` serve a specific version
153
+ * - `rollout` — weighted random across versions; weights must sum to less than
154
+ * 100, with the leftover routing to the main version
155
+ */
156
+ export interface Serve {
157
+ rollout?: Array<RolloutSlot>;
158
+ version_id?: string;
159
+ }
160
+ export interface CanaryDeployCreateParams {
161
+ rules?: Array<RuleInput>;
162
+ }
163
+ export interface CanaryDeployUpdateParams {
164
+ rules?: Array<RuleInput>;
336
165
  }
337
166
  export declare namespace CanaryDeploys {
338
- export { type CanaryDeploy as CanaryDeploy, type CanaryDeployResponse as CanaryDeployResponse, type CanaryDeployCreateParams as CanaryDeployCreateParams, type CanaryDeployUpdateParams as CanaryDeployUpdateParams, };
167
+ export { type CanaryDeploy as CanaryDeploy, type CanaryDeployResponse as CanaryDeployResponse, type Clause as Clause, type RolloutSlot as RolloutSlot, type RuleInput as RuleInput, type RuleOutput as RuleOutput, type Serve as Serve, type CanaryDeployCreateParams as CanaryDeployCreateParams, type CanaryDeployUpdateParams as CanaryDeployUpdateParams, };
339
168
  }
340
169
  //# sourceMappingURL=canary-deploys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"canary-deploys.d.ts","sourceRoot":"","sources":["../../../src/resources/ai/assistants/canary-deploys.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"canary-deploys.d.ts","sourceRoot":"","sources":["../../../src/resources/ai/assistants/canary-deploys.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,oBAAoB,CAAC;IAInC;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAIzF;;;;;;;;;;;;;;OAcG;IACH,MAAM,CACJ,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,oBAAoB,CAAC;IAInC;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAMxE;AAED;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,CAAC;IAErB,UAAU,EAAE,MAAM,CAAC;IAEnB,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAEzB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,EAAE,IAAI,GAAG,QAAQ,GAAG,aAAa,CAAC;IAE1C,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IAEnB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB;;;;;;;;OAQG;IACH,KAAK,EAAE,KAAK,CAAC;IAEb,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvB;AAED;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;;;;OAQG;IACH,KAAK,EAAE,KAAK,CAAC;IAEb,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvB;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAE7B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC1B;AAED,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC1B;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,KAAK,IAAI,KAAK,EACnB,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
@@ -1,5 +1,5 @@
1
- export { Assistants, type Assistant, type AssistantTool, type AssistantsList, type AudioVisualizerConfig, type EnabledFeatures, type ExternalLlm, type ExternalLlmReq, type FallbackConfig, type FallbackConfigReq, type HangupTool, type HangupToolParams, type ImportMetadata, type InferenceEmbedding, type InferenceEmbeddingWebhookToolParams, type InsightSettings, type MessagingSettings, type Observability, type ObservabilityReq, type PostConversationSettings, type PostConversationSettingsReq, type PrivacySettings, type RetrievalTool, type TelephonySettings, type TranscriptionSettings, type TranscriptionSettingsConfig, type TransferTool, type VoiceSettings, type WebhookTool, type WidgetSettings, type AssistantDeleteResponse, type AssistantChatResponse, type AssistantGetTexmlResponse, type AssistantSendSMSResponse, type AssistantCreateParams, type AssistantRetrieveParams, type AssistantUpdateParams, type AssistantChatParams, type AssistantImportsParams, type AssistantSendSMSParams, } from "./assistants.mjs";
2
- export { CanaryDeploys, type CanaryDeploy, type CanaryDeployResponse, type CanaryDeployCreateParams, type CanaryDeployUpdateParams, } from "./canary-deploys.mjs";
1
+ export { Assistants, type Assistant, type AssistantIntegration, type AssistantMcpServer, type AssistantTool, type AssistantsList, type AudioVisualizerConfig, type EnabledFeatures, type ExternalLlm, type ExternalLlmReq, type FallbackConfig, type FallbackConfigReq, type HangupTool, type HangupToolParams, type ImportMetadata, type InferenceEmbedding, type InferenceEmbeddingInterruptionSettings, type InferenceEmbeddingWebhookToolParams, type InsightSettings, type MessagingSettings, type Observability, type ObservabilityReq, type PostConversationSettings, type PostConversationSettingsReq, type PrivacySettings, type RetrievalTool, type StartSpeakingPlan, type TelephonySettings, type TranscriptionEndpointingPlan, type TranscriptionSettings, type TranscriptionSettingsConfig, type TransferTool, type VoiceSettings, type WebhookTool, type WidgetSettings, type AssistantDeleteResponse, type AssistantChatResponse, type AssistantGetTexmlResponse, type AssistantSendSMSResponse, type AssistantCreateParams, type AssistantRetrieveParams, type AssistantUpdateParams, type AssistantChatParams, type AssistantImportsParams, type AssistantSendSMSParams, } from "./assistants.mjs";
2
+ export { CanaryDeploys, type CanaryDeploy, type CanaryDeployResponse, type Clause, type RolloutSlot, type RuleInput, type RuleOutput, type Serve, type CanaryDeployCreateParams, type CanaryDeployUpdateParams, } from "./canary-deploys.mjs";
3
3
  export { ScheduledEvents, type ConversationChannelType, type EventStatus, type ScheduledEventResponse, type ScheduledPhoneCallEventResponse, type ScheduledSMSEventResponse, type ScheduledEventListResponse, type ScheduledEventCreateParams, type ScheduledEventRetrieveParams, type ScheduledEventListParams, type ScheduledEventDeleteParams, type ScheduledEventListResponsesDefaultFlatPagination, } from "./scheduled-events.mjs";
4
4
  export { Tags, type TagListResponse, type TagAddResponse, type TagRemoveResponse, type TagAddParams, type TagRemoveParams, } from "./tags.mjs";
5
5
  export { Tests, type AssistantTest, type TelnyxConversationChannel, type TestCreateParams, type TestUpdateParams, type TestListParams, type AssistantTestsDefaultFlatPagination, } from "./tests/index.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,mCAAmC,EACxC,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B;OACM,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,uBAAuB,EAC5B,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,+BAA+B,EACpC,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,gDAAgD,GACtD;OACM,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,eAAe,GACrB;OACM,EACL,KAAK,EACL,KAAK,aAAa,EAClB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,mCAAmC,GACzC;OACM,EACL,KAAK,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,cAAc,GACpB;OACM,EACL,QAAQ,EACR,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,sCAAsC,EAC3C,KAAK,mCAAmC,EACxC,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B;OACM,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,MAAM,EACX,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,KAAK,EACV,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,uBAAuB,EAC5B,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,+BAA+B,EACpC,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,gDAAgD,GACtD;OACM,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,eAAe,GACrB;OACM,EACL,KAAK,EACL,KAAK,aAAa,EAClB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,mCAAmC,GACzC;OACM,EACL,KAAK,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,cAAc,GACpB;OACM,EACL,QAAQ,EACR,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B"}
@@ -1,5 +1,5 @@
1
- export { Assistants, type Assistant, type AssistantTool, type AssistantsList, type AudioVisualizerConfig, type EnabledFeatures, type ExternalLlm, type ExternalLlmReq, type FallbackConfig, type FallbackConfigReq, type HangupTool, type HangupToolParams, type ImportMetadata, type InferenceEmbedding, type InferenceEmbeddingWebhookToolParams, type InsightSettings, type MessagingSettings, type Observability, type ObservabilityReq, type PostConversationSettings, type PostConversationSettingsReq, type PrivacySettings, type RetrievalTool, type TelephonySettings, type TranscriptionSettings, type TranscriptionSettingsConfig, type TransferTool, type VoiceSettings, type WebhookTool, type WidgetSettings, type AssistantDeleteResponse, type AssistantChatResponse, type AssistantGetTexmlResponse, type AssistantSendSMSResponse, type AssistantCreateParams, type AssistantRetrieveParams, type AssistantUpdateParams, type AssistantChatParams, type AssistantImportsParams, type AssistantSendSMSParams, } from "./assistants.js";
2
- export { CanaryDeploys, type CanaryDeploy, type CanaryDeployResponse, type CanaryDeployCreateParams, type CanaryDeployUpdateParams, } from "./canary-deploys.js";
1
+ export { Assistants, type Assistant, type AssistantIntegration, type AssistantMcpServer, type AssistantTool, type AssistantsList, type AudioVisualizerConfig, type EnabledFeatures, type ExternalLlm, type ExternalLlmReq, type FallbackConfig, type FallbackConfigReq, type HangupTool, type HangupToolParams, type ImportMetadata, type InferenceEmbedding, type InferenceEmbeddingInterruptionSettings, type InferenceEmbeddingWebhookToolParams, type InsightSettings, type MessagingSettings, type Observability, type ObservabilityReq, type PostConversationSettings, type PostConversationSettingsReq, type PrivacySettings, type RetrievalTool, type StartSpeakingPlan, type TelephonySettings, type TranscriptionEndpointingPlan, type TranscriptionSettings, type TranscriptionSettingsConfig, type TransferTool, type VoiceSettings, type WebhookTool, type WidgetSettings, type AssistantDeleteResponse, type AssistantChatResponse, type AssistantGetTexmlResponse, type AssistantSendSMSResponse, type AssistantCreateParams, type AssistantRetrieveParams, type AssistantUpdateParams, type AssistantChatParams, type AssistantImportsParams, type AssistantSendSMSParams, } from "./assistants.js";
2
+ export { CanaryDeploys, type CanaryDeploy, type CanaryDeployResponse, type Clause, type RolloutSlot, type RuleInput, type RuleOutput, type Serve, type CanaryDeployCreateParams, type CanaryDeployUpdateParams, } from "./canary-deploys.js";
3
3
  export { ScheduledEvents, type ConversationChannelType, type EventStatus, type ScheduledEventResponse, type ScheduledPhoneCallEventResponse, type ScheduledSMSEventResponse, type ScheduledEventListResponse, type ScheduledEventCreateParams, type ScheduledEventRetrieveParams, type ScheduledEventListParams, type ScheduledEventDeleteParams, type ScheduledEventListResponsesDefaultFlatPagination, } from "./scheduled-events.js";
4
4
  export { Tags, type TagListResponse, type TagAddResponse, type TagRemoveResponse, type TagAddParams, type TagRemoveParams, } from "./tags.js";
5
5
  export { Tests, type AssistantTest, type TelnyxConversationChannel, type TestCreateParams, type TestUpdateParams, type TestListParams, type AssistantTestsDefaultFlatPagination, } from "./tests/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,mCAAmC,EACxC,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B;OACM,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,uBAAuB,EAC5B,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,+BAA+B,EACpC,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,gDAAgD,GACtD;OACM,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,eAAe,GACrB;OACM,EACL,KAAK,EACL,KAAK,aAAa,EAClB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,mCAAmC,GACzC;OACM,EACL,KAAK,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,cAAc,GACpB;OACM,EACL,QAAQ,EACR,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,sCAAsC,EAC3C,KAAK,mCAAmC,EACxC,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,4BAA4B,EACjC,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAChC,KAAK,YAAY,EACjB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,GAC5B;OACM,EACL,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,MAAM,EACX,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,KAAK,EACV,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,eAAe,EACf,KAAK,uBAAuB,EAC5B,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAC3B,KAAK,+BAA+B,EACpC,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,gDAAgD,GACtD;OACM,EACL,IAAI,EACJ,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,eAAe,GACrB;OACM,EACL,KAAK,EACL,KAAK,aAAa,EAClB,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,mCAAmC,GACzC;OACM,EACL,KAAK,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,cAAc,GACpB;OACM,EACL,QAAQ,EACR,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,GAC1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAyCsB;AAxCpB,wGAAA,UAAU,OAAA;AAyCZ,sDAM0B;AALxB,+GAAA,aAAa,OAAA;AAMf,0DAa4B;AAZ1B,mHAAA,eAAe,OAAA;AAajB,kCAOgB;AANd,4FAAA,IAAI,OAAA;AAON,0CAQuB;AAPrB,8FAAA,KAAK,OAAA;AAQP,oCAQiB;AAPf,8FAAA,KAAK,OAAA;AAQP,0CAOoB;AANlB,oGAAA,QAAQ,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CA8CsB;AA7CpB,wGAAA,UAAU,OAAA;AA8CZ,sDAW0B;AAVxB,+GAAA,aAAa,OAAA;AAWf,0DAa4B;AAZ1B,mHAAA,eAAe,OAAA;AAajB,kCAOgB;AANd,4FAAA,IAAI,OAAA;AAON,0CAQuB;AAPrB,8FAAA,KAAK,OAAA;AAQP,oCAQiB;AAPf,8FAAA,KAAK,OAAA;AAQP,0CAOoB;AANlB,oGAAA,QAAQ,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GAwCX;OACM,EACL,aAAa,GAKd;OACM,EACL,eAAe,GAYhB;OACM,EACL,IAAI,GAML;OACM,EACL,KAAK,GAON;OACM,EACL,KAAK,GAON;OACM,EACL,QAAQ,GAMT"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/ai/assistants/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GA6CX;OACM,EACL,aAAa,GAUd;OACM,EACL,eAAe,GAYhB;OACM,EACL,IAAI,GAML;OACM,EACL,KAAK,GAON;OACM,EACL,KAAK,GAON;OACM,EACL,QAAQ,GAMT"}