Skip to content

Commit 6d1a136

Browse files
committed
Release 0.4.0
1 parent 3a1f5b2 commit 6d1a136

9 files changed

+68
-24
lines changed

src/api/types/AzureCredentialRegion.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
*/
88
export 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

2628
export 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",

src/api/types/AzureOpenAiCredentialRegion.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
export 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

2325
export 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",

src/api/types/CreateAzureCredentialDtoRegion.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
*/
88
export 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

2628
export 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",

src/api/types/CreateAzureOpenAiCredentialDtoRegion.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
export 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

2325
export 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",

src/api/types/UpdateAzureCredentialDtoRegion.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
*/
88
export 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

2628
export 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",

src/api/types/UpdateAzureOpenAiCredentialDtoRegion.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
export 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

2325
export 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",

src/api/types/UpdateWorkflowDto.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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;

src/api/types/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ export * from "./Say";
597597
export * from "./Gather";
598598
export * from "./CreateWorkflowDtoNodesItem";
599599
export * from "./CreateWorkflowDto";
600+
export * from "./UpdateWorkflowDtoNodesItem";
601+
export * from "./UpdateWorkflowDto";
600602
export * from "./ClientMessageConversationUpdateMessagesItem";
601603
export * from "./ClientMessageConversationUpdate";
602604
export * from "./ClientMessageHang";

0 commit comments

Comments
 (0)