-
Notifications
You must be signed in to change notification settings - Fork 14
/
manifest.json
44 lines (44 loc) · 1006 Bytes
/
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
{
"name": "checkout-graphql",
"vendor": "vtex",
"version": "0.67.1",
"title": "Checkout GraphQL",
"description": "Checkout GraphQL API",
"builders": {
"graphql": "1.x",
"node": "6.x"
},
"dependencies": {
"vtex.country-data-settings": "0.x",
"vtex.graphql-server": "1.x",
"vtex.messages": "1.x"
},
"credentialType": "absolute",
"mustUpdateAt": "2019-11-05",
"registries": [
"smartcheckout"
],
"policies": [
{
"name": "vtex.messages:translate-messages"
},
{
"name": "outbound-access",
"attrs": {
"host": "portal.vtexcommercestable.com.br",
"path": "/api/checkout/pub/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "portal.vtexcommercebeta.com.br",
"path": "/api/checkout/pub/*"
}
},
{
"name": "vtex.graphql-server:resolve-graphql"
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}