@pexip-engage-public/graphql 1.6.9 → 1.7.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.
- package/CHANGELOG.md +37 -0
- package/dist/graphql-env.d.ts +1359 -94
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1505 -59
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +183 -31
- package/dist/schema.d.ts.map +1 -1
- package/dist/type-guards.d.ts +1 -1
- package/package.json +6 -6
- package/src/graphql-env.ts +1505 -59
- package/src/schema.ts +245 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @pexip-engage-public/graphql
|
|
2
2
|
|
|
3
|
+
## 1.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 109e11c: feat: implement office unavailability
|
|
8
|
+
|
|
9
|
+
## 1.7.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5a7f9a8: chore: fix publish flow: set `devEngines` for now to npm to fix publishing
|
|
14
|
+
|
|
15
|
+
## 1.7.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 268e40c: chore: fix publish flow
|
|
20
|
+
|
|
21
|
+
## 1.7.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 3dc924a: chore: fix publish flow
|
|
26
|
+
|
|
27
|
+
## 1.7.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- d8638ee: Implement OpenID Connect configuration (OIDC - Using Keycloak)
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- da8eb36: chore: update graphql-codegen major packages
|
|
36
|
+
- b698aac: Update all non-major dependencies
|
|
37
|
+
- Updated dependencies [b698aac]
|
|
38
|
+
- @pexip-engage-public/utils@0.2.7
|
|
39
|
+
|
|
3
40
|
## 1.6.9
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|