Skip to content

Commit 5de7620

Browse files
SDK regeneration
1 parent 91f1e88 commit 5de7620

File tree

223 files changed

+265
-584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+265
-584
lines changed

src/api/types/Ai21Model.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=AI21 Model
9-
* +icon=ai21
8+
* AI21 Model
109
*/
1110
export interface Ai21Model {
1211
/** +value=integration/model/ai21 */

src/api/types/Ai21ProviderAccount.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=AI21
9-
* +icon=ai21
8+
* AI21
109
*/
1110
export interface Ai21ProviderAccount {
1211
/** +value=provider-account/ai21 */

src/api/types/AlertConfig.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,9 @@
55
import * as TrueFoundry from "../index.js";
66

77
export interface AlertConfig {
8-
/**
9-
* +label=Type
10-
* +value=alert-config
11-
*/
8+
/** Type */
129
type: "alert-config";
13-
/**
14-
* +label=Name
15-
* +message=3 to 35 lower case characters long alphanumeric word, may contain - in between, cannot start with a number
16-
* +uiProps={"descriptionInline":true}
17-
* +uiType=Hidden
18-
*/
10+
/** Name - 3 to 35 lower case characters long alphanumeric word, may contain - in between, cannot start with a number */
1911
name: string;
2012
resource: TrueFoundry.AlertConfigResource;
2113
/** Configure one or more notification targets where alerts will be sent. Each target specifies a notification channel (email or slack). */

src/api/types/AnthropicModel.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=Anthropic Model
9-
* +icon=anthropic
8+
* Anthropic Model
109
*/
1110
export interface AnthropicModel {
1211
/** Name to identify this Anthropic model in the UI */

src/api/types/AnthropicProviderAccount.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=Anthropic
9-
* +icon=anthropic
8+
* Anthropic
109
*/
1110
export interface AnthropicProviderAccount {
1211
/** +value=provider-account/anthropic */

src/api/types/AwsAccessKeyBasedAuth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
/**
6-
* +label=AWS Access Key Based Auth
6+
* AWS Access Key Based Auth
77
*/
88
export interface AwsAccessKeyBasedAuth {
99
/** +value=access-key-based */

src/api/types/AwsAssumedRoleBasedAuth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
/**
6-
* +label=AWS Assumed Role Based Auth
6+
* AWS Assumed Role Based Auth
77
*/
88
export interface AwsAssumedRoleBasedAuth {
99
/** +value=assumed-role-based */

src/api/types/AwsBedrockGuardrailConfig.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=AWS Bedrock
9-
* +icon=aws-bedrock
8+
* AWS Bedrock
109
*/
1110
export interface AwsBedrockGuardrailConfig {
1211
/** The name of the Guardrail Config. */

src/api/types/AwsBedrockProviderAccount.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=AWS Bedrock
9-
* +icon=aws
8+
* AWS Bedrock
109
*/
1110
export interface AwsBedrockProviderAccount {
1211
/** +value=provider-account/aws-bedrock */

src/api/types/AwsEcr.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import * as TrueFoundry from "../index.js";
66

77
/**
8-
* +label=AWS ECR
9-
* +icon=aws-ecr
8+
* AWS ECR
109
*/
1110
export interface AwsEcr {
1211
/** +value=integration/docker-registry/aws/ecr */

0 commit comments

Comments
 (0)