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 77 */
88export type AzureCredentialRegion =
99 | "australia"
10- | "canada"
10+ | "canadaeast"
11+ | "canadacentral"
1112 | "eastus2"
1213 | "eastus"
1314 | "france"
1415 | "india"
15- | "japan"
16+ | "japaneast"
17+ | "japanwest"
1618 | "uaenorth"
1719 | "northcentralus"
1820 | "norway"
@@ -25,12 +27,14 @@ export type AzureCredentialRegion =
2527
2628export const AzureCredentialRegion = {
2729 Australia : "australia" ,
28- Canada : "canada" ,
30+ Canadaeast : "canadaeast" ,
31+ Canadacentral : "canadacentral" ,
2932 Eastus2 : "eastus2" ,
3033 Eastus : "eastus" ,
3134 France : "france" ,
3235 India : "india" ,
33- Japan : "japan" ,
36+ Japaneast : "japaneast" ,
37+ Japanwest : "japanwest" ,
3438 Uaenorth : "uaenorth" ,
3539 Northcentralus : "northcentralus" ,
3640 Norway : "norway" ,
Original file line number Diff line number Diff line change 44
55export type AzureOpenAiCredentialRegion =
66 | "australia"
7- | "canada"
7+ | "canadaeast"
8+ | "canadacentral"
89 | "eastus2"
910 | "eastus"
1011 | "france"
1112 | "india"
12- | "japan"
13+ | "japaneast"
14+ | "japanwest"
1315 | "uaenorth"
1416 | "northcentralus"
1517 | "norway"
@@ -22,12 +24,14 @@ export type AzureOpenAiCredentialRegion =
2224
2325export const AzureOpenAiCredentialRegion = {
2426 Australia : "australia" ,
25- Canada : "canada" ,
27+ Canadaeast : "canadaeast" ,
28+ Canadacentral : "canadacentral" ,
2629 Eastus2 : "eastus2" ,
2730 Eastus : "eastus" ,
2831 France : "france" ,
2932 India : "india" ,
30- Japan : "japan" ,
33+ Japaneast : "japaneast" ,
34+ Japanwest : "japanwest" ,
3135 Uaenorth : "uaenorth" ,
3236 Northcentralus : "northcentralus" ,
3337 Norway : "norway" ,
Original file line number Diff line number Diff line change 77 */
88export type CreateAzureCredentialDtoRegion =
99 | "australia"
10- | "canada"
10+ | "canadaeast"
11+ | "canadacentral"
1112 | "eastus2"
1213 | "eastus"
1314 | "france"
1415 | "india"
15- | "japan"
16+ | "japaneast"
17+ | "japanwest"
1618 | "uaenorth"
1719 | "northcentralus"
1820 | "norway"
@@ -25,12 +27,14 @@ export type CreateAzureCredentialDtoRegion =
2527
2628export const CreateAzureCredentialDtoRegion = {
2729 Australia : "australia" ,
28- Canada : "canada" ,
30+ Canadaeast : "canadaeast" ,
31+ Canadacentral : "canadacentral" ,
2932 Eastus2 : "eastus2" ,
3033 Eastus : "eastus" ,
3134 France : "france" ,
3235 India : "india" ,
33- Japan : "japan" ,
36+ Japaneast : "japaneast" ,
37+ Japanwest : "japanwest" ,
3438 Uaenorth : "uaenorth" ,
3539 Northcentralus : "northcentralus" ,
3640 Norway : "norway" ,
Original file line number Diff line number Diff line change 44
55export type CreateAzureOpenAiCredentialDtoRegion =
66 | "australia"
7- | "canada"
7+ | "canadaeast"
8+ | "canadacentral"
89 | "eastus2"
910 | "eastus"
1011 | "france"
1112 | "india"
12- | "japan"
13+ | "japaneast"
14+ | "japanwest"
1315 | "uaenorth"
1416 | "northcentralus"
1517 | "norway"
@@ -22,12 +24,14 @@ export type CreateAzureOpenAiCredentialDtoRegion =
2224
2325export const CreateAzureOpenAiCredentialDtoRegion = {
2426 Australia : "australia" ,
25- Canada : "canada" ,
27+ Canadaeast : "canadaeast" ,
28+ Canadacentral : "canadacentral" ,
2629 Eastus2 : "eastus2" ,
2730 Eastus : "eastus" ,
2831 France : "france" ,
2932 India : "india" ,
30- Japan : "japan" ,
33+ Japaneast : "japaneast" ,
34+ Japanwest : "japanwest" ,
3135 Uaenorth : "uaenorth" ,
3236 Northcentralus : "northcentralus" ,
3337 Norway : "norway" ,
Original file line number Diff line number Diff line change 77 */
88export type UpdateAzureCredentialDtoRegion =
99 | "australia"
10- | "canada"
10+ | "canadaeast"
11+ | "canadacentral"
1112 | "eastus2"
1213 | "eastus"
1314 | "france"
1415 | "india"
15- | "japan"
16+ | "japaneast"
17+ | "japanwest"
1618 | "uaenorth"
1719 | "northcentralus"
1820 | "norway"
@@ -25,12 +27,14 @@ export type UpdateAzureCredentialDtoRegion =
2527
2628export const UpdateAzureCredentialDtoRegion = {
2729 Australia : "australia" ,
28- Canada : "canada" ,
30+ Canadaeast : "canadaeast" ,
31+ Canadacentral : "canadacentral" ,
2932 Eastus2 : "eastus2" ,
3033 Eastus : "eastus" ,
3134 France : "france" ,
3235 India : "india" ,
33- Japan : "japan" ,
36+ Japaneast : "japaneast" ,
37+ Japanwest : "japanwest" ,
3438 Uaenorth : "uaenorth" ,
3539 Northcentralus : "northcentralus" ,
3640 Norway : "norway" ,
Original file line number Diff line number Diff line change 44
55export type UpdateAzureOpenAiCredentialDtoRegion =
66 | "australia"
7- | "canada"
7+ | "canadaeast"
8+ | "canadacentral"
89 | "eastus2"
910 | "eastus"
1011 | "france"
1112 | "india"
12- | "japan"
13+ | "japaneast"
14+ | "japanwest"
1315 | "uaenorth"
1416 | "northcentralus"
1517 | "norway"
@@ -22,12 +24,14 @@ export type UpdateAzureOpenAiCredentialDtoRegion =
2224
2325export const UpdateAzureOpenAiCredentialDtoRegion = {
2426 Australia : "australia" ,
25- Canada : "canada" ,
27+ Canadaeast : "canadaeast" ,
28+ Canadacentral : "canadacentral" ,
2629 Eastus2 : "eastus2" ,
2730 Eastus : "eastus" ,
2831 France : "france" ,
2932 India : "india" ,
30- Japan : "japan" ,
33+ Japaneast : "japaneast" ,
34+ Japanwest : "japanwest" ,
3135 Uaenorth : "uaenorth" ,
3236 Northcentralus : "northcentralus" ,
3337 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";
597597export * from "./Gather" ;
598598export * from "./CreateWorkflowDtoNodesItem" ;
599599export * from "./CreateWorkflowDto" ;
600+ export * from "./UpdateWorkflowDtoNodesItem" ;
601+ export * from "./UpdateWorkflowDto" ;
600602export * from "./ClientMessageConversationUpdateMessagesItem" ;
601603export * from "./ClientMessageConversationUpdate" ;
602604export * from "./ClientMessageHang" ;
You can’t perform that action at this time.
0 commit comments