graphlit-client 1.0.20241227001 → 1.0.20241228001

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.
@@ -258,6 +258,7 @@ export declare const DeleteSpecification: import("graphql").DocumentNode;
258
258
  export declare const DeleteSpecifications: import("graphql").DocumentNode;
259
259
  export declare const GetSpecification: import("graphql").DocumentNode;
260
260
  export declare const PromptSpecifications: import("graphql").DocumentNode;
261
+ export declare const QueryModels: import("graphql").DocumentNode;
261
262
  export declare const QuerySpecifications: import("graphql").DocumentNode;
262
263
  export declare const UpdateSpecification: import("graphql").DocumentNode;
263
264
  export declare const CountWorkflows: import("graphql").DocumentNode;
@@ -8,7 +8,7 @@ exports.CreateLabel = exports.CountLabels = exports.UpdateFeed = exports.QuerySh
8
8
  exports.DeleteMedicalGuideline = exports.DeleteAllMedicalGuidelines = exports.CreateMedicalGuideline = exports.CountMedicalGuidelines = exports.UpdateMedicalDrugClass = exports.QueryMedicalDrugClasses = exports.GetMedicalDrugClass = exports.DeleteMedicalDrugClasses = exports.DeleteMedicalDrugClass = exports.DeleteAllMedicalDrugClasses = 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.UpdateLabel = exports.QueryLabels = exports.GetLabel = exports.DeleteLabels = exports.DeleteLabel = exports.DeleteAllLabels = void 0;
9
9
  exports.DeleteAllOrganizations = exports.CreateOrganization = exports.CountOrganizations = exports.UpdateObservation = exports.DeleteObservation = exports.CreateObservation = exports.UpdateMedicalTherapy = exports.QueryMedicalTherapies = exports.GetMedicalTherapy = exports.DeleteMedicalTherapy = 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 = void 0;
10
10
  exports.DeleteSoftwares = exports.DeleteSoftware = exports.DeleteAllSoftwares = exports.CreateSoftware = exports.CountSoftwares = exports.SearchWeb = exports.MapWeb = exports.UpdateRepo = exports.QueryRepos = exports.GetRepo = exports.DeleteRepos = exports.DeleteRepo = exports.DeleteAllRepos = exports.CreateRepo = exports.CountRepos = exports.UpdateProject = exports.QueryUsage = 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 = void 0;
11
- exports.UpdateWorkflow = exports.QueryWorkflows = exports.GetWorkflow = exports.DeleteWorkflows = exports.DeleteWorkflow = exports.DeleteAllWorkflows = exports.CreateWorkflow = exports.CountWorkflows = exports.UpdateSpecification = exports.QuerySpecifications = exports.PromptSpecifications = exports.GetSpecification = exports.DeleteSpecifications = exports.DeleteSpecification = exports.DeleteAllSpecifications = exports.CreateSpecification = exports.CountSpecifications = exports.UpdateSoftware = exports.QuerySoftwares = exports.GetSoftware = void 0;
11
+ exports.UpdateWorkflow = exports.QueryWorkflows = exports.GetWorkflow = exports.DeleteWorkflows = exports.DeleteWorkflow = exports.DeleteAllWorkflows = exports.CreateWorkflow = exports.CountWorkflows = exports.UpdateSpecification = exports.QuerySpecifications = exports.QueryModels = exports.PromptSpecifications = exports.GetSpecification = exports.DeleteSpecifications = exports.DeleteSpecification = exports.DeleteAllSpecifications = exports.CreateSpecification = exports.CountSpecifications = exports.UpdateSoftware = exports.QuerySoftwares = exports.GetSoftware = 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) {
@@ -3288,6 +3288,10 @@ exports.GetConversation = (0, graphql_tag_1.default) `
3288
3288
  id
3289
3289
  name
3290
3290
  }
3291
+ fallbacks {
3292
+ id
3293
+ name
3294
+ }
3291
3295
  filter {
3292
3296
  dateRange {
3293
3297
  from
@@ -4071,6 +4075,10 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
4071
4075
  id
4072
4076
  name
4073
4077
  }
4078
+ fallbacks {
4079
+ id
4080
+ name
4081
+ }
4074
4082
  filter {
4075
4083
  dateRange {
4076
4084
  from
@@ -7652,6 +7660,36 @@ exports.PromptSpecifications = (0, graphql_tag_1.default) `
7652
7660
  }
7653
7661
  }
7654
7662
  `;
7663
+ exports.QueryModels = (0, graphql_tag_1.default) `
7664
+ query QueryModels {
7665
+ models {
7666
+ results {
7667
+ name
7668
+ type
7669
+ serviceType
7670
+ model
7671
+ description
7672
+ availableOn
7673
+ features {
7674
+ keyFeatures
7675
+ strengths
7676
+ useCases
7677
+ }
7678
+ metadata {
7679
+ multilingual
7680
+ multimodal
7681
+ knowledgeCutoff
7682
+ promptCostPerMillion
7683
+ completionCostPerMillion
7684
+ embeddingsCostPerMillion
7685
+ rerankingCostPerMillion
7686
+ contextWindowTokens
7687
+ maxOutputTokens
7688
+ }
7689
+ }
7690
+ }
7691
+ }
7692
+ `;
7655
7693
  exports.QuerySpecifications = (0, graphql_tag_1.default) `
7656
7694
  query QuerySpecifications($filter: SpecificationFilter) {
7657
7695
  specifications(filter: $filter) {
@@ -7861,6 +7899,13 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
7861
7899
  collections {
7862
7900
  id
7863
7901
  }
7902
+ observations {
7903
+ type
7904
+ observable {
7905
+ id
7906
+ name
7907
+ }
7908
+ }
7864
7909
  }
7865
7910
  indexing {
7866
7911
  jobs {
@@ -7872,6 +7917,7 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
7872
7917
  }
7873
7918
  }
7874
7919
  preparation {
7920
+ enableUnblockedCapture
7875
7921
  disableSmartCapture
7876
7922
  summarizations {
7877
7923
  type
@@ -8028,6 +8074,13 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
8028
8074
  collections {
8029
8075
  id
8030
8076
  }
8077
+ observations {
8078
+ type
8079
+ observable {
8080
+ id
8081
+ name
8082
+ }
8083
+ }
8031
8084
  }
8032
8085
  indexing {
8033
8086
  jobs {
@@ -8039,6 +8092,7 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
8039
8092
  }
8040
8093
  }
8041
8094
  preparation {
8095
+ enableUnblockedCapture
8042
8096
  disableSmartCapture
8043
8097
  summarizations {
8044
8098
  type
@@ -8168,6 +8222,13 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
8168
8222
  collections {
8169
8223
  id
8170
8224
  }
8225
+ observations {
8226
+ type
8227
+ observable {
8228
+ id
8229
+ name
8230
+ }
8231
+ }
8171
8232
  }
8172
8233
  indexing {
8173
8234
  jobs {
@@ -8179,6 +8240,7 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
8179
8240
  }
8180
8241
  }
8181
8242
  preparation {
8243
+ enableUnblockedCapture
8182
8244
  disableSmartCapture
8183
8245
  summarizations {
8184
8246
  type
@@ -8303,6 +8365,13 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
8303
8365
  collections {
8304
8366
  id
8305
8367
  }
8368
+ observations {
8369
+ type
8370
+ observable {
8371
+ id
8372
+ name
8373
+ }
8374
+ }
8306
8375
  }
8307
8376
  indexing {
8308
8377
  jobs {
@@ -8314,6 +8383,7 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
8314
8383
  }
8315
8384
  }
8316
8385
  preparation {
8386
+ enableUnblockedCapture
8317
8387
  disableSmartCapture
8318
8388
  summarizations {
8319
8389
  type
@@ -1800,6 +1800,8 @@ export type Conversation = {
1800
1800
  correlationId?: Maybe<Scalars['String']['output']>;
1801
1801
  /** The creation date of the conversation. */
1802
1802
  creationDate: Scalars['DateTime']['output'];
1803
+ /** The LLM fallback specifications used by this conversation. */
1804
+ fallbacks?: Maybe<Array<Maybe<Specification>>>;
1803
1805
  /** Filter content for conversation. */
1804
1806
  filter?: Maybe<ContentCriteria>;
1805
1807
  /** The ID of the conversation. */
@@ -1922,6 +1924,8 @@ export type ConversationFilter = {
1922
1924
  export type ConversationInput = {
1923
1925
  /** Filter augmented content for conversation, optional. Augmented content will always be added as content sources, without regard to user prompt. */
1924
1926
  augmentedFilter?: InputMaybe<ContentCriteriaInput>;
1927
+ /** The LLM fallback specifications used by this conversation, optional. If the conversation fails to prompt the default specification, it will attempt each fallback specification in order. */
1928
+ fallbacks?: InputMaybe<Array<InputMaybe<EntityReferenceInput>>>;
1925
1929
  /** Filter content for conversation, optional. */
1926
1930
  filter?: InputMaybe<ContentCriteriaInput>;
1927
1931
  /** The conversation messages. */
@@ -2077,6 +2081,8 @@ export declare enum ConversationTypes {
2077
2081
  export type ConversationUpdateInput = {
2078
2082
  /** Filter augmented content for conversation, optional. Augmented content will always be added as content sources, without regard to user prompt. */
2079
2083
  augmentedFilter?: InputMaybe<ContentCriteriaInput>;
2084
+ /** The LLM fallback specifications used by this conversation, optional. If the conversation fails to prompt the default specification, it will attempt each fallback specification in order. */
2085
+ fallbacks?: InputMaybe<Array<InputMaybe<EntityReferenceInput>>>;
2080
2086
  /** Filter content for conversation, optional. */
2081
2087
  filter?: InputMaybe<ContentCriteriaInput>;
2082
2088
  /** The ID of the conversation to update. */
@@ -3414,8 +3420,6 @@ export type FeedSchedulePolicyInput = {
3414
3420
  };
3415
3421
  /** Feed service type */
3416
3422
  export declare enum FeedServiceTypes {
3417
- /** Atlassian Confluence feed service */
3418
- AtlassianConfluence = "ATLASSIAN_CONFLUENCE",
3419
3423
  /** Atlassian Jira feed service */
3420
3424
  AtlassianJira = "ATLASSIAN_JIRA",
3421
3425
  /** Azure Blob feed service */
@@ -4327,6 +4331,8 @@ export type IngestionWorkflowStage = {
4327
4331
  collections?: Maybe<Array<Maybe<EntityReference>>>;
4328
4332
  /** The ingestion filter. */
4329
4333
  if?: Maybe<IngestionContentFilter>;
4334
+ /** The observations to be assigned to ingested content. */
4335
+ observations?: Maybe<Array<Maybe<ObservationReference>>>;
4330
4336
  };
4331
4337
  /** Represents the ingestion workflow stage. */
4332
4338
  export type IngestionWorkflowStageInput = {
@@ -4334,6 +4340,8 @@ export type IngestionWorkflowStageInput = {
4334
4340
  collections?: InputMaybe<Array<InputMaybe<EntityReferenceInput>>>;
4335
4341
  /** The ingestion filter. */
4336
4342
  if?: InputMaybe<IngestionContentFilterInput>;
4343
+ /** The observations to be assigned to ingested content. */
4344
+ observations?: InputMaybe<Array<InputMaybe<ObservationReferenceInput>>>;
4337
4345
  };
4338
4346
  /** Represents a filter by range of long integer values. */
4339
4347
  export type Int64RangeFilter = {
@@ -6757,6 +6765,32 @@ export declare enum MistralModels {
6757
6765
  /** Pixtral Large */
6758
6766
  PixtralLarge = "PIXTRAL_LARGE"
6759
6767
  }
6768
+ /** Represents a model card. */
6769
+ export type ModelCard = {
6770
+ __typename?: 'ModelCard';
6771
+ /** The platforms where the model is available. */
6772
+ availableOn?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
6773
+ /** The model description. */
6774
+ description?: Maybe<Scalars['String']['output']>;
6775
+ /** The features of the model. */
6776
+ features?: Maybe<ModelFeatures>;
6777
+ /** The model metadata, including pricing information per million tokens. */
6778
+ metadata?: Maybe<ModelMetadata>;
6779
+ /** The model enum to use with the specification. */
6780
+ model?: Maybe<Scalars['String']['output']>;
6781
+ /** The model name. */
6782
+ name: Scalars['String']['output'];
6783
+ /** The model service type. */
6784
+ serviceType?: Maybe<ModelServiceTypes>;
6785
+ /** The type of model, i.e. completion, text embedding, reranking. */
6786
+ type?: Maybe<ModelTypes>;
6787
+ };
6788
+ /** Represents a list of model card results. */
6789
+ export type ModelCardResults = {
6790
+ __typename?: 'ModelCardResults';
6791
+ /** The list of model cards. */
6792
+ results?: Maybe<Array<ModelCard>>;
6793
+ };
6760
6794
  /** Represents the LLM document preparation properties. */
6761
6795
  export type ModelDocumentPreparationProperties = {
6762
6796
  __typename?: 'ModelDocumentPreparationProperties';
@@ -6768,6 +6802,16 @@ export type ModelDocumentPreparationPropertiesInput = {
6768
6802
  /** The LLM specification, optional. */
6769
6803
  specification?: InputMaybe<EntityReferenceInput>;
6770
6804
  };
6805
+ /** Represents model features. */
6806
+ export type ModelFeatures = {
6807
+ __typename?: 'ModelFeatures';
6808
+ /** Key features of the model. */
6809
+ keyFeatures?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
6810
+ /** Strengths of the model. */
6811
+ strengths?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
6812
+ /** Potential use cases for the model. */
6813
+ useCases?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
6814
+ };
6771
6815
  /** Represents an LLM image entity extraction connector. */
6772
6816
  export type ModelImageExtractionProperties = {
6773
6817
  __typename?: 'ModelImageExtractionProperties';
@@ -6779,6 +6823,28 @@ export type ModelImageExtractionPropertiesInput = {
6779
6823
  /** The LLM specification used for entity extraction. */
6780
6824
  specification?: InputMaybe<EntityReferenceInput>;
6781
6825
  };
6826
+ /** Represents model metadata. */
6827
+ export type ModelMetadata = {
6828
+ __typename?: 'ModelMetadata';
6829
+ /** The completion cost per-million tokens. */
6830
+ completionCostPerMillion?: Maybe<Scalars['Float']['output']>;
6831
+ /** The context window of the model in tokens. */
6832
+ contextWindowTokens?: Maybe<Scalars['Int']['output']>;
6833
+ /** The embedding cost per-million tokens. */
6834
+ embeddingsCostPerMillion?: Maybe<Scalars['Float']['output']>;
6835
+ /** The knowledge cutoff date of the model. */
6836
+ knowledgeCutoff?: Maybe<Scalars['Date']['output']>;
6837
+ /** The maximum number of output tokens that can be returned by the model. */
6838
+ maxOutputTokens?: Maybe<Scalars['Int']['output']>;
6839
+ /** Whether the model supports multilingual input. */
6840
+ multilingual?: Maybe<Scalars['Boolean']['output']>;
6841
+ /** Whether the model supports multimodal input. */
6842
+ multimodal?: Maybe<Scalars['Boolean']['output']>;
6843
+ /** The prompt cost per-million tokens. */
6844
+ promptCostPerMillion?: Maybe<Scalars['Float']['output']>;
6845
+ /** The reranking cost per-million tokens. */
6846
+ rerankingCostPerMillion?: Maybe<Scalars['Float']['output']>;
6847
+ };
6782
6848
  /** Model service type */
6783
6849
  export declare enum ModelServiceTypes {
6784
6850
  /** Anthropic */
@@ -6819,6 +6885,19 @@ export type ModelTextExtractionPropertiesInput = {
6819
6885
  /** The LLM specification used for entity extraction. */
6820
6886
  specification?: InputMaybe<EntityReferenceInput>;
6821
6887
  };
6888
+ /** Model type */
6889
+ export declare enum ModelTypes {
6890
+ /** Prompt completion */
6891
+ Completion = "COMPLETION",
6892
+ /** Image embedding */
6893
+ ImageEmbedding = "IMAGE_EMBEDDING",
6894
+ /** Multimodal embedding */
6895
+ MultimodalEmbedding = "MULTIMODAL_EMBEDDING",
6896
+ /** Content reranking */
6897
+ Reranking = "RERANKING",
6898
+ /** Text embedding */
6899
+ TextEmbedding = "TEXT_EMBEDDING"
6900
+ }
6822
6901
  export type Mutation = {
6823
6902
  __typename?: 'Mutation';
6824
6903
  /**
@@ -8172,6 +8251,14 @@ export type ObservationOccurrenceInput = {
8172
8251
  /** The observation occurrence type. */
8173
8252
  type: OccurrenceTypes;
8174
8253
  };
8254
+ /** Represents an observation reference. */
8255
+ export type ObservationReference = {
8256
+ __typename?: 'ObservationReference';
8257
+ /** The observed entity. */
8258
+ observable: NamedEntityReference;
8259
+ /** The observed entity type. */
8260
+ type: ObservableTypes;
8261
+ };
8175
8262
  /** Represents a filter for observations. */
8176
8263
  export type ObservationReferenceFilter = {
8177
8264
  /** Filter by observed entity. */
@@ -9170,8 +9257,10 @@ export type PreparationWorkflowJobInput = {
9170
9257
  /** Represents the preparation workflow stage. */
9171
9258
  export type PreparationWorkflowStage = {
9172
9259
  __typename?: 'PreparationWorkflowStage';
9173
- /** Whether to disable smart HTML capture of web pages. Enabled by default for better support of dynamic HTML pages, but can be disabled for better performance. */
9260
+ /** Whether to disable smart HTML capture of web pages. Enabled by default for better support of dynamic HTML pages, but can be disabled for better performance. */
9174
9261
  disableSmartCapture?: Maybe<Scalars['Boolean']['output']>;
9262
+ /** Whether to enable unblocked HTML capture of web pages. Disabled by default, but can be enabled to get around Cloudflare blocking. Enabling will incur 10x cost per web page capture. */
9263
+ enableUnblockedCapture?: Maybe<Scalars['Boolean']['output']>;
9175
9264
  /** The jobs for the preparation workflow stage. */
9176
9265
  jobs?: Maybe<Array<Maybe<PreparationWorkflowJob>>>;
9177
9266
  /** The list of prepared content summaries. */
@@ -9181,6 +9270,8 @@ export type PreparationWorkflowStage = {
9181
9270
  export type PreparationWorkflowStageInput = {
9182
9271
  /** Whether to disable smart HTML capture of web pages. Enabled by default for better support of dynamic HTML pages, but can be disabled for better performance. */
9183
9272
  disableSmartCapture?: InputMaybe<Scalars['Boolean']['input']>;
9273
+ /** Whether to enable unblocked HTML capture of web pages. Disabled by default, but can be enabled to get around Cloudflare blocking. Enabling will incur 10x cost per web page capture. */
9274
+ enableUnblockedCapture?: InputMaybe<Scalars['Boolean']['input']>;
9184
9275
  /** The jobs for the preparation workflow stage. */
9185
9276
  jobs?: InputMaybe<Array<InputMaybe<PreparationWorkflowJobInput>>>;
9186
9277
  /** The list of prepared content summaries. */
@@ -9942,6 +10033,8 @@ export type Query = {
9942
10033
  microsoftTeamsChannels?: Maybe<MicrosoftTeamsChannelResults>;
9943
10034
  /** Retrieves available Microsoft Teams teams. */
9944
10035
  microsoftTeamsTeams?: Maybe<MicrosoftTeamsTeamResults>;
10036
+ /** Retrieves available LLMs, embedding models and reranker models. */
10037
+ models?: Maybe<ModelCardResults>;
9945
10038
  /** Lookup a observation given its ID. */
9946
10039
  observation?: Maybe<Observation>;
9947
10040
  /** Retrieves available OneDrive folders. */
@@ -11690,6 +11783,8 @@ export type TextPage = {
11690
11783
  };
11691
11784
  /** Text Roles */
11692
11785
  export declare enum TextRoles {
11786
+ /** Button */
11787
+ Button = "BUTTON",
11693
11788
  /** Checkbox */
11694
11789
  Checkbox = "CHECKBOX",
11695
11790
  /** Code Block */
@@ -16003,6 +16098,11 @@ export type GetConversationQuery = {
16003
16098
  id: string;
16004
16099
  name: string;
16005
16100
  } | null;
16101
+ fallbacks?: Array<{
16102
+ __typename?: 'Specification';
16103
+ id: string;
16104
+ name: string;
16105
+ } | null> | null;
16006
16106
  filter?: {
16007
16107
  __typename?: 'ContentCriteria';
16008
16108
  inLast?: any | null;
@@ -16885,6 +16985,11 @@ export type QueryConversationsQuery = {
16885
16985
  id: string;
16886
16986
  name: string;
16887
16987
  } | null;
16988
+ fallbacks?: Array<{
16989
+ __typename?: 'Specification';
16990
+ id: string;
16991
+ name: string;
16992
+ } | null> | null;
16888
16993
  filter?: {
16889
16994
  __typename?: 'ContentCriteria';
16890
16995
  inLast?: any | null;
@@ -21229,6 +21334,42 @@ export type PromptSpecificationsMutation = {
21229
21334
  } | null> | null;
21230
21335
  } | null> | null;
21231
21336
  };
21337
+ export type QueryModelsQueryVariables = Exact<{
21338
+ [key: string]: never;
21339
+ }>;
21340
+ export type QueryModelsQuery = {
21341
+ __typename?: 'Query';
21342
+ models?: {
21343
+ __typename?: 'ModelCardResults';
21344
+ results?: Array<{
21345
+ __typename?: 'ModelCard';
21346
+ name: string;
21347
+ type?: ModelTypes | null;
21348
+ serviceType?: ModelServiceTypes | null;
21349
+ model?: string | null;
21350
+ description?: string | null;
21351
+ availableOn?: Array<string | null> | null;
21352
+ features?: {
21353
+ __typename?: 'ModelFeatures';
21354
+ keyFeatures?: Array<string | null> | null;
21355
+ strengths?: Array<string | null> | null;
21356
+ useCases?: Array<string | null> | null;
21357
+ } | null;
21358
+ metadata?: {
21359
+ __typename?: 'ModelMetadata';
21360
+ multilingual?: boolean | null;
21361
+ multimodal?: boolean | null;
21362
+ knowledgeCutoff?: any | null;
21363
+ promptCostPerMillion?: number | null;
21364
+ completionCostPerMillion?: number | null;
21365
+ embeddingsCostPerMillion?: number | null;
21366
+ rerankingCostPerMillion?: number | null;
21367
+ contextWindowTokens?: number | null;
21368
+ maxOutputTokens?: number | null;
21369
+ } | null;
21370
+ }> | null;
21371
+ } | null;
21372
+ };
21232
21373
  export type QuerySpecificationsQueryVariables = Exact<{
21233
21374
  filter?: InputMaybe<SpecificationFilter>;
21234
21375
  }>;
@@ -21475,6 +21616,15 @@ export type CreateWorkflowMutation = {
21475
21616
  __typename?: 'EntityReference';
21476
21617
  id: string;
21477
21618
  } | null> | null;
21619
+ observations?: Array<{
21620
+ __typename?: 'ObservationReference';
21621
+ type: ObservableTypes;
21622
+ observable: {
21623
+ __typename?: 'NamedEntityReference';
21624
+ id: string;
21625
+ name?: string | null;
21626
+ };
21627
+ } | null> | null;
21478
21628
  } | null;
21479
21629
  indexing?: {
21480
21630
  __typename?: 'IndexingWorkflowStage';
@@ -21490,6 +21640,7 @@ export type CreateWorkflowMutation = {
21490
21640
  } | null;
21491
21641
  preparation?: {
21492
21642
  __typename?: 'PreparationWorkflowStage';
21643
+ enableUnblockedCapture?: boolean | null;
21493
21644
  disableSmartCapture?: boolean | null;
21494
21645
  summarizations?: Array<{
21495
21646
  __typename?: 'SummarizationStrategy';
@@ -21688,6 +21839,15 @@ export type GetWorkflowQuery = {
21688
21839
  __typename?: 'EntityReference';
21689
21840
  id: string;
21690
21841
  } | null> | null;
21842
+ observations?: Array<{
21843
+ __typename?: 'ObservationReference';
21844
+ type: ObservableTypes;
21845
+ observable: {
21846
+ __typename?: 'NamedEntityReference';
21847
+ id: string;
21848
+ name?: string | null;
21849
+ };
21850
+ } | null> | null;
21691
21851
  } | null;
21692
21852
  indexing?: {
21693
21853
  __typename?: 'IndexingWorkflowStage';
@@ -21703,6 +21863,7 @@ export type GetWorkflowQuery = {
21703
21863
  } | null;
21704
21864
  preparation?: {
21705
21865
  __typename?: 'PreparationWorkflowStage';
21866
+ enableUnblockedCapture?: boolean | null;
21706
21867
  disableSmartCapture?: boolean | null;
21707
21868
  summarizations?: Array<{
21708
21869
  __typename?: 'SummarizationStrategy';
@@ -21867,6 +22028,15 @@ export type QueryWorkflowsQuery = {
21867
22028
  __typename?: 'EntityReference';
21868
22029
  id: string;
21869
22030
  } | null> | null;
22031
+ observations?: Array<{
22032
+ __typename?: 'ObservationReference';
22033
+ type: ObservableTypes;
22034
+ observable: {
22035
+ __typename?: 'NamedEntityReference';
22036
+ id: string;
22037
+ name?: string | null;
22038
+ };
22039
+ } | null> | null;
21870
22040
  } | null;
21871
22041
  indexing?: {
21872
22042
  __typename?: 'IndexingWorkflowStage';
@@ -21882,6 +22052,7 @@ export type QueryWorkflowsQuery = {
21882
22052
  } | null;
21883
22053
  preparation?: {
21884
22054
  __typename?: 'PreparationWorkflowStage';
22055
+ enableUnblockedCapture?: boolean | null;
21885
22056
  disableSmartCapture?: boolean | null;
21886
22057
  summarizations?: Array<{
21887
22058
  __typename?: 'SummarizationStrategy';
@@ -22039,6 +22210,15 @@ export type UpdateWorkflowMutation = {
22039
22210
  __typename?: 'EntityReference';
22040
22211
  id: string;
22041
22212
  } | null> | null;
22213
+ observations?: Array<{
22214
+ __typename?: 'ObservationReference';
22215
+ type: ObservableTypes;
22216
+ observable: {
22217
+ __typename?: 'NamedEntityReference';
22218
+ id: string;
22219
+ name?: string | null;
22220
+ };
22221
+ } | null> | null;
22042
22222
  } | null;
22043
22223
  indexing?: {
22044
22224
  __typename?: 'IndexingWorkflowStage';
@@ -22054,6 +22234,7 @@ export type UpdateWorkflowMutation = {
22054
22234
  } | null;
22055
22235
  preparation?: {
22056
22236
  __typename?: 'PreparationWorkflowStage';
22237
+ enableUnblockedCapture?: boolean | null;
22057
22238
  disableSmartCapture?: boolean | null;
22058
22239
  summarizations?: Array<{
22059
22240
  __typename?: 'SummarizationStrategy';
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MailSensitivity = exports.MailPriority = exports.MailImportance = exports.LinkTypes = exports.LabelFacetTypes = exports.JinaModels = exports.IntegrationServiceTypes = exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.GraphStrategyTypes = exports.GoogleModels = 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.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.CollectionTypes = exports.CohereModels = exports.CerebrasModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = exports.AzureDocumentIntelligenceModels = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
4
- exports.VoyageModels = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchServiceTypes = exports.SearchQueryTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = 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 = void 0;
5
- exports.YouTubeTypes = void 0;
4
+ exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchServiceTypes = exports.SearchQueryTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = 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 = void 0;
5
+ exports.YouTubeTypes = exports.VoyageModels = void 0;
6
6
  /** Alert type */
7
7
  var AlertTypes;
8
8
  (function (AlertTypes) {
@@ -635,8 +635,6 @@ var FeedListingTypes;
635
635
  /** Feed service type */
636
636
  var FeedServiceTypes;
637
637
  (function (FeedServiceTypes) {
638
- /** Atlassian Confluence feed service */
639
- FeedServiceTypes["AtlassianConfluence"] = "ATLASSIAN_CONFLUENCE";
640
638
  /** Atlassian Jira feed service */
641
639
  FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
642
640
  /** Azure Blob feed service */
@@ -1156,6 +1154,20 @@ var ModelServiceTypes;
1156
1154
  /** Voyage */
1157
1155
  ModelServiceTypes["Voyage"] = "VOYAGE";
1158
1156
  })(ModelServiceTypes || (exports.ModelServiceTypes = ModelServiceTypes = {}));
1157
+ /** Model type */
1158
+ var ModelTypes;
1159
+ (function (ModelTypes) {
1160
+ /** Prompt completion */
1161
+ ModelTypes["Completion"] = "COMPLETION";
1162
+ /** Image embedding */
1163
+ ModelTypes["ImageEmbedding"] = "IMAGE_EMBEDDING";
1164
+ /** Multimodal embedding */
1165
+ ModelTypes["MultimodalEmbedding"] = "MULTIMODAL_EMBEDDING";
1166
+ /** Content reranking */
1167
+ ModelTypes["Reranking"] = "RERANKING";
1168
+ /** Text embedding */
1169
+ ModelTypes["TextEmbedding"] = "TEXT_EMBEDDING";
1170
+ })(ModelTypes || (exports.ModelTypes = ModelTypes = {}));
1159
1171
  var NotionTypes;
1160
1172
  (function (NotionTypes) {
1161
1173
  /** Notion Database */
@@ -1574,6 +1586,8 @@ var SummarizationTypes;
1574
1586
  /** Text Roles */
1575
1587
  var TextRoles;
1576
1588
  (function (TextRoles) {
1589
+ /** Button */
1590
+ TextRoles["Button"] = "BUTTON";
1577
1591
  /** Checkbox */
1578
1592
  TextRoles["Checkbox"] = "CHECKBOX";
1579
1593
  /** Code Block */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20241227001",
3
+ "version": "1.0.20241228001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",