@paris-ias/trees 2.0.29 → 2.0.31

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.
@@ -133,7 +133,6 @@ const data = {
133
133
  "state": "",
134
134
  "tags": "",
135
135
  "totalSlots": "",
136
- "place": "",
137
136
  "stream": "",
138
137
  "url": ""
139
138
  },
@@ -691,12 +690,6 @@ const data = {
691
690
  },
692
691
  "meta": "totalSlots"
693
692
  },
694
- "place": {
695
- "label": "place",
696
- "component": "TextField",
697
- "type": "PRIMITIVE",
698
- "meta": "place"
699
- },
700
693
  "stream": {
701
694
  "label": "stream",
702
695
  "component": "TextField",
@@ -131,7 +131,6 @@ const data = {
131
131
  "state": "",
132
132
  "tags": "",
133
133
  "totalSlots": "",
134
- "place": "",
135
134
  "stream": "",
136
135
  "url": ""
137
136
  },
@@ -689,12 +688,6 @@ const data = {
689
688
  },
690
689
  "meta": "totalSlots"
691
690
  },
692
- "place": {
693
- "label": "place",
694
- "component": "TextField",
695
- "type": "PRIMITIVE",
696
- "meta": "place"
697
- },
698
691
  "stream": {
699
692
  "label": "stream",
700
693
  "component": "TextField",
@@ -25,11 +25,13 @@ query listEvents(
25
25
  name
26
26
  outside
27
27
  location {
28
- address
29
28
  name
30
- url
29
+ details
30
+ street
31
+ city
32
+ country
33
+ zip
31
34
  }
32
- place
33
35
  state
34
36
  start
35
37
  stop
@@ -14,6 +14,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
14
14
  }
15
15
  lastname
16
16
  slug
17
+ score
17
18
  }
18
19
  total
19
20
  }
@@ -36,6 +37,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
36
37
  name
37
38
  }
38
39
  slug
40
+ score
39
41
  }
40
42
  total
41
43
  }
@@ -54,6 +56,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
54
56
  }
55
57
  date
56
58
  slug
59
+ score
57
60
  }
58
61
  total
59
62
  }
@@ -77,6 +80,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
77
80
  license
78
81
  url
79
82
  }
83
+ score
80
84
  }
81
85
  total
82
86
  }
@@ -103,10 +107,10 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
103
107
  name
104
108
  summary
105
109
  slug
110
+ score
106
111
  }
107
112
  }
108
113
  news {
109
- total
110
114
  items {
111
115
  category
112
116
  date
@@ -122,7 +126,9 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
122
126
  }
123
127
  name
124
128
  slug
129
+ score
125
130
  }
131
+ total
126
132
  }
127
133
  }
128
134
  }
@@ -83,15 +83,6 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
83
83
  }
84
84
  slug
85
85
  appId
86
- consent {
87
- data
88
- diffusion
89
- email
90
- fellowshipnewsletter
91
- newsletter
92
- publication
93
- record
94
- }
95
86
  disciplines {
96
87
  createdAt
97
88
  description
@@ -28,6 +28,15 @@ query GetUser($appId: ID = "iea", $itemId: ID = "", $lang: String = "") {
28
28
  twitter
29
29
  wikipedia
30
30
  }
31
+ consent {
32
+ data
33
+ diffusion
34
+ email
35
+ fellowshipnewsletter
36
+ newsletter
37
+ publication
38
+ record
39
+ }
31
40
  role
32
41
  settings {
33
42
  lang
@@ -20,6 +20,15 @@ query listUsers(
20
20
  twitter
21
21
  wikipedia
22
22
  }
23
+ consent {
24
+ data
25
+ diffusion
26
+ email
27
+ fellowshipnewsletter
28
+ newsletter
29
+ publication
30
+ record
31
+ }
23
32
  role
24
33
  settings {
25
34
  lang
@@ -14,7 +14,7 @@ query getPublication(
14
14
  licenseUrl
15
15
  url
16
16
  }
17
- location {
17
+ locations {
18
18
  alt
19
19
  city
20
20
  country
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.29",
3
+ "version": "2.0.31",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",