@paris-ias/trees 2.0.14 → 2.0.16
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.
|
@@ -42,6 +42,7 @@ type Mailing {
|
|
|
42
42
|
createdAt: String
|
|
43
43
|
updatedAt: String
|
|
44
44
|
date: AWSDateTime
|
|
45
|
+
score: Float
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
type MailingList {
|
|
@@ -174,6 +175,7 @@ type Actions {
|
|
|
174
175
|
video: AWSURL
|
|
175
176
|
slots: [String]
|
|
176
177
|
slug: AWSJSON
|
|
178
|
+
score: Float
|
|
177
179
|
}
|
|
178
180
|
|
|
179
181
|
type ActionList {
|
|
@@ -194,6 +196,7 @@ type Affiliation {
|
|
|
194
196
|
url: AWSURL
|
|
195
197
|
appId: String
|
|
196
198
|
slug: AWSJSON
|
|
199
|
+
score: Float
|
|
197
200
|
}
|
|
198
201
|
|
|
199
202
|
type AffiliationWithPositions {
|
|
@@ -201,6 +204,32 @@ type AffiliationWithPositions {
|
|
|
201
204
|
positions: [Position]
|
|
202
205
|
}
|
|
203
206
|
|
|
207
|
+
type App {
|
|
208
|
+
appId: String
|
|
209
|
+
name: String!
|
|
210
|
+
description: String
|
|
211
|
+
summary: String
|
|
212
|
+
subtitle: String
|
|
213
|
+
logo: Image
|
|
214
|
+
url: AWSURL
|
|
215
|
+
state: appState
|
|
216
|
+
tags: [Tag]
|
|
217
|
+
date: AWSDateTime
|
|
218
|
+
color: String
|
|
219
|
+
slug: String
|
|
220
|
+
score: Float
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
type AppList {
|
|
224
|
+
total: Int!
|
|
225
|
+
items: [App]
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
type AppRole {
|
|
229
|
+
appId: String
|
|
230
|
+
roles: [Int!]!
|
|
231
|
+
}
|
|
232
|
+
|
|
204
233
|
input EventInput {
|
|
205
234
|
name: String!
|
|
206
235
|
description: String
|
|
@@ -252,6 +281,7 @@ type Event {
|
|
|
252
281
|
state: eventState
|
|
253
282
|
bookingState: bookingState
|
|
254
283
|
slug: AWSJSON
|
|
284
|
+
score: Float
|
|
255
285
|
}
|
|
256
286
|
|
|
257
287
|
type EventFilters {
|
|
@@ -306,6 +336,7 @@ type Fellowship {
|
|
|
306
336
|
name: String!
|
|
307
337
|
video: [Video]
|
|
308
338
|
slug: AWSJSON
|
|
339
|
+
score: Float
|
|
309
340
|
}
|
|
310
341
|
|
|
311
342
|
type FellowshipFilters {
|
|
@@ -342,6 +373,7 @@ type File {
|
|
|
342
373
|
thumb: AWSURL!
|
|
343
374
|
createdAt: AWSDateTime!
|
|
344
375
|
updatedAt: AWSDateTime!
|
|
376
|
+
score: Float
|
|
345
377
|
}
|
|
346
378
|
|
|
347
379
|
type Image {
|
|
@@ -585,6 +617,7 @@ type Disciplines {
|
|
|
585
617
|
icon: String
|
|
586
618
|
name: String
|
|
587
619
|
updatedAt: AWSDateTime
|
|
620
|
+
score: Float
|
|
588
621
|
}
|
|
589
622
|
|
|
590
623
|
type Location {
|
|
@@ -603,31 +636,6 @@ type Geocode {
|
|
|
603
636
|
lng: Float
|
|
604
637
|
}
|
|
605
638
|
|
|
606
|
-
type App {
|
|
607
|
-
appId: String
|
|
608
|
-
name: String!
|
|
609
|
-
description: String
|
|
610
|
-
summary: String
|
|
611
|
-
subtitle: String
|
|
612
|
-
logo: Image
|
|
613
|
-
url: AWSURL
|
|
614
|
-
state: appState
|
|
615
|
-
tags: [Tag]
|
|
616
|
-
date: AWSDateTime
|
|
617
|
-
color: String
|
|
618
|
-
slug: String
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
type AppList {
|
|
622
|
-
total: Int!
|
|
623
|
-
items: [App]
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
type AppRole {
|
|
627
|
-
appId: String
|
|
628
|
-
roles: [Int!]!
|
|
629
|
-
}
|
|
630
|
-
|
|
631
639
|
type Entity_sm {
|
|
632
640
|
name: String!
|
|
633
641
|
description: String
|
|
@@ -797,6 +805,7 @@ type Tag {
|
|
|
797
805
|
updatedAt: AWSDateTime
|
|
798
806
|
appId: String
|
|
799
807
|
slug: AWSJSON
|
|
808
|
+
score: Float
|
|
800
809
|
}
|
|
801
810
|
|
|
802
811
|
type News {
|
|
@@ -815,6 +824,7 @@ type News {
|
|
|
815
824
|
related: Related
|
|
816
825
|
files: [File]
|
|
817
826
|
slug: AWSJSON
|
|
827
|
+
score: Float
|
|
818
828
|
}
|
|
819
829
|
|
|
820
830
|
type NewsFilters {
|
|
@@ -862,6 +872,7 @@ type People {
|
|
|
862
872
|
video: [Video]
|
|
863
873
|
slug: AWSJSON
|
|
864
874
|
tags: [Tag]
|
|
875
|
+
score: Float
|
|
865
876
|
}
|
|
866
877
|
|
|
867
878
|
type PeopleFilters {
|
|
@@ -925,6 +936,7 @@ type Project {
|
|
|
925
936
|
featured: AWSDateTime
|
|
926
937
|
status: projectStatus
|
|
927
938
|
slug: AWSJSON
|
|
939
|
+
score: Float
|
|
928
940
|
}
|
|
929
941
|
|
|
930
942
|
type ProjectFilters {
|
|
@@ -956,6 +968,7 @@ type Publication {
|
|
|
956
968
|
color: String
|
|
957
969
|
date: AWSDateTime
|
|
958
970
|
slug: AWSJSON
|
|
971
|
+
score: Float
|
|
959
972
|
}
|
|
960
973
|
|
|
961
974
|
type PublicationFilters {
|
|
@@ -11,6 +11,7 @@ type Actions {
|
|
|
11
11
|
video: AWSURL
|
|
12
12
|
slots: [String]
|
|
13
13
|
slug: AWSJSON
|
|
14
|
+
score: Float
|
|
14
15
|
}
|
|
15
16
|
|
|
16
17
|
type ActionList {
|
|
@@ -31,6 +32,7 @@ type Affiliation {
|
|
|
31
32
|
url: AWSURL
|
|
32
33
|
appId: String
|
|
33
34
|
slug: AWSJSON
|
|
35
|
+
score: Float
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
type AffiliationWithPositions {
|
|
@@ -38,6 +40,32 @@ type AffiliationWithPositions {
|
|
|
38
40
|
positions: [Position]
|
|
39
41
|
}
|
|
40
42
|
|
|
43
|
+
type App {
|
|
44
|
+
appId: String
|
|
45
|
+
name: String!
|
|
46
|
+
description: String
|
|
47
|
+
summary: String
|
|
48
|
+
subtitle: String
|
|
49
|
+
logo: Image
|
|
50
|
+
url: AWSURL
|
|
51
|
+
state: appState
|
|
52
|
+
tags: [Tag]
|
|
53
|
+
date: AWSDateTime
|
|
54
|
+
color: String
|
|
55
|
+
slug: String
|
|
56
|
+
score: Float
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
type AppList {
|
|
60
|
+
total: Int!
|
|
61
|
+
items: [App]
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
type AppRole {
|
|
65
|
+
appId: String
|
|
66
|
+
roles: [Int!]!
|
|
67
|
+
}
|
|
68
|
+
|
|
41
69
|
input EventInput {
|
|
42
70
|
name: String!
|
|
43
71
|
description: String
|
|
@@ -89,6 +117,7 @@ type Event {
|
|
|
89
117
|
state: eventState
|
|
90
118
|
bookingState: bookingState
|
|
91
119
|
slug: AWSJSON
|
|
120
|
+
score: Float
|
|
92
121
|
}
|
|
93
122
|
|
|
94
123
|
type EventFilters {
|
|
@@ -143,6 +172,7 @@ type Fellowship {
|
|
|
143
172
|
name: String!
|
|
144
173
|
video: [Video]
|
|
145
174
|
slug: AWSJSON
|
|
175
|
+
score: Float
|
|
146
176
|
}
|
|
147
177
|
|
|
148
178
|
type FellowshipFilters {
|
|
@@ -179,6 +209,7 @@ type File {
|
|
|
179
209
|
thumb: AWSURL!
|
|
180
210
|
createdAt: AWSDateTime!
|
|
181
211
|
updatedAt: AWSDateTime!
|
|
212
|
+
score: Float
|
|
182
213
|
}
|
|
183
214
|
|
|
184
215
|
type Image {
|
|
@@ -448,6 +479,7 @@ type Disciplines {
|
|
|
448
479
|
icon: String
|
|
449
480
|
name: String
|
|
450
481
|
updatedAt: AWSDateTime
|
|
482
|
+
score: Float
|
|
451
483
|
}
|
|
452
484
|
|
|
453
485
|
type Location {
|
|
@@ -466,31 +498,6 @@ type Geocode {
|
|
|
466
498
|
lng: Float
|
|
467
499
|
}
|
|
468
500
|
|
|
469
|
-
type App {
|
|
470
|
-
appId: String
|
|
471
|
-
name: String!
|
|
472
|
-
description: String
|
|
473
|
-
summary: String
|
|
474
|
-
subtitle: String
|
|
475
|
-
logo: Image
|
|
476
|
-
url: AWSURL
|
|
477
|
-
state: appState
|
|
478
|
-
tags: [Tag]
|
|
479
|
-
date: AWSDateTime
|
|
480
|
-
color: String
|
|
481
|
-
slug: String
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
type AppList {
|
|
485
|
-
total: Int!
|
|
486
|
-
items: [App]
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
type AppRole {
|
|
490
|
-
appId: String
|
|
491
|
-
roles: [Int!]!
|
|
492
|
-
}
|
|
493
|
-
|
|
494
501
|
type Entity_sm {
|
|
495
502
|
name: String!
|
|
496
503
|
description: String
|
|
@@ -660,6 +667,7 @@ type Tag {
|
|
|
660
667
|
updatedAt: AWSDateTime
|
|
661
668
|
appId: String
|
|
662
669
|
slug: AWSJSON
|
|
670
|
+
score: Float
|
|
663
671
|
}
|
|
664
672
|
|
|
665
673
|
type News {
|
|
@@ -678,6 +686,7 @@ type News {
|
|
|
678
686
|
related: Related
|
|
679
687
|
files: [File]
|
|
680
688
|
slug: AWSJSON
|
|
689
|
+
score: Float
|
|
681
690
|
}
|
|
682
691
|
|
|
683
692
|
type NewsFilters {
|
|
@@ -725,6 +734,7 @@ type People {
|
|
|
725
734
|
video: [Video]
|
|
726
735
|
slug: AWSJSON
|
|
727
736
|
tags: [Tag]
|
|
737
|
+
score: Float
|
|
728
738
|
}
|
|
729
739
|
|
|
730
740
|
type PeopleFilters {
|
|
@@ -788,6 +798,7 @@ type Project {
|
|
|
788
798
|
featured: AWSDateTime
|
|
789
799
|
status: projectStatus
|
|
790
800
|
slug: AWSJSON
|
|
801
|
+
score: Float
|
|
791
802
|
}
|
|
792
803
|
|
|
793
804
|
type ProjectFilters {
|
|
@@ -819,6 +830,7 @@ type Publication {
|
|
|
819
830
|
color: String
|
|
820
831
|
date: AWSDateTime
|
|
821
832
|
slug: AWSJSON
|
|
833
|
+
score: Float
|
|
822
834
|
}
|
|
823
835
|
|
|
824
836
|
type PublicationFilters {
|