@paris-ias/trees 2.0.3 → 2.0.4

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.
@@ -122,7 +122,7 @@ type Query {
122
122
  getUser(appId: ID, itemId: ID, lang: String): User
123
123
  search(appId: ID, search: String, lang: String): SearchList
124
124
  getFellowship(appId: ID, itemId: ID, lang: String): Fellowship
125
- getAction(appId: ID, itemId: ID, lang: String): Action
125
+ getAction(appId: ID, itemId: ID, lang: String): Actions
126
126
  getEvent(appId: ID, itemId: ID, lang: String): Event
127
127
  getNews(appId: ID, itemId: ID, lang: String): News
128
128
  getPeople(appId: ID, itemId: ID, lang: String): People
@@ -362,7 +362,7 @@ input Entity_smInput {
362
362
  type Query {
363
363
  search(appId: ID, search: String, lang: String): SearchList
364
364
  getFellowship(appId: ID, itemId: ID, lang: String): Fellowship
365
- getAction(appId: ID, itemId: ID, lang: String): Action
365
+ getAction(appId: ID, itemId: ID, lang: String): Actions
366
366
  getEvent(appId: ID, itemId: ID, lang: String): Event
367
367
  getNews(appId: ID, itemId: ID, lang: String): News
368
368
  getPeople(appId: ID, itemId: ID, lang: String): People
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",