@paris-ias/trees 2.0.32 → 2.0.33

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.
@@ -44,7 +44,6 @@ query getEvent($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
44
44
  stop
45
45
  subtitle
46
46
  summary
47
- place
48
47
  program
49
48
  totalSlots
50
49
  eventType
@@ -296,7 +296,6 @@ input EventInput {
296
296
  location: LocationInput
297
297
  name: String!
298
298
  outside: Boolean
299
- place: String
300
299
  program: String
301
300
  slots: [SlotInput!]
302
301
  start: AWSDateTime
@@ -323,7 +322,6 @@ type Event {
323
322
  location: Location
324
323
  name: String!
325
324
  outside: Boolean
326
- place: String
327
325
  program: String
328
326
  related: Related
329
327
  score: Float
@@ -90,7 +90,6 @@ input EventInput {
90
90
  location: LocationInput
91
91
  name: String!
92
92
  outside: Boolean
93
- place: String
94
93
  program: String
95
94
  slots: [SlotInput!]
96
95
  start: AWSDateTime
@@ -117,7 +116,6 @@ type Event {
117
116
  location: Location
118
117
  name: String!
119
118
  outside: Boolean
120
- place: String
121
119
  program: String
122
120
  related: Related
123
121
  score: Float
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",