graphlit-client 1.0.20250426001 → 1.0.20250428002
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/dist/client.d.ts
CHANGED
@@ -15,6 +15,7 @@ declare class Graphlit {
|
|
15
15
|
updateProject(project: Types.ProjectUpdateInput): Promise<Types.UpdateProjectMutation>;
|
16
16
|
lookupProjectUsage(correlationId: string): Promise<Types.LookupUsageQuery>;
|
17
17
|
lookupProjectCredits(correlationId: string): Promise<Types.LookupCreditsQuery>;
|
18
|
+
queryProjectTokens(startDate: Types.Scalars['DateTime'], duration: Types.Scalars['TimeSpan']): Promise<Types.QueryTokensQuery>;
|
18
19
|
queryProjectUsage(startDate: Types.Scalars['DateTime'], duration: Types.Scalars['TimeSpan']): Promise<Types.QueryUsageQuery>;
|
19
20
|
queryProjectCredits(startDate: Types.Scalars['DateTime'], duration: Types.Scalars['TimeSpan']): Promise<Types.QueryCreditsQuery>;
|
20
21
|
sendNotification(connector: Types.IntegrationConnectorInput, text: string, textType?: Types.TextTypes): Promise<Types.SendNotificationMutation>;
|
package/dist/client.js
CHANGED
@@ -143,6 +143,11 @@ class Graphlit {
|
|
143
143
|
return this.queryAndCheckError(Documents.LookupCredits, { correlationId: correlationId });
|
144
144
|
});
|
145
145
|
}
|
146
|
+
queryProjectTokens(startDate, duration) {
|
147
|
+
return __awaiter(this, void 0, void 0, function* () {
|
148
|
+
return this.queryAndCheckError(Documents.QueryTokens, { startDate: startDate, duration: duration });
|
149
|
+
});
|
150
|
+
}
|
146
151
|
queryProjectUsage(startDate, duration) {
|
147
152
|
return __awaiter(this, void 0, void 0, function* () {
|
148
153
|
return this.queryAndCheckError(Documents.QueryUsage, { startDate: startDate, duration: duration });
|
@@ -242,6 +242,7 @@ export declare const GetProject: import("graphql").DocumentNode;
|
|
242
242
|
export declare const LookupCredits: import("graphql").DocumentNode;
|
243
243
|
export declare const LookupUsage: import("graphql").DocumentNode;
|
244
244
|
export declare const QueryCredits: import("graphql").DocumentNode;
|
245
|
+
export declare const QueryTokens: import("graphql").DocumentNode;
|
245
246
|
export declare const QueryUsage: import("graphql").DocumentNode;
|
246
247
|
export declare const UpdateProject: import("graphql").DocumentNode;
|
247
248
|
export declare const CountRepos: import("graphql").DocumentNode;
|
@@ -7,8 +7,8 @@ exports.QueryContentsGraph = exports.QueryContentsFacets = exports.QueryContents
|
|
7
7
|
exports.QueryMicrosoftTeamsTeams = exports.QueryMicrosoftTeamsChannels = exports.QueryLinearProjects = exports.QueryFeeds = exports.IsFeedDone = exports.GetSharePointConsentUri = exports.GetFeed = exports.FeedExists = exports.EnableFeed = exports.DisableFeed = exports.DeleteFeeds = exports.DeleteFeed = exports.DeleteAllFeeds = exports.CreateFeed = exports.CountFeeds = exports.UpdateEvent = exports.QueryEvents = exports.GetEvent = exports.DeleteEvents = exports.DeleteEvent = exports.DeleteAllEvents = exports.CreateEvent = exports.CountEvents = exports.UpdateConversation = exports.SuggestConversation = exports.ReviseText = exports.ReviseImage = exports.ReviseEncodedImage = exports.ReviseContent = exports.RetrieveSources = exports.QueryConversations = exports.PublishConversation = exports.PromptConversation = exports.Prompt = exports.GetConversation = exports.FormatConversation = exports.DeleteConversations = exports.DeleteConversation = exports.DeleteAllConversations = exports.CreateConversation = exports.CountConversations = exports.ContinueConversation = exports.CompleteConversation = exports.CloseConversation = exports.ClearConversation = exports.AskGraphlit = exports.UpdateContent = exports.SummarizeText = exports.SummarizeContents = exports.ScreenshotPage = void 0;
|
8
8
|
exports.CreateMedicalDrugClass = exports.CountMedicalDrugClasses = exports.UpdateMedicalDrug = exports.QueryMedicalDrugs = exports.GetMedicalDrug = exports.DeleteMedicalDrugs = exports.DeleteMedicalDrug = exports.DeleteAllMedicalDrugs = exports.CreateMedicalDrug = exports.CountMedicalDrugs = exports.UpdateMedicalDevice = exports.QueryMedicalDevices = exports.GetMedicalDevice = exports.DeleteMedicalDevices = exports.DeleteMedicalDevice = exports.DeleteAllMedicalDevices = exports.CreateMedicalDevice = exports.CountMedicalDevices = exports.UpdateMedicalContraindication = exports.QueryMedicalContraindications = exports.GetMedicalContraindication = exports.DeleteMedicalContraindications = exports.DeleteMedicalContraindication = exports.DeleteAllMedicalContraindications = exports.CreateMedicalContraindication = exports.CountMedicalContraindications = exports.UpdateMedicalCondition = exports.QueryMedicalConditions = exports.GetMedicalCondition = exports.DeleteMedicalConditions = exports.DeleteMedicalCondition = exports.DeleteAllMedicalConditions = exports.CreateMedicalCondition = exports.CountMedicalConditions = exports.UpsertLabel = exports.UpdateLabel = exports.QueryLabels = exports.GetLabel = exports.DeleteLabels = exports.DeleteLabel = exports.DeleteAllLabels = exports.CreateLabel = exports.CountLabels = exports.UpdateFeed = exports.QuerySlackChannels = exports.QuerySharePointLibraries = exports.QuerySharePointFolders = exports.QueryOneDriveFolders = exports.QueryNotionPages = exports.QueryNotionDatabases = void 0;
|
9
9
|
exports.DeleteMedicalTherapies = exports.DeleteAllMedicalTherapies = exports.CreateMedicalTherapy = exports.CountMedicalTherapies = exports.UpdateMedicalTest = exports.QueryMedicalTests = exports.GetMedicalTest = exports.DeleteMedicalTests = exports.DeleteMedicalTest = exports.DeleteAllMedicalTests = exports.CreateMedicalTest = exports.CountMedicalTests = exports.UpdateMedicalStudy = exports.QueryMedicalStudies = exports.GetMedicalStudy = exports.DeleteMedicalStudy = exports.DeleteMedicalStudies = exports.DeleteAllMedicalStudies = exports.CreateMedicalStudy = exports.CountMedicalStudies = exports.UpdateMedicalProcedure = exports.QueryMedicalProcedures = exports.GetMedicalProcedure = exports.DeleteMedicalProcedures = exports.DeleteMedicalProcedure = exports.DeleteAllMedicalProcedures = exports.CreateMedicalProcedure = exports.CountMedicalProcedures = exports.UpdateMedicalIndication = exports.QueryMedicalIndications = exports.GetMedicalIndication = exports.DeleteMedicalIndications = exports.DeleteMedicalIndication = exports.DeleteAllMedicalIndications = exports.CreateMedicalIndication = exports.CountMedicalIndications = exports.UpdateMedicalGuideline = exports.QueryMedicalGuidelines = exports.GetMedicalGuideline = exports.DeleteMedicalGuidelines = exports.DeleteMedicalGuideline = exports.DeleteAllMedicalGuidelines = exports.CreateMedicalGuideline = exports.CountMedicalGuidelines = exports.UpdateMedicalDrugClass = exports.QueryMedicalDrugClasses = exports.GetMedicalDrugClass = exports.DeleteMedicalDrugClasses = exports.DeleteMedicalDrugClass = exports.DeleteAllMedicalDrugClasses = void 0;
|
10
|
-
exports.
|
11
|
-
exports.WorkflowExists = exports.UpsertWorkflow = exports.UpdateWorkflow = exports.QueryWorkflows = exports.GetWorkflow = exports.DeleteWorkflows = exports.DeleteWorkflow = exports.DeleteAllWorkflows = exports.CreateWorkflow = exports.CountWorkflows = exports.UpdateUser = exports.QueryUsers = exports.GetUser = exports.EnableUser = exports.DisableUser = exports.DeleteUser = exports.CreateUser = exports.CountUsers = exports.UpsertSpecification = exports.UpdateSpecification = exports.SpecificationExists = exports.QuerySpecifications = exports.QueryModels = exports.PromptSpecifications = exports.GetSpecification = exports.DeleteSpecifications = exports.DeleteSpecification = exports.DeleteAllSpecifications = exports.CreateSpecification = exports.CountSpecifications = exports.UpdateSoftware = exports.QuerySoftwares = exports.GetSoftware = exports.DeleteSoftwares = exports.DeleteSoftware = exports.DeleteAllSoftwares = exports.CreateSoftware = exports.CountSoftwares = exports.SearchWeb = exports.MapWeb = exports.UpdateRepo = exports.QueryRepos = exports.GetRepo = exports.DeleteRepos = void 0;
|
10
|
+
exports.DeleteAllRepos = exports.CreateRepo = exports.CountRepos = exports.UpdateProject = exports.QueryUsage = exports.QueryTokens = exports.QueryCredits = exports.LookupUsage = exports.LookupCredits = exports.GetProject = exports.UpdateProduct = exports.QueryProducts = exports.GetProduct = exports.DeleteProducts = exports.DeleteProduct = exports.DeleteAllProducts = exports.CreateProduct = exports.CountProducts = exports.UpdatePlace = exports.QueryPlaces = exports.GetPlace = exports.DeletePlaces = exports.DeletePlace = exports.DeleteAllPlaces = exports.CreatePlace = exports.CountPlaces = exports.UpdatePerson = exports.QueryPersons = exports.GetPerson = exports.DeletePersons = exports.DeletePerson = exports.DeleteAllPersons = exports.CreatePerson = exports.CountPersons = exports.UpdateOrganization = exports.QueryOrganizations = exports.GetOrganization = exports.DeleteOrganizations = exports.DeleteOrganization = exports.DeleteAllOrganizations = exports.CreateOrganization = exports.CountOrganizations = exports.UpdateObservation = exports.DeleteObservation = exports.CreateObservation = exports.SendNotification = exports.UpdateMedicalTherapy = exports.QueryMedicalTherapies = exports.GetMedicalTherapy = exports.DeleteMedicalTherapy = void 0;
|
11
|
+
exports.WorkflowExists = exports.UpsertWorkflow = exports.UpdateWorkflow = exports.QueryWorkflows = exports.GetWorkflow = exports.DeleteWorkflows = exports.DeleteWorkflow = exports.DeleteAllWorkflows = exports.CreateWorkflow = exports.CountWorkflows = exports.UpdateUser = exports.QueryUsers = exports.GetUser = exports.EnableUser = exports.DisableUser = exports.DeleteUser = exports.CreateUser = exports.CountUsers = exports.UpsertSpecification = exports.UpdateSpecification = exports.SpecificationExists = exports.QuerySpecifications = exports.QueryModels = exports.PromptSpecifications = exports.GetSpecification = exports.DeleteSpecifications = exports.DeleteSpecification = exports.DeleteAllSpecifications = exports.CreateSpecification = exports.CountSpecifications = exports.UpdateSoftware = exports.QuerySoftwares = exports.GetSoftware = exports.DeleteSoftwares = exports.DeleteSoftware = exports.DeleteAllSoftwares = exports.CreateSoftware = exports.CountSoftwares = exports.SearchWeb = exports.MapWeb = exports.UpdateRepo = exports.QueryRepos = exports.GetRepo = exports.DeleteRepos = exports.DeleteRepo = void 0;
|
12
12
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
13
13
|
exports.CountAlerts = (0, graphql_tag_1.default) `
|
14
14
|
query CountAlerts($filter: AlertFilter, $correlationId: String) {
|
@@ -7483,6 +7483,28 @@ exports.QueryCredits = (0, graphql_tag_1.default) `
|
|
7483
7483
|
}
|
7484
7484
|
}
|
7485
7485
|
`;
|
7486
|
+
exports.QueryTokens = (0, graphql_tag_1.default) `
|
7487
|
+
query QueryTokens($startDate: DateTime!, $duration: TimeSpan!) {
|
7488
|
+
tokens(startDate: $startDate, duration: $duration) {
|
7489
|
+
correlationId
|
7490
|
+
ownerId
|
7491
|
+
embeddingInputTokens
|
7492
|
+
embeddingModelServices
|
7493
|
+
completionInputTokens
|
7494
|
+
completionOutputTokens
|
7495
|
+
completionModelServices
|
7496
|
+
preparationInputTokens
|
7497
|
+
preparationOutputTokens
|
7498
|
+
preparationModelServices
|
7499
|
+
extractionInputTokens
|
7500
|
+
extractionOutputTokens
|
7501
|
+
extractionModelServices
|
7502
|
+
generationInputTokens
|
7503
|
+
generationOutputTokens
|
7504
|
+
generationModelServices
|
7505
|
+
}
|
7506
|
+
}
|
7507
|
+
`;
|
7486
7508
|
exports.QueryUsage = (0, graphql_tag_1.default) `
|
7487
7509
|
query QueryUsage($startDate: DateTime!, $duration: TimeSpan!, $names: [String!], $offset: Int, $limit: Int) {
|
7488
7510
|
usage(
|
@@ -7913,6 +7935,16 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
|
|
7913
7935
|
probability
|
7914
7936
|
chunkTokenLimit
|
7915
7937
|
}
|
7938
|
+
bedrock {
|
7939
|
+
tokenLimit
|
7940
|
+
completionTokenLimit
|
7941
|
+
model
|
7942
|
+
accessKey
|
7943
|
+
secretAccessKey
|
7944
|
+
modelName
|
7945
|
+
temperature
|
7946
|
+
probability
|
7947
|
+
}
|
7916
7948
|
groq {
|
7917
7949
|
tokenLimit
|
7918
7950
|
completionTokenLimit
|
@@ -8258,6 +8290,16 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
|
|
8258
8290
|
probability
|
8259
8291
|
chunkTokenLimit
|
8260
8292
|
}
|
8293
|
+
bedrock {
|
8294
|
+
tokenLimit
|
8295
|
+
completionTokenLimit
|
8296
|
+
model
|
8297
|
+
accessKey
|
8298
|
+
secretAccessKey
|
8299
|
+
modelName
|
8300
|
+
temperature
|
8301
|
+
probability
|
8302
|
+
}
|
8261
8303
|
groq {
|
8262
8304
|
tokenLimit
|
8263
8305
|
completionTokenLimit
|
@@ -915,6 +915,69 @@ export type AzureTextExtractionPropertiesInput = {
|
|
915
915
|
/** Whether PII categorization is enabled. */
|
916
916
|
enablePII?: InputMaybe<Scalars['Boolean']['input']>;
|
917
917
|
};
|
918
|
+
/** Represents Amazon Bedrock model properties. */
|
919
|
+
export type BedrockModelProperties = {
|
920
|
+
__typename?: 'BedrockModelProperties';
|
921
|
+
/** The Amazon Bedrock access key, if using developer's own account. */
|
922
|
+
accessKey?: Maybe<Scalars['String']['output']>;
|
923
|
+
/** The limit of tokens generated by prompt completion. */
|
924
|
+
completionTokenLimit?: Maybe<Scalars['Int']['output']>;
|
925
|
+
/** The Amazon Bedrock model, or custom, when using developer's own account. */
|
926
|
+
model: BedrockModels;
|
927
|
+
/** The Amazon Bedrock model name, if using developer's own account. */
|
928
|
+
modelName?: Maybe<Scalars['String']['output']>;
|
929
|
+
/** The model token probability. */
|
930
|
+
probability?: Maybe<Scalars['Float']['output']>;
|
931
|
+
/** The Amazon Bedrock secret access key, if using developer's own account. */
|
932
|
+
secretAccessKey?: Maybe<Scalars['String']['output']>;
|
933
|
+
/** The model temperature. */
|
934
|
+
temperature?: Maybe<Scalars['Float']['output']>;
|
935
|
+
/** The number of tokens which can provided to the Amazon Bedrock model, if using developer's own account. */
|
936
|
+
tokenLimit?: Maybe<Scalars['Int']['output']>;
|
937
|
+
};
|
938
|
+
/** Represents Amazon Bedrock model properties. */
|
939
|
+
export type BedrockModelPropertiesInput = {
|
940
|
+
/** The Amazon Bedrock access key, if using developer's own account. */
|
941
|
+
accessKey?: InputMaybe<Scalars['String']['input']>;
|
942
|
+
/** The limit of tokens generated by prompt completion. */
|
943
|
+
completionTokenLimit?: InputMaybe<Scalars['Int']['input']>;
|
944
|
+
/** The Amazon Bedrock model, or custom, when using developer's own account. */
|
945
|
+
model: BedrockModels;
|
946
|
+
/** The Amazon Bedrock model name, if using developer's own account. */
|
947
|
+
modelName?: InputMaybe<Scalars['String']['input']>;
|
948
|
+
/** The model token probability. */
|
949
|
+
probability?: InputMaybe<Scalars['Float']['input']>;
|
950
|
+
/** The Amazon Bedrock secret access key, if using developer's own account. */
|
951
|
+
secretAccessKey?: InputMaybe<Scalars['String']['input']>;
|
952
|
+
/** The model temperature. */
|
953
|
+
temperature?: InputMaybe<Scalars['Float']['input']>;
|
954
|
+
/** The number of tokens which can provided to the Amazon Bedrock model, if using developer's own account. */
|
955
|
+
tokenLimit?: InputMaybe<Scalars['Int']['input']>;
|
956
|
+
};
|
957
|
+
/** Represents Amazon Bedrock model properties. */
|
958
|
+
export type BedrockModelPropertiesUpdateInput = {
|
959
|
+
/** The Amazon Bedrock access key, if using developer's own account. */
|
960
|
+
accessKey?: InputMaybe<Scalars['String']['input']>;
|
961
|
+
/** The limit of tokens generated by prompt completion. */
|
962
|
+
completionTokenLimit?: InputMaybe<Scalars['Int']['input']>;
|
963
|
+
/** The Amazon Bedrock model, or custom, when using developer's own account. */
|
964
|
+
model?: InputMaybe<BedrockModels>;
|
965
|
+
/** The Amazon Bedrock model name, if using developer's own account. */
|
966
|
+
modelName?: InputMaybe<Scalars['String']['input']>;
|
967
|
+
/** The model token probability. */
|
968
|
+
probability?: InputMaybe<Scalars['Float']['input']>;
|
969
|
+
/** The Amazon Bedrock secret access key, if using developer's own account. */
|
970
|
+
secretAccessKey?: InputMaybe<Scalars['String']['input']>;
|
971
|
+
/** The model temperature. */
|
972
|
+
temperature?: InputMaybe<Scalars['Float']['input']>;
|
973
|
+
/** The number of tokens which can provided to the Amazon Bedrock model, if using developer's own account. */
|
974
|
+
tokenLimit?: InputMaybe<Scalars['Int']['input']>;
|
975
|
+
};
|
976
|
+
/** Amazon Bedrock model type */
|
977
|
+
export declare enum BedrockModels {
|
978
|
+
/** Developer-specified model */
|
979
|
+
Custom = "CUSTOM"
|
980
|
+
}
|
918
981
|
export declare enum BillableMetrics {
|
919
982
|
Bytes = "BYTES",
|
920
983
|
Cost = "COST",
|
@@ -4146,51 +4209,51 @@ export type GoogleDriveFeedProperties = {
|
|
4146
4209
|
__typename?: 'GoogleDriveFeedProperties';
|
4147
4210
|
/** Google Drive authentication type, defaults to User. */
|
4148
4211
|
authenticationType?: Maybe<GoogleDriveAuthenticationTypes>;
|
4149
|
-
/** Google client identifier,
|
4212
|
+
/** Google client identifier, requires User authentication type. */
|
4150
4213
|
clientId?: Maybe<Scalars['String']['output']>;
|
4151
|
-
/** Google client secret,
|
4214
|
+
/** Google client secret, requires User authentication type. */
|
4152
4215
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
4153
4216
|
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
4154
4217
|
files?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
4155
4218
|
/** Google Drive folder identifier. */
|
4156
4219
|
folderId?: Maybe<Scalars['String']['output']>;
|
4157
|
-
/** Google refresh token,
|
4220
|
+
/** Google refresh token, requires User authentication type. */
|
4158
4221
|
refreshToken?: Maybe<Scalars['String']['output']>;
|
4159
|
-
/** Google service account
|
4222
|
+
/** The full JSON contents of your Google service account credentials (not a file path), requires ServiceAccount authentication type. */
|
4160
4223
|
serviceAccountJson?: Maybe<Scalars['String']['output']>;
|
4161
4224
|
};
|
4162
4225
|
/** Represents Google Drive properties. */
|
4163
4226
|
export type GoogleDriveFeedPropertiesInput = {
|
4164
4227
|
/** Google Drive authentication type, defaults to User. */
|
4165
4228
|
authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
|
4166
|
-
/** Google client identifier,
|
4229
|
+
/** Google client identifier, requires User authentication type. */
|
4167
4230
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4168
|
-
/** Google client secret,
|
4231
|
+
/** Google client secret, requires User authentication type. */
|
4169
4232
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4170
4233
|
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
4171
4234
|
files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
4172
4235
|
/** Google Drive folder identifier. */
|
4173
4236
|
folderId?: InputMaybe<Scalars['String']['input']>;
|
4174
|
-
/** Google refresh token,
|
4237
|
+
/** Google refresh token, requires User authentication type. */
|
4175
4238
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
4176
|
-
/** Google service account
|
4239
|
+
/** The full JSON contents of your Google service account credentials (not a file path), requires ServiceAccount authentication type. */
|
4177
4240
|
serviceAccountJson?: InputMaybe<Scalars['String']['input']>;
|
4178
4241
|
};
|
4179
4242
|
/** Represents Google Drive properties. */
|
4180
4243
|
export type GoogleDriveFeedPropertiesUpdateInput = {
|
4181
4244
|
/** Google Drive authentication type, defaults to User. */
|
4182
4245
|
authenticationType?: InputMaybe<GoogleDriveAuthenticationTypes>;
|
4183
|
-
/** Google client identifier,
|
4246
|
+
/** Google client identifier, requires User authentication type. */
|
4184
4247
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
4185
|
-
/** Google client secret,
|
4248
|
+
/** Google client secret, requires User authentication type. */
|
4186
4249
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
4187
4250
|
/** Google Drive file identifiers. Takes precedence over folder identifier. */
|
4188
4251
|
files?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
4189
4252
|
/** Google Drive folder identifier. */
|
4190
4253
|
folderId?: InputMaybe<Scalars['String']['input']>;
|
4191
|
-
/** Google refresh token,
|
4254
|
+
/** Google refresh token, requires User authentication type. */
|
4192
4255
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
4193
|
-
/** Google service account
|
4256
|
+
/** The full JSON contents of your Google service account credentials (not a file path), requires ServiceAccount authentication type. */
|
4194
4257
|
serviceAccountJson?: InputMaybe<Scalars['String']['input']>;
|
4195
4258
|
};
|
4196
4259
|
/** Represents Google Email feed properties. */
|
@@ -7490,6 +7553,8 @@ export declare enum ModelServiceTypes {
|
|
7490
7553
|
AzureAi = "AZURE_AI",
|
7491
7554
|
/** Azure OpenAI */
|
7492
7555
|
AzureOpenAi = "AZURE_OPEN_AI",
|
7556
|
+
/** Bedrock */
|
7557
|
+
Bedrock = "BEDROCK",
|
7493
7558
|
/** Cerebras */
|
7494
7559
|
Cerebras = "CEREBRAS",
|
7495
7560
|
/** Cohere */
|
@@ -10343,7 +10408,7 @@ export type ProjectCredits = {
|
|
10343
10408
|
__typename?: 'ProjectCredits';
|
10344
10409
|
/** The content classification ratio of credits. */
|
10345
10410
|
classificationRatio?: Maybe<Scalars['Decimal']['output']>;
|
10346
|
-
/** The LLM completion ratio of credits. */
|
10411
|
+
/** The LLM completion ratio of credits, includes conversation, preparation and extraction LLM usage. */
|
10347
10412
|
completionRatio?: Maybe<Scalars['Decimal']['output']>;
|
10348
10413
|
/** The compute ratio of credits. */
|
10349
10414
|
computeRatio?: Maybe<Scalars['Decimal']['output']>;
|
@@ -10557,6 +10622,42 @@ export type ProjectStorageFileFacet = {
|
|
10557
10622
|
/** The content type for this facet. */
|
10558
10623
|
type?: Maybe<ContentTypes>;
|
10559
10624
|
};
|
10625
|
+
/** Represents correlated project tokens. */
|
10626
|
+
export type ProjectTokens = {
|
10627
|
+
__typename?: 'ProjectTokens';
|
10628
|
+
/** The LLM completion input tokens used. */
|
10629
|
+
completionInputTokens?: Maybe<Scalars['Int']['output']>;
|
10630
|
+
/** The LLM completion model services used. */
|
10631
|
+
completionModelServices?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
10632
|
+
/** The LLM completion output tokens used. */
|
10633
|
+
completionOutputTokens?: Maybe<Scalars['Int']['output']>;
|
10634
|
+
/** The tenant correlation identifier. */
|
10635
|
+
correlationId?: Maybe<Scalars['String']['output']>;
|
10636
|
+
/** The LLM embedding input tokens used. */
|
10637
|
+
embeddingInputTokens?: Maybe<Scalars['Int']['output']>;
|
10638
|
+
/** The LLM embedding model services used. */
|
10639
|
+
embeddingModelServices?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
10640
|
+
/** The LLM extraction input tokens used. */
|
10641
|
+
extractionInputTokens?: Maybe<Scalars['Int']['output']>;
|
10642
|
+
/** The LLM extraction model services used. */
|
10643
|
+
extractionModelServices?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
10644
|
+
/** The LLM extraction output tokens used. */
|
10645
|
+
extractionOutputTokens?: Maybe<Scalars['Int']['output']>;
|
10646
|
+
/** The LLM generation input tokens used. */
|
10647
|
+
generationInputTokens?: Maybe<Scalars['Int']['output']>;
|
10648
|
+
/** The LLM generation model services used. */
|
10649
|
+
generationModelServices?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
10650
|
+
/** The LLM generation output tokens used. */
|
10651
|
+
generationOutputTokens?: Maybe<Scalars['Int']['output']>;
|
10652
|
+
/** The tenant identifier. */
|
10653
|
+
ownerId?: Maybe<Scalars['ID']['output']>;
|
10654
|
+
/** The LLM preparation input tokens used. */
|
10655
|
+
preparationInputTokens?: Maybe<Scalars['Int']['output']>;
|
10656
|
+
/** The LLM preparation model services used. */
|
10657
|
+
preparationModelServices?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
10658
|
+
/** The LLM preparation output tokens used. */
|
10659
|
+
preparationOutputTokens?: Maybe<Scalars['Int']['output']>;
|
10660
|
+
};
|
10560
10661
|
/** Represents a project. */
|
10561
10662
|
export type ProjectUpdateInput = {
|
10562
10663
|
/** The project callback URI, optional. The platform will callback to this webhook upon credit charges. */
|
@@ -10960,6 +11061,8 @@ export type Query = {
|
|
10960
11061
|
specificationExists?: Maybe<BooleanResult>;
|
10961
11062
|
/** Retrieves specifications based on the provided filter criteria. */
|
10962
11063
|
specifications?: Maybe<SpecificationResults>;
|
11064
|
+
/** Retrieves project tokens. */
|
11065
|
+
tokens?: Maybe<ProjectTokens>;
|
10963
11066
|
/** Retrieves project usage. */
|
10964
11067
|
usage?: Maybe<Array<Maybe<ProjectUsageRecord>>>;
|
10965
11068
|
/** Fetch current user. */
|
@@ -11416,6 +11519,12 @@ export type QuerySpecificationsArgs = {
|
|
11416
11519
|
correlationId?: InputMaybe<Scalars['String']['input']>;
|
11417
11520
|
filter?: InputMaybe<SpecificationFilter>;
|
11418
11521
|
};
|
11522
|
+
export type QueryTokensArgs = {
|
11523
|
+
duration: Scalars['TimeSpan']['input'];
|
11524
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
11525
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
11526
|
+
startDate: Scalars['DateTime']['input'];
|
11527
|
+
};
|
11419
11528
|
export type QueryUsageArgs = {
|
11420
11529
|
duration: Scalars['TimeSpan']['input'];
|
11421
11530
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
@@ -12000,17 +12109,17 @@ export type SharePointFeedProperties = {
|
|
12000
12109
|
accountName: Scalars['String']['output'];
|
12001
12110
|
/** SharePoint authentication type. */
|
12002
12111
|
authenticationType: SharePointAuthenticationTypes;
|
12003
|
-
/** Microsoft Entra ID client identifier,
|
12112
|
+
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
12004
12113
|
clientId?: Maybe<Scalars['String']['output']>;
|
12005
|
-
/** Microsoft Entra ID client secret,
|
12114
|
+
/** Microsoft Entra ID client secret, requires User authentication type. */
|
12006
12115
|
clientSecret?: Maybe<Scalars['String']['output']>;
|
12007
12116
|
/** SharePoint folder identifier. */
|
12008
12117
|
folderId?: Maybe<Scalars['ID']['output']>;
|
12009
12118
|
/** SharePoint library identifier. */
|
12010
12119
|
libraryId: Scalars['ID']['output'];
|
12011
|
-
/** Microsoft Entra ID refresh token,
|
12120
|
+
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
12012
12121
|
refreshToken?: Maybe<Scalars['String']['output']>;
|
12013
|
-
/** Microsoft Entra ID tenant identifier,
|
12122
|
+
/** Microsoft Entra ID tenant identifier, requires Application authentication type. */
|
12014
12123
|
tenantId?: Maybe<Scalars['ID']['output']>;
|
12015
12124
|
};
|
12016
12125
|
/** Represents SharePoint properties. */
|
@@ -12019,17 +12128,17 @@ export type SharePointFeedPropertiesInput = {
|
|
12019
12128
|
accountName: Scalars['String']['input'];
|
12020
12129
|
/** SharePoint authentication type. */
|
12021
12130
|
authenticationType: SharePointAuthenticationTypes;
|
12022
|
-
/** Microsoft Entra ID client identifier,
|
12131
|
+
/** Microsoft Entra ID client identifier, requires user authentication type. */
|
12023
12132
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
12024
|
-
/** Microsoft Entra ID client secret,
|
12133
|
+
/** Microsoft Entra ID client secret, requires user authentication type. */
|
12025
12134
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
12026
12135
|
/** SharePoint folder identifier. */
|
12027
12136
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
12028
12137
|
/** SharePoint library identifier. */
|
12029
12138
|
libraryId: Scalars['ID']['input'];
|
12030
|
-
/** Microsoft Entra ID refresh token,
|
12139
|
+
/** Microsoft Entra ID refresh token, requires user authentication type. */
|
12031
12140
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
12032
|
-
/** Microsoft Entra ID tenant identifier,
|
12141
|
+
/** Microsoft Entra ID tenant identifier, requires application authentication type. */
|
12033
12142
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
12034
12143
|
};
|
12035
12144
|
/** Represents SharePoint properties. */
|
@@ -12042,9 +12151,9 @@ export type SharePointFeedPropertiesUpdateInput = {
|
|
12042
12151
|
folderId?: InputMaybe<Scalars['ID']['input']>;
|
12043
12152
|
/** SharePoint library identifier. */
|
12044
12153
|
libraryId?: InputMaybe<Scalars['ID']['input']>;
|
12045
|
-
/** Microsoft Entra ID refresh token,
|
12154
|
+
/** Microsoft Entra ID refresh token, requires user authentication type. */
|
12046
12155
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
12047
|
-
/** Microsoft Entra ID tenant identifier,
|
12156
|
+
/** Microsoft Entra ID tenant identifier, requires application authentication type. */
|
12048
12157
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
12049
12158
|
};
|
12050
12159
|
/** Represents a SharePoint folder. */
|
@@ -12067,26 +12176,26 @@ export type SharePointFolderResults = {
|
|
12067
12176
|
export type SharePointFoldersInput = {
|
12068
12177
|
/** SharePoint authentication type. */
|
12069
12178
|
authenticationType: SharePointAuthenticationTypes;
|
12070
|
-
/** Microsoft Entra ID client identifier,
|
12179
|
+
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
12071
12180
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
12072
|
-
/** Microsoft Entra ID client secret,
|
12181
|
+
/** Microsoft Entra ID client secret, requires User authentication type. */
|
12073
12182
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
12074
|
-
/** Microsoft Entra ID refresh token,
|
12183
|
+
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
12075
12184
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
12076
|
-
/** Microsoft Entra ID tenant identifier,
|
12185
|
+
/** Microsoft Entra ID tenant identifier, requires Application authentication type. */
|
12077
12186
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
12078
12187
|
};
|
12079
12188
|
/** Represents SharePoint libraries properties. */
|
12080
12189
|
export type SharePointLibrariesInput = {
|
12081
12190
|
/** SharePoint authentication type. */
|
12082
12191
|
authenticationType: SharePointAuthenticationTypes;
|
12083
|
-
/** Microsoft Entra ID client identifier,
|
12192
|
+
/** Microsoft Entra ID client identifier, requires User authentication type. */
|
12084
12193
|
clientId?: InputMaybe<Scalars['String']['input']>;
|
12085
|
-
/** Microsoft Entra ID client secret,
|
12194
|
+
/** Microsoft Entra ID client secret, requires User authentication type. */
|
12086
12195
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
12087
|
-
/** Microsoft Entra ID refresh token,
|
12196
|
+
/** Microsoft Entra ID refresh token, requires User authentication type. */
|
12088
12197
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
12089
|
-
/** Microsoft Entra ID tenant identifier,
|
12198
|
+
/** Microsoft Entra ID tenant identifier, requires Application authentication type. */
|
12090
12199
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
12091
12200
|
};
|
12092
12201
|
/** Represents a SharePoint library. */
|
@@ -12138,7 +12247,7 @@ export type SiteFeedProperties = {
|
|
12138
12247
|
s3?: Maybe<AmazonFeedProperties>;
|
12139
12248
|
/** SharePoint properties. */
|
12140
12249
|
sharePoint?: Maybe<SharePointFeedProperties>;
|
12141
|
-
/** The site
|
12250
|
+
/** The method for ingesting from cloud storage site, i.e. Watch, Sweep. */
|
12142
12251
|
siteType: SiteTypes;
|
12143
12252
|
/** Feed service type. */
|
12144
12253
|
type: FeedServiceTypes;
|
@@ -12414,6 +12523,8 @@ export type Specification = {
|
|
12414
12523
|
azureAI?: Maybe<AzureAiModelProperties>;
|
12415
12524
|
/** The Azure OpenAI model properties. */
|
12416
12525
|
azureOpenAI?: Maybe<AzureOpenAiModelProperties>;
|
12526
|
+
/** The Amazon Bedrock model properties. */
|
12527
|
+
bedrock?: Maybe<BedrockModelProperties>;
|
12417
12528
|
/** The Cerebras model properties. */
|
12418
12529
|
cerebras?: Maybe<CerebrasModelProperties>;
|
12419
12530
|
/** The Cohere model properties. */
|
@@ -12512,6 +12623,8 @@ export type SpecificationInput = {
|
|
12512
12623
|
azureAI?: InputMaybe<AzureAiModelPropertiesInput>;
|
12513
12624
|
/** The Azure OpenAI model properties. */
|
12514
12625
|
azureOpenAI?: InputMaybe<AzureOpenAiModelPropertiesInput>;
|
12626
|
+
/** The Amazon Bedrock model properties. */
|
12627
|
+
bedrock?: InputMaybe<BedrockModelPropertiesInput>;
|
12515
12628
|
/** The Cerebras model properties. */
|
12516
12629
|
cerebras?: InputMaybe<CerebrasModelPropertiesInput>;
|
12517
12630
|
/** The Cohere model properties. */
|
@@ -12590,6 +12703,8 @@ export type SpecificationUpdateInput = {
|
|
12590
12703
|
azureAI?: InputMaybe<AzureAiModelPropertiesUpdateInput>;
|
12591
12704
|
/** The Azure OpenAI model properties. */
|
12592
12705
|
azureOpenAI?: InputMaybe<AzureOpenAiModelPropertiesUpdateInput>;
|
12706
|
+
/** The Amazon Bedrock model properties. */
|
12707
|
+
bedrock?: InputMaybe<BedrockModelPropertiesUpdateInput>;
|
12593
12708
|
/** The Cerebras model properties. */
|
12594
12709
|
cerebras?: InputMaybe<CerebrasModelPropertiesUpdateInput>;
|
12595
12710
|
/** The Cohere model properties. */
|
@@ -13497,32 +13612,32 @@ export type YouTubeFeedProperties = {
|
|
13497
13612
|
};
|
13498
13613
|
/** Represents YouTube feed properties. */
|
13499
13614
|
export type YouTubeFeedPropertiesInput = {
|
13500
|
-
/** The YouTube channel identifier,
|
13615
|
+
/** The YouTube channel identifier, requires channel type. */
|
13501
13616
|
channelIdentifier?: InputMaybe<Scalars['String']['input']>;
|
13502
|
-
/** The YouTube playlist identifier,
|
13617
|
+
/** The YouTube playlist identifier, requires playlist type. */
|
13503
13618
|
playlistIdentifier?: InputMaybe<Scalars['String']['input']>;
|
13504
13619
|
/** The limit of items to be read from feed, defaults to 100. */
|
13505
13620
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
13506
13621
|
/** The YouTube type, i.e. video, playlist or channel. */
|
13507
13622
|
type: YouTubeTypes;
|
13508
|
-
/** The YouTube video identifiers,
|
13623
|
+
/** The YouTube video identifiers, requires video type. */
|
13509
13624
|
videoIdentifiers?: InputMaybe<Array<Scalars['String']['input']>>;
|
13510
|
-
/** The YouTube video name to search,
|
13625
|
+
/** The YouTube video name to search, requires videos type. */
|
13511
13626
|
videoName?: InputMaybe<Scalars['String']['input']>;
|
13512
13627
|
};
|
13513
13628
|
/** Represents YouTube feed properties. */
|
13514
13629
|
export type YouTubeFeedPropertiesUpdateInput = {
|
13515
|
-
/** The YouTube channel identifier,
|
13630
|
+
/** The YouTube channel identifier, requires channel type. */
|
13516
13631
|
channelIdentifier?: InputMaybe<Scalars['String']['input']>;
|
13517
|
-
/** The YouTube playlist identifier,
|
13632
|
+
/** The YouTube playlist identifier, requires playlist type. */
|
13518
13633
|
playlistIdentifier?: InputMaybe<Scalars['String']['input']>;
|
13519
13634
|
/** The limit of items to be read from feed, defaults to 100. */
|
13520
13635
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
13521
13636
|
/** The YouTube type, i.e. video, playlist or channel. */
|
13522
13637
|
type?: InputMaybe<YouTubeTypes>;
|
13523
|
-
/** The YouTube video identifiers,
|
13638
|
+
/** The YouTube video identifiers, requires video type. */
|
13524
13639
|
videoIdentifiers?: InputMaybe<Array<Scalars['String']['input']>>;
|
13525
|
-
/** The YouTube video name to search,
|
13640
|
+
/** The YouTube video name to search, requires videos type. */
|
13526
13641
|
videoName?: InputMaybe<Scalars['String']['input']>;
|
13527
13642
|
};
|
13528
13643
|
export declare enum YouTubeTypes {
|
@@ -22419,6 +22534,32 @@ export type QueryCreditsQuery = {
|
|
22419
22534
|
conversationRatio?: any | null;
|
22420
22535
|
} | null;
|
22421
22536
|
};
|
22537
|
+
export type QueryTokensQueryVariables = Exact<{
|
22538
|
+
startDate: Scalars['DateTime']['input'];
|
22539
|
+
duration: Scalars['TimeSpan']['input'];
|
22540
|
+
}>;
|
22541
|
+
export type QueryTokensQuery = {
|
22542
|
+
__typename?: 'Query';
|
22543
|
+
tokens?: {
|
22544
|
+
__typename?: 'ProjectTokens';
|
22545
|
+
correlationId?: string | null;
|
22546
|
+
ownerId?: string | null;
|
22547
|
+
embeddingInputTokens?: number | null;
|
22548
|
+
embeddingModelServices?: Array<string | null> | null;
|
22549
|
+
completionInputTokens?: number | null;
|
22550
|
+
completionOutputTokens?: number | null;
|
22551
|
+
completionModelServices?: Array<string | null> | null;
|
22552
|
+
preparationInputTokens?: number | null;
|
22553
|
+
preparationOutputTokens?: number | null;
|
22554
|
+
preparationModelServices?: Array<string | null> | null;
|
22555
|
+
extractionInputTokens?: number | null;
|
22556
|
+
extractionOutputTokens?: number | null;
|
22557
|
+
extractionModelServices?: Array<string | null> | null;
|
22558
|
+
generationInputTokens?: number | null;
|
22559
|
+
generationOutputTokens?: number | null;
|
22560
|
+
generationModelServices?: Array<string | null> | null;
|
22561
|
+
} | null;
|
22562
|
+
};
|
22422
22563
|
export type QueryUsageQueryVariables = Exact<{
|
22423
22564
|
startDate: Scalars['DateTime']['input'];
|
22424
22565
|
duration: Scalars['TimeSpan']['input'];
|
@@ -22945,6 +23086,17 @@ export type GetSpecificationQuery = {
|
|
22945
23086
|
probability?: number | null;
|
22946
23087
|
chunkTokenLimit?: number | null;
|
22947
23088
|
} | null;
|
23089
|
+
bedrock?: {
|
23090
|
+
__typename?: 'BedrockModelProperties';
|
23091
|
+
tokenLimit?: number | null;
|
23092
|
+
completionTokenLimit?: number | null;
|
23093
|
+
model: BedrockModels;
|
23094
|
+
accessKey?: string | null;
|
23095
|
+
secretAccessKey?: string | null;
|
23096
|
+
modelName?: string | null;
|
23097
|
+
temperature?: number | null;
|
23098
|
+
probability?: number | null;
|
23099
|
+
} | null;
|
22948
23100
|
groq?: {
|
22949
23101
|
__typename?: 'GroqModelProperties';
|
22950
23102
|
tokenLimit?: number | null;
|
@@ -23334,6 +23486,17 @@ export type QuerySpecificationsQuery = {
|
|
23334
23486
|
probability?: number | null;
|
23335
23487
|
chunkTokenLimit?: number | null;
|
23336
23488
|
} | null;
|
23489
|
+
bedrock?: {
|
23490
|
+
__typename?: 'BedrockModelProperties';
|
23491
|
+
tokenLimit?: number | null;
|
23492
|
+
completionTokenLimit?: number | null;
|
23493
|
+
model: BedrockModels;
|
23494
|
+
accessKey?: string | null;
|
23495
|
+
secretAccessKey?: string | null;
|
23496
|
+
modelName?: string | null;
|
23497
|
+
temperature?: number | null;
|
23498
|
+
probability?: number | null;
|
23499
|
+
} | null;
|
23337
23500
|
groq?: {
|
23338
23501
|
__typename?: 'GroqModelProperties';
|
23339
23502
|
tokenLimit?: number | null;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.
|
5
|
-
exports.YouTubeTypes = exports.VoyageModels = exports.UserTypes = exports.UnitTypes = exports.TwitterListingTypes = exports.TrelloTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.StoragePolicyTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = void 0;
|
3
|
+
exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.GraphStrategyTypes = exports.GoogleModels = exports.GoogleDriveAuthenticationTypes = exports.FileTypes = exports.FilePreparationServiceTypes = exports.FeedTypes = exports.FeedServiceTypes = exports.FeedListingTypes = exports.FeedConnectorTypes = exports.FacetValueTypes = exports.EventFacetTypes = exports.EnvironmentTypes = exports.EntityTypes = exports.EntityState = exports.EntityExtractionServiceTypes = exports.EntityEnrichmentServiceTypes = exports.EmailListingTypes = exports.ElevenLabsModels = exports.DeviceTypes = exports.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentSourceTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.ContentClassificationServiceTypes = exports.ConnectorTypes = exports.CollectionTypes = exports.CohereModels = exports.CerebrasModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.BedrockModels = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = exports.AzureDocumentIntelligenceModels = exports.AuthenticationServiceTypes = exports.AssemblyAiModels = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
|
4
|
+
exports.SearchServiceTypes = exports.SearchQueryTypes = exports.SdkTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.RegexSourceTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiReasoningEffortLevels = exports.OpenAiModels = exports.OpenAiImageModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MedicalTherapyFacetTypes = exports.MedicalTestFacetTypes = exports.MedicalStudyFacetTypes = exports.MedicalProcedureFacetTypes = exports.MedicalIndicationFacetTypes = exports.MedicalGuidelineFacetTypes = exports.MedicalDrugFacetTypes = exports.MedicalDrugClassFacetTypes = exports.MedicalDeviceFacetTypes = exports.MedicalContraindicationFacetTypes = exports.MedicalConditionFacetTypes = exports.MailSensitivity = exports.MailPriority = exports.MailImportance = exports.LinkTypes = exports.LabelFacetTypes = exports.JinaModels = exports.IntegrationServiceTypes = void 0;
|
5
|
+
exports.YouTubeTypes = exports.VoyageModels = exports.UserTypes = exports.UnitTypes = exports.TwitterListingTypes = exports.TrelloTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.StoragePolicyTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = void 0;
|
6
6
|
/** Alert type */
|
7
7
|
var AlertTypes;
|
8
8
|
(function (AlertTypes) {
|
@@ -150,6 +150,12 @@ var AzureOpenAiModels;
|
|
150
150
|
/** GPT-3.5 Turbo 16k (Latest) */
|
151
151
|
AzureOpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K";
|
152
152
|
})(AzureOpenAiModels || (exports.AzureOpenAiModels = AzureOpenAiModels = {}));
|
153
|
+
/** Amazon Bedrock model type */
|
154
|
+
var BedrockModels;
|
155
|
+
(function (BedrockModels) {
|
156
|
+
/** Developer-specified model */
|
157
|
+
BedrockModels["Custom"] = "CUSTOM";
|
158
|
+
})(BedrockModels || (exports.BedrockModels = BedrockModels = {}));
|
153
159
|
var BillableMetrics;
|
154
160
|
(function (BillableMetrics) {
|
155
161
|
BillableMetrics["Bytes"] = "BYTES";
|
@@ -1251,6 +1257,8 @@ var ModelServiceTypes;
|
|
1251
1257
|
ModelServiceTypes["AzureAi"] = "AZURE_AI";
|
1252
1258
|
/** Azure OpenAI */
|
1253
1259
|
ModelServiceTypes["AzureOpenAi"] = "AZURE_OPEN_AI";
|
1260
|
+
/** Bedrock */
|
1261
|
+
ModelServiceTypes["Bedrock"] = "BEDROCK";
|
1254
1262
|
/** Cerebras */
|
1255
1263
|
ModelServiceTypes["Cerebras"] = "CEREBRAS";
|
1256
1264
|
/** Cohere */
|