retell-sdk 5.24.0 → 5.25.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.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
- package/resources/batch-call.d.mts +1 -1
- package/resources/batch-call.d.mts.map +1 -1
- package/resources/batch-call.d.ts +1 -1
- package/resources/batch-call.d.ts.map +1 -1
- package/resources/call.d.mts +11 -11
- package/resources/call.d.mts.map +1 -1
- package/resources/call.d.ts +11 -11
- package/resources/call.d.ts.map +1 -1
- package/resources/chat.d.mts +5 -7
- package/resources/chat.d.mts.map +1 -1
- package/resources/chat.d.ts +5 -7
- package/resources/chat.d.ts.map +1 -1
- package/resources/conversation-flow-component.d.mts +6 -18
- package/resources/conversation-flow-component.d.mts.map +1 -1
- package/resources/conversation-flow-component.d.ts +6 -18
- package/resources/conversation-flow-component.d.ts.map +1 -1
- package/resources/conversation-flow.d.mts +12 -36
- package/resources/conversation-flow.d.mts.map +1 -1
- package/resources/conversation-flow.d.ts +12 -36
- package/resources/conversation-flow.d.ts.map +1 -1
- package/resources/llm.d.mts +9 -27
- package/resources/llm.d.mts.map +1 -1
- package/resources/llm.d.ts +9 -27
- package/resources/llm.d.ts.map +1 -1
- package/resources/mcp-tool.d.mts +1 -3
- package/resources/mcp-tool.d.mts.map +1 -1
- package/resources/mcp-tool.d.ts +1 -3
- package/resources/mcp-tool.d.ts.map +1 -1
- package/resources/playground.d.mts +1 -3
- package/resources/playground.d.mts.map +1 -1
- package/resources/playground.d.ts +1 -3
- package/resources/playground.d.ts.map +1 -1
- package/resources/tests.d.mts +3 -9
- package/resources/tests.d.mts.map +1 -1
- package/resources/tests.d.ts +3 -9
- package/resources/tests.d.ts.map +1 -1
- package/src/resources/batch-call.ts +1 -1
- package/src/resources/call.ts +11 -11
- package/src/resources/chat.ts +5 -5
- package/src/resources/conversation-flow-component.ts +6 -6
- package/src/resources/conversation-flow.ts +12 -12
- package/src/resources/llm.ts +9 -9
- package/src/resources/mcp-tool.ts +1 -1
- package/src/resources/playground.ts +1 -1
- package/src/resources/tests.ts +3 -3
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1540,9 +1540,7 @@ export declare namespace ConversationFlowComponentResponse {
|
|
|
1540
1540
|
* The value of properties is an object, where each key is the name of a property
|
|
1541
1541
|
* and each value is a schema used to validate that property.
|
|
1542
1542
|
*/
|
|
1543
|
-
properties:
|
|
1544
|
-
[key: string]: unknown;
|
|
1545
|
-
};
|
|
1543
|
+
properties: unknown;
|
|
1546
1544
|
/**
|
|
1547
1545
|
* Type must be "object" for a JSON Schema object.
|
|
1548
1546
|
*/
|
|
@@ -5784,9 +5782,7 @@ export declare namespace ConversationFlowComponentResponse {
|
|
|
5784
5782
|
* The value of properties is an object, where each key is the name of a property
|
|
5785
5783
|
* and each value is a schema used to validate that property.
|
|
5786
5784
|
*/
|
|
5787
|
-
properties:
|
|
5788
|
-
[key: string]: unknown;
|
|
5789
|
-
};
|
|
5785
|
+
properties: unknown;
|
|
5790
5786
|
/**
|
|
5791
5787
|
* Type must be "object" for a JSON Schema object.
|
|
5792
5788
|
*/
|
|
@@ -7344,9 +7340,7 @@ export declare namespace ConversationFlowComponentCreateParams {
|
|
|
7344
7340
|
* The value of properties is an object, where each key is the name of a property
|
|
7345
7341
|
* and each value is a schema used to validate that property.
|
|
7346
7342
|
*/
|
|
7347
|
-
properties:
|
|
7348
|
-
[key: string]: unknown;
|
|
7349
|
-
};
|
|
7343
|
+
properties: unknown;
|
|
7350
7344
|
/**
|
|
7351
7345
|
* Type must be "object" for a JSON Schema object.
|
|
7352
7346
|
*/
|
|
@@ -11588,9 +11582,7 @@ export declare namespace ConversationFlowComponentCreateParams {
|
|
|
11588
11582
|
* The value of properties is an object, where each key is the name of a property
|
|
11589
11583
|
* and each value is a schema used to validate that property.
|
|
11590
11584
|
*/
|
|
11591
|
-
properties:
|
|
11592
|
-
[key: string]: unknown;
|
|
11593
|
-
};
|
|
11585
|
+
properties: unknown;
|
|
11594
11586
|
/**
|
|
11595
11587
|
* Type must be "object" for a JSON Schema object.
|
|
11596
11588
|
*/
|
|
@@ -13168,9 +13160,7 @@ export declare namespace ConversationFlowComponentUpdateParams {
|
|
|
13168
13160
|
* The value of properties is an object, where each key is the name of a property
|
|
13169
13161
|
* and each value is a schema used to validate that property.
|
|
13170
13162
|
*/
|
|
13171
|
-
properties:
|
|
13172
|
-
[key: string]: unknown;
|
|
13173
|
-
};
|
|
13163
|
+
properties: unknown;
|
|
13174
13164
|
/**
|
|
13175
13165
|
* Type must be "object" for a JSON Schema object.
|
|
13176
13166
|
*/
|
|
@@ -17381,9 +17371,7 @@ export declare namespace ConversationFlowComponentUpdateParams {
|
|
|
17381
17371
|
* The value of properties is an object, where each key is the name of a property
|
|
17382
17372
|
* and each value is a schema used to validate that property.
|
|
17383
17373
|
*/
|
|
17384
|
-
properties:
|
|
17385
|
-
[key: string]: unknown;
|
|
17386
|
-
};
|
|
17374
|
+
properties: unknown;
|
|
17387
17375
|
/**
|
|
17388
17376
|
* Type must be "object" for a JSON Schema object.
|
|
17389
17377
|
*/
|