File tree Expand file tree Collapse file tree 9 files changed +68
-24
lines changed Expand file tree Collapse file tree 9 files changed +68
-24
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
export type AzureCredentialRegion =
9
9
| "australia"
10
- | "canada"
10
+ | "canadaeast"
11
+ | "canadacentral"
11
12
| "eastus2"
12
13
| "eastus"
13
14
| "france"
14
15
| "india"
15
- | "japan"
16
+ | "japaneast"
17
+ | "japanwest"
16
18
| "uaenorth"
17
19
| "northcentralus"
18
20
| "norway"
@@ -25,12 +27,14 @@ export type AzureCredentialRegion =
25
27
26
28
export const AzureCredentialRegion = {
27
29
Australia : "australia" ,
28
- Canada : "canada" ,
30
+ Canadaeast : "canadaeast" ,
31
+ Canadacentral : "canadacentral" ,
29
32
Eastus2 : "eastus2" ,
30
33
Eastus : "eastus" ,
31
34
France : "france" ,
32
35
India : "india" ,
33
- Japan : "japan" ,
36
+ Japaneast : "japaneast" ,
37
+ Japanwest : "japanwest" ,
34
38
Uaenorth : "uaenorth" ,
35
39
Northcentralus : "northcentralus" ,
36
40
Norway : "norway" ,
Original file line number Diff line number Diff line change 4
4
5
5
export type AzureOpenAiCredentialRegion =
6
6
| "australia"
7
- | "canada"
7
+ | "canadaeast"
8
+ | "canadacentral"
8
9
| "eastus2"
9
10
| "eastus"
10
11
| "france"
11
12
| "india"
12
- | "japan"
13
+ | "japaneast"
14
+ | "japanwest"
13
15
| "uaenorth"
14
16
| "northcentralus"
15
17
| "norway"
@@ -22,12 +24,14 @@ export type AzureOpenAiCredentialRegion =
22
24
23
25
export const AzureOpenAiCredentialRegion = {
24
26
Australia : "australia" ,
25
- Canada : "canada" ,
27
+ Canadaeast : "canadaeast" ,
28
+ Canadacentral : "canadacentral" ,
26
29
Eastus2 : "eastus2" ,
27
30
Eastus : "eastus" ,
28
31
France : "france" ,
29
32
India : "india" ,
30
- Japan : "japan" ,
33
+ Japaneast : "japaneast" ,
34
+ Japanwest : "japanwest" ,
31
35
Uaenorth : "uaenorth" ,
32
36
Northcentralus : "northcentralus" ,
33
37
Norway : "norway" ,
Original file line number Diff line number Diff line change 7
7
*/
8
8
export type CreateAzureCredentialDtoRegion =
9
9
| "australia"
10
- | "canada"
10
+ | "canadaeast"
11
+ | "canadacentral"
11
12
| "eastus2"
12
13
| "eastus"
13
14
| "france"
14
15
| "india"
15
- | "japan"
16
+ | "japaneast"
17
+ | "japanwest"
16
18
| "uaenorth"
17
19
| "northcentralus"
18
20
| "norway"
@@ -25,12 +27,14 @@ export type CreateAzureCredentialDtoRegion =
25
27
26
28
export const CreateAzureCredentialDtoRegion = {
27
29
Australia : "australia" ,
28
- Canada : "canada" ,
30
+ Canadaeast : "canadaeast" ,
31
+ Canadacentral : "canadacentral" ,
29
32
Eastus2 : "eastus2" ,
30
33
Eastus : "eastus" ,
31
34
France : "france" ,
32
35
India : "india" ,
33
- Japan : "japan" ,
36
+ Japaneast : "japaneast" ,
37
+ Japanwest : "japanwest" ,
34
38
Uaenorth : "uaenorth" ,
35
39
Northcentralus : "northcentralus" ,
36
40
Norway : "norway" ,
Original file line number Diff line number Diff line change 4
4
5
5
export type CreateAzureOpenAiCredentialDtoRegion =
6
6
| "australia"
7
- | "canada"
7
+ | "canadaeast"
8
+ | "canadacentral"
8
9
| "eastus2"
9
10
| "eastus"
10
11
| "france"
11
12
| "india"
12
- | "japan"
13
+ | "japaneast"
14
+ | "japanwest"
13
15
| "uaenorth"
14
16
| "northcentralus"
15
17
| "norway"
@@ -22,12 +24,14 @@ export type CreateAzureOpenAiCredentialDtoRegion =
22
24
23
25
export const CreateAzureOpenAiCredentialDtoRegion = {
24
26
Australia : "australia" ,
25
- Canada : "canada" ,
27
+ Canadaeast : "canadaeast" ,
28
+ Canadacentral : "canadacentral" ,
26
29
Eastus2 : "eastus2" ,
27
30
Eastus : "eastus" ,
28
31
France : "france" ,
29
32
India : "india" ,
30
- Japan : "japan" ,
33
+ Japaneast : "japaneast" ,
34
+ Japanwest : "japanwest" ,
31
35
Uaenorth : "uaenorth" ,
32
36
Northcentralus : "northcentralus" ,
33
37
Norway : "norway" ,
Original file line number Diff line number Diff line change 7
7
*/
8
8
export type UpdateAzureCredentialDtoRegion =
9
9
| "australia"
10
- | "canada"
10
+ | "canadaeast"
11
+ | "canadacentral"
11
12
| "eastus2"
12
13
| "eastus"
13
14
| "france"
14
15
| "india"
15
- | "japan"
16
+ | "japaneast"
17
+ | "japanwest"
16
18
| "uaenorth"
17
19
| "northcentralus"
18
20
| "norway"
@@ -25,12 +27,14 @@ export type UpdateAzureCredentialDtoRegion =
25
27
26
28
export const UpdateAzureCredentialDtoRegion = {
27
29
Australia : "australia" ,
28
- Canada : "canada" ,
30
+ Canadaeast : "canadaeast" ,
31
+ Canadacentral : "canadacentral" ,
29
32
Eastus2 : "eastus2" ,
30
33
Eastus : "eastus" ,
31
34
France : "france" ,
32
35
India : "india" ,
33
- Japan : "japan" ,
36
+ Japaneast : "japaneast" ,
37
+ Japanwest : "japanwest" ,
34
38
Uaenorth : "uaenorth" ,
35
39
Northcentralus : "northcentralus" ,
36
40
Norway : "norway" ,
Original file line number Diff line number Diff line change 4
4
5
5
export type UpdateAzureOpenAiCredentialDtoRegion =
6
6
| "australia"
7
- | "canada"
7
+ | "canadaeast"
8
+ | "canadacentral"
8
9
| "eastus2"
9
10
| "eastus"
10
11
| "france"
11
12
| "india"
12
- | "japan"
13
+ | "japaneast"
14
+ | "japanwest"
13
15
| "uaenorth"
14
16
| "northcentralus"
15
17
| "norway"
@@ -22,12 +24,14 @@ export type UpdateAzureOpenAiCredentialDtoRegion =
22
24
23
25
export const UpdateAzureOpenAiCredentialDtoRegion = {
24
26
Australia : "australia" ,
25
- Canada : "canada" ,
27
+ Canadaeast : "canadaeast" ,
28
+ Canadacentral : "canadacentral" ,
26
29
Eastus2 : "eastus2" ,
27
30
Eastus : "eastus" ,
28
31
France : "france" ,
29
32
India : "india" ,
30
- Japan : "japan" ,
33
+ Japaneast : "japaneast" ,
34
+ Japanwest : "japanwest" ,
31
35
Uaenorth : "uaenorth" ,
32
36
Northcentralus : "northcentralus" ,
33
37
Norway : "norway" ,
Original file line number Diff line number Diff line change
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+
5
+ import * as Vapi from "../index" ;
6
+
7
+ export interface UpdateWorkflowDto {
8
+ nodes ?: Vapi . UpdateWorkflowDtoNodesItem [ ] ;
9
+ name ?: string ;
10
+ edges ?: Vapi . Edge [ ] ;
11
+ }
Original file line number Diff line number Diff line change
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+
5
+ import * as Vapi from "../index" ;
6
+
7
+ export type UpdateWorkflowDtoNodesItem = Vapi . Say | Vapi . Gather | unknown | Vapi . CreateWorkflowDto ;
Original file line number Diff line number Diff line change @@ -597,6 +597,8 @@ export * from "./Say";
597
597
export * from "./Gather" ;
598
598
export * from "./CreateWorkflowDtoNodesItem" ;
599
599
export * from "./CreateWorkflowDto" ;
600
+ export * from "./UpdateWorkflowDtoNodesItem" ;
601
+ export * from "./UpdateWorkflowDto" ;
600
602
export * from "./ClientMessageConversationUpdateMessagesItem" ;
601
603
export * from "./ClientMessageConversationUpdate" ;
602
604
export * from "./ClientMessageHang" ;
You can’t perform that action at this time.
0 commit comments