graphlit-client 1.0.20250121001 → 1.0.20250129001
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.
@@ -4099,7 +4099,9 @@ export declare enum GoogleModels {
|
|
4099
4099
|
/** Gemini 2.0 Flash (Experimental) */
|
4100
4100
|
Gemini_2_0FlashExperimental = "GEMINI_2_0_FLASH_EXPERIMENTAL",
|
4101
4101
|
/** Gemini 2.0 Flash Thinking (Experimental) */
|
4102
|
-
Gemini_2_0FlashThinkingExperimental = "GEMINI_2_0_FLASH_THINKING_EXPERIMENTAL"
|
4102
|
+
Gemini_2_0FlashThinkingExperimental = "GEMINI_2_0_FLASH_THINKING_EXPERIMENTAL",
|
4103
|
+
/** Gemini 2.0 Pro (Experimental) */
|
4104
|
+
Gemini_2_0ProExperimental = "GEMINI_2_0_PRO_EXPERIMENTAL"
|
4103
4105
|
}
|
4104
4106
|
/** Represents a knowledge graph. */
|
4105
4107
|
export type Graph = {
|
@@ -4230,6 +4232,8 @@ export type GroqModelPropertiesUpdateInput = {
|
|
4230
4232
|
export declare enum GroqModels {
|
4231
4233
|
/** Developer-specified model */
|
4232
4234
|
Custom = "CUSTOM",
|
4235
|
+
/** Deepseek R1 Distill Llama 70b Preview */
|
4236
|
+
DeepseekR1Llama_70BPreview = "DEEPSEEK_R1_LLAMA_70B_PREVIEW",
|
4233
4237
|
/** LLaMA 3.1 8b */
|
4234
4238
|
Llama_3_1_8B = "LLAMA_3_1_8B",
|
4235
4239
|
/** LLaMA 3.2 1b Preview */
|
@@ -12829,6 +12833,7 @@ export type ZendeskTicketsFeedPropertiesUpdateInput = {
|
|
12829
12833
|
};
|
12830
12834
|
export type CountAlertsQueryVariables = Exact<{
|
12831
12835
|
filter?: InputMaybe<AlertFilter>;
|
12836
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
12832
12837
|
}>;
|
12833
12838
|
export type CountAlertsQuery = {
|
12834
12839
|
__typename?: 'Query';
|
@@ -12911,6 +12916,7 @@ export type EnableAlertMutation = {
|
|
12911
12916
|
};
|
12912
12917
|
export type GetAlertQueryVariables = Exact<{
|
12913
12918
|
id: Scalars['ID']['input'];
|
12919
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
12914
12920
|
}>;
|
12915
12921
|
export type GetAlertQuery = {
|
12916
12922
|
__typename?: 'Query';
|
@@ -13063,6 +13069,7 @@ export type GetAlertQuery = {
|
|
13063
13069
|
};
|
13064
13070
|
export type QueryAlertsQueryVariables = Exact<{
|
13065
13071
|
filter?: InputMaybe<AlertFilter>;
|
13072
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13066
13073
|
}>;
|
13067
13074
|
export type QueryAlertsQuery = {
|
13068
13075
|
__typename?: 'Query';
|
@@ -13231,6 +13238,7 @@ export type UpdateAlertMutation = {
|
|
13231
13238
|
};
|
13232
13239
|
export type CountCategoriesQueryVariables = Exact<{
|
13233
13240
|
filter?: InputMaybe<CategoryFilter>;
|
13241
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13234
13242
|
}>;
|
13235
13243
|
export type CountCategoriesQuery = {
|
13236
13244
|
__typename?: 'Query';
|
@@ -13288,6 +13296,7 @@ export type DeleteCategoryMutation = {
|
|
13288
13296
|
};
|
13289
13297
|
export type GetCategoryQueryVariables = Exact<{
|
13290
13298
|
id: Scalars['ID']['input'];
|
13299
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13291
13300
|
}>;
|
13292
13301
|
export type GetCategoryQuery = {
|
13293
13302
|
__typename?: 'Query';
|
@@ -13302,6 +13311,7 @@ export type GetCategoryQuery = {
|
|
13302
13311
|
};
|
13303
13312
|
export type QueryCategoriesQueryVariables = Exact<{
|
13304
13313
|
filter?: InputMaybe<CategoryFilter>;
|
13314
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13305
13315
|
}>;
|
13306
13316
|
export type QueryCategoriesQuery = {
|
13307
13317
|
__typename?: 'Query';
|
@@ -13349,6 +13359,7 @@ export type AddContentsToCollectionsMutation = {
|
|
13349
13359
|
};
|
13350
13360
|
export type CountCollectionsQueryVariables = Exact<{
|
13351
13361
|
filter?: InputMaybe<CollectionFilter>;
|
13362
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13352
13363
|
}>;
|
13353
13364
|
export type CountCollectionsQuery = {
|
13354
13365
|
__typename?: 'Query';
|
@@ -13408,6 +13419,7 @@ export type DeleteCollectionsMutation = {
|
|
13408
13419
|
};
|
13409
13420
|
export type GetCollectionQueryVariables = Exact<{
|
13410
13421
|
id: Scalars['ID']['input'];
|
13422
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13411
13423
|
}>;
|
13412
13424
|
export type GetCollectionQuery = {
|
13413
13425
|
__typename?: 'Query';
|
@@ -13432,6 +13444,7 @@ export type GetCollectionQuery = {
|
|
13432
13444
|
};
|
13433
13445
|
export type QueryCollectionsQueryVariables = Exact<{
|
13434
13446
|
filter?: InputMaybe<CollectionFilter>;
|
13447
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13435
13448
|
}>;
|
13436
13449
|
export type QueryCollectionsQuery = {
|
13437
13450
|
__typename?: 'Query';
|
@@ -13491,6 +13504,7 @@ export type UpdateCollectionMutation = {
|
|
13491
13504
|
};
|
13492
13505
|
export type CountContentsQueryVariables = Exact<{
|
13493
13506
|
filter?: InputMaybe<ContentFilter>;
|
13507
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13494
13508
|
}>;
|
13495
13509
|
export type CountContentsQuery = {
|
13496
13510
|
__typename?: 'Query';
|
@@ -13873,6 +13887,7 @@ export type ExtractTextMutation = {
|
|
13873
13887
|
};
|
13874
13888
|
export type GetContentQueryVariables = Exact<{
|
13875
13889
|
id: Scalars['ID']['input'];
|
13890
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
13876
13891
|
}>;
|
13877
13892
|
export type GetContentQuery = {
|
13878
13893
|
__typename?: 'Query';
|
@@ -14718,6 +14733,7 @@ export type PublishTextMutation = {
|
|
14718
14733
|
};
|
14719
14734
|
export type QueryContentsQueryVariables = Exact<{
|
14720
14735
|
filter?: InputMaybe<ContentFilter>;
|
14736
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
14721
14737
|
}>;
|
14722
14738
|
export type QueryContentsQuery = {
|
14723
14739
|
__typename?: 'Query';
|
@@ -15003,6 +15019,7 @@ export type QueryContentsQuery = {
|
|
15003
15019
|
export type QueryContentsFacetsQueryVariables = Exact<{
|
15004
15020
|
filter?: InputMaybe<ContentFilter>;
|
15005
15021
|
facets?: InputMaybe<Array<ContentFacetInput> | ContentFacetInput>;
|
15022
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
15006
15023
|
}>;
|
15007
15024
|
export type QueryContentsFacetsQuery = {
|
15008
15025
|
__typename?: 'Query';
|
@@ -15309,6 +15326,7 @@ export type QueryContentsFacetsQuery = {
|
|
15309
15326
|
export type QueryContentsGraphQueryVariables = Exact<{
|
15310
15327
|
filter?: InputMaybe<ContentFilter>;
|
15311
15328
|
graph?: InputMaybe<ContentGraphInput>;
|
15329
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
15312
15330
|
}>;
|
15313
15331
|
export type QueryContentsGraphQuery = {
|
15314
15332
|
__typename?: 'Query';
|
@@ -16353,6 +16371,7 @@ export type ContinueConversationMutation = {
|
|
16353
16371
|
};
|
16354
16372
|
export type CountConversationsQueryVariables = Exact<{
|
16355
16373
|
filter?: InputMaybe<ConversationFilter>;
|
16374
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
16356
16375
|
}>;
|
16357
16376
|
export type CountConversationsQuery = {
|
16358
16377
|
__typename?: 'Query';
|
@@ -16753,6 +16772,7 @@ export type FormatConversationMutation = {
|
|
16753
16772
|
};
|
16754
16773
|
export type GetConversationQueryVariables = Exact<{
|
16755
16774
|
id: Scalars['ID']['input'];
|
16775
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
16756
16776
|
}>;
|
16757
16777
|
export type GetConversationQuery = {
|
16758
16778
|
__typename?: 'Query';
|
@@ -17724,6 +17744,7 @@ export type PublishConversationMutation = {
|
|
17724
17744
|
};
|
17725
17745
|
export type QueryConversationsQueryVariables = Exact<{
|
17726
17746
|
filter?: InputMaybe<ConversationFilter>;
|
17747
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
17727
17748
|
}>;
|
17728
17749
|
export type QueryConversationsQuery = {
|
17729
17750
|
__typename?: 'Query';
|
@@ -18715,6 +18736,7 @@ export type UpdateConversationMutation = {
|
|
18715
18736
|
};
|
18716
18737
|
export type CountEventsQueryVariables = Exact<{
|
18717
18738
|
filter?: InputMaybe<EventFilter>;
|
18739
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
18718
18740
|
}>;
|
18719
18741
|
export type CountEventsQuery = {
|
18720
18742
|
__typename?: 'Query';
|
@@ -18772,6 +18794,7 @@ export type DeleteEventsMutation = {
|
|
18772
18794
|
};
|
18773
18795
|
export type GetEventQueryVariables = Exact<{
|
18774
18796
|
id: Scalars['ID']['input'];
|
18797
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
18775
18798
|
}>;
|
18776
18799
|
export type GetEventQuery = {
|
18777
18800
|
__typename?: 'Query';
|
@@ -18808,6 +18831,7 @@ export type GetEventQuery = {
|
|
18808
18831
|
};
|
18809
18832
|
export type QueryEventsQueryVariables = Exact<{
|
18810
18833
|
filter?: InputMaybe<EventFilter>;
|
18834
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
18811
18835
|
}>;
|
18812
18836
|
export type QueryEventsQuery = {
|
18813
18837
|
__typename?: 'Query';
|
@@ -18858,6 +18882,7 @@ export type UpdateEventMutation = {
|
|
18858
18882
|
};
|
18859
18883
|
export type CountFeedsQueryVariables = Exact<{
|
18860
18884
|
filter?: InputMaybe<FeedFilter>;
|
18885
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
18861
18886
|
}>;
|
18862
18887
|
export type CountFeedsQuery = {
|
18863
18888
|
__typename?: 'Query';
|
@@ -18940,6 +18965,7 @@ export type EnableFeedMutation = {
|
|
18940
18965
|
};
|
18941
18966
|
export type GetFeedQueryVariables = Exact<{
|
18942
18967
|
id: Scalars['ID']['input'];
|
18968
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
18943
18969
|
}>;
|
18944
18970
|
export type GetFeedQuery = {
|
18945
18971
|
__typename?: 'Query';
|
@@ -19221,6 +19247,7 @@ export type IsFeedDoneQuery = {
|
|
19221
19247
|
};
|
19222
19248
|
export type QueryFeedsQueryVariables = Exact<{
|
19223
19249
|
filter?: InputMaybe<FeedFilter>;
|
19250
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19224
19251
|
}>;
|
19225
19252
|
export type QueryFeedsQuery = {
|
19226
19253
|
__typename?: 'Query';
|
@@ -19576,6 +19603,7 @@ export type UpdateFeedMutation = {
|
|
19576
19603
|
};
|
19577
19604
|
export type CountLabelsQueryVariables = Exact<{
|
19578
19605
|
filter?: InputMaybe<LabelFilter>;
|
19606
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19579
19607
|
}>;
|
19580
19608
|
export type CountLabelsQuery = {
|
19581
19609
|
__typename?: 'Query';
|
@@ -19633,6 +19661,7 @@ export type DeleteLabelsMutation = {
|
|
19633
19661
|
};
|
19634
19662
|
export type GetLabelQueryVariables = Exact<{
|
19635
19663
|
id: Scalars['ID']['input'];
|
19664
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19636
19665
|
}>;
|
19637
19666
|
export type GetLabelQuery = {
|
19638
19667
|
__typename?: 'Query';
|
@@ -19647,6 +19676,7 @@ export type GetLabelQuery = {
|
|
19647
19676
|
};
|
19648
19677
|
export type QueryLabelsQueryVariables = Exact<{
|
19649
19678
|
filter?: InputMaybe<LabelFilter>;
|
19679
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19650
19680
|
}>;
|
19651
19681
|
export type QueryLabelsQuery = {
|
19652
19682
|
__typename?: 'Query';
|
@@ -19675,6 +19705,7 @@ export type UpdateLabelMutation = {
|
|
19675
19705
|
};
|
19676
19706
|
export type CountMedicalConditionsQueryVariables = Exact<{
|
19677
19707
|
filter?: InputMaybe<MedicalConditionFilter>;
|
19708
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19678
19709
|
}>;
|
19679
19710
|
export type CountMedicalConditionsQuery = {
|
19680
19711
|
__typename?: 'Query';
|
@@ -19732,6 +19763,7 @@ export type DeleteMedicalConditionsMutation = {
|
|
19732
19763
|
};
|
19733
19764
|
export type GetMedicalConditionQueryVariables = Exact<{
|
19734
19765
|
id: Scalars['ID']['input'];
|
19766
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19735
19767
|
}>;
|
19736
19768
|
export type GetMedicalConditionQuery = {
|
19737
19769
|
__typename?: 'Query';
|
@@ -19750,6 +19782,7 @@ export type GetMedicalConditionQuery = {
|
|
19750
19782
|
};
|
19751
19783
|
export type QueryMedicalConditionsQueryVariables = Exact<{
|
19752
19784
|
filter?: InputMaybe<MedicalConditionFilter>;
|
19785
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19753
19786
|
}>;
|
19754
19787
|
export type QueryMedicalConditionsQuery = {
|
19755
19788
|
__typename?: 'Query';
|
@@ -19782,6 +19815,7 @@ export type UpdateMedicalConditionMutation = {
|
|
19782
19815
|
};
|
19783
19816
|
export type CountMedicalContraindicationsQueryVariables = Exact<{
|
19784
19817
|
filter?: InputMaybe<MedicalContraindicationFilter>;
|
19818
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19785
19819
|
}>;
|
19786
19820
|
export type CountMedicalContraindicationsQuery = {
|
19787
19821
|
__typename?: 'Query';
|
@@ -19839,6 +19873,7 @@ export type DeleteMedicalContraindicationsMutation = {
|
|
19839
19873
|
};
|
19840
19874
|
export type GetMedicalContraindicationQueryVariables = Exact<{
|
19841
19875
|
id: Scalars['ID']['input'];
|
19876
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19842
19877
|
}>;
|
19843
19878
|
export type GetMedicalContraindicationQuery = {
|
19844
19879
|
__typename?: 'Query';
|
@@ -19857,6 +19892,7 @@ export type GetMedicalContraindicationQuery = {
|
|
19857
19892
|
};
|
19858
19893
|
export type QueryMedicalContraindicationsQueryVariables = Exact<{
|
19859
19894
|
filter?: InputMaybe<MedicalContraindicationFilter>;
|
19895
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19860
19896
|
}>;
|
19861
19897
|
export type QueryMedicalContraindicationsQuery = {
|
19862
19898
|
__typename?: 'Query';
|
@@ -19889,6 +19925,7 @@ export type UpdateMedicalContraindicationMutation = {
|
|
19889
19925
|
};
|
19890
19926
|
export type CountMedicalDevicesQueryVariables = Exact<{
|
19891
19927
|
filter?: InputMaybe<MedicalDeviceFilter>;
|
19928
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19892
19929
|
}>;
|
19893
19930
|
export type CountMedicalDevicesQuery = {
|
19894
19931
|
__typename?: 'Query';
|
@@ -19946,6 +19983,7 @@ export type DeleteMedicalDevicesMutation = {
|
|
19946
19983
|
};
|
19947
19984
|
export type GetMedicalDeviceQueryVariables = Exact<{
|
19948
19985
|
id: Scalars['ID']['input'];
|
19986
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19949
19987
|
}>;
|
19950
19988
|
export type GetMedicalDeviceQuery = {
|
19951
19989
|
__typename?: 'Query';
|
@@ -19964,6 +20002,7 @@ export type GetMedicalDeviceQuery = {
|
|
19964
20002
|
};
|
19965
20003
|
export type QueryMedicalDevicesQueryVariables = Exact<{
|
19966
20004
|
filter?: InputMaybe<MedicalDeviceFilter>;
|
20005
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19967
20006
|
}>;
|
19968
20007
|
export type QueryMedicalDevicesQuery = {
|
19969
20008
|
__typename?: 'Query';
|
@@ -19996,6 +20035,7 @@ export type UpdateMedicalDeviceMutation = {
|
|
19996
20035
|
};
|
19997
20036
|
export type CountMedicalDrugsQueryVariables = Exact<{
|
19998
20037
|
filter?: InputMaybe<MedicalDrugFilter>;
|
20038
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
19999
20039
|
}>;
|
20000
20040
|
export type CountMedicalDrugsQuery = {
|
20001
20041
|
__typename?: 'Query';
|
@@ -20053,6 +20093,7 @@ export type DeleteMedicalDrugsMutation = {
|
|
20053
20093
|
};
|
20054
20094
|
export type GetMedicalDrugQueryVariables = Exact<{
|
20055
20095
|
id: Scalars['ID']['input'];
|
20096
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20056
20097
|
}>;
|
20057
20098
|
export type GetMedicalDrugQuery = {
|
20058
20099
|
__typename?: 'Query';
|
@@ -20071,6 +20112,7 @@ export type GetMedicalDrugQuery = {
|
|
20071
20112
|
};
|
20072
20113
|
export type QueryMedicalDrugsQueryVariables = Exact<{
|
20073
20114
|
filter?: InputMaybe<MedicalDrugFilter>;
|
20115
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20074
20116
|
}>;
|
20075
20117
|
export type QueryMedicalDrugsQuery = {
|
20076
20118
|
__typename?: 'Query';
|
@@ -20103,6 +20145,7 @@ export type UpdateMedicalDrugMutation = {
|
|
20103
20145
|
};
|
20104
20146
|
export type CountMedicalDrugClassesQueryVariables = Exact<{
|
20105
20147
|
filter?: InputMaybe<MedicalDrugClassFilter>;
|
20148
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20106
20149
|
}>;
|
20107
20150
|
export type CountMedicalDrugClassesQuery = {
|
20108
20151
|
__typename?: 'Query';
|
@@ -20160,6 +20203,7 @@ export type DeleteMedicalDrugClassesMutation = {
|
|
20160
20203
|
};
|
20161
20204
|
export type GetMedicalDrugClassQueryVariables = Exact<{
|
20162
20205
|
id: Scalars['ID']['input'];
|
20206
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20163
20207
|
}>;
|
20164
20208
|
export type GetMedicalDrugClassQuery = {
|
20165
20209
|
__typename?: 'Query';
|
@@ -20178,6 +20222,7 @@ export type GetMedicalDrugClassQuery = {
|
|
20178
20222
|
};
|
20179
20223
|
export type QueryMedicalDrugClassesQueryVariables = Exact<{
|
20180
20224
|
filter?: InputMaybe<MedicalDrugClassFilter>;
|
20225
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20181
20226
|
}>;
|
20182
20227
|
export type QueryMedicalDrugClassesQuery = {
|
20183
20228
|
__typename?: 'Query';
|
@@ -20210,6 +20255,7 @@ export type UpdateMedicalDrugClassMutation = {
|
|
20210
20255
|
};
|
20211
20256
|
export type CountMedicalGuidelinesQueryVariables = Exact<{
|
20212
20257
|
filter?: InputMaybe<MedicalGuidelineFilter>;
|
20258
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20213
20259
|
}>;
|
20214
20260
|
export type CountMedicalGuidelinesQuery = {
|
20215
20261
|
__typename?: 'Query';
|
@@ -20267,6 +20313,7 @@ export type DeleteMedicalGuidelinesMutation = {
|
|
20267
20313
|
};
|
20268
20314
|
export type GetMedicalGuidelineQueryVariables = Exact<{
|
20269
20315
|
id: Scalars['ID']['input'];
|
20316
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20270
20317
|
}>;
|
20271
20318
|
export type GetMedicalGuidelineQuery = {
|
20272
20319
|
__typename?: 'Query';
|
@@ -20285,6 +20332,7 @@ export type GetMedicalGuidelineQuery = {
|
|
20285
20332
|
};
|
20286
20333
|
export type QueryMedicalGuidelinesQueryVariables = Exact<{
|
20287
20334
|
filter?: InputMaybe<MedicalGuidelineFilter>;
|
20335
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20288
20336
|
}>;
|
20289
20337
|
export type QueryMedicalGuidelinesQuery = {
|
20290
20338
|
__typename?: 'Query';
|
@@ -20317,6 +20365,7 @@ export type UpdateMedicalGuidelineMutation = {
|
|
20317
20365
|
};
|
20318
20366
|
export type CountMedicalIndicationsQueryVariables = Exact<{
|
20319
20367
|
filter?: InputMaybe<MedicalIndicationFilter>;
|
20368
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20320
20369
|
}>;
|
20321
20370
|
export type CountMedicalIndicationsQuery = {
|
20322
20371
|
__typename?: 'Query';
|
@@ -20374,6 +20423,7 @@ export type DeleteMedicalIndicationsMutation = {
|
|
20374
20423
|
};
|
20375
20424
|
export type GetMedicalIndicationQueryVariables = Exact<{
|
20376
20425
|
id: Scalars['ID']['input'];
|
20426
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20377
20427
|
}>;
|
20378
20428
|
export type GetMedicalIndicationQuery = {
|
20379
20429
|
__typename?: 'Query';
|
@@ -20392,6 +20442,7 @@ export type GetMedicalIndicationQuery = {
|
|
20392
20442
|
};
|
20393
20443
|
export type QueryMedicalIndicationsQueryVariables = Exact<{
|
20394
20444
|
filter?: InputMaybe<MedicalIndicationFilter>;
|
20445
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20395
20446
|
}>;
|
20396
20447
|
export type QueryMedicalIndicationsQuery = {
|
20397
20448
|
__typename?: 'Query';
|
@@ -20424,6 +20475,7 @@ export type UpdateMedicalIndicationMutation = {
|
|
20424
20475
|
};
|
20425
20476
|
export type CountMedicalProceduresQueryVariables = Exact<{
|
20426
20477
|
filter?: InputMaybe<MedicalProcedureFilter>;
|
20478
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20427
20479
|
}>;
|
20428
20480
|
export type CountMedicalProceduresQuery = {
|
20429
20481
|
__typename?: 'Query';
|
@@ -20481,6 +20533,7 @@ export type DeleteMedicalProceduresMutation = {
|
|
20481
20533
|
};
|
20482
20534
|
export type GetMedicalProcedureQueryVariables = Exact<{
|
20483
20535
|
id: Scalars['ID']['input'];
|
20536
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20484
20537
|
}>;
|
20485
20538
|
export type GetMedicalProcedureQuery = {
|
20486
20539
|
__typename?: 'Query';
|
@@ -20499,6 +20552,7 @@ export type GetMedicalProcedureQuery = {
|
|
20499
20552
|
};
|
20500
20553
|
export type QueryMedicalProceduresQueryVariables = Exact<{
|
20501
20554
|
filter?: InputMaybe<MedicalProcedureFilter>;
|
20555
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20502
20556
|
}>;
|
20503
20557
|
export type QueryMedicalProceduresQuery = {
|
20504
20558
|
__typename?: 'Query';
|
@@ -20588,6 +20642,7 @@ export type DeleteMedicalStudyMutation = {
|
|
20588
20642
|
};
|
20589
20643
|
export type GetMedicalStudyQueryVariables = Exact<{
|
20590
20644
|
id: Scalars['ID']['input'];
|
20645
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20591
20646
|
}>;
|
20592
20647
|
export type GetMedicalStudyQuery = {
|
20593
20648
|
__typename?: 'Query';
|
@@ -20614,6 +20669,7 @@ export type GetMedicalStudyQuery = {
|
|
20614
20669
|
};
|
20615
20670
|
export type QueryMedicalStudiesQueryVariables = Exact<{
|
20616
20671
|
filter?: InputMaybe<MedicalStudyFilter>;
|
20672
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20617
20673
|
}>;
|
20618
20674
|
export type QueryMedicalStudiesQuery = {
|
20619
20675
|
__typename?: 'Query';
|
@@ -20654,6 +20710,7 @@ export type UpdateMedicalStudyMutation = {
|
|
20654
20710
|
};
|
20655
20711
|
export type CountMedicalTestsQueryVariables = Exact<{
|
20656
20712
|
filter?: InputMaybe<MedicalTestFilter>;
|
20713
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20657
20714
|
}>;
|
20658
20715
|
export type CountMedicalTestsQuery = {
|
20659
20716
|
__typename?: 'Query';
|
@@ -20711,6 +20768,7 @@ export type DeleteMedicalTestsMutation = {
|
|
20711
20768
|
};
|
20712
20769
|
export type GetMedicalTestQueryVariables = Exact<{
|
20713
20770
|
id: Scalars['ID']['input'];
|
20771
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20714
20772
|
}>;
|
20715
20773
|
export type GetMedicalTestQuery = {
|
20716
20774
|
__typename?: 'Query';
|
@@ -20729,6 +20787,7 @@ export type GetMedicalTestQuery = {
|
|
20729
20787
|
};
|
20730
20788
|
export type QueryMedicalTestsQueryVariables = Exact<{
|
20731
20789
|
filter?: InputMaybe<MedicalTestFilter>;
|
20790
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20732
20791
|
}>;
|
20733
20792
|
export type QueryMedicalTestsQuery = {
|
20734
20793
|
__typename?: 'Query';
|
@@ -20761,6 +20820,7 @@ export type UpdateMedicalTestMutation = {
|
|
20761
20820
|
};
|
20762
20821
|
export type CountMedicalTherapiesQueryVariables = Exact<{
|
20763
20822
|
filter?: InputMaybe<MedicalTherapyFilter>;
|
20823
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20764
20824
|
}>;
|
20765
20825
|
export type CountMedicalTherapiesQuery = {
|
20766
20826
|
__typename?: 'Query';
|
@@ -20818,6 +20878,7 @@ export type DeleteMedicalTherapyMutation = {
|
|
20818
20878
|
};
|
20819
20879
|
export type GetMedicalTherapyQueryVariables = Exact<{
|
20820
20880
|
id: Scalars['ID']['input'];
|
20881
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20821
20882
|
}>;
|
20822
20883
|
export type GetMedicalTherapyQuery = {
|
20823
20884
|
__typename?: 'Query';
|
@@ -20836,6 +20897,7 @@ export type GetMedicalTherapyQuery = {
|
|
20836
20897
|
};
|
20837
20898
|
export type QueryMedicalTherapiesQueryVariables = Exact<{
|
20838
20899
|
filter?: InputMaybe<MedicalTherapyFilter>;
|
20900
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20839
20901
|
}>;
|
20840
20902
|
export type QueryMedicalTherapiesQuery = {
|
20841
20903
|
__typename?: 'Query';
|
@@ -20901,6 +20963,7 @@ export type UpdateObservationMutation = {
|
|
20901
20963
|
};
|
20902
20964
|
export type CountOrganizationsQueryVariables = Exact<{
|
20903
20965
|
filter?: InputMaybe<OrganizationFilter>;
|
20966
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20904
20967
|
}>;
|
20905
20968
|
export type CountOrganizationsQuery = {
|
20906
20969
|
__typename?: 'Query';
|
@@ -20958,6 +21021,7 @@ export type DeleteOrganizationsMutation = {
|
|
20958
21021
|
};
|
20959
21022
|
export type GetOrganizationQueryVariables = Exact<{
|
20960
21023
|
id: Scalars['ID']['input'];
|
21024
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20961
21025
|
}>;
|
20962
21026
|
export type GetOrganizationQuery = {
|
20963
21027
|
__typename?: 'Query';
|
@@ -20990,6 +21054,7 @@ export type GetOrganizationQuery = {
|
|
20990
21054
|
};
|
20991
21055
|
export type QueryOrganizationsQueryVariables = Exact<{
|
20992
21056
|
filter?: InputMaybe<OrganizationFilter>;
|
21057
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
20993
21058
|
}>;
|
20994
21059
|
export type QueryOrganizationsQuery = {
|
20995
21060
|
__typename?: 'Query';
|
@@ -21036,6 +21101,7 @@ export type UpdateOrganizationMutation = {
|
|
21036
21101
|
};
|
21037
21102
|
export type CountPersonsQueryVariables = Exact<{
|
21038
21103
|
filter?: InputMaybe<PersonFilter>;
|
21104
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21039
21105
|
}>;
|
21040
21106
|
export type CountPersonsQuery = {
|
21041
21107
|
__typename?: 'Query';
|
@@ -21093,6 +21159,7 @@ export type DeletePersonsMutation = {
|
|
21093
21159
|
};
|
21094
21160
|
export type GetPersonQueryVariables = Exact<{
|
21095
21161
|
id: Scalars['ID']['input'];
|
21162
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21096
21163
|
}>;
|
21097
21164
|
export type GetPersonQuery = {
|
21098
21165
|
__typename?: 'Query';
|
@@ -21127,6 +21194,7 @@ export type GetPersonQuery = {
|
|
21127
21194
|
};
|
21128
21195
|
export type QueryPersonsQueryVariables = Exact<{
|
21129
21196
|
filter?: InputMaybe<PersonFilter>;
|
21197
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21130
21198
|
}>;
|
21131
21199
|
export type QueryPersonsQuery = {
|
21132
21200
|
__typename?: 'Query';
|
@@ -21175,6 +21243,7 @@ export type UpdatePersonMutation = {
|
|
21175
21243
|
};
|
21176
21244
|
export type CountPlacesQueryVariables = Exact<{
|
21177
21245
|
filter?: InputMaybe<PlaceFilter>;
|
21246
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21178
21247
|
}>;
|
21179
21248
|
export type CountPlacesQuery = {
|
21180
21249
|
__typename?: 'Query';
|
@@ -21232,6 +21301,7 @@ export type DeletePlacesMutation = {
|
|
21232
21301
|
};
|
21233
21302
|
export type GetPlaceQueryVariables = Exact<{
|
21234
21303
|
id: Scalars['ID']['input'];
|
21304
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21235
21305
|
}>;
|
21236
21306
|
export type GetPlaceQuery = {
|
21237
21307
|
__typename?: 'Query';
|
@@ -21258,6 +21328,7 @@ export type GetPlaceQuery = {
|
|
21258
21328
|
};
|
21259
21329
|
export type QueryPlacesQueryVariables = Exact<{
|
21260
21330
|
filter?: InputMaybe<PlaceFilter>;
|
21331
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21261
21332
|
}>;
|
21262
21333
|
export type QueryPlacesQuery = {
|
21263
21334
|
__typename?: 'Query';
|
@@ -21298,6 +21369,7 @@ export type UpdatePlaceMutation = {
|
|
21298
21369
|
};
|
21299
21370
|
export type CountProductsQueryVariables = Exact<{
|
21300
21371
|
filter?: InputMaybe<ProductFilter>;
|
21372
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21301
21373
|
}>;
|
21302
21374
|
export type CountProductsQuery = {
|
21303
21375
|
__typename?: 'Query';
|
@@ -21355,6 +21427,7 @@ export type DeleteProductsMutation = {
|
|
21355
21427
|
};
|
21356
21428
|
export type GetProductQueryVariables = Exact<{
|
21357
21429
|
id: Scalars['ID']['input'];
|
21430
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21358
21431
|
}>;
|
21359
21432
|
export type GetProductQuery = {
|
21360
21433
|
__typename?: 'Query';
|
@@ -21388,6 +21461,7 @@ export type GetProductQuery = {
|
|
21388
21461
|
};
|
21389
21462
|
export type QueryProductsQueryVariables = Exact<{
|
21390
21463
|
filter?: InputMaybe<ProductFilter>;
|
21464
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21391
21465
|
}>;
|
21392
21466
|
export type QueryProductsQuery = {
|
21393
21467
|
__typename?: 'Query';
|
@@ -21627,6 +21701,7 @@ export type UpdateProjectMutation = {
|
|
21627
21701
|
};
|
21628
21702
|
export type CountReposQueryVariables = Exact<{
|
21629
21703
|
filter?: InputMaybe<RepoFilter>;
|
21704
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21630
21705
|
}>;
|
21631
21706
|
export type CountReposQuery = {
|
21632
21707
|
__typename?: 'Query';
|
@@ -21684,6 +21759,7 @@ export type DeleteReposMutation = {
|
|
21684
21759
|
};
|
21685
21760
|
export type GetRepoQueryVariables = Exact<{
|
21686
21761
|
id: Scalars['ID']['input'];
|
21762
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21687
21763
|
}>;
|
21688
21764
|
export type GetRepoQuery = {
|
21689
21765
|
__typename?: 'Query';
|
@@ -21702,6 +21778,7 @@ export type GetRepoQuery = {
|
|
21702
21778
|
};
|
21703
21779
|
export type QueryReposQueryVariables = Exact<{
|
21704
21780
|
filter?: InputMaybe<RepoFilter>;
|
21781
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21705
21782
|
}>;
|
21706
21783
|
export type QueryReposQuery = {
|
21707
21784
|
__typename?: 'Query';
|
@@ -21766,6 +21843,7 @@ export type SearchWebQuery = {
|
|
21766
21843
|
};
|
21767
21844
|
export type CountSoftwaresQueryVariables = Exact<{
|
21768
21845
|
filter?: InputMaybe<SoftwareFilter>;
|
21846
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21769
21847
|
}>;
|
21770
21848
|
export type CountSoftwaresQuery = {
|
21771
21849
|
__typename?: 'Query';
|
@@ -21823,6 +21901,7 @@ export type DeleteSoftwaresMutation = {
|
|
21823
21901
|
};
|
21824
21902
|
export type GetSoftwareQueryVariables = Exact<{
|
21825
21903
|
id: Scalars['ID']['input'];
|
21904
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21826
21905
|
}>;
|
21827
21906
|
export type GetSoftwareQuery = {
|
21828
21907
|
__typename?: 'Query';
|
@@ -21843,6 +21922,7 @@ export type GetSoftwareQuery = {
|
|
21843
21922
|
};
|
21844
21923
|
export type QuerySoftwaresQueryVariables = Exact<{
|
21845
21924
|
filter?: InputMaybe<SoftwareFilter>;
|
21925
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21846
21926
|
}>;
|
21847
21927
|
export type QuerySoftwaresQuery = {
|
21848
21928
|
__typename?: 'Query';
|
@@ -21877,6 +21957,7 @@ export type UpdateSoftwareMutation = {
|
|
21877
21957
|
};
|
21878
21958
|
export type CountSpecificationsQueryVariables = Exact<{
|
21879
21959
|
filter?: InputMaybe<SpecificationFilter>;
|
21960
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21880
21961
|
}>;
|
21881
21962
|
export type CountSpecificationsQuery = {
|
21882
21963
|
__typename?: 'Query';
|
@@ -21937,6 +22018,7 @@ export type DeleteSpecificationsMutation = {
|
|
21937
22018
|
};
|
21938
22019
|
export type GetSpecificationQueryVariables = Exact<{
|
21939
22020
|
id: Scalars['ID']['input'];
|
22021
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
21940
22022
|
}>;
|
21941
22023
|
export type GetSpecificationQuery = {
|
21942
22024
|
__typename?: 'Query';
|
@@ -22317,6 +22399,7 @@ export type QueryModelsQuery = {
|
|
22317
22399
|
};
|
22318
22400
|
export type QuerySpecificationsQueryVariables = Exact<{
|
22319
22401
|
filter?: InputMaybe<SpecificationFilter>;
|
22402
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
22320
22403
|
}>;
|
22321
22404
|
export type QuerySpecificationsQuery = {
|
22322
22405
|
__typename?: 'Query';
|
@@ -22530,6 +22613,7 @@ export type UpdateSpecificationMutation = {
|
|
22530
22613
|
};
|
22531
22614
|
export type CountUsersQueryVariables = Exact<{
|
22532
22615
|
filter?: InputMaybe<UserFilter>;
|
22616
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
22533
22617
|
}>;
|
22534
22618
|
export type CountUsersQuery = {
|
22535
22619
|
__typename?: 'Query';
|
@@ -22639,6 +22723,7 @@ export type GetUserQuery = {
|
|
22639
22723
|
};
|
22640
22724
|
export type QueryUsersQueryVariables = Exact<{
|
22641
22725
|
filter?: InputMaybe<UserFilter>;
|
22726
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
22642
22727
|
}>;
|
22643
22728
|
export type QueryUsersQuery = {
|
22644
22729
|
__typename?: 'Query';
|
@@ -22708,6 +22793,7 @@ export type UpdateUserMutation = {
|
|
22708
22793
|
};
|
22709
22794
|
export type CountWorkflowsQueryVariables = Exact<{
|
22710
22795
|
filter?: InputMaybe<WorkflowFilter>;
|
22796
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
22711
22797
|
}>;
|
22712
22798
|
export type CountWorkflowsQuery = {
|
22713
22799
|
__typename?: 'Query';
|
@@ -22947,6 +23033,7 @@ export type DeleteWorkflowsMutation = {
|
|
22947
23033
|
};
|
22948
23034
|
export type GetWorkflowQueryVariables = Exact<{
|
22949
23035
|
id: Scalars['ID']['input'];
|
23036
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
22950
23037
|
}>;
|
22951
23038
|
export type GetWorkflowQuery = {
|
22952
23039
|
__typename?: 'Query';
|
@@ -23146,6 +23233,7 @@ export type GetWorkflowQuery = {
|
|
23146
23233
|
};
|
23147
23234
|
export type QueryWorkflowsQueryVariables = Exact<{
|
23148
23235
|
filter?: InputMaybe<WorkflowFilter>;
|
23236
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
23149
23237
|
}>;
|
23150
23238
|
export type QueryWorkflowsQuery = {
|
23151
23239
|
__typename?: 'Query';
|
@@ -812,6 +812,8 @@ var GoogleModels;
|
|
812
812
|
GoogleModels["Gemini_2_0FlashExperimental"] = "GEMINI_2_0_FLASH_EXPERIMENTAL";
|
813
813
|
/** Gemini 2.0 Flash Thinking (Experimental) */
|
814
814
|
GoogleModels["Gemini_2_0FlashThinkingExperimental"] = "GEMINI_2_0_FLASH_THINKING_EXPERIMENTAL";
|
815
|
+
/** Gemini 2.0 Pro (Experimental) */
|
816
|
+
GoogleModels["Gemini_2_0ProExperimental"] = "GEMINI_2_0_PRO_EXPERIMENTAL";
|
815
817
|
})(GoogleModels || (exports.GoogleModels = GoogleModels = {}));
|
816
818
|
/** GraphRAG strategies */
|
817
819
|
var GraphStrategyTypes;
|
@@ -828,6 +830,8 @@ var GroqModels;
|
|
828
830
|
(function (GroqModels) {
|
829
831
|
/** Developer-specified model */
|
830
832
|
GroqModels["Custom"] = "CUSTOM";
|
833
|
+
/** Deepseek R1 Distill Llama 70b Preview */
|
834
|
+
GroqModels["DeepseekR1Llama_70BPreview"] = "DEEPSEEK_R1_LLAMA_70B_PREVIEW";
|
831
835
|
/** LLaMA 3.1 8b */
|
832
836
|
GroqModels["Llama_3_1_8B"] = "LLAMA_3_1_8B";
|
833
837
|
/** LLaMA 3.2 1b Preview */
|