graphlit-client 1.0.20251119003 → 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,7 +66,7 @@ export const GetAlert = gql `
66
66
  id
67
67
  name
68
68
  creationDate
69
- relevance
69
+ modifiedDate
70
70
  owner {
71
71
  id
72
72
  }
@@ -247,6 +247,7 @@ export const QueryAlerts = gql `
247
247
  id
248
248
  name
249
249
  creationDate
250
+ modifiedDate
250
251
  relevance
251
252
  owner {
252
253
  id
@@ -492,7 +493,10 @@ export const GetCategory = gql `
492
493
  name
493
494
  description
494
495
  creationDate
495
- relevance
496
+ feeds {
497
+ id
498
+ name
499
+ }
496
500
  }
497
501
  }
498
502
  `;
@@ -505,6 +509,10 @@ export const QueryCategories = gql `
505
509
  description
506
510
  creationDate
507
511
  relevance
512
+ feeds {
513
+ id
514
+ name
515
+ }
508
516
  }
509
517
  }
510
518
  }
@@ -590,6 +598,7 @@ export const GetCollection = gql `
590
598
  id
591
599
  name
592
600
  creationDate
601
+ modifiedDate
593
602
  owner {
594
603
  id
595
604
  }
@@ -609,6 +618,7 @@ export const QueryCollections = gql `
609
618
  id
610
619
  name
611
620
  creationDate
621
+ modifiedDate
612
622
  relevance
613
623
  owner {
614
624
  id
@@ -674,7 +684,7 @@ export const GetConnector = gql `
674
684
  id
675
685
  name
676
686
  creationDate
677
- relevance
687
+ modifiedDate
678
688
  owner {
679
689
  id
680
690
  }
@@ -735,6 +745,7 @@ export const QueryConnectors = gql `
735
745
  id
736
746
  name
737
747
  creationDate
748
+ modifiedDate
738
749
  relevance
739
750
  owner {
740
751
  id
@@ -1173,6 +1184,7 @@ export const GetContent = gql `
1173
1184
  id
1174
1185
  name
1175
1186
  creationDate
1187
+ modifiedDate
1176
1188
  owner {
1177
1189
  id
1178
1190
  }
@@ -2002,6 +2014,7 @@ export const LookupContents = gql `
2002
2014
  id
2003
2015
  name
2004
2016
  creationDate
2017
+ modifiedDate
2005
2018
  owner {
2006
2019
  id
2007
2020
  }
@@ -2701,6 +2714,7 @@ export const QueryContents = gql `
2701
2714
  id
2702
2715
  name
2703
2716
  creationDate
2717
+ modifiedDate
2704
2718
  relevance
2705
2719
  owner {
2706
2720
  id
@@ -3102,6 +3116,7 @@ export const QueryContentsObservations = gql `
3102
3116
  id
3103
3117
  name
3104
3118
  creationDate
3119
+ modifiedDate
3105
3120
  relevance
3106
3121
  owner {
3107
3122
  id
@@ -4899,7 +4914,7 @@ export const GetConversation = gql `
4899
4914
  id
4900
4915
  name
4901
4916
  creationDate
4902
- relevance
4917
+ modifiedDate
4903
4918
  owner {
4904
4919
  id
4905
4920
  }
@@ -5853,6 +5868,7 @@ export const QueryConversations = gql `
5853
5868
  id
5854
5869
  name
5855
5870
  creationDate
5871
+ modifiedDate
5856
5872
  relevance
5857
5873
  owner {
5858
5874
  id
@@ -6900,13 +6916,21 @@ export const GetEvent = gql `
6900
6916
  event(id: $id, correlationId: $correlationId) {
6901
6917
  id
6902
6918
  name
6903
- alternateNames
6904
6919
  creationDate
6920
+ modifiedDate
6921
+ owner {
6922
+ id
6923
+ }
6924
+ state
6925
+ alternateNames
6905
6926
  uri
6906
6927
  description
6907
6928
  identifier
6908
6929
  thing
6909
- relevance
6930
+ feeds {
6931
+ id
6932
+ name
6933
+ }
6910
6934
  address {
6911
6935
  streetAddress
6912
6936
  city
@@ -6933,13 +6957,22 @@ export const QueryEvents = gql `
6933
6957
  results {
6934
6958
  id
6935
6959
  name
6936
- alternateNames
6937
6960
  creationDate
6961
+ modifiedDate
6962
+ relevance
6963
+ owner {
6964
+ id
6965
+ }
6966
+ state
6967
+ alternateNames
6938
6968
  uri
6939
6969
  description
6940
6970
  identifier
6941
6971
  thing
6942
- relevance
6972
+ feeds {
6973
+ id
6974
+ name
6975
+ }
6943
6976
  address {
6944
6977
  streetAddress
6945
6978
  city
@@ -7044,7 +7077,7 @@ export const GetFeed = gql `
7044
7077
  id
7045
7078
  name
7046
7079
  creationDate
7047
- relevance
7080
+ modifiedDate
7048
7081
  owner {
7049
7082
  id
7050
7083
  }
@@ -7242,6 +7275,21 @@ export const GetFeed = gql `
7242
7275
  authenticationType
7243
7276
  apiKey
7244
7277
  }
7278
+ googleContacts {
7279
+ authenticationType
7280
+ clientId
7281
+ clientSecret
7282
+ refreshToken
7283
+ authorizationId
7284
+ }
7285
+ microsoftContacts {
7286
+ authenticationType
7287
+ clientId
7288
+ clientSecret
7289
+ refreshToken
7290
+ tenantId
7291
+ authorizationId
7292
+ }
7245
7293
  readLimit
7246
7294
  }
7247
7295
  calendar {
@@ -7445,6 +7493,7 @@ export const QueryFeeds = gql `
7445
7493
  id
7446
7494
  name
7447
7495
  creationDate
7496
+ modifiedDate
7448
7497
  relevance
7449
7498
  owner {
7450
7499
  id
@@ -7643,6 +7692,21 @@ export const QueryFeeds = gql `
7643
7692
  authenticationType
7644
7693
  apiKey
7645
7694
  }
7695
+ googleContacts {
7696
+ authenticationType
7697
+ clientId
7698
+ clientSecret
7699
+ refreshToken
7700
+ authorizationId
7701
+ }
7702
+ microsoftContacts {
7703
+ authenticationType
7704
+ clientId
7705
+ clientSecret
7706
+ refreshToken
7707
+ tenantId
7708
+ authorizationId
7709
+ }
7646
7710
  readLimit
7647
7711
  }
7648
7712
  calendar {
@@ -7994,13 +8058,21 @@ export const GetInvestment = gql `
7994
8058
  investment(id: $id, correlationId: $correlationId) {
7995
8059
  id
7996
8060
  name
7997
- alternateNames
7998
8061
  creationDate
8062
+ modifiedDate
8063
+ owner {
8064
+ id
8065
+ }
8066
+ state
8067
+ alternateNames
7999
8068
  uri
8000
8069
  description
8001
8070
  identifier
8002
8071
  thing
8003
- relevance
8072
+ feeds {
8073
+ id
8074
+ name
8075
+ }
8004
8076
  }
8005
8077
  }
8006
8078
  `;
@@ -8010,13 +8082,22 @@ export const QueryInvestments = gql `
8010
8082
  results {
8011
8083
  id
8012
8084
  name
8013
- alternateNames
8014
8085
  creationDate
8086
+ modifiedDate
8087
+ relevance
8088
+ owner {
8089
+ id
8090
+ }
8091
+ state
8092
+ alternateNames
8015
8093
  uri
8016
8094
  description
8017
8095
  identifier
8018
8096
  thing
8019
- relevance
8097
+ feeds {
8098
+ id
8099
+ name
8100
+ }
8020
8101
  }
8021
8102
  }
8022
8103
  }
@@ -8077,13 +8158,21 @@ export const GetInvestmentFund = gql `
8077
8158
  investmentFund(id: $id, correlationId: $correlationId) {
8078
8159
  id
8079
8160
  name
8080
- alternateNames
8081
8161
  creationDate
8162
+ modifiedDate
8163
+ owner {
8164
+ id
8165
+ }
8166
+ state
8167
+ alternateNames
8082
8168
  uri
8083
8169
  description
8084
8170
  identifier
8085
8171
  thing
8086
- relevance
8172
+ feeds {
8173
+ id
8174
+ name
8175
+ }
8087
8176
  }
8088
8177
  }
8089
8178
  `;
@@ -8093,13 +8182,22 @@ export const QueryInvestmentFunds = gql `
8093
8182
  results {
8094
8183
  id
8095
8184
  name
8096
- alternateNames
8097
8185
  creationDate
8186
+ modifiedDate
8187
+ relevance
8188
+ owner {
8189
+ id
8190
+ }
8191
+ state
8192
+ alternateNames
8098
8193
  uri
8099
8194
  description
8100
8195
  identifier
8101
8196
  thing
8102
- relevance
8197
+ feeds {
8198
+ id
8199
+ name
8200
+ }
8103
8201
  }
8104
8202
  }
8105
8203
  }
@@ -8162,7 +8260,10 @@ export const GetLabel = gql `
8162
8260
  name
8163
8261
  description
8164
8262
  creationDate
8165
- relevance
8263
+ feeds {
8264
+ id
8265
+ name
8266
+ }
8166
8267
  }
8167
8268
  }
8168
8269
  `;
@@ -8175,6 +8276,10 @@ export const QueryLabels = gql `
8175
8276
  description
8176
8277
  creationDate
8177
8278
  relevance
8279
+ feeds {
8280
+ id
8281
+ name
8282
+ }
8178
8283
  }
8179
8284
  }
8180
8285
  }
@@ -8243,13 +8348,21 @@ export const GetMedicalCondition = gql `
8243
8348
  medicalCondition(id: $id, correlationId: $correlationId) {
8244
8349
  id
8245
8350
  name
8246
- alternateNames
8247
8351
  creationDate
8352
+ modifiedDate
8353
+ owner {
8354
+ id
8355
+ }
8356
+ state
8357
+ alternateNames
8248
8358
  uri
8249
8359
  description
8250
8360
  identifier
8251
8361
  thing
8252
- relevance
8362
+ feeds {
8363
+ id
8364
+ name
8365
+ }
8253
8366
  }
8254
8367
  }
8255
8368
  `;
@@ -8259,13 +8372,22 @@ export const QueryMedicalConditions = gql `
8259
8372
  results {
8260
8373
  id
8261
8374
  name
8262
- alternateNames
8263
8375
  creationDate
8376
+ modifiedDate
8377
+ relevance
8378
+ owner {
8379
+ id
8380
+ }
8381
+ state
8382
+ alternateNames
8264
8383
  uri
8265
8384
  description
8266
8385
  identifier
8267
8386
  thing
8268
- relevance
8387
+ feeds {
8388
+ id
8389
+ name
8390
+ }
8269
8391
  }
8270
8392
  }
8271
8393
  }
@@ -8326,13 +8448,21 @@ export const GetMedicalContraindication = gql `
8326
8448
  medicalContraindication(id: $id, correlationId: $correlationId) {
8327
8449
  id
8328
8450
  name
8329
- alternateNames
8330
8451
  creationDate
8452
+ modifiedDate
8453
+ owner {
8454
+ id
8455
+ }
8456
+ state
8457
+ alternateNames
8331
8458
  uri
8332
8459
  description
8333
8460
  identifier
8334
8461
  thing
8335
- relevance
8462
+ feeds {
8463
+ id
8464
+ name
8465
+ }
8336
8466
  }
8337
8467
  }
8338
8468
  `;
@@ -8342,13 +8472,22 @@ export const QueryMedicalContraindications = gql `
8342
8472
  results {
8343
8473
  id
8344
8474
  name
8345
- alternateNames
8346
8475
  creationDate
8476
+ modifiedDate
8477
+ relevance
8478
+ owner {
8479
+ id
8480
+ }
8481
+ state
8482
+ alternateNames
8347
8483
  uri
8348
8484
  description
8349
8485
  identifier
8350
8486
  thing
8351
- relevance
8487
+ feeds {
8488
+ id
8489
+ name
8490
+ }
8352
8491
  }
8353
8492
  }
8354
8493
  }
@@ -8409,13 +8548,21 @@ export const GetMedicalDevice = gql `
8409
8548
  medicalDevice(id: $id, correlationId: $correlationId) {
8410
8549
  id
8411
8550
  name
8412
- alternateNames
8413
8551
  creationDate
8552
+ modifiedDate
8553
+ owner {
8554
+ id
8555
+ }
8556
+ state
8557
+ alternateNames
8414
8558
  uri
8415
8559
  description
8416
8560
  identifier
8417
8561
  thing
8418
- relevance
8562
+ feeds {
8563
+ id
8564
+ name
8565
+ }
8419
8566
  }
8420
8567
  }
8421
8568
  `;
@@ -8425,13 +8572,22 @@ export const QueryMedicalDevices = gql `
8425
8572
  results {
8426
8573
  id
8427
8574
  name
8428
- alternateNames
8429
8575
  creationDate
8576
+ modifiedDate
8577
+ relevance
8578
+ owner {
8579
+ id
8580
+ }
8581
+ state
8582
+ alternateNames
8430
8583
  uri
8431
8584
  description
8432
8585
  identifier
8433
8586
  thing
8434
- relevance
8587
+ feeds {
8588
+ id
8589
+ name
8590
+ }
8435
8591
  }
8436
8592
  }
8437
8593
  }
@@ -8492,13 +8648,21 @@ export const GetMedicalDrug = gql `
8492
8648
  medicalDrug(id: $id, correlationId: $correlationId) {
8493
8649
  id
8494
8650
  name
8495
- alternateNames
8496
8651
  creationDate
8652
+ modifiedDate
8653
+ owner {
8654
+ id
8655
+ }
8656
+ state
8657
+ alternateNames
8497
8658
  uri
8498
8659
  description
8499
8660
  identifier
8500
8661
  thing
8501
- relevance
8662
+ feeds {
8663
+ id
8664
+ name
8665
+ }
8502
8666
  }
8503
8667
  }
8504
8668
  `;
@@ -8508,13 +8672,22 @@ export const QueryMedicalDrugs = gql `
8508
8672
  results {
8509
8673
  id
8510
8674
  name
8511
- alternateNames
8512
8675
  creationDate
8676
+ modifiedDate
8677
+ relevance
8678
+ owner {
8679
+ id
8680
+ }
8681
+ state
8682
+ alternateNames
8513
8683
  uri
8514
8684
  description
8515
8685
  identifier
8516
8686
  thing
8517
- relevance
8687
+ feeds {
8688
+ id
8689
+ name
8690
+ }
8518
8691
  }
8519
8692
  }
8520
8693
  }
@@ -8575,13 +8748,21 @@ export const GetMedicalDrugClass = gql `
8575
8748
  medicalDrugClass(id: $id, correlationId: $correlationId) {
8576
8749
  id
8577
8750
  name
8578
- alternateNames
8579
8751
  creationDate
8752
+ modifiedDate
8753
+ owner {
8754
+ id
8755
+ }
8756
+ state
8757
+ alternateNames
8580
8758
  uri
8581
8759
  description
8582
8760
  identifier
8583
8761
  thing
8584
- relevance
8762
+ feeds {
8763
+ id
8764
+ name
8765
+ }
8585
8766
  }
8586
8767
  }
8587
8768
  `;
@@ -8591,13 +8772,22 @@ export const QueryMedicalDrugClasses = gql `
8591
8772
  results {
8592
8773
  id
8593
8774
  name
8594
- alternateNames
8595
8775
  creationDate
8776
+ modifiedDate
8777
+ relevance
8778
+ owner {
8779
+ id
8780
+ }
8781
+ state
8782
+ alternateNames
8596
8783
  uri
8597
8784
  description
8598
8785
  identifier
8599
8786
  thing
8600
- relevance
8787
+ feeds {
8788
+ id
8789
+ name
8790
+ }
8601
8791
  }
8602
8792
  }
8603
8793
  }
@@ -8658,13 +8848,21 @@ export const GetMedicalGuideline = gql `
8658
8848
  medicalGuideline(id: $id, correlationId: $correlationId) {
8659
8849
  id
8660
8850
  name
8661
- alternateNames
8662
8851
  creationDate
8852
+ modifiedDate
8853
+ owner {
8854
+ id
8855
+ }
8856
+ state
8857
+ alternateNames
8663
8858
  uri
8664
8859
  description
8665
8860
  identifier
8666
8861
  thing
8667
- relevance
8862
+ feeds {
8863
+ id
8864
+ name
8865
+ }
8668
8866
  }
8669
8867
  }
8670
8868
  `;
@@ -8674,14 +8872,23 @@ export const QueryMedicalGuidelines = gql `
8674
8872
  results {
8675
8873
  id
8676
8874
  name
8677
- alternateNames
8678
8875
  creationDate
8876
+ modifiedDate
8877
+ relevance
8878
+ owner {
8879
+ id
8880
+ }
8881
+ state
8882
+ alternateNames
8679
8883
  uri
8680
8884
  description
8681
8885
  identifier
8682
8886
  thing
8683
- relevance
8684
- }
8887
+ feeds {
8888
+ id
8889
+ name
8890
+ }
8891
+ }
8685
8892
  }
8686
8893
  }
8687
8894
  `;
@@ -8741,13 +8948,21 @@ export const GetMedicalIndication = gql `
8741
8948
  medicalIndication(id: $id, correlationId: $correlationId) {
8742
8949
  id
8743
8950
  name
8744
- alternateNames
8745
8951
  creationDate
8952
+ modifiedDate
8953
+ owner {
8954
+ id
8955
+ }
8956
+ state
8957
+ alternateNames
8746
8958
  uri
8747
8959
  description
8748
8960
  identifier
8749
8961
  thing
8750
- relevance
8962
+ feeds {
8963
+ id
8964
+ name
8965
+ }
8751
8966
  }
8752
8967
  }
8753
8968
  `;
@@ -8757,13 +8972,22 @@ export const QueryMedicalIndications = gql `
8757
8972
  results {
8758
8973
  id
8759
8974
  name
8760
- alternateNames
8761
8975
  creationDate
8976
+ modifiedDate
8977
+ relevance
8978
+ owner {
8979
+ id
8980
+ }
8981
+ state
8982
+ alternateNames
8762
8983
  uri
8763
8984
  description
8764
8985
  identifier
8765
8986
  thing
8766
- relevance
8987
+ feeds {
8988
+ id
8989
+ name
8990
+ }
8767
8991
  }
8768
8992
  }
8769
8993
  }
@@ -8824,13 +9048,21 @@ export const GetMedicalProcedure = gql `
8824
9048
  medicalProcedure(id: $id, correlationId: $correlationId) {
8825
9049
  id
8826
9050
  name
8827
- alternateNames
8828
9051
  creationDate
9052
+ modifiedDate
9053
+ owner {
9054
+ id
9055
+ }
9056
+ state
9057
+ alternateNames
8829
9058
  uri
8830
9059
  description
8831
9060
  identifier
8832
9061
  thing
8833
- relevance
9062
+ feeds {
9063
+ id
9064
+ name
9065
+ }
8834
9066
  }
8835
9067
  }
8836
9068
  `;
@@ -8840,13 +9072,22 @@ export const QueryMedicalProcedures = gql `
8840
9072
  results {
8841
9073
  id
8842
9074
  name
8843
- alternateNames
8844
9075
  creationDate
9076
+ modifiedDate
9077
+ relevance
9078
+ owner {
9079
+ id
9080
+ }
9081
+ state
9082
+ alternateNames
8845
9083
  uri
8846
9084
  description
8847
9085
  identifier
8848
9086
  thing
8849
- relevance
9087
+ feeds {
9088
+ id
9089
+ name
9090
+ }
8850
9091
  }
8851
9092
  }
8852
9093
  }
@@ -8907,13 +9148,21 @@ export const GetMedicalStudy = gql `
8907
9148
  medicalStudy(id: $id, correlationId: $correlationId) {
8908
9149
  id
8909
9150
  name
8910
- alternateNames
8911
9151
  creationDate
9152
+ modifiedDate
9153
+ owner {
9154
+ id
9155
+ }
9156
+ state
9157
+ alternateNames
8912
9158
  uri
8913
9159
  description
8914
9160
  identifier
8915
9161
  thing
8916
- relevance
9162
+ feeds {
9163
+ id
9164
+ name
9165
+ }
8917
9166
  address {
8918
9167
  streetAddress
8919
9168
  city
@@ -8930,13 +9179,22 @@ export const QueryMedicalStudies = gql `
8930
9179
  results {
8931
9180
  id
8932
9181
  name
8933
- alternateNames
8934
9182
  creationDate
9183
+ modifiedDate
9184
+ relevance
9185
+ owner {
9186
+ id
9187
+ }
9188
+ state
9189
+ alternateNames
8935
9190
  uri
8936
9191
  description
8937
9192
  identifier
8938
9193
  thing
8939
- relevance
9194
+ feeds {
9195
+ id
9196
+ name
9197
+ }
8940
9198
  address {
8941
9199
  streetAddress
8942
9200
  city
@@ -9004,13 +9262,21 @@ export const GetMedicalTest = gql `
9004
9262
  medicalTest(id: $id, correlationId: $correlationId) {
9005
9263
  id
9006
9264
  name
9007
- alternateNames
9008
9265
  creationDate
9266
+ modifiedDate
9267
+ owner {
9268
+ id
9269
+ }
9270
+ state
9271
+ alternateNames
9009
9272
  uri
9010
9273
  description
9011
9274
  identifier
9012
9275
  thing
9013
- relevance
9276
+ feeds {
9277
+ id
9278
+ name
9279
+ }
9014
9280
  }
9015
9281
  }
9016
9282
  `;
@@ -9020,13 +9286,22 @@ export const QueryMedicalTests = gql `
9020
9286
  results {
9021
9287
  id
9022
9288
  name
9023
- alternateNames
9024
9289
  creationDate
9290
+ modifiedDate
9291
+ relevance
9292
+ owner {
9293
+ id
9294
+ }
9295
+ state
9296
+ alternateNames
9025
9297
  uri
9026
9298
  description
9027
9299
  identifier
9028
9300
  thing
9029
- relevance
9301
+ feeds {
9302
+ id
9303
+ name
9304
+ }
9030
9305
  }
9031
9306
  }
9032
9307
  }
@@ -9087,13 +9362,21 @@ export const GetMedicalTherapy = gql `
9087
9362
  medicalTherapy(id: $id, correlationId: $correlationId) {
9088
9363
  id
9089
9364
  name
9090
- alternateNames
9091
9365
  creationDate
9366
+ modifiedDate
9367
+ owner {
9368
+ id
9369
+ }
9370
+ state
9371
+ alternateNames
9092
9372
  uri
9093
9373
  description
9094
9374
  identifier
9095
9375
  thing
9096
- relevance
9376
+ feeds {
9377
+ id
9378
+ name
9379
+ }
9097
9380
  }
9098
9381
  }
9099
9382
  `;
@@ -9103,13 +9386,22 @@ export const QueryMedicalTherapies = gql `
9103
9386
  results {
9104
9387
  id
9105
9388
  name
9106
- alternateNames
9107
9389
  creationDate
9390
+ modifiedDate
9391
+ relevance
9392
+ owner {
9393
+ id
9394
+ }
9395
+ state
9396
+ alternateNames
9108
9397
  uri
9109
9398
  description
9110
9399
  identifier
9111
9400
  thing
9112
- relevance
9401
+ feeds {
9402
+ id
9403
+ name
9404
+ }
9113
9405
  }
9114
9406
  }
9115
9407
  }
@@ -9196,18 +9488,38 @@ export const DeleteOrganizations = gql `
9196
9488
  }
9197
9489
  }
9198
9490
  `;
9491
+ export const EnrichOrganizations = gql `
9492
+ mutation EnrichOrganizations($filter: OrganizationFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
9493
+ enrichOrganizations(
9494
+ filter: $filter
9495
+ connector: $connector
9496
+ correlationId: $correlationId
9497
+ ) {
9498
+ id
9499
+ name
9500
+ }
9501
+ }
9502
+ `;
9199
9503
  export const GetOrganization = gql `
9200
9504
  query GetOrganization($id: ID!, $correlationId: String) {
9201
9505
  organization(id: $id, correlationId: $correlationId) {
9202
9506
  id
9203
9507
  name
9204
- alternateNames
9205
9508
  creationDate
9509
+ modifiedDate
9510
+ owner {
9511
+ id
9512
+ }
9513
+ state
9514
+ alternateNames
9206
9515
  uri
9207
9516
  description
9208
9517
  identifier
9209
9518
  thing
9210
- relevance
9519
+ feeds {
9520
+ id
9521
+ name
9522
+ }
9211
9523
  address {
9212
9524
  streetAddress
9213
9525
  city
@@ -9230,13 +9542,22 @@ export const QueryOrganizations = gql `
9230
9542
  results {
9231
9543
  id
9232
9544
  name
9233
- alternateNames
9234
9545
  creationDate
9546
+ modifiedDate
9547
+ relevance
9548
+ owner {
9549
+ id
9550
+ }
9551
+ state
9552
+ alternateNames
9235
9553
  uri
9236
9554
  description
9237
9555
  identifier
9238
9556
  thing
9239
- relevance
9557
+ feeds {
9558
+ id
9559
+ name
9560
+ }
9240
9561
  address {
9241
9562
  streetAddress
9242
9563
  city
@@ -9305,18 +9626,38 @@ export const DeletePersons = gql `
9305
9626
  }
9306
9627
  }
9307
9628
  `;
9629
+ export const EnrichPersons = gql `
9630
+ mutation EnrichPersons($filter: PersonFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
9631
+ enrichPersons(
9632
+ filter: $filter
9633
+ connector: $connector
9634
+ correlationId: $correlationId
9635
+ ) {
9636
+ id
9637
+ name
9638
+ }
9639
+ }
9640
+ `;
9308
9641
  export const GetPerson = gql `
9309
9642
  query GetPerson($id: ID!, $correlationId: String) {
9310
9643
  person(id: $id, correlationId: $correlationId) {
9311
9644
  id
9312
9645
  name
9313
- alternateNames
9314
9646
  creationDate
9647
+ modifiedDate
9648
+ owner {
9649
+ id
9650
+ }
9651
+ state
9652
+ alternateNames
9315
9653
  uri
9316
9654
  description
9317
9655
  identifier
9318
9656
  thing
9319
- relevance
9657
+ feeds {
9658
+ id
9659
+ name
9660
+ }
9320
9661
  address {
9321
9662
  streetAddress
9322
9663
  city
@@ -9341,13 +9682,22 @@ export const QueryPersons = gql `
9341
9682
  results {
9342
9683
  id
9343
9684
  name
9344
- alternateNames
9345
9685
  creationDate
9686
+ modifiedDate
9687
+ relevance
9688
+ owner {
9689
+ id
9690
+ }
9691
+ state
9692
+ alternateNames
9346
9693
  uri
9347
9694
  description
9348
9695
  identifier
9349
9696
  thing
9350
- relevance
9697
+ feeds {
9698
+ id
9699
+ name
9700
+ }
9351
9701
  address {
9352
9702
  streetAddress
9353
9703
  city
@@ -9418,18 +9768,38 @@ export const DeletePlaces = gql `
9418
9768
  }
9419
9769
  }
9420
9770
  `;
9771
+ export const EnrichPlaces = gql `
9772
+ mutation EnrichPlaces($filter: PlaceFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
9773
+ enrichPlaces(
9774
+ filter: $filter
9775
+ connector: $connector
9776
+ correlationId: $correlationId
9777
+ ) {
9778
+ id
9779
+ name
9780
+ }
9781
+ }
9782
+ `;
9421
9783
  export const GetPlace = gql `
9422
9784
  query GetPlace($id: ID!, $correlationId: String) {
9423
9785
  place(id: $id, correlationId: $correlationId) {
9424
9786
  id
9425
9787
  name
9426
- alternateNames
9427
9788
  creationDate
9789
+ modifiedDate
9790
+ owner {
9791
+ id
9792
+ }
9793
+ state
9794
+ alternateNames
9428
9795
  uri
9429
9796
  description
9430
9797
  identifier
9431
9798
  thing
9432
- relevance
9799
+ feeds {
9800
+ id
9801
+ name
9802
+ }
9433
9803
  address {
9434
9804
  streetAddress
9435
9805
  city
@@ -9446,13 +9816,22 @@ export const QueryPlaces = gql `
9446
9816
  results {
9447
9817
  id
9448
9818
  name
9449
- alternateNames
9450
9819
  creationDate
9820
+ modifiedDate
9821
+ relevance
9822
+ owner {
9823
+ id
9824
+ }
9825
+ state
9826
+ alternateNames
9451
9827
  uri
9452
9828
  description
9453
9829
  identifier
9454
9830
  thing
9455
- relevance
9831
+ feeds {
9832
+ id
9833
+ name
9834
+ }
9456
9835
  address {
9457
9836
  streetAddress
9458
9837
  city
@@ -9515,18 +9894,38 @@ export const DeleteProducts = gql `
9515
9894
  }
9516
9895
  }
9517
9896
  `;
9897
+ export const EnrichProducts = gql `
9898
+ mutation EnrichProducts($filter: ProductFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
9899
+ enrichProducts(
9900
+ filter: $filter
9901
+ connector: $connector
9902
+ correlationId: $correlationId
9903
+ ) {
9904
+ id
9905
+ name
9906
+ }
9907
+ }
9908
+ `;
9518
9909
  export const GetProduct = gql `
9519
9910
  query GetProduct($id: ID!, $correlationId: String) {
9520
9911
  product(id: $id, correlationId: $correlationId) {
9521
9912
  id
9522
9913
  name
9523
- alternateNames
9524
9914
  creationDate
9915
+ modifiedDate
9916
+ owner {
9917
+ id
9918
+ }
9919
+ state
9920
+ alternateNames
9525
9921
  uri
9526
9922
  description
9527
9923
  identifier
9528
9924
  thing
9529
- relevance
9925
+ feeds {
9926
+ id
9927
+ name
9928
+ }
9530
9929
  address {
9531
9930
  streetAddress
9532
9931
  city
@@ -9550,13 +9949,22 @@ export const QueryProducts = gql `
9550
9949
  results {
9551
9950
  id
9552
9951
  name
9553
- alternateNames
9554
9952
  creationDate
9953
+ modifiedDate
9954
+ relevance
9955
+ owner {
9956
+ id
9957
+ }
9958
+ state
9959
+ alternateNames
9555
9960
  uri
9556
9961
  description
9557
9962
  identifier
9558
9963
  thing
9559
- relevance
9964
+ feeds {
9965
+ id
9966
+ name
9967
+ }
9560
9968
  address {
9561
9969
  streetAddress
9562
9970
  city
@@ -9835,13 +10243,21 @@ export const GetRepo = gql `
9835
10243
  repo(id: $id, correlationId: $correlationId) {
9836
10244
  id
9837
10245
  name
9838
- alternateNames
9839
10246
  creationDate
10247
+ modifiedDate
10248
+ owner {
10249
+ id
10250
+ }
10251
+ state
10252
+ alternateNames
9840
10253
  uri
9841
10254
  description
9842
10255
  identifier
9843
10256
  thing
9844
- relevance
10257
+ feeds {
10258
+ id
10259
+ name
10260
+ }
9845
10261
  }
9846
10262
  }
9847
10263
  `;
@@ -9851,13 +10267,22 @@ export const QueryRepos = gql `
9851
10267
  results {
9852
10268
  id
9853
10269
  name
9854
- alternateNames
9855
10270
  creationDate
10271
+ modifiedDate
10272
+ relevance
10273
+ owner {
10274
+ id
10275
+ }
10276
+ state
10277
+ alternateNames
9856
10278
  uri
9857
10279
  description
9858
10280
  identifier
9859
10281
  thing
9860
- relevance
10282
+ feeds {
10283
+ id
10284
+ name
10285
+ }
9861
10286
  }
9862
10287
  }
9863
10288
  }
@@ -9947,13 +10372,21 @@ export const GetSoftware = gql `
9947
10372
  software(id: $id, correlationId: $correlationId) {
9948
10373
  id
9949
10374
  name
9950
- alternateNames
9951
10375
  creationDate
10376
+ modifiedDate
10377
+ owner {
10378
+ id
10379
+ }
10380
+ state
10381
+ alternateNames
9952
10382
  uri
9953
10383
  description
9954
10384
  identifier
9955
10385
  thing
9956
- relevance
10386
+ feeds {
10387
+ id
10388
+ name
10389
+ }
9957
10390
  releaseDate
9958
10391
  developer
9959
10392
  }
@@ -9965,13 +10398,22 @@ export const QuerySoftwares = gql `
9965
10398
  results {
9966
10399
  id
9967
10400
  name
9968
- alternateNames
9969
10401
  creationDate
10402
+ modifiedDate
10403
+ relevance
10404
+ owner {
10405
+ id
10406
+ }
10407
+ state
10408
+ alternateNames
9970
10409
  uri
9971
10410
  description
9972
10411
  identifier
9973
10412
  thing
9974
- relevance
10413
+ feeds {
10414
+ id
10415
+ name
10416
+ }
9975
10417
  releaseDate
9976
10418
  developer
9977
10419
  }
@@ -10038,7 +10480,7 @@ export const GetSpecification = gql `
10038
10480
  id
10039
10481
  name
10040
10482
  creationDate
10041
- relevance
10483
+ modifiedDate
10042
10484
  owner {
10043
10485
  id
10044
10486
  }
@@ -10415,6 +10857,7 @@ export const QuerySpecifications = gql `
10415
10857
  id
10416
10858
  name
10417
10859
  creationDate
10860
+ modifiedDate
10418
10861
  relevance
10419
10862
  owner {
10420
10863
  id
@@ -10689,6 +11132,7 @@ export const GetUser = gql `
10689
11132
  id
10690
11133
  name
10691
11134
  creationDate
11135
+ modifiedDate
10692
11136
  relevance
10693
11137
  owner {
10694
11138
  id
@@ -10757,6 +11201,7 @@ export const GetUserByIdentifier = gql `
10757
11201
  id
10758
11202
  name
10759
11203
  creationDate
11204
+ modifiedDate
10760
11205
  relevance
10761
11206
  owner {
10762
11207
  id
@@ -10826,6 +11271,7 @@ export const QueryUsers = gql `
10826
11271
  id
10827
11272
  name
10828
11273
  creationDate
11274
+ modifiedDate
10829
11275
  relevance
10830
11276
  owner {
10831
11277
  id
@@ -11134,7 +11580,7 @@ export const GetView = gql `
11134
11580
  id
11135
11581
  name
11136
11582
  creationDate
11137
- relevance
11583
+ modifiedDate
11138
11584
  owner {
11139
11585
  id
11140
11586
  }
@@ -11332,6 +11778,7 @@ export const QueryViews = gql `
11332
11778
  id
11333
11779
  name
11334
11780
  creationDate
11781
+ modifiedDate
11335
11782
  relevance
11336
11783
  owner {
11337
11784
  id
@@ -12051,6 +12498,8 @@ export const CreateWorkflow = gql `
12051
12498
  id
12052
12499
  }
12053
12500
  tokenThreshold
12501
+ timeBudget
12502
+ entityBudget
12054
12503
  }
12055
12504
  }
12056
12505
  }
@@ -12107,6 +12556,10 @@ export const CreateWorkflow = gql `
12107
12556
  diffbot {
12108
12557
  key
12109
12558
  }
12559
+ parallel {
12560
+ processor
12561
+ isSynchronous
12562
+ }
12110
12563
  }
12111
12564
  }
12112
12565
  }
@@ -12181,7 +12634,7 @@ export const GetWorkflow = gql `
12181
12634
  id
12182
12635
  name
12183
12636
  creationDate
12184
- relevance
12637
+ modifiedDate
12185
12638
  owner {
12186
12639
  id
12187
12640
  }
@@ -12309,6 +12762,8 @@ export const GetWorkflow = gql `
12309
12762
  id
12310
12763
  }
12311
12764
  tokenThreshold
12765
+ timeBudget
12766
+ entityBudget
12312
12767
  }
12313
12768
  }
12314
12769
  }
@@ -12365,6 +12820,10 @@ export const GetWorkflow = gql `
12365
12820
  diffbot {
12366
12821
  key
12367
12822
  }
12823
+ parallel {
12824
+ processor
12825
+ isSynchronous
12826
+ }
12368
12827
  }
12369
12828
  }
12370
12829
  }
@@ -12412,6 +12871,7 @@ export const QueryWorkflows = gql `
12412
12871
  id
12413
12872
  name
12414
12873
  creationDate
12874
+ modifiedDate
12415
12875
  relevance
12416
12876
  owner {
12417
12877
  id
@@ -12540,6 +13000,8 @@ export const QueryWorkflows = gql `
12540
13000
  id
12541
13001
  }
12542
13002
  tokenThreshold
13003
+ timeBudget
13004
+ entityBudget
12543
13005
  }
12544
13006
  }
12545
13007
  }
@@ -12596,6 +13058,10 @@ export const QueryWorkflows = gql `
12596
13058
  diffbot {
12597
13059
  key
12598
13060
  }
13061
+ parallel {
13062
+ processor
13063
+ isSynchronous
13064
+ }
12599
13065
  }
12600
13066
  }
12601
13067
  }
@@ -12766,6 +13232,8 @@ export const UpdateWorkflow = gql `
12766
13232
  id
12767
13233
  }
12768
13234
  tokenThreshold
13235
+ timeBudget
13236
+ entityBudget
12769
13237
  }
12770
13238
  }
12771
13239
  }
@@ -12822,6 +13290,10 @@ export const UpdateWorkflow = gql `
12822
13290
  diffbot {
12823
13291
  key
12824
13292
  }
13293
+ parallel {
13294
+ processor
13295
+ isSynchronous
13296
+ }
12825
13297
  }
12826
13298
  }
12827
13299
  }
@@ -12991,6 +13463,8 @@ export const UpsertWorkflow = gql `
12991
13463
  id
12992
13464
  }
12993
13465
  tokenThreshold
13466
+ timeBudget
13467
+ entityBudget
12994
13468
  }
12995
13469
  }
12996
13470
  }
@@ -13047,6 +13521,10 @@ export const UpsertWorkflow = gql `
13047
13521
  diffbot {
13048
13522
  key
13049
13523
  }
13524
+ parallel {
13525
+ processor
13526
+ isSynchronous
13527
+ }
13050
13528
  }
13051
13529
  }
13052
13530
  }