graphlit-client 1.0.20250121001 → 1.0.20250127001

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.
@@ -12829,6 +12829,7 @@ export type ZendeskTicketsFeedPropertiesUpdateInput = {
12829
12829
  };
12830
12830
  export type CountAlertsQueryVariables = Exact<{
12831
12831
  filter?: InputMaybe<AlertFilter>;
12832
+ correlationId?: InputMaybe<Scalars['String']['input']>;
12832
12833
  }>;
12833
12834
  export type CountAlertsQuery = {
12834
12835
  __typename?: 'Query';
@@ -12911,6 +12912,7 @@ export type EnableAlertMutation = {
12911
12912
  };
12912
12913
  export type GetAlertQueryVariables = Exact<{
12913
12914
  id: Scalars['ID']['input'];
12915
+ correlationId?: InputMaybe<Scalars['String']['input']>;
12914
12916
  }>;
12915
12917
  export type GetAlertQuery = {
12916
12918
  __typename?: 'Query';
@@ -13063,6 +13065,7 @@ export type GetAlertQuery = {
13063
13065
  };
13064
13066
  export type QueryAlertsQueryVariables = Exact<{
13065
13067
  filter?: InputMaybe<AlertFilter>;
13068
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13066
13069
  }>;
13067
13070
  export type QueryAlertsQuery = {
13068
13071
  __typename?: 'Query';
@@ -13231,6 +13234,7 @@ export type UpdateAlertMutation = {
13231
13234
  };
13232
13235
  export type CountCategoriesQueryVariables = Exact<{
13233
13236
  filter?: InputMaybe<CategoryFilter>;
13237
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13234
13238
  }>;
13235
13239
  export type CountCategoriesQuery = {
13236
13240
  __typename?: 'Query';
@@ -13288,6 +13292,7 @@ export type DeleteCategoryMutation = {
13288
13292
  };
13289
13293
  export type GetCategoryQueryVariables = Exact<{
13290
13294
  id: Scalars['ID']['input'];
13295
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13291
13296
  }>;
13292
13297
  export type GetCategoryQuery = {
13293
13298
  __typename?: 'Query';
@@ -13302,6 +13307,7 @@ export type GetCategoryQuery = {
13302
13307
  };
13303
13308
  export type QueryCategoriesQueryVariables = Exact<{
13304
13309
  filter?: InputMaybe<CategoryFilter>;
13310
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13305
13311
  }>;
13306
13312
  export type QueryCategoriesQuery = {
13307
13313
  __typename?: 'Query';
@@ -13349,6 +13355,7 @@ export type AddContentsToCollectionsMutation = {
13349
13355
  };
13350
13356
  export type CountCollectionsQueryVariables = Exact<{
13351
13357
  filter?: InputMaybe<CollectionFilter>;
13358
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13352
13359
  }>;
13353
13360
  export type CountCollectionsQuery = {
13354
13361
  __typename?: 'Query';
@@ -13408,6 +13415,7 @@ export type DeleteCollectionsMutation = {
13408
13415
  };
13409
13416
  export type GetCollectionQueryVariables = Exact<{
13410
13417
  id: Scalars['ID']['input'];
13418
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13411
13419
  }>;
13412
13420
  export type GetCollectionQuery = {
13413
13421
  __typename?: 'Query';
@@ -13432,6 +13440,7 @@ export type GetCollectionQuery = {
13432
13440
  };
13433
13441
  export type QueryCollectionsQueryVariables = Exact<{
13434
13442
  filter?: InputMaybe<CollectionFilter>;
13443
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13435
13444
  }>;
13436
13445
  export type QueryCollectionsQuery = {
13437
13446
  __typename?: 'Query';
@@ -13491,6 +13500,7 @@ export type UpdateCollectionMutation = {
13491
13500
  };
13492
13501
  export type CountContentsQueryVariables = Exact<{
13493
13502
  filter?: InputMaybe<ContentFilter>;
13503
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13494
13504
  }>;
13495
13505
  export type CountContentsQuery = {
13496
13506
  __typename?: 'Query';
@@ -13873,6 +13883,7 @@ export type ExtractTextMutation = {
13873
13883
  };
13874
13884
  export type GetContentQueryVariables = Exact<{
13875
13885
  id: Scalars['ID']['input'];
13886
+ correlationId?: InputMaybe<Scalars['String']['input']>;
13876
13887
  }>;
13877
13888
  export type GetContentQuery = {
13878
13889
  __typename?: 'Query';
@@ -14718,6 +14729,7 @@ export type PublishTextMutation = {
14718
14729
  };
14719
14730
  export type QueryContentsQueryVariables = Exact<{
14720
14731
  filter?: InputMaybe<ContentFilter>;
14732
+ correlationId?: InputMaybe<Scalars['String']['input']>;
14721
14733
  }>;
14722
14734
  export type QueryContentsQuery = {
14723
14735
  __typename?: 'Query';
@@ -15003,6 +15015,7 @@ export type QueryContentsQuery = {
15003
15015
  export type QueryContentsFacetsQueryVariables = Exact<{
15004
15016
  filter?: InputMaybe<ContentFilter>;
15005
15017
  facets?: InputMaybe<Array<ContentFacetInput> | ContentFacetInput>;
15018
+ correlationId?: InputMaybe<Scalars['String']['input']>;
15006
15019
  }>;
15007
15020
  export type QueryContentsFacetsQuery = {
15008
15021
  __typename?: 'Query';
@@ -15309,6 +15322,7 @@ export type QueryContentsFacetsQuery = {
15309
15322
  export type QueryContentsGraphQueryVariables = Exact<{
15310
15323
  filter?: InputMaybe<ContentFilter>;
15311
15324
  graph?: InputMaybe<ContentGraphInput>;
15325
+ correlationId?: InputMaybe<Scalars['String']['input']>;
15312
15326
  }>;
15313
15327
  export type QueryContentsGraphQuery = {
15314
15328
  __typename?: 'Query';
@@ -16353,6 +16367,7 @@ export type ContinueConversationMutation = {
16353
16367
  };
16354
16368
  export type CountConversationsQueryVariables = Exact<{
16355
16369
  filter?: InputMaybe<ConversationFilter>;
16370
+ correlationId?: InputMaybe<Scalars['String']['input']>;
16356
16371
  }>;
16357
16372
  export type CountConversationsQuery = {
16358
16373
  __typename?: 'Query';
@@ -16753,6 +16768,7 @@ export type FormatConversationMutation = {
16753
16768
  };
16754
16769
  export type GetConversationQueryVariables = Exact<{
16755
16770
  id: Scalars['ID']['input'];
16771
+ correlationId?: InputMaybe<Scalars['String']['input']>;
16756
16772
  }>;
16757
16773
  export type GetConversationQuery = {
16758
16774
  __typename?: 'Query';
@@ -17724,6 +17740,7 @@ export type PublishConversationMutation = {
17724
17740
  };
17725
17741
  export type QueryConversationsQueryVariables = Exact<{
17726
17742
  filter?: InputMaybe<ConversationFilter>;
17743
+ correlationId?: InputMaybe<Scalars['String']['input']>;
17727
17744
  }>;
17728
17745
  export type QueryConversationsQuery = {
17729
17746
  __typename?: 'Query';
@@ -18715,6 +18732,7 @@ export type UpdateConversationMutation = {
18715
18732
  };
18716
18733
  export type CountEventsQueryVariables = Exact<{
18717
18734
  filter?: InputMaybe<EventFilter>;
18735
+ correlationId?: InputMaybe<Scalars['String']['input']>;
18718
18736
  }>;
18719
18737
  export type CountEventsQuery = {
18720
18738
  __typename?: 'Query';
@@ -18772,6 +18790,7 @@ export type DeleteEventsMutation = {
18772
18790
  };
18773
18791
  export type GetEventQueryVariables = Exact<{
18774
18792
  id: Scalars['ID']['input'];
18793
+ correlationId?: InputMaybe<Scalars['String']['input']>;
18775
18794
  }>;
18776
18795
  export type GetEventQuery = {
18777
18796
  __typename?: 'Query';
@@ -18808,6 +18827,7 @@ export type GetEventQuery = {
18808
18827
  };
18809
18828
  export type QueryEventsQueryVariables = Exact<{
18810
18829
  filter?: InputMaybe<EventFilter>;
18830
+ correlationId?: InputMaybe<Scalars['String']['input']>;
18811
18831
  }>;
18812
18832
  export type QueryEventsQuery = {
18813
18833
  __typename?: 'Query';
@@ -18858,6 +18878,7 @@ export type UpdateEventMutation = {
18858
18878
  };
18859
18879
  export type CountFeedsQueryVariables = Exact<{
18860
18880
  filter?: InputMaybe<FeedFilter>;
18881
+ correlationId?: InputMaybe<Scalars['String']['input']>;
18861
18882
  }>;
18862
18883
  export type CountFeedsQuery = {
18863
18884
  __typename?: 'Query';
@@ -18940,6 +18961,7 @@ export type EnableFeedMutation = {
18940
18961
  };
18941
18962
  export type GetFeedQueryVariables = Exact<{
18942
18963
  id: Scalars['ID']['input'];
18964
+ correlationId?: InputMaybe<Scalars['String']['input']>;
18943
18965
  }>;
18944
18966
  export type GetFeedQuery = {
18945
18967
  __typename?: 'Query';
@@ -19221,6 +19243,7 @@ export type IsFeedDoneQuery = {
19221
19243
  };
19222
19244
  export type QueryFeedsQueryVariables = Exact<{
19223
19245
  filter?: InputMaybe<FeedFilter>;
19246
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19224
19247
  }>;
19225
19248
  export type QueryFeedsQuery = {
19226
19249
  __typename?: 'Query';
@@ -19576,6 +19599,7 @@ export type UpdateFeedMutation = {
19576
19599
  };
19577
19600
  export type CountLabelsQueryVariables = Exact<{
19578
19601
  filter?: InputMaybe<LabelFilter>;
19602
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19579
19603
  }>;
19580
19604
  export type CountLabelsQuery = {
19581
19605
  __typename?: 'Query';
@@ -19633,6 +19657,7 @@ export type DeleteLabelsMutation = {
19633
19657
  };
19634
19658
  export type GetLabelQueryVariables = Exact<{
19635
19659
  id: Scalars['ID']['input'];
19660
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19636
19661
  }>;
19637
19662
  export type GetLabelQuery = {
19638
19663
  __typename?: 'Query';
@@ -19647,6 +19672,7 @@ export type GetLabelQuery = {
19647
19672
  };
19648
19673
  export type QueryLabelsQueryVariables = Exact<{
19649
19674
  filter?: InputMaybe<LabelFilter>;
19675
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19650
19676
  }>;
19651
19677
  export type QueryLabelsQuery = {
19652
19678
  __typename?: 'Query';
@@ -19675,6 +19701,7 @@ export type UpdateLabelMutation = {
19675
19701
  };
19676
19702
  export type CountMedicalConditionsQueryVariables = Exact<{
19677
19703
  filter?: InputMaybe<MedicalConditionFilter>;
19704
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19678
19705
  }>;
19679
19706
  export type CountMedicalConditionsQuery = {
19680
19707
  __typename?: 'Query';
@@ -19732,6 +19759,7 @@ export type DeleteMedicalConditionsMutation = {
19732
19759
  };
19733
19760
  export type GetMedicalConditionQueryVariables = Exact<{
19734
19761
  id: Scalars['ID']['input'];
19762
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19735
19763
  }>;
19736
19764
  export type GetMedicalConditionQuery = {
19737
19765
  __typename?: 'Query';
@@ -19750,6 +19778,7 @@ export type GetMedicalConditionQuery = {
19750
19778
  };
19751
19779
  export type QueryMedicalConditionsQueryVariables = Exact<{
19752
19780
  filter?: InputMaybe<MedicalConditionFilter>;
19781
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19753
19782
  }>;
19754
19783
  export type QueryMedicalConditionsQuery = {
19755
19784
  __typename?: 'Query';
@@ -19782,6 +19811,7 @@ export type UpdateMedicalConditionMutation = {
19782
19811
  };
19783
19812
  export type CountMedicalContraindicationsQueryVariables = Exact<{
19784
19813
  filter?: InputMaybe<MedicalContraindicationFilter>;
19814
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19785
19815
  }>;
19786
19816
  export type CountMedicalContraindicationsQuery = {
19787
19817
  __typename?: 'Query';
@@ -19839,6 +19869,7 @@ export type DeleteMedicalContraindicationsMutation = {
19839
19869
  };
19840
19870
  export type GetMedicalContraindicationQueryVariables = Exact<{
19841
19871
  id: Scalars['ID']['input'];
19872
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19842
19873
  }>;
19843
19874
  export type GetMedicalContraindicationQuery = {
19844
19875
  __typename?: 'Query';
@@ -19857,6 +19888,7 @@ export type GetMedicalContraindicationQuery = {
19857
19888
  };
19858
19889
  export type QueryMedicalContraindicationsQueryVariables = Exact<{
19859
19890
  filter?: InputMaybe<MedicalContraindicationFilter>;
19891
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19860
19892
  }>;
19861
19893
  export type QueryMedicalContraindicationsQuery = {
19862
19894
  __typename?: 'Query';
@@ -19889,6 +19921,7 @@ export type UpdateMedicalContraindicationMutation = {
19889
19921
  };
19890
19922
  export type CountMedicalDevicesQueryVariables = Exact<{
19891
19923
  filter?: InputMaybe<MedicalDeviceFilter>;
19924
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19892
19925
  }>;
19893
19926
  export type CountMedicalDevicesQuery = {
19894
19927
  __typename?: 'Query';
@@ -19946,6 +19979,7 @@ export type DeleteMedicalDevicesMutation = {
19946
19979
  };
19947
19980
  export type GetMedicalDeviceQueryVariables = Exact<{
19948
19981
  id: Scalars['ID']['input'];
19982
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19949
19983
  }>;
19950
19984
  export type GetMedicalDeviceQuery = {
19951
19985
  __typename?: 'Query';
@@ -19964,6 +19998,7 @@ export type GetMedicalDeviceQuery = {
19964
19998
  };
19965
19999
  export type QueryMedicalDevicesQueryVariables = Exact<{
19966
20000
  filter?: InputMaybe<MedicalDeviceFilter>;
20001
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19967
20002
  }>;
19968
20003
  export type QueryMedicalDevicesQuery = {
19969
20004
  __typename?: 'Query';
@@ -19996,6 +20031,7 @@ export type UpdateMedicalDeviceMutation = {
19996
20031
  };
19997
20032
  export type CountMedicalDrugsQueryVariables = Exact<{
19998
20033
  filter?: InputMaybe<MedicalDrugFilter>;
20034
+ correlationId?: InputMaybe<Scalars['String']['input']>;
19999
20035
  }>;
20000
20036
  export type CountMedicalDrugsQuery = {
20001
20037
  __typename?: 'Query';
@@ -20053,6 +20089,7 @@ export type DeleteMedicalDrugsMutation = {
20053
20089
  };
20054
20090
  export type GetMedicalDrugQueryVariables = Exact<{
20055
20091
  id: Scalars['ID']['input'];
20092
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20056
20093
  }>;
20057
20094
  export type GetMedicalDrugQuery = {
20058
20095
  __typename?: 'Query';
@@ -20071,6 +20108,7 @@ export type GetMedicalDrugQuery = {
20071
20108
  };
20072
20109
  export type QueryMedicalDrugsQueryVariables = Exact<{
20073
20110
  filter?: InputMaybe<MedicalDrugFilter>;
20111
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20074
20112
  }>;
20075
20113
  export type QueryMedicalDrugsQuery = {
20076
20114
  __typename?: 'Query';
@@ -20103,6 +20141,7 @@ export type UpdateMedicalDrugMutation = {
20103
20141
  };
20104
20142
  export type CountMedicalDrugClassesQueryVariables = Exact<{
20105
20143
  filter?: InputMaybe<MedicalDrugClassFilter>;
20144
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20106
20145
  }>;
20107
20146
  export type CountMedicalDrugClassesQuery = {
20108
20147
  __typename?: 'Query';
@@ -20160,6 +20199,7 @@ export type DeleteMedicalDrugClassesMutation = {
20160
20199
  };
20161
20200
  export type GetMedicalDrugClassQueryVariables = Exact<{
20162
20201
  id: Scalars['ID']['input'];
20202
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20163
20203
  }>;
20164
20204
  export type GetMedicalDrugClassQuery = {
20165
20205
  __typename?: 'Query';
@@ -20178,6 +20218,7 @@ export type GetMedicalDrugClassQuery = {
20178
20218
  };
20179
20219
  export type QueryMedicalDrugClassesQueryVariables = Exact<{
20180
20220
  filter?: InputMaybe<MedicalDrugClassFilter>;
20221
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20181
20222
  }>;
20182
20223
  export type QueryMedicalDrugClassesQuery = {
20183
20224
  __typename?: 'Query';
@@ -20210,6 +20251,7 @@ export type UpdateMedicalDrugClassMutation = {
20210
20251
  };
20211
20252
  export type CountMedicalGuidelinesQueryVariables = Exact<{
20212
20253
  filter?: InputMaybe<MedicalGuidelineFilter>;
20254
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20213
20255
  }>;
20214
20256
  export type CountMedicalGuidelinesQuery = {
20215
20257
  __typename?: 'Query';
@@ -20267,6 +20309,7 @@ export type DeleteMedicalGuidelinesMutation = {
20267
20309
  };
20268
20310
  export type GetMedicalGuidelineQueryVariables = Exact<{
20269
20311
  id: Scalars['ID']['input'];
20312
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20270
20313
  }>;
20271
20314
  export type GetMedicalGuidelineQuery = {
20272
20315
  __typename?: 'Query';
@@ -20285,6 +20328,7 @@ export type GetMedicalGuidelineQuery = {
20285
20328
  };
20286
20329
  export type QueryMedicalGuidelinesQueryVariables = Exact<{
20287
20330
  filter?: InputMaybe<MedicalGuidelineFilter>;
20331
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20288
20332
  }>;
20289
20333
  export type QueryMedicalGuidelinesQuery = {
20290
20334
  __typename?: 'Query';
@@ -20317,6 +20361,7 @@ export type UpdateMedicalGuidelineMutation = {
20317
20361
  };
20318
20362
  export type CountMedicalIndicationsQueryVariables = Exact<{
20319
20363
  filter?: InputMaybe<MedicalIndicationFilter>;
20364
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20320
20365
  }>;
20321
20366
  export type CountMedicalIndicationsQuery = {
20322
20367
  __typename?: 'Query';
@@ -20374,6 +20419,7 @@ export type DeleteMedicalIndicationsMutation = {
20374
20419
  };
20375
20420
  export type GetMedicalIndicationQueryVariables = Exact<{
20376
20421
  id: Scalars['ID']['input'];
20422
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20377
20423
  }>;
20378
20424
  export type GetMedicalIndicationQuery = {
20379
20425
  __typename?: 'Query';
@@ -20392,6 +20438,7 @@ export type GetMedicalIndicationQuery = {
20392
20438
  };
20393
20439
  export type QueryMedicalIndicationsQueryVariables = Exact<{
20394
20440
  filter?: InputMaybe<MedicalIndicationFilter>;
20441
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20395
20442
  }>;
20396
20443
  export type QueryMedicalIndicationsQuery = {
20397
20444
  __typename?: 'Query';
@@ -20424,6 +20471,7 @@ export type UpdateMedicalIndicationMutation = {
20424
20471
  };
20425
20472
  export type CountMedicalProceduresQueryVariables = Exact<{
20426
20473
  filter?: InputMaybe<MedicalProcedureFilter>;
20474
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20427
20475
  }>;
20428
20476
  export type CountMedicalProceduresQuery = {
20429
20477
  __typename?: 'Query';
@@ -20481,6 +20529,7 @@ export type DeleteMedicalProceduresMutation = {
20481
20529
  };
20482
20530
  export type GetMedicalProcedureQueryVariables = Exact<{
20483
20531
  id: Scalars['ID']['input'];
20532
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20484
20533
  }>;
20485
20534
  export type GetMedicalProcedureQuery = {
20486
20535
  __typename?: 'Query';
@@ -20499,6 +20548,7 @@ export type GetMedicalProcedureQuery = {
20499
20548
  };
20500
20549
  export type QueryMedicalProceduresQueryVariables = Exact<{
20501
20550
  filter?: InputMaybe<MedicalProcedureFilter>;
20551
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20502
20552
  }>;
20503
20553
  export type QueryMedicalProceduresQuery = {
20504
20554
  __typename?: 'Query';
@@ -20588,6 +20638,7 @@ export type DeleteMedicalStudyMutation = {
20588
20638
  };
20589
20639
  export type GetMedicalStudyQueryVariables = Exact<{
20590
20640
  id: Scalars['ID']['input'];
20641
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20591
20642
  }>;
20592
20643
  export type GetMedicalStudyQuery = {
20593
20644
  __typename?: 'Query';
@@ -20614,6 +20665,7 @@ export type GetMedicalStudyQuery = {
20614
20665
  };
20615
20666
  export type QueryMedicalStudiesQueryVariables = Exact<{
20616
20667
  filter?: InputMaybe<MedicalStudyFilter>;
20668
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20617
20669
  }>;
20618
20670
  export type QueryMedicalStudiesQuery = {
20619
20671
  __typename?: 'Query';
@@ -20654,6 +20706,7 @@ export type UpdateMedicalStudyMutation = {
20654
20706
  };
20655
20707
  export type CountMedicalTestsQueryVariables = Exact<{
20656
20708
  filter?: InputMaybe<MedicalTestFilter>;
20709
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20657
20710
  }>;
20658
20711
  export type CountMedicalTestsQuery = {
20659
20712
  __typename?: 'Query';
@@ -20711,6 +20764,7 @@ export type DeleteMedicalTestsMutation = {
20711
20764
  };
20712
20765
  export type GetMedicalTestQueryVariables = Exact<{
20713
20766
  id: Scalars['ID']['input'];
20767
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20714
20768
  }>;
20715
20769
  export type GetMedicalTestQuery = {
20716
20770
  __typename?: 'Query';
@@ -20729,6 +20783,7 @@ export type GetMedicalTestQuery = {
20729
20783
  };
20730
20784
  export type QueryMedicalTestsQueryVariables = Exact<{
20731
20785
  filter?: InputMaybe<MedicalTestFilter>;
20786
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20732
20787
  }>;
20733
20788
  export type QueryMedicalTestsQuery = {
20734
20789
  __typename?: 'Query';
@@ -20761,6 +20816,7 @@ export type UpdateMedicalTestMutation = {
20761
20816
  };
20762
20817
  export type CountMedicalTherapiesQueryVariables = Exact<{
20763
20818
  filter?: InputMaybe<MedicalTherapyFilter>;
20819
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20764
20820
  }>;
20765
20821
  export type CountMedicalTherapiesQuery = {
20766
20822
  __typename?: 'Query';
@@ -20818,6 +20874,7 @@ export type DeleteMedicalTherapyMutation = {
20818
20874
  };
20819
20875
  export type GetMedicalTherapyQueryVariables = Exact<{
20820
20876
  id: Scalars['ID']['input'];
20877
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20821
20878
  }>;
20822
20879
  export type GetMedicalTherapyQuery = {
20823
20880
  __typename?: 'Query';
@@ -20836,6 +20893,7 @@ export type GetMedicalTherapyQuery = {
20836
20893
  };
20837
20894
  export type QueryMedicalTherapiesQueryVariables = Exact<{
20838
20895
  filter?: InputMaybe<MedicalTherapyFilter>;
20896
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20839
20897
  }>;
20840
20898
  export type QueryMedicalTherapiesQuery = {
20841
20899
  __typename?: 'Query';
@@ -20901,6 +20959,7 @@ export type UpdateObservationMutation = {
20901
20959
  };
20902
20960
  export type CountOrganizationsQueryVariables = Exact<{
20903
20961
  filter?: InputMaybe<OrganizationFilter>;
20962
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20904
20963
  }>;
20905
20964
  export type CountOrganizationsQuery = {
20906
20965
  __typename?: 'Query';
@@ -20958,6 +21017,7 @@ export type DeleteOrganizationsMutation = {
20958
21017
  };
20959
21018
  export type GetOrganizationQueryVariables = Exact<{
20960
21019
  id: Scalars['ID']['input'];
21020
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20961
21021
  }>;
20962
21022
  export type GetOrganizationQuery = {
20963
21023
  __typename?: 'Query';
@@ -20990,6 +21050,7 @@ export type GetOrganizationQuery = {
20990
21050
  };
20991
21051
  export type QueryOrganizationsQueryVariables = Exact<{
20992
21052
  filter?: InputMaybe<OrganizationFilter>;
21053
+ correlationId?: InputMaybe<Scalars['String']['input']>;
20993
21054
  }>;
20994
21055
  export type QueryOrganizationsQuery = {
20995
21056
  __typename?: 'Query';
@@ -21036,6 +21097,7 @@ export type UpdateOrganizationMutation = {
21036
21097
  };
21037
21098
  export type CountPersonsQueryVariables = Exact<{
21038
21099
  filter?: InputMaybe<PersonFilter>;
21100
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21039
21101
  }>;
21040
21102
  export type CountPersonsQuery = {
21041
21103
  __typename?: 'Query';
@@ -21093,6 +21155,7 @@ export type DeletePersonsMutation = {
21093
21155
  };
21094
21156
  export type GetPersonQueryVariables = Exact<{
21095
21157
  id: Scalars['ID']['input'];
21158
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21096
21159
  }>;
21097
21160
  export type GetPersonQuery = {
21098
21161
  __typename?: 'Query';
@@ -21127,6 +21190,7 @@ export type GetPersonQuery = {
21127
21190
  };
21128
21191
  export type QueryPersonsQueryVariables = Exact<{
21129
21192
  filter?: InputMaybe<PersonFilter>;
21193
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21130
21194
  }>;
21131
21195
  export type QueryPersonsQuery = {
21132
21196
  __typename?: 'Query';
@@ -21175,6 +21239,7 @@ export type UpdatePersonMutation = {
21175
21239
  };
21176
21240
  export type CountPlacesQueryVariables = Exact<{
21177
21241
  filter?: InputMaybe<PlaceFilter>;
21242
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21178
21243
  }>;
21179
21244
  export type CountPlacesQuery = {
21180
21245
  __typename?: 'Query';
@@ -21232,6 +21297,7 @@ export type DeletePlacesMutation = {
21232
21297
  };
21233
21298
  export type GetPlaceQueryVariables = Exact<{
21234
21299
  id: Scalars['ID']['input'];
21300
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21235
21301
  }>;
21236
21302
  export type GetPlaceQuery = {
21237
21303
  __typename?: 'Query';
@@ -21258,6 +21324,7 @@ export type GetPlaceQuery = {
21258
21324
  };
21259
21325
  export type QueryPlacesQueryVariables = Exact<{
21260
21326
  filter?: InputMaybe<PlaceFilter>;
21327
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21261
21328
  }>;
21262
21329
  export type QueryPlacesQuery = {
21263
21330
  __typename?: 'Query';
@@ -21298,6 +21365,7 @@ export type UpdatePlaceMutation = {
21298
21365
  };
21299
21366
  export type CountProductsQueryVariables = Exact<{
21300
21367
  filter?: InputMaybe<ProductFilter>;
21368
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21301
21369
  }>;
21302
21370
  export type CountProductsQuery = {
21303
21371
  __typename?: 'Query';
@@ -21355,6 +21423,7 @@ export type DeleteProductsMutation = {
21355
21423
  };
21356
21424
  export type GetProductQueryVariables = Exact<{
21357
21425
  id: Scalars['ID']['input'];
21426
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21358
21427
  }>;
21359
21428
  export type GetProductQuery = {
21360
21429
  __typename?: 'Query';
@@ -21388,6 +21457,7 @@ export type GetProductQuery = {
21388
21457
  };
21389
21458
  export type QueryProductsQueryVariables = Exact<{
21390
21459
  filter?: InputMaybe<ProductFilter>;
21460
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21391
21461
  }>;
21392
21462
  export type QueryProductsQuery = {
21393
21463
  __typename?: 'Query';
@@ -21627,6 +21697,7 @@ export type UpdateProjectMutation = {
21627
21697
  };
21628
21698
  export type CountReposQueryVariables = Exact<{
21629
21699
  filter?: InputMaybe<RepoFilter>;
21700
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21630
21701
  }>;
21631
21702
  export type CountReposQuery = {
21632
21703
  __typename?: 'Query';
@@ -21684,6 +21755,7 @@ export type DeleteReposMutation = {
21684
21755
  };
21685
21756
  export type GetRepoQueryVariables = Exact<{
21686
21757
  id: Scalars['ID']['input'];
21758
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21687
21759
  }>;
21688
21760
  export type GetRepoQuery = {
21689
21761
  __typename?: 'Query';
@@ -21702,6 +21774,7 @@ export type GetRepoQuery = {
21702
21774
  };
21703
21775
  export type QueryReposQueryVariables = Exact<{
21704
21776
  filter?: InputMaybe<RepoFilter>;
21777
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21705
21778
  }>;
21706
21779
  export type QueryReposQuery = {
21707
21780
  __typename?: 'Query';
@@ -21766,6 +21839,7 @@ export type SearchWebQuery = {
21766
21839
  };
21767
21840
  export type CountSoftwaresQueryVariables = Exact<{
21768
21841
  filter?: InputMaybe<SoftwareFilter>;
21842
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21769
21843
  }>;
21770
21844
  export type CountSoftwaresQuery = {
21771
21845
  __typename?: 'Query';
@@ -21823,6 +21897,7 @@ export type DeleteSoftwaresMutation = {
21823
21897
  };
21824
21898
  export type GetSoftwareQueryVariables = Exact<{
21825
21899
  id: Scalars['ID']['input'];
21900
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21826
21901
  }>;
21827
21902
  export type GetSoftwareQuery = {
21828
21903
  __typename?: 'Query';
@@ -21843,6 +21918,7 @@ export type GetSoftwareQuery = {
21843
21918
  };
21844
21919
  export type QuerySoftwaresQueryVariables = Exact<{
21845
21920
  filter?: InputMaybe<SoftwareFilter>;
21921
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21846
21922
  }>;
21847
21923
  export type QuerySoftwaresQuery = {
21848
21924
  __typename?: 'Query';
@@ -21877,6 +21953,7 @@ export type UpdateSoftwareMutation = {
21877
21953
  };
21878
21954
  export type CountSpecificationsQueryVariables = Exact<{
21879
21955
  filter?: InputMaybe<SpecificationFilter>;
21956
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21880
21957
  }>;
21881
21958
  export type CountSpecificationsQuery = {
21882
21959
  __typename?: 'Query';
@@ -21937,6 +22014,7 @@ export type DeleteSpecificationsMutation = {
21937
22014
  };
21938
22015
  export type GetSpecificationQueryVariables = Exact<{
21939
22016
  id: Scalars['ID']['input'];
22017
+ correlationId?: InputMaybe<Scalars['String']['input']>;
21940
22018
  }>;
21941
22019
  export type GetSpecificationQuery = {
21942
22020
  __typename?: 'Query';
@@ -22317,6 +22395,7 @@ export type QueryModelsQuery = {
22317
22395
  };
22318
22396
  export type QuerySpecificationsQueryVariables = Exact<{
22319
22397
  filter?: InputMaybe<SpecificationFilter>;
22398
+ correlationId?: InputMaybe<Scalars['String']['input']>;
22320
22399
  }>;
22321
22400
  export type QuerySpecificationsQuery = {
22322
22401
  __typename?: 'Query';
@@ -22530,6 +22609,7 @@ export type UpdateSpecificationMutation = {
22530
22609
  };
22531
22610
  export type CountUsersQueryVariables = Exact<{
22532
22611
  filter?: InputMaybe<UserFilter>;
22612
+ correlationId?: InputMaybe<Scalars['String']['input']>;
22533
22613
  }>;
22534
22614
  export type CountUsersQuery = {
22535
22615
  __typename?: 'Query';
@@ -22639,6 +22719,7 @@ export type GetUserQuery = {
22639
22719
  };
22640
22720
  export type QueryUsersQueryVariables = Exact<{
22641
22721
  filter?: InputMaybe<UserFilter>;
22722
+ correlationId?: InputMaybe<Scalars['String']['input']>;
22642
22723
  }>;
22643
22724
  export type QueryUsersQuery = {
22644
22725
  __typename?: 'Query';
@@ -22708,6 +22789,7 @@ export type UpdateUserMutation = {
22708
22789
  };
22709
22790
  export type CountWorkflowsQueryVariables = Exact<{
22710
22791
  filter?: InputMaybe<WorkflowFilter>;
22792
+ correlationId?: InputMaybe<Scalars['String']['input']>;
22711
22793
  }>;
22712
22794
  export type CountWorkflowsQuery = {
22713
22795
  __typename?: 'Query';
@@ -22947,6 +23029,7 @@ export type DeleteWorkflowsMutation = {
22947
23029
  };
22948
23030
  export type GetWorkflowQueryVariables = Exact<{
22949
23031
  id: Scalars['ID']['input'];
23032
+ correlationId?: InputMaybe<Scalars['String']['input']>;
22950
23033
  }>;
22951
23034
  export type GetWorkflowQuery = {
22952
23035
  __typename?: 'Query';
@@ -23146,6 +23229,7 @@ export type GetWorkflowQuery = {
23146
23229
  };
23147
23230
  export type QueryWorkflowsQueryVariables = Exact<{
23148
23231
  filter?: InputMaybe<WorkflowFilter>;
23232
+ correlationId?: InputMaybe<Scalars['String']['input']>;
23149
23233
  }>;
23150
23234
  export type QueryWorkflowsQuery = {
23151
23235
  __typename?: 'Query';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250121001",
3
+ "version": "1.0.20250127001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",