@takeshape/schema 10.7.6 → 10.8.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,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"projectId": "projectId",
|
|
3
|
+
"defaultLocale": "en-us",
|
|
4
|
+
"locales": ["en-us"],
|
|
5
|
+
"queries": {
|
|
6
|
+
"RickAndMorty_characters": {
|
|
7
|
+
"resolver": {
|
|
8
|
+
"name": "graphql:query",
|
|
9
|
+
"service": "rick-and-morty",
|
|
10
|
+
"fieldName": "characters"
|
|
11
|
+
},
|
|
12
|
+
"args": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"properties": {
|
|
15
|
+
"page": {"type": "integer"},
|
|
16
|
+
"filter": {"@ref": "rick-and-morty:FilterCharacter"}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"shape": "RickAndMorty_Characters"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"mutations": {},
|
|
23
|
+
"shapes": {
|
|
24
|
+
"RickAndMorty_Characters": {
|
|
25
|
+
"id": "RickAndMorty_Characters",
|
|
26
|
+
"name": "RickAndMorty_Characters",
|
|
27
|
+
"title": "Rick And Morty Characters",
|
|
28
|
+
"schema": {"extends": [{"@ref": "rick-and-morty:Characters"}]}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"workflows": {},
|
|
32
|
+
"forms": {},
|
|
33
|
+
"schemaVersion": "3.39.0",
|
|
34
|
+
"apiVersion": "2",
|
|
35
|
+
"services": {
|
|
36
|
+
"rick-and-morty": {
|
|
37
|
+
"id": "rick-and-morty",
|
|
38
|
+
"title": "Rick and Morty",
|
|
39
|
+
"namespace": "RickAndMorty",
|
|
40
|
+
"provider": "graphql",
|
|
41
|
+
"serviceType": "graphql",
|
|
42
|
+
"authenticationType": "none",
|
|
43
|
+
"options": {
|
|
44
|
+
"endpoint": "https://rickandmortyapi.com/graphql",
|
|
45
|
+
"introspectedAt": "2024-02-29T11:44:05.718Z"
|
|
46
|
+
},
|
|
47
|
+
"healthCheck": {"checkName": "graphqlIntrospection"}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"projectId": "projectId",
|
|
3
|
+
"defaultLocale": "en-us",
|
|
4
|
+
"locales": ["en-us"],
|
|
5
|
+
"queries": {
|
|
6
|
+
"RickAndMorty_characters": {
|
|
7
|
+
"resolver": {
|
|
8
|
+
"name": "graphql:query",
|
|
9
|
+
"service": "rick-and-morty",
|
|
10
|
+
"fieldName": "characters"
|
|
11
|
+
},
|
|
12
|
+
"args": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"properties": {
|
|
15
|
+
"page": {"type": "integer"},
|
|
16
|
+
"filter": {"@ref": "rick-and-morty:FilterCharacter"}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"shape": "RickAndMorty_Characters"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"mutations": {},
|
|
23
|
+
"shapes": {
|
|
24
|
+
"RickAndMorty_Characters": {
|
|
25
|
+
"id": "RickAndMorty_Characters",
|
|
26
|
+
"name": "RickAndMorty_Characters",
|
|
27
|
+
"title": "Rick And Morty Characters",
|
|
28
|
+
"schema": {"extends": [{"@ref": "rick-and-morty:Characters"}]}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"workflows": {},
|
|
32
|
+
"forms": {},
|
|
33
|
+
"schemaVersion": "3.39.0",
|
|
34
|
+
"apiVersion": "2",
|
|
35
|
+
"services": {
|
|
36
|
+
"rick-and-morty": {
|
|
37
|
+
"id": "rick-and-morty",
|
|
38
|
+
"title": "Rick and Morty",
|
|
39
|
+
"namespace": "RickAndMorty",
|
|
40
|
+
"provider": "graphql",
|
|
41
|
+
"serviceType": "graphql",
|
|
42
|
+
"authenticationType": "none",
|
|
43
|
+
"options": {
|
|
44
|
+
"endpoint": "https://rickandmortyapi.com/graphql",
|
|
45
|
+
"introspectedAt": "2024-02-29T11:44:05.718Z"
|
|
46
|
+
},
|
|
47
|
+
"healthCheck": {"checkName": "graphqlIntrospection"}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/schema",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.8.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/
|
|
32
|
-
"@takeshape/
|
|
33
|
-
"@takeshape/util": "10.
|
|
31
|
+
"@takeshape/json-schema": "10.8.2",
|
|
32
|
+
"@takeshape/errors": "10.8.2",
|
|
33
|
+
"@takeshape/util": "10.8.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.
|
|
50
|
-
"@takeshape/typescript-jest-junit-reporter": "10.
|
|
49
|
+
"@takeshape/infra": "10.8.2",
|
|
50
|
+
"@takeshape/typescript-jest-junit-reporter": "10.8.2"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=18"
|