-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmanifest.json
72 lines (72 loc) · 1.68 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"vendor": "vtex",
"name": "search-resolver",
"version": "1.74.0",
"title": "GraphQL resolver for the VTEX store APIs",
"description": "GraphQL resolvers for the VTEX API for the catalog and orders.",
"credentialType": "absolute",
"builders": {
"node": "7.x",
"docs": "0.x"
},
"dependencies": {
"vtex.messages": "1.x",
"vtex.catalog-api-proxy": "0.x",
"vtex.search-graphql": "0.x",
"vtex.rewriter": "1.x",
"vtex.sae-analytics": "2.x",
"vtex.intelligent-search-api": "0.x"
},
"settingsSchema": {
"title": "Intelligent Search Resolver",
"type": "object",
"properties": {
"slugifyLinks": {
"title": "Set to slugify links. Uses default catalog slug instead",
"type": "boolean",
"default": false
}
}
},
"policies": [
{
"name": "vtex.messages:translate-messages"
},
{
"name": "vtex.catalog-api-proxy:catalog-proxy"
},
{
"name": "vtex.catalog-api-proxy:authenticated-catalog-proxy"
},
{
"name": "vtex.rewriter:resolve-graphql"
},
{
"name": "vbase-read-write"
},
{
"name": "colossus-fire-event"
},
{
"name": "vtex.intelligent-search-api:intelligent-search"
},
{
"attrs": {
"host": "portal.vtexcommercestable.com.br",
"path": "/api/segments/*"
},
"name": "outbound-access"
},
{
"name": "outbound-access",
"attrs": {
"host": "search.biggylabs.com.br",
"path": "/*"
}
},
{
"name": "vtex.messages:graphql-translate-messages"
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}