@paris-ias/trees 2.2.6 → 2.2.8

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.
@@ -24,7 +24,7 @@ export interface Projects {
24
24
  color?: string
25
25
  date?: Date
26
26
  featured?: Date
27
- state: projectStates | projectStatesAdmin
27
+ state: projectStates | projectStateAdmin
28
28
  type: projectTypes
29
29
  }
30
30
 
@@ -69,7 +69,7 @@ query search($appId: ID = "", $search: String = "", $lang: String = "en") {
69
69
  bookingState
70
70
  category
71
71
  start
72
- state
72
+ status
73
73
  summary
74
74
  eventType
75
75
  slug
@@ -24,7 +24,7 @@ export interface Projects {
24
24
  color?: string
25
25
  date?: Date
26
26
  featured?: Date
27
- state: projectStates | projectStatesAdmin
27
+ state: projectStates | projectStateAdmin
28
28
  type: projectTypes
29
29
  }
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",