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
|
@@ -1623,9 +1623,7 @@ export declare namespace ConversationFlowResponse {
|
|
|
1623
1623
|
* The value of properties is an object, where each key is the name of a property
|
|
1624
1624
|
* and each value is a schema used to validate that property.
|
|
1625
1625
|
*/
|
|
1626
|
-
properties:
|
|
1627
|
-
[key: string]: unknown;
|
|
1628
|
-
};
|
|
1626
|
+
properties: unknown;
|
|
1629
1627
|
/**
|
|
1630
1628
|
* Type must be "object" for a JSON Schema object.
|
|
1631
1629
|
*/
|
|
@@ -5867,9 +5865,7 @@ export declare namespace ConversationFlowResponse {
|
|
|
5867
5865
|
* The value of properties is an object, where each key is the name of a property
|
|
5868
5866
|
* and each value is a schema used to validate that property.
|
|
5869
5867
|
*/
|
|
5870
|
-
properties:
|
|
5871
|
-
[key: string]: unknown;
|
|
5872
|
-
};
|
|
5868
|
+
properties: unknown;
|
|
5873
5869
|
/**
|
|
5874
5870
|
* Type must be "object" for a JSON Schema object.
|
|
5875
5871
|
*/
|
|
@@ -7439,9 +7435,7 @@ export declare namespace ConversationFlowResponse {
|
|
|
7439
7435
|
* The value of properties is an object, where each key is the name of a property
|
|
7440
7436
|
* and each value is a schema used to validate that property.
|
|
7441
7437
|
*/
|
|
7442
|
-
properties:
|
|
7443
|
-
[key: string]: unknown;
|
|
7444
|
-
};
|
|
7438
|
+
properties: unknown;
|
|
7445
7439
|
/**
|
|
7446
7440
|
* Type must be "object" for a JSON Schema object.
|
|
7447
7441
|
*/
|
|
@@ -11652,9 +11646,7 @@ export declare namespace ConversationFlowResponse {
|
|
|
11652
11646
|
* The value of properties is an object, where each key is the name of a property
|
|
11653
11647
|
* and each value is a schema used to validate that property.
|
|
11654
11648
|
*/
|
|
11655
|
-
properties:
|
|
11656
|
-
[key: string]: unknown;
|
|
11657
|
-
};
|
|
11649
|
+
properties: unknown;
|
|
11658
11650
|
/**
|
|
11659
11651
|
* Type must be "object" for a JSON Schema object.
|
|
11660
11652
|
*/
|
|
@@ -13277,9 +13269,7 @@ export declare namespace ConversationFlowCreateParams {
|
|
|
13277
13269
|
* The value of properties is an object, where each key is the name of a property
|
|
13278
13270
|
* and each value is a schema used to validate that property.
|
|
13279
13271
|
*/
|
|
13280
|
-
properties:
|
|
13281
|
-
[key: string]: unknown;
|
|
13282
|
-
};
|
|
13272
|
+
properties: unknown;
|
|
13283
13273
|
/**
|
|
13284
13274
|
* Type must be "object" for a JSON Schema object.
|
|
13285
13275
|
*/
|
|
@@ -18808,9 +18798,7 @@ export declare namespace ConversationFlowCreateParams {
|
|
|
18808
18798
|
* The value of properties is an object, where each key is the name of a property
|
|
18809
18799
|
* and each value is a schema used to validate that property.
|
|
18810
18800
|
*/
|
|
18811
|
-
properties:
|
|
18812
|
-
[key: string]: unknown;
|
|
18813
|
-
};
|
|
18801
|
+
properties: unknown;
|
|
18814
18802
|
/**
|
|
18815
18803
|
* Type must be "object" for a JSON Schema object.
|
|
18816
18804
|
*/
|
|
@@ -23052,9 +23040,7 @@ export declare namespace ConversationFlowCreateParams {
|
|
|
23052
23040
|
* The value of properties is an object, where each key is the name of a property
|
|
23053
23041
|
* and each value is a schema used to validate that property.
|
|
23054
23042
|
*/
|
|
23055
|
-
properties:
|
|
23056
|
-
[key: string]: unknown;
|
|
23057
|
-
};
|
|
23043
|
+
properties: unknown;
|
|
23058
23044
|
/**
|
|
23059
23045
|
* Type must be "object" for a JSON Schema object.
|
|
23060
23046
|
*/
|
|
@@ -23327,9 +23313,7 @@ export declare namespace ConversationFlowCreateParams {
|
|
|
23327
23313
|
* The value of properties is an object, where each key is the name of a property
|
|
23328
23314
|
* and each value is a schema used to validate that property.
|
|
23329
23315
|
*/
|
|
23330
|
-
properties:
|
|
23331
|
-
[key: string]: unknown;
|
|
23332
|
-
};
|
|
23316
|
+
properties: unknown;
|
|
23333
23317
|
/**
|
|
23334
23318
|
* Type must be "object" for a JSON Schema object.
|
|
23335
23319
|
*/
|
|
@@ -24975,9 +24959,7 @@ export declare namespace ConversationFlowUpdateParams {
|
|
|
24975
24959
|
* The value of properties is an object, where each key is the name of a property
|
|
24976
24960
|
* and each value is a schema used to validate that property.
|
|
24977
24961
|
*/
|
|
24978
|
-
properties:
|
|
24979
|
-
[key: string]: unknown;
|
|
24980
|
-
};
|
|
24962
|
+
properties: unknown;
|
|
24981
24963
|
/**
|
|
24982
24964
|
* Type must be "object" for a JSON Schema object.
|
|
24983
24965
|
*/
|
|
@@ -29219,9 +29201,7 @@ export declare namespace ConversationFlowUpdateParams {
|
|
|
29219
29201
|
* The value of properties is an object, where each key is the name of a property
|
|
29220
29202
|
* and each value is a schema used to validate that property.
|
|
29221
29203
|
*/
|
|
29222
|
-
properties:
|
|
29223
|
-
[key: string]: unknown;
|
|
29224
|
-
};
|
|
29204
|
+
properties: unknown;
|
|
29225
29205
|
/**
|
|
29226
29206
|
* Type must be "object" for a JSON Schema object.
|
|
29227
29207
|
*/
|
|
@@ -30791,9 +30771,7 @@ export declare namespace ConversationFlowUpdateParams {
|
|
|
30791
30771
|
* The value of properties is an object, where each key is the name of a property
|
|
30792
30772
|
* and each value is a schema used to validate that property.
|
|
30793
30773
|
*/
|
|
30794
|
-
properties:
|
|
30795
|
-
[key: string]: unknown;
|
|
30796
|
-
};
|
|
30774
|
+
properties: unknown;
|
|
30797
30775
|
/**
|
|
30798
30776
|
* Type must be "object" for a JSON Schema object.
|
|
30799
30777
|
*/
|
|
@@ -35004,9 +34982,7 @@ export declare namespace ConversationFlowUpdateParams {
|
|
|
35004
34982
|
* The value of properties is an object, where each key is the name of a property
|
|
35005
34983
|
* and each value is a schema used to validate that property.
|
|
35006
34984
|
*/
|
|
35007
|
-
properties:
|
|
35008
|
-
[key: string]: unknown;
|
|
35009
|
-
};
|
|
34985
|
+
properties: unknown;
|
|
35010
34986
|
/**
|
|
35011
34987
|
* Type must be "object" for a JSON Schema object.
|
|
35012
34988
|
*/
|