graphlit-client 1.0.20251122001 → 1.0.20251123001

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.
@@ -66,6 +66,7 @@ export const GetAlert = gql `
66
66
  id
67
67
  name
68
68
  creationDate
69
+ modifiedDate
69
70
  owner {
70
71
  id
71
72
  }
@@ -246,6 +247,7 @@ export const QueryAlerts = gql `
246
247
  id
247
248
  name
248
249
  creationDate
250
+ modifiedDate
249
251
  relevance
250
252
  owner {
251
253
  id
@@ -596,6 +598,7 @@ export const GetCollection = gql `
596
598
  id
597
599
  name
598
600
  creationDate
601
+ modifiedDate
599
602
  owner {
600
603
  id
601
604
  }
@@ -615,6 +618,7 @@ export const QueryCollections = gql `
615
618
  id
616
619
  name
617
620
  creationDate
621
+ modifiedDate
618
622
  relevance
619
623
  owner {
620
624
  id
@@ -680,6 +684,7 @@ export const GetConnector = gql `
680
684
  id
681
685
  name
682
686
  creationDate
687
+ modifiedDate
683
688
  owner {
684
689
  id
685
690
  }
@@ -740,6 +745,7 @@ export const QueryConnectors = gql `
740
745
  id
741
746
  name
742
747
  creationDate
748
+ modifiedDate
743
749
  relevance
744
750
  owner {
745
751
  id
@@ -1178,6 +1184,7 @@ export const GetContent = gql `
1178
1184
  id
1179
1185
  name
1180
1186
  creationDate
1187
+ modifiedDate
1181
1188
  owner {
1182
1189
  id
1183
1190
  }
@@ -2007,6 +2014,7 @@ export const LookupContents = gql `
2007
2014
  id
2008
2015
  name
2009
2016
  creationDate
2017
+ modifiedDate
2010
2018
  owner {
2011
2019
  id
2012
2020
  }
@@ -2706,6 +2714,7 @@ export const QueryContents = gql `
2706
2714
  id
2707
2715
  name
2708
2716
  creationDate
2717
+ modifiedDate
2709
2718
  relevance
2710
2719
  owner {
2711
2720
  id
@@ -3107,6 +3116,7 @@ export const QueryContentsObservations = gql `
3107
3116
  id
3108
3117
  name
3109
3118
  creationDate
3119
+ modifiedDate
3110
3120
  relevance
3111
3121
  owner {
3112
3122
  id
@@ -4904,6 +4914,7 @@ export const GetConversation = gql `
4904
4914
  id
4905
4915
  name
4906
4916
  creationDate
4917
+ modifiedDate
4907
4918
  owner {
4908
4919
  id
4909
4920
  }
@@ -5857,6 +5868,7 @@ export const QueryConversations = gql `
5857
5868
  id
5858
5869
  name
5859
5870
  creationDate
5871
+ modifiedDate
5860
5872
  relevance
5861
5873
  owner {
5862
5874
  id
@@ -6905,6 +6917,7 @@ export const GetEvent = gql `
6905
6917
  id
6906
6918
  name
6907
6919
  creationDate
6920
+ modifiedDate
6908
6921
  owner {
6909
6922
  id
6910
6923
  }
@@ -6945,6 +6958,7 @@ export const QueryEvents = gql `
6945
6958
  id
6946
6959
  name
6947
6960
  creationDate
6961
+ modifiedDate
6948
6962
  relevance
6949
6963
  owner {
6950
6964
  id
@@ -7063,6 +7077,7 @@ export const GetFeed = gql `
7063
7077
  id
7064
7078
  name
7065
7079
  creationDate
7080
+ modifiedDate
7066
7081
  owner {
7067
7082
  id
7068
7083
  }
@@ -7478,6 +7493,7 @@ export const QueryFeeds = gql `
7478
7493
  id
7479
7494
  name
7480
7495
  creationDate
7496
+ modifiedDate
7481
7497
  relevance
7482
7498
  owner {
7483
7499
  id
@@ -8043,6 +8059,7 @@ export const GetInvestment = gql `
8043
8059
  id
8044
8060
  name
8045
8061
  creationDate
8062
+ modifiedDate
8046
8063
  owner {
8047
8064
  id
8048
8065
  }
@@ -8066,6 +8083,7 @@ export const QueryInvestments = gql `
8066
8083
  id
8067
8084
  name
8068
8085
  creationDate
8086
+ modifiedDate
8069
8087
  relevance
8070
8088
  owner {
8071
8089
  id
@@ -8141,6 +8159,7 @@ export const GetInvestmentFund = gql `
8141
8159
  id
8142
8160
  name
8143
8161
  creationDate
8162
+ modifiedDate
8144
8163
  owner {
8145
8164
  id
8146
8165
  }
@@ -8164,6 +8183,7 @@ export const QueryInvestmentFunds = gql `
8164
8183
  id
8165
8184
  name
8166
8185
  creationDate
8186
+ modifiedDate
8167
8187
  relevance
8168
8188
  owner {
8169
8189
  id
@@ -8329,6 +8349,7 @@ export const GetMedicalCondition = gql `
8329
8349
  id
8330
8350
  name
8331
8351
  creationDate
8352
+ modifiedDate
8332
8353
  owner {
8333
8354
  id
8334
8355
  }
@@ -8352,6 +8373,7 @@ export const QueryMedicalConditions = gql `
8352
8373
  id
8353
8374
  name
8354
8375
  creationDate
8376
+ modifiedDate
8355
8377
  relevance
8356
8378
  owner {
8357
8379
  id
@@ -8427,6 +8449,7 @@ export const GetMedicalContraindication = gql `
8427
8449
  id
8428
8450
  name
8429
8451
  creationDate
8452
+ modifiedDate
8430
8453
  owner {
8431
8454
  id
8432
8455
  }
@@ -8450,6 +8473,7 @@ export const QueryMedicalContraindications = gql `
8450
8473
  id
8451
8474
  name
8452
8475
  creationDate
8476
+ modifiedDate
8453
8477
  relevance
8454
8478
  owner {
8455
8479
  id
@@ -8525,6 +8549,7 @@ export const GetMedicalDevice = gql `
8525
8549
  id
8526
8550
  name
8527
8551
  creationDate
8552
+ modifiedDate
8528
8553
  owner {
8529
8554
  id
8530
8555
  }
@@ -8548,6 +8573,7 @@ export const QueryMedicalDevices = gql `
8548
8573
  id
8549
8574
  name
8550
8575
  creationDate
8576
+ modifiedDate
8551
8577
  relevance
8552
8578
  owner {
8553
8579
  id
@@ -8623,6 +8649,7 @@ export const GetMedicalDrug = gql `
8623
8649
  id
8624
8650
  name
8625
8651
  creationDate
8652
+ modifiedDate
8626
8653
  owner {
8627
8654
  id
8628
8655
  }
@@ -8646,6 +8673,7 @@ export const QueryMedicalDrugs = gql `
8646
8673
  id
8647
8674
  name
8648
8675
  creationDate
8676
+ modifiedDate
8649
8677
  relevance
8650
8678
  owner {
8651
8679
  id
@@ -8721,6 +8749,7 @@ export const GetMedicalDrugClass = gql `
8721
8749
  id
8722
8750
  name
8723
8751
  creationDate
8752
+ modifiedDate
8724
8753
  owner {
8725
8754
  id
8726
8755
  }
@@ -8744,6 +8773,7 @@ export const QueryMedicalDrugClasses = gql `
8744
8773
  id
8745
8774
  name
8746
8775
  creationDate
8776
+ modifiedDate
8747
8777
  relevance
8748
8778
  owner {
8749
8779
  id
@@ -8819,6 +8849,7 @@ export const GetMedicalGuideline = gql `
8819
8849
  id
8820
8850
  name
8821
8851
  creationDate
8852
+ modifiedDate
8822
8853
  owner {
8823
8854
  id
8824
8855
  }
@@ -8842,6 +8873,7 @@ export const QueryMedicalGuidelines = gql `
8842
8873
  id
8843
8874
  name
8844
8875
  creationDate
8876
+ modifiedDate
8845
8877
  relevance
8846
8878
  owner {
8847
8879
  id
@@ -8917,6 +8949,7 @@ export const GetMedicalIndication = gql `
8917
8949
  id
8918
8950
  name
8919
8951
  creationDate
8952
+ modifiedDate
8920
8953
  owner {
8921
8954
  id
8922
8955
  }
@@ -8940,6 +8973,7 @@ export const QueryMedicalIndications = gql `
8940
8973
  id
8941
8974
  name
8942
8975
  creationDate
8976
+ modifiedDate
8943
8977
  relevance
8944
8978
  owner {
8945
8979
  id
@@ -9015,6 +9049,7 @@ export const GetMedicalProcedure = gql `
9015
9049
  id
9016
9050
  name
9017
9051
  creationDate
9052
+ modifiedDate
9018
9053
  owner {
9019
9054
  id
9020
9055
  }
@@ -9038,6 +9073,7 @@ export const QueryMedicalProcedures = gql `
9038
9073
  id
9039
9074
  name
9040
9075
  creationDate
9076
+ modifiedDate
9041
9077
  relevance
9042
9078
  owner {
9043
9079
  id
@@ -9113,6 +9149,7 @@ export const GetMedicalStudy = gql `
9113
9149
  id
9114
9150
  name
9115
9151
  creationDate
9152
+ modifiedDate
9116
9153
  owner {
9117
9154
  id
9118
9155
  }
@@ -9143,6 +9180,7 @@ export const QueryMedicalStudies = gql `
9143
9180
  id
9144
9181
  name
9145
9182
  creationDate
9183
+ modifiedDate
9146
9184
  relevance
9147
9185
  owner {
9148
9186
  id
@@ -9225,6 +9263,7 @@ export const GetMedicalTest = gql `
9225
9263
  id
9226
9264
  name
9227
9265
  creationDate
9266
+ modifiedDate
9228
9267
  owner {
9229
9268
  id
9230
9269
  }
@@ -9248,6 +9287,7 @@ export const QueryMedicalTests = gql `
9248
9287
  id
9249
9288
  name
9250
9289
  creationDate
9290
+ modifiedDate
9251
9291
  relevance
9252
9292
  owner {
9253
9293
  id
@@ -9323,6 +9363,7 @@ export const GetMedicalTherapy = gql `
9323
9363
  id
9324
9364
  name
9325
9365
  creationDate
9366
+ modifiedDate
9326
9367
  owner {
9327
9368
  id
9328
9369
  }
@@ -9346,6 +9387,7 @@ export const QueryMedicalTherapies = gql `
9346
9387
  id
9347
9388
  name
9348
9389
  creationDate
9390
+ modifiedDate
9349
9391
  relevance
9350
9392
  owner {
9351
9393
  id
@@ -9464,6 +9506,7 @@ export const GetOrganization = gql `
9464
9506
  id
9465
9507
  name
9466
9508
  creationDate
9509
+ modifiedDate
9467
9510
  owner {
9468
9511
  id
9469
9512
  }
@@ -9500,6 +9543,7 @@ export const QueryOrganizations = gql `
9500
9543
  id
9501
9544
  name
9502
9545
  creationDate
9546
+ modifiedDate
9503
9547
  relevance
9504
9548
  owner {
9505
9549
  id
@@ -9600,6 +9644,7 @@ export const GetPerson = gql `
9600
9644
  id
9601
9645
  name
9602
9646
  creationDate
9647
+ modifiedDate
9603
9648
  owner {
9604
9649
  id
9605
9650
  }
@@ -9638,6 +9683,7 @@ export const QueryPersons = gql `
9638
9683
  id
9639
9684
  name
9640
9685
  creationDate
9686
+ modifiedDate
9641
9687
  relevance
9642
9688
  owner {
9643
9689
  id
@@ -9740,6 +9786,7 @@ export const GetPlace = gql `
9740
9786
  id
9741
9787
  name
9742
9788
  creationDate
9789
+ modifiedDate
9743
9790
  owner {
9744
9791
  id
9745
9792
  }
@@ -9770,6 +9817,7 @@ export const QueryPlaces = gql `
9770
9817
  id
9771
9818
  name
9772
9819
  creationDate
9820
+ modifiedDate
9773
9821
  relevance
9774
9822
  owner {
9775
9823
  id
@@ -9864,6 +9912,7 @@ export const GetProduct = gql `
9864
9912
  id
9865
9913
  name
9866
9914
  creationDate
9915
+ modifiedDate
9867
9916
  owner {
9868
9917
  id
9869
9918
  }
@@ -9901,6 +9950,7 @@ export const QueryProducts = gql `
9901
9950
  id
9902
9951
  name
9903
9952
  creationDate
9953
+ modifiedDate
9904
9954
  relevance
9905
9955
  owner {
9906
9956
  id
@@ -10194,6 +10244,7 @@ export const GetRepo = gql `
10194
10244
  id
10195
10245
  name
10196
10246
  creationDate
10247
+ modifiedDate
10197
10248
  owner {
10198
10249
  id
10199
10250
  }
@@ -10217,6 +10268,7 @@ export const QueryRepos = gql `
10217
10268
  id
10218
10269
  name
10219
10270
  creationDate
10271
+ modifiedDate
10220
10272
  relevance
10221
10273
  owner {
10222
10274
  id
@@ -10321,6 +10373,7 @@ export const GetSoftware = gql `
10321
10373
  id
10322
10374
  name
10323
10375
  creationDate
10376
+ modifiedDate
10324
10377
  owner {
10325
10378
  id
10326
10379
  }
@@ -10346,6 +10399,7 @@ export const QuerySoftwares = gql `
10346
10399
  id
10347
10400
  name
10348
10401
  creationDate
10402
+ modifiedDate
10349
10403
  relevance
10350
10404
  owner {
10351
10405
  id
@@ -10426,6 +10480,7 @@ export const GetSpecification = gql `
10426
10480
  id
10427
10481
  name
10428
10482
  creationDate
10483
+ modifiedDate
10429
10484
  owner {
10430
10485
  id
10431
10486
  }
@@ -10802,6 +10857,7 @@ export const QuerySpecifications = gql `
10802
10857
  id
10803
10858
  name
10804
10859
  creationDate
10860
+ modifiedDate
10805
10861
  relevance
10806
10862
  owner {
10807
10863
  id
@@ -11076,6 +11132,7 @@ export const GetUser = gql `
11076
11132
  id
11077
11133
  name
11078
11134
  creationDate
11135
+ modifiedDate
11079
11136
  relevance
11080
11137
  owner {
11081
11138
  id
@@ -11144,6 +11201,7 @@ export const GetUserByIdentifier = gql `
11144
11201
  id
11145
11202
  name
11146
11203
  creationDate
11204
+ modifiedDate
11147
11205
  relevance
11148
11206
  owner {
11149
11207
  id
@@ -11213,6 +11271,7 @@ export const QueryUsers = gql `
11213
11271
  id
11214
11272
  name
11215
11273
  creationDate
11274
+ modifiedDate
11216
11275
  relevance
11217
11276
  owner {
11218
11277
  id
@@ -11521,6 +11580,7 @@ export const GetView = gql `
11521
11580
  id
11522
11581
  name
11523
11582
  creationDate
11583
+ modifiedDate
11524
11584
  owner {
11525
11585
  id
11526
11586
  }
@@ -11718,6 +11778,7 @@ export const QueryViews = gql `
11718
11778
  id
11719
11779
  name
11720
11780
  creationDate
11781
+ modifiedDate
11721
11782
  relevance
11722
11783
  owner {
11723
11784
  id
@@ -12573,6 +12634,7 @@ export const GetWorkflow = gql `
12573
12634
  id
12574
12635
  name
12575
12636
  creationDate
12637
+ modifiedDate
12576
12638
  owner {
12577
12639
  id
12578
12640
  }
@@ -12809,6 +12871,7 @@ export const QueryWorkflows = gql `
12809
12871
  id
12810
12872
  name
12811
12873
  creationDate
12874
+ modifiedDate
12812
12875
  relevance
12813
12876
  owner {
12814
12877
  id
@@ -17302,6 +17302,7 @@ export type GetAlertQuery = {
17302
17302
  id: string;
17303
17303
  name: string;
17304
17304
  creationDate: any;
17305
+ modifiedDate?: any | null;
17305
17306
  state: EntityState;
17306
17307
  correlationId?: string | null;
17307
17308
  type: AlertTypes;
@@ -17532,6 +17533,7 @@ export type QueryAlertsQuery = {
17532
17533
  id: string;
17533
17534
  name: string;
17534
17535
  creationDate: any;
17536
+ modifiedDate?: any | null;
17535
17537
  relevance?: number | null;
17536
17538
  state: EntityState;
17537
17539
  correlationId?: string | null;
@@ -17989,6 +17991,7 @@ export type GetCollectionQuery = {
17989
17991
  id: string;
17990
17992
  name: string;
17991
17993
  creationDate: any;
17994
+ modifiedDate?: any | null;
17992
17995
  state: EntityState;
17993
17996
  type?: CollectionTypes | null;
17994
17997
  owner: {
@@ -18015,6 +18018,7 @@ export type QueryCollectionsQuery = {
18015
18018
  id: string;
18016
18019
  name: string;
18017
18020
  creationDate: any;
18021
+ modifiedDate?: any | null;
18018
18022
  relevance?: number | null;
18019
18023
  state: EntityState;
18020
18024
  type?: CollectionTypes | null;
@@ -18103,6 +18107,7 @@ export type GetConnectorQuery = {
18103
18107
  id: string;
18104
18108
  name: string;
18105
18109
  creationDate: any;
18110
+ modifiedDate?: any | null;
18106
18111
  state: EntityState;
18107
18112
  type?: ConnectorTypes | null;
18108
18113
  owner: {
@@ -18179,6 +18184,7 @@ export type QueryConnectorsQuery = {
18179
18184
  id: string;
18180
18185
  name: string;
18181
18186
  creationDate: any;
18187
+ modifiedDate?: any | null;
18182
18188
  relevance?: number | null;
18183
18189
  state: EntityState;
18184
18190
  type?: ConnectorTypes | null;
@@ -18669,6 +18675,7 @@ export type GetContentQuery = {
18669
18675
  id: string;
18670
18676
  name: string;
18671
18677
  creationDate: any;
18678
+ modifiedDate?: any | null;
18672
18679
  state: EntityState;
18673
18680
  originalDate?: any | null;
18674
18681
  finishedDate?: any | null;
@@ -19603,6 +19610,7 @@ export type LookupContentsQuery = {
19603
19610
  id: string;
19604
19611
  name: string;
19605
19612
  creationDate: any;
19613
+ modifiedDate?: any | null;
19606
19614
  state: EntityState;
19607
19615
  originalDate?: any | null;
19608
19616
  finishedDate?: any | null;
@@ -20371,6 +20379,7 @@ export type QueryContentsQuery = {
20371
20379
  id: string;
20372
20380
  name: string;
20373
20381
  creationDate: any;
20382
+ modifiedDate?: any | null;
20374
20383
  relevance?: number | null;
20375
20384
  state: EntityState;
20376
20385
  originalDate?: any | null;
@@ -20832,6 +20841,7 @@ export type QueryContentsObservationsQuery = {
20832
20841
  id: string;
20833
20842
  name: string;
20834
20843
  creationDate: any;
20844
+ modifiedDate?: any | null;
20835
20845
  relevance?: number | null;
20836
20846
  state: EntityState;
20837
20847
  originalDate?: any | null;
@@ -22827,6 +22837,7 @@ export type GetConversationQuery = {
22827
22837
  id: string;
22828
22838
  name: string;
22829
22839
  creationDate: any;
22840
+ modifiedDate?: any | null;
22830
22841
  state: EntityState;
22831
22842
  correlationId?: string | null;
22832
22843
  type?: ConversationTypes | null;
@@ -23892,6 +23903,7 @@ export type QueryConversationsQuery = {
23892
23903
  id: string;
23893
23904
  name: string;
23894
23905
  creationDate: any;
23906
+ modifiedDate?: any | null;
23895
23907
  relevance?: number | null;
23896
23908
  state: EntityState;
23897
23909
  correlationId?: string | null;
@@ -25072,6 +25084,7 @@ export type GetEventQuery = {
25072
25084
  id: string;
25073
25085
  name: string;
25074
25086
  creationDate: any;
25087
+ modifiedDate?: any | null;
25075
25088
  state: EntityState;
25076
25089
  alternateNames?: Array<string | null> | null;
25077
25090
  uri?: any | null;
@@ -25120,6 +25133,7 @@ export type QueryEventsQuery = {
25120
25133
  id: string;
25121
25134
  name: string;
25122
25135
  creationDate: any;
25136
+ modifiedDate?: any | null;
25123
25137
  relevance?: number | null;
25124
25138
  state: EntityState;
25125
25139
  alternateNames?: Array<string | null> | null;
@@ -25274,6 +25288,7 @@ export type GetFeedQuery = {
25274
25288
  id: string;
25275
25289
  name: string;
25276
25290
  creationDate: any;
25291
+ modifiedDate?: any | null;
25277
25292
  state: EntityState;
25278
25293
  correlationId?: string | null;
25279
25294
  type: FeedTypes;
@@ -25771,6 +25786,7 @@ export type QueryFeedsQuery = {
25771
25786
  id: string;
25772
25787
  name: string;
25773
25788
  creationDate: any;
25789
+ modifiedDate?: any | null;
25774
25790
  relevance?: number | null;
25775
25791
  state: EntityState;
25776
25792
  correlationId?: string | null;
@@ -26467,6 +26483,7 @@ export type GetInvestmentQuery = {
26467
26483
  id: string;
26468
26484
  name: string;
26469
26485
  creationDate: any;
26486
+ modifiedDate?: any | null;
26470
26487
  state: EntityState;
26471
26488
  alternateNames?: Array<string | null> | null;
26472
26489
  uri?: any | null;
@@ -26497,6 +26514,7 @@ export type QueryInvestmentsQuery = {
26497
26514
  id: string;
26498
26515
  name: string;
26499
26516
  creationDate: any;
26517
+ modifiedDate?: any | null;
26500
26518
  relevance?: number | null;
26501
26519
  state: EntityState;
26502
26520
  alternateNames?: Array<string | null> | null;
@@ -26596,6 +26614,7 @@ export type GetInvestmentFundQuery = {
26596
26614
  id: string;
26597
26615
  name: string;
26598
26616
  creationDate: any;
26617
+ modifiedDate?: any | null;
26599
26618
  state: EntityState;
26600
26619
  alternateNames?: Array<string | null> | null;
26601
26620
  uri?: any | null;
@@ -26626,6 +26645,7 @@ export type QueryInvestmentFundsQuery = {
26626
26645
  id: string;
26627
26646
  name: string;
26628
26647
  creationDate: any;
26648
+ modifiedDate?: any | null;
26629
26649
  relevance?: number | null;
26630
26650
  state: EntityState;
26631
26651
  alternateNames?: Array<string | null> | null;
@@ -26847,6 +26867,7 @@ export type GetMedicalConditionQuery = {
26847
26867
  id: string;
26848
26868
  name: string;
26849
26869
  creationDate: any;
26870
+ modifiedDate?: any | null;
26850
26871
  state: EntityState;
26851
26872
  alternateNames?: Array<string | null> | null;
26852
26873
  uri?: any | null;
@@ -26877,6 +26898,7 @@ export type QueryMedicalConditionsQuery = {
26877
26898
  id: string;
26878
26899
  name: string;
26879
26900
  creationDate: any;
26901
+ modifiedDate?: any | null;
26880
26902
  relevance?: number | null;
26881
26903
  state: EntityState;
26882
26904
  alternateNames?: Array<string | null> | null;
@@ -26976,6 +26998,7 @@ export type GetMedicalContraindicationQuery = {
26976
26998
  id: string;
26977
26999
  name: string;
26978
27000
  creationDate: any;
27001
+ modifiedDate?: any | null;
26979
27002
  state: EntityState;
26980
27003
  alternateNames?: Array<string | null> | null;
26981
27004
  uri?: any | null;
@@ -27006,6 +27029,7 @@ export type QueryMedicalContraindicationsQuery = {
27006
27029
  id: string;
27007
27030
  name: string;
27008
27031
  creationDate: any;
27032
+ modifiedDate?: any | null;
27009
27033
  relevance?: number | null;
27010
27034
  state: EntityState;
27011
27035
  alternateNames?: Array<string | null> | null;
@@ -27105,6 +27129,7 @@ export type GetMedicalDeviceQuery = {
27105
27129
  id: string;
27106
27130
  name: string;
27107
27131
  creationDate: any;
27132
+ modifiedDate?: any | null;
27108
27133
  state: EntityState;
27109
27134
  alternateNames?: Array<string | null> | null;
27110
27135
  uri?: any | null;
@@ -27135,6 +27160,7 @@ export type QueryMedicalDevicesQuery = {
27135
27160
  id: string;
27136
27161
  name: string;
27137
27162
  creationDate: any;
27163
+ modifiedDate?: any | null;
27138
27164
  relevance?: number | null;
27139
27165
  state: EntityState;
27140
27166
  alternateNames?: Array<string | null> | null;
@@ -27234,6 +27260,7 @@ export type GetMedicalDrugQuery = {
27234
27260
  id: string;
27235
27261
  name: string;
27236
27262
  creationDate: any;
27263
+ modifiedDate?: any | null;
27237
27264
  state: EntityState;
27238
27265
  alternateNames?: Array<string | null> | null;
27239
27266
  uri?: any | null;
@@ -27264,6 +27291,7 @@ export type QueryMedicalDrugsQuery = {
27264
27291
  id: string;
27265
27292
  name: string;
27266
27293
  creationDate: any;
27294
+ modifiedDate?: any | null;
27267
27295
  relevance?: number | null;
27268
27296
  state: EntityState;
27269
27297
  alternateNames?: Array<string | null> | null;
@@ -27363,6 +27391,7 @@ export type GetMedicalDrugClassQuery = {
27363
27391
  id: string;
27364
27392
  name: string;
27365
27393
  creationDate: any;
27394
+ modifiedDate?: any | null;
27366
27395
  state: EntityState;
27367
27396
  alternateNames?: Array<string | null> | null;
27368
27397
  uri?: any | null;
@@ -27393,6 +27422,7 @@ export type QueryMedicalDrugClassesQuery = {
27393
27422
  id: string;
27394
27423
  name: string;
27395
27424
  creationDate: any;
27425
+ modifiedDate?: any | null;
27396
27426
  relevance?: number | null;
27397
27427
  state: EntityState;
27398
27428
  alternateNames?: Array<string | null> | null;
@@ -27492,6 +27522,7 @@ export type GetMedicalGuidelineQuery = {
27492
27522
  id: string;
27493
27523
  name: string;
27494
27524
  creationDate: any;
27525
+ modifiedDate?: any | null;
27495
27526
  state: EntityState;
27496
27527
  alternateNames?: Array<string | null> | null;
27497
27528
  uri?: any | null;
@@ -27522,6 +27553,7 @@ export type QueryMedicalGuidelinesQuery = {
27522
27553
  id: string;
27523
27554
  name: string;
27524
27555
  creationDate: any;
27556
+ modifiedDate?: any | null;
27525
27557
  relevance?: number | null;
27526
27558
  state: EntityState;
27527
27559
  alternateNames?: Array<string | null> | null;
@@ -27621,6 +27653,7 @@ export type GetMedicalIndicationQuery = {
27621
27653
  id: string;
27622
27654
  name: string;
27623
27655
  creationDate: any;
27656
+ modifiedDate?: any | null;
27624
27657
  state: EntityState;
27625
27658
  alternateNames?: Array<string | null> | null;
27626
27659
  uri?: any | null;
@@ -27651,6 +27684,7 @@ export type QueryMedicalIndicationsQuery = {
27651
27684
  id: string;
27652
27685
  name: string;
27653
27686
  creationDate: any;
27687
+ modifiedDate?: any | null;
27654
27688
  relevance?: number | null;
27655
27689
  state: EntityState;
27656
27690
  alternateNames?: Array<string | null> | null;
@@ -27750,6 +27784,7 @@ export type GetMedicalProcedureQuery = {
27750
27784
  id: string;
27751
27785
  name: string;
27752
27786
  creationDate: any;
27787
+ modifiedDate?: any | null;
27753
27788
  state: EntityState;
27754
27789
  alternateNames?: Array<string | null> | null;
27755
27790
  uri?: any | null;
@@ -27780,6 +27815,7 @@ export type QueryMedicalProceduresQuery = {
27780
27815
  id: string;
27781
27816
  name: string;
27782
27817
  creationDate: any;
27818
+ modifiedDate?: any | null;
27783
27819
  relevance?: number | null;
27784
27820
  state: EntityState;
27785
27821
  alternateNames?: Array<string | null> | null;
@@ -27879,6 +27915,7 @@ export type GetMedicalStudyQuery = {
27879
27915
  id: string;
27880
27916
  name: string;
27881
27917
  creationDate: any;
27918
+ modifiedDate?: any | null;
27882
27919
  state: EntityState;
27883
27920
  alternateNames?: Array<string | null> | null;
27884
27921
  uri?: any | null;
@@ -27917,6 +27954,7 @@ export type QueryMedicalStudiesQuery = {
27917
27954
  id: string;
27918
27955
  name: string;
27919
27956
  creationDate: any;
27957
+ modifiedDate?: any | null;
27920
27958
  relevance?: number | null;
27921
27959
  state: EntityState;
27922
27960
  alternateNames?: Array<string | null> | null;
@@ -28024,6 +28062,7 @@ export type GetMedicalTestQuery = {
28024
28062
  id: string;
28025
28063
  name: string;
28026
28064
  creationDate: any;
28065
+ modifiedDate?: any | null;
28027
28066
  state: EntityState;
28028
28067
  alternateNames?: Array<string | null> | null;
28029
28068
  uri?: any | null;
@@ -28054,6 +28093,7 @@ export type QueryMedicalTestsQuery = {
28054
28093
  id: string;
28055
28094
  name: string;
28056
28095
  creationDate: any;
28096
+ modifiedDate?: any | null;
28057
28097
  relevance?: number | null;
28058
28098
  state: EntityState;
28059
28099
  alternateNames?: Array<string | null> | null;
@@ -28153,6 +28193,7 @@ export type GetMedicalTherapyQuery = {
28153
28193
  id: string;
28154
28194
  name: string;
28155
28195
  creationDate: any;
28196
+ modifiedDate?: any | null;
28156
28197
  state: EntityState;
28157
28198
  alternateNames?: Array<string | null> | null;
28158
28199
  uri?: any | null;
@@ -28183,6 +28224,7 @@ export type QueryMedicalTherapiesQuery = {
28183
28224
  id: string;
28184
28225
  name: string;
28185
28226
  creationDate: any;
28227
+ modifiedDate?: any | null;
28186
28228
  relevance?: number | null;
28187
28229
  state: EntityState;
28188
28230
  alternateNames?: Array<string | null> | null;
@@ -28340,6 +28382,7 @@ export type GetOrganizationQuery = {
28340
28382
  id: string;
28341
28383
  name: string;
28342
28384
  creationDate: any;
28385
+ modifiedDate?: any | null;
28343
28386
  state: EntityState;
28344
28387
  alternateNames?: Array<string | null> | null;
28345
28388
  uri?: any | null;
@@ -28384,6 +28427,7 @@ export type QueryOrganizationsQuery = {
28384
28427
  id: string;
28385
28428
  name: string;
28386
28429
  creationDate: any;
28430
+ modifiedDate?: any | null;
28387
28431
  relevance?: number | null;
28388
28432
  state: EntityState;
28389
28433
  alternateNames?: Array<string | null> | null;
@@ -28510,6 +28554,7 @@ export type GetPersonQuery = {
28510
28554
  id: string;
28511
28555
  name: string;
28512
28556
  creationDate: any;
28557
+ modifiedDate?: any | null;
28513
28558
  state: EntityState;
28514
28559
  alternateNames?: Array<string | null> | null;
28515
28560
  uri?: any | null;
@@ -28556,6 +28601,7 @@ export type QueryPersonsQuery = {
28556
28601
  id: string;
28557
28602
  name: string;
28558
28603
  creationDate: any;
28604
+ modifiedDate?: any | null;
28559
28605
  relevance?: number | null;
28560
28606
  state: EntityState;
28561
28607
  alternateNames?: Array<string | null> | null;
@@ -28684,6 +28730,7 @@ export type GetPlaceQuery = {
28684
28730
  id: string;
28685
28731
  name: string;
28686
28732
  creationDate: any;
28733
+ modifiedDate?: any | null;
28687
28734
  state: EntityState;
28688
28735
  alternateNames?: Array<string | null> | null;
28689
28736
  uri?: any | null;
@@ -28722,6 +28769,7 @@ export type QueryPlacesQuery = {
28722
28769
  id: string;
28723
28770
  name: string;
28724
28771
  creationDate: any;
28772
+ modifiedDate?: any | null;
28725
28773
  relevance?: number | null;
28726
28774
  state: EntityState;
28727
28775
  alternateNames?: Array<string | null> | null;
@@ -28842,6 +28890,7 @@ export type GetProductQuery = {
28842
28890
  id: string;
28843
28891
  name: string;
28844
28892
  creationDate: any;
28893
+ modifiedDate?: any | null;
28845
28894
  state: EntityState;
28846
28895
  alternateNames?: Array<string | null> | null;
28847
28896
  uri?: any | null;
@@ -28887,6 +28936,7 @@ export type QueryProductsQuery = {
28887
28936
  id: string;
28888
28937
  name: string;
28889
28938
  creationDate: any;
28939
+ modifiedDate?: any | null;
28890
28940
  relevance?: number | null;
28891
28941
  state: EntityState;
28892
28942
  alternateNames?: Array<string | null> | null;
@@ -29228,6 +29278,7 @@ export type GetRepoQuery = {
29228
29278
  id: string;
29229
29279
  name: string;
29230
29280
  creationDate: any;
29281
+ modifiedDate?: any | null;
29231
29282
  state: EntityState;
29232
29283
  alternateNames?: Array<string | null> | null;
29233
29284
  uri?: any | null;
@@ -29258,6 +29309,7 @@ export type QueryReposQuery = {
29258
29309
  id: string;
29259
29310
  name: string;
29260
29311
  creationDate: any;
29312
+ modifiedDate?: any | null;
29261
29313
  relevance?: number | null;
29262
29314
  state: EntityState;
29263
29315
  alternateNames?: Array<string | null> | null;
@@ -29389,6 +29441,7 @@ export type GetSoftwareQuery = {
29389
29441
  id: string;
29390
29442
  name: string;
29391
29443
  creationDate: any;
29444
+ modifiedDate?: any | null;
29392
29445
  state: EntityState;
29393
29446
  alternateNames?: Array<string | null> | null;
29394
29447
  uri?: any | null;
@@ -29421,6 +29474,7 @@ export type QuerySoftwaresQuery = {
29421
29474
  id: string;
29422
29475
  name: string;
29423
29476
  creationDate: any;
29477
+ modifiedDate?: any | null;
29424
29478
  relevance?: number | null;
29425
29479
  state: EntityState;
29426
29480
  alternateNames?: Array<string | null> | null;
@@ -29525,6 +29579,7 @@ export type GetSpecificationQuery = {
29525
29579
  id: string;
29526
29580
  name: string;
29527
29581
  creationDate: any;
29582
+ modifiedDate?: any | null;
29528
29583
  state: EntityState;
29529
29584
  type?: SpecificationTypes | null;
29530
29585
  serviceType?: ModelServiceTypes | null;
@@ -29947,6 +30002,7 @@ export type QuerySpecificationsQuery = {
29947
30002
  id: string;
29948
30003
  name: string;
29949
30004
  creationDate: any;
30005
+ modifiedDate?: any | null;
29950
30006
  relevance?: number | null;
29951
30007
  state: EntityState;
29952
30008
  type?: SpecificationTypes | null;
@@ -30272,6 +30328,7 @@ export type GetUserQuery = {
30272
30328
  id: string;
30273
30329
  name: string;
30274
30330
  creationDate: any;
30331
+ modifiedDate?: any | null;
30275
30332
  relevance?: number | null;
30276
30333
  state: EntityState;
30277
30334
  type?: UserTypes | null;
@@ -30355,6 +30412,7 @@ export type GetUserByIdentifierQuery = {
30355
30412
  id: string;
30356
30413
  name: string;
30357
30414
  creationDate: any;
30415
+ modifiedDate?: any | null;
30358
30416
  relevance?: number | null;
30359
30417
  state: EntityState;
30360
30418
  type?: UserTypes | null;
@@ -30441,6 +30499,7 @@ export type QueryUsersQuery = {
30441
30499
  id: string;
30442
30500
  name: string;
30443
30501
  creationDate: any;
30502
+ modifiedDate?: any | null;
30444
30503
  relevance?: number | null;
30445
30504
  state: EntityState;
30446
30505
  type?: UserTypes | null;
@@ -30835,6 +30894,7 @@ export type GetViewQuery = {
30835
30894
  id: string;
30836
30895
  name: string;
30837
30896
  creationDate: any;
30897
+ modifiedDate?: any | null;
30838
30898
  state: EntityState;
30839
30899
  type?: ViewTypes | null;
30840
30900
  owner: {
@@ -31090,6 +31150,7 @@ export type QueryViewsQuery = {
31090
31150
  id: string;
31091
31151
  name: string;
31092
31152
  creationDate: any;
31153
+ modifiedDate?: any | null;
31093
31154
  relevance?: number | null;
31094
31155
  state: EntityState;
31095
31156
  type?: ViewTypes | null;
@@ -32186,6 +32247,7 @@ export type GetWorkflowQuery = {
32186
32247
  id: string;
32187
32248
  name: string;
32188
32249
  creationDate: any;
32250
+ modifiedDate?: any | null;
32189
32251
  state: EntityState;
32190
32252
  owner: {
32191
32253
  __typename?: 'Owner';
@@ -32483,6 +32545,7 @@ export type QueryWorkflowsQuery = {
32483
32545
  id: string;
32484
32546
  name: string;
32485
32547
  creationDate: any;
32548
+ modifiedDate?: any | null;
32486
32549
  relevance?: number | null;
32487
32550
  state: EntityState;
32488
32551
  owner: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20251122001",
3
+ "version": "1.0.20251123001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",