@takeshape/schema 10.18.3 → 10.19.2

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.
@@ -0,0 +1,49 @@
1
+ {
2
+ "projectId": "projectId",
3
+ "defaultLocale": "en-us",
4
+ "locales": ["en-us"],
5
+ "queries": {
6
+ "Graphql_getBook": {
7
+ "resolver": {
8
+ "name": "graphql:query",
9
+ "service": "graphql",
10
+ "fieldName": "getBook",
11
+ "options": {
12
+ "ttl": 300
13
+ }
14
+ },
15
+ "args": {
16
+ "type": "object",
17
+ "properties": {
18
+ "_id": {"type": "string", "@tag": "id"},
19
+ "locale": {"type": "string"},
20
+ "enableLocaleFallback": {"type": "boolean", "default": true}
21
+ },
22
+ "required": ["_id"]
23
+ },
24
+ "shape": "Graphql_Book"
25
+ }
26
+ },
27
+ "mutations": {},
28
+ "shapes": {},
29
+ "workflows": {},
30
+ "forms": {},
31
+ "schemaVersion": "3.40.0",
32
+ "apiVersion": "2",
33
+ "services": {
34
+ "graphql": {
35
+ "id": "graphql",
36
+ "title": "graphql",
37
+ "namespace": "Graphql",
38
+ "provider": "graphql",
39
+ "serviceType": "graphql",
40
+ "authenticationType": "bearer",
41
+ "options": {
42
+ "endpoint": "https://pstadnichenko.api.dev.takeshape.io/project/aa8e503d-087a-4fa9-a3b3-6214059717ba/production/graphql",
43
+ "introspectedAt": "2024-04-16T14:07:49.765Z"
44
+ },
45
+ "authentication": "TtyX3hyh1vGt99C5vbcqBujmnM31xU52VFH0pWOIqpL39b6EHW9Onc6g6TA9fr/Qzrc81mwUYrfidN96oT6zn4zsPPhCGLZd1i4HP1O1jIuYAQChAwTgWo8Zw2v30gGg9UJj0ppCNpmHizh6Clw4gkBogaDaAMA=",
46
+ "healthCheck": {"checkName": "graphqlIntrospection"}
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "projectId": "projectId",
3
+ "defaultLocale": "en-us",
4
+ "locales": ["en-us"],
5
+ "queries": {
6
+ "Graphql_getBook": {
7
+ "resolver": {
8
+ "name": "graphql:query",
9
+ "service": "graphql",
10
+ "fieldName": "getBook",
11
+ "options": {
12
+ "ttl": 300
13
+ }
14
+ },
15
+ "args": {
16
+ "type": "object",
17
+ "properties": {
18
+ "_id": {"type": "string", "@tag": "id"},
19
+ "locale": {"type": "string"},
20
+ "enableLocaleFallback": {"type": "boolean", "default": true}
21
+ },
22
+ "required": ["_id"]
23
+ },
24
+ "shape": "Graphql_Book"
25
+ }
26
+ },
27
+ "mutations": {},
28
+ "shapes": {},
29
+ "workflows": {},
30
+ "forms": {},
31
+ "schemaVersion": "3.40.0",
32
+ "apiVersion": "2",
33
+ "services": {
34
+ "graphql": {
35
+ "id": "graphql",
36
+ "title": "graphql",
37
+ "namespace": "Graphql",
38
+ "provider": "graphql",
39
+ "serviceType": "graphql",
40
+ "authenticationType": "bearer",
41
+ "options": {
42
+ "endpoint": "https://pstadnichenko.api.dev.takeshape.io/project/aa8e503d-087a-4fa9-a3b3-6214059717ba/production/graphql",
43
+ "introspectedAt": "2024-04-16T14:07:49.765Z"
44
+ },
45
+ "authentication": "TtyX3hyh1vGt99C5vbcqBujmnM31xU52VFH0pWOIqpL39b6EHW9Onc6g6TA9fr/Qzrc81mwUYrfidN96oT6zn4zsPPhCGLZd1i4HP1O1jIuYAQChAwTgWo8Zw2v30gGg9UJj0ppCNpmHizh6Clw4gkBogaDaAMA=",
46
+ "healthCheck": {"checkName": "graphqlIntrospection"}
47
+ }
48
+ }
49
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "10.18.3",
3
+ "version": "10.19.2",
4
4
  "description": "TakeShape Schema",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -28,9 +28,9 @@
28
28
  "p-reduce": "^2.1.0",
29
29
  "semver": "^7.3.2",
30
30
  "tiny-invariant": "^1.2.0",
31
- "@takeshape/json-schema": "10.18.3",
32
- "@takeshape/errors": "10.18.3",
33
- "@takeshape/util": "10.18.3"
31
+ "@takeshape/util": "10.19.2",
32
+ "@takeshape/errors": "10.19.2",
33
+ "@takeshape/json-schema": "10.19.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@takeshape/json-schema-to-typescript": "^11.0.0",
@@ -46,8 +46,8 @@
46
46
  "meow": "^9.0.0",
47
47
  "p-map": "^5.0.0",
48
48
  "shortid": "^2.2.15",
49
- "@takeshape/infra": "10.18.3",
50
- "@takeshape/typescript-jest-junit-reporter": "10.18.3"
49
+ "@takeshape/infra": "10.19.2",
50
+ "@takeshape/typescript-jest-junit-reporter": "10.19.2"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18"