@paris-ias/trees 2.2.13 → 2.2.14

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.
@@ -14,6 +14,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
14
14
  }
15
15
  lastname
16
16
  summary
17
+ disciplines
17
18
  slug
18
19
  score
19
20
  }
@@ -25,6 +26,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
25
26
  featured
26
27
  name
27
28
  summary
29
+ disciplines
28
30
  image {
29
31
  alt
30
32
  backgroundColor
@@ -45,6 +47,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
45
47
  }
46
48
  publications {
47
49
  items {
50
+ disciplines
48
51
  subtitle
49
52
  name
50
53
  summary
@@ -68,6 +71,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
68
71
  availableSlots
69
72
  bookingState
70
73
  category
74
+ disciplines
71
75
  start
72
76
  status
73
77
  summary
@@ -92,9 +96,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
92
96
  items {
93
97
  applicationStart
94
98
  applicationStop
95
- disciplines {
96
- name
97
- }
99
+ disciplines
98
100
  fellowshipStart
99
101
  fellowshipType
100
102
  fellowshipStop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.13",
3
+ "version": "2.2.14",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",