graphlit-client 1.0.20241227001 → 1.0.20241227002

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,35 @@ 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
+ type
7668
+ serviceType
7669
+ model
7670
+ description
7671
+ availableOn
7672
+ features {
7673
+ keyFeatures
7674
+ strengths
7675
+ useCases
7676
+ }
7677
+ metadata {
7678
+ multilingual
7679
+ multimodal
7680
+ knowledgeCutoff
7681
+ promptCostPerMillion
7682
+ completionCostPerMillion
7683
+ embeddingsCostPerMillion
7684
+ rerankingCostPerMillion
7685
+ contextWindowTokens
7686
+ maxOutputTokens
7687
+ }
7688
+ }
7689
+ }
7690
+ }
7691
+ `;
7655
7692
  exports.QuerySpecifications = (0, graphql_tag_1.default) `
7656
7693
  query QuerySpecifications($filter: SpecificationFilter) {
7657
7694
  specifications(filter: $filter) {
@@ -7861,6 +7898,13 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
7861
7898
  collections {
7862
7899
  id
7863
7900
  }
7901
+ observations {
7902
+ type
7903
+ observable {
7904
+ id
7905
+ name
7906
+ }
7907
+ }
7864
7908
  }
7865
7909
  indexing {
7866
7910
  jobs {
@@ -7872,6 +7916,7 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
7872
7916
  }
7873
7917
  }
7874
7918
  preparation {
7919
+ enableUnblockedCapture
7875
7920
  disableSmartCapture
7876
7921
  summarizations {
7877
7922
  type
@@ -8028,6 +8073,13 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
8028
8073
  collections {
8029
8074
  id
8030
8075
  }
8076
+ observations {
8077
+ type
8078
+ observable {
8079
+ id
8080
+ name
8081
+ }
8082
+ }
8031
8083
  }
8032
8084
  indexing {
8033
8085
  jobs {
@@ -8039,6 +8091,7 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
8039
8091
  }
8040
8092
  }
8041
8093
  preparation {
8094
+ enableUnblockedCapture
8042
8095
  disableSmartCapture
8043
8096
  summarizations {
8044
8097
  type
@@ -8168,6 +8221,13 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
8168
8221
  collections {
8169
8222
  id
8170
8223
  }
8224
+ observations {
8225
+ type
8226
+ observable {
8227
+ id
8228
+ name
8229
+ }
8230
+ }
8171
8231
  }
8172
8232
  indexing {
8173
8233
  jobs {
@@ -8179,6 +8239,7 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
8179
8239
  }
8180
8240
  }
8181
8241
  preparation {
8242
+ enableUnblockedCapture
8182
8243
  disableSmartCapture
8183
8244
  summarizations {
8184
8245
  type
@@ -8303,6 +8364,13 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
8303
8364
  collections {
8304
8365
  id
8305
8366
  }
8367
+ observations {
8368
+ type
8369
+ observable {
8370
+ id
8371
+ name
8372
+ }
8373
+ }
8306
8374
  }
8307
8375
  indexing {
8308
8376
  jobs {
@@ -8314,6 +8382,7 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
8314
8382
  }
8315
8383
  }
8316
8384
  preparation {
8385
+ enableUnblockedCapture
8317
8386
  disableSmartCapture
8318
8387
  summarizations {
8319
8388
  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,41 @@ 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
+ type?: ModelTypes | null;
21347
+ serviceType?: ModelServiceTypes | null;
21348
+ model?: string | null;
21349
+ description?: string | null;
21350
+ availableOn?: Array<string | null> | null;
21351
+ features?: {
21352
+ __typename?: 'ModelFeatures';
21353
+ keyFeatures?: Array<string | null> | null;
21354
+ strengths?: Array<string | null> | null;
21355
+ useCases?: Array<string | null> | null;
21356
+ } | null;
21357
+ metadata?: {
21358
+ __typename?: 'ModelMetadata';
21359
+ multilingual?: boolean | null;
21360
+ multimodal?: boolean | null;
21361
+ knowledgeCutoff?: any | null;
21362
+ promptCostPerMillion?: number | null;
21363
+ completionCostPerMillion?: number | null;
21364
+ embeddingsCostPerMillion?: number | null;
21365
+ rerankingCostPerMillion?: number | null;
21366
+ contextWindowTokens?: number | null;
21367
+ maxOutputTokens?: number | null;
21368
+ } | null;
21369
+ }> | null;
21370
+ } | null;
21371
+ };
21232
21372
  export type QuerySpecificationsQueryVariables = Exact<{
21233
21373
  filter?: InputMaybe<SpecificationFilter>;
21234
21374
  }>;
@@ -21475,6 +21615,15 @@ export type CreateWorkflowMutation = {
21475
21615
  __typename?: 'EntityReference';
21476
21616
  id: string;
21477
21617
  } | null> | null;
21618
+ observations?: Array<{
21619
+ __typename?: 'ObservationReference';
21620
+ type: ObservableTypes;
21621
+ observable: {
21622
+ __typename?: 'NamedEntityReference';
21623
+ id: string;
21624
+ name?: string | null;
21625
+ };
21626
+ } | null> | null;
21478
21627
  } | null;
21479
21628
  indexing?: {
21480
21629
  __typename?: 'IndexingWorkflowStage';
@@ -21490,6 +21639,7 @@ export type CreateWorkflowMutation = {
21490
21639
  } | null;
21491
21640
  preparation?: {
21492
21641
  __typename?: 'PreparationWorkflowStage';
21642
+ enableUnblockedCapture?: boolean | null;
21493
21643
  disableSmartCapture?: boolean | null;
21494
21644
  summarizations?: Array<{
21495
21645
  __typename?: 'SummarizationStrategy';
@@ -21688,6 +21838,15 @@ export type GetWorkflowQuery = {
21688
21838
  __typename?: 'EntityReference';
21689
21839
  id: string;
21690
21840
  } | null> | null;
21841
+ observations?: Array<{
21842
+ __typename?: 'ObservationReference';
21843
+ type: ObservableTypes;
21844
+ observable: {
21845
+ __typename?: 'NamedEntityReference';
21846
+ id: string;
21847
+ name?: string | null;
21848
+ };
21849
+ } | null> | null;
21691
21850
  } | null;
21692
21851
  indexing?: {
21693
21852
  __typename?: 'IndexingWorkflowStage';
@@ -21703,6 +21862,7 @@ export type GetWorkflowQuery = {
21703
21862
  } | null;
21704
21863
  preparation?: {
21705
21864
  __typename?: 'PreparationWorkflowStage';
21865
+ enableUnblockedCapture?: boolean | null;
21706
21866
  disableSmartCapture?: boolean | null;
21707
21867
  summarizations?: Array<{
21708
21868
  __typename?: 'SummarizationStrategy';
@@ -21867,6 +22027,15 @@ export type QueryWorkflowsQuery = {
21867
22027
  __typename?: 'EntityReference';
21868
22028
  id: string;
21869
22029
  } | null> | null;
22030
+ observations?: Array<{
22031
+ __typename?: 'ObservationReference';
22032
+ type: ObservableTypes;
22033
+ observable: {
22034
+ __typename?: 'NamedEntityReference';
22035
+ id: string;
22036
+ name?: string | null;
22037
+ };
22038
+ } | null> | null;
21870
22039
  } | null;
21871
22040
  indexing?: {
21872
22041
  __typename?: 'IndexingWorkflowStage';
@@ -21882,6 +22051,7 @@ export type QueryWorkflowsQuery = {
21882
22051
  } | null;
21883
22052
  preparation?: {
21884
22053
  __typename?: 'PreparationWorkflowStage';
22054
+ enableUnblockedCapture?: boolean | null;
21885
22055
  disableSmartCapture?: boolean | null;
21886
22056
  summarizations?: Array<{
21887
22057
  __typename?: 'SummarizationStrategy';
@@ -22039,6 +22209,15 @@ export type UpdateWorkflowMutation = {
22039
22209
  __typename?: 'EntityReference';
22040
22210
  id: string;
22041
22211
  } | null> | null;
22212
+ observations?: Array<{
22213
+ __typename?: 'ObservationReference';
22214
+ type: ObservableTypes;
22215
+ observable: {
22216
+ __typename?: 'NamedEntityReference';
22217
+ id: string;
22218
+ name?: string | null;
22219
+ };
22220
+ } | null> | null;
22042
22221
  } | null;
22043
22222
  indexing?: {
22044
22223
  __typename?: 'IndexingWorkflowStage';
@@ -22054,6 +22233,7 @@ export type UpdateWorkflowMutation = {
22054
22233
  } | null;
22055
22234
  preparation?: {
22056
22235
  __typename?: 'PreparationWorkflowStage';
22236
+ enableUnblockedCapture?: boolean | null;
22057
22237
  disableSmartCapture?: boolean | null;
22058
22238
  summarizations?: Array<{
22059
22239
  __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.20241227002",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",