forked from diana-cartagena/curbside-pickup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
138 lines (138 loc) · 2.98 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "curbside-pickup",
"vendor": "vtex",
"version": "0.2.4",
"title": "Curbside Pickup",
"description": "",
"categories": [],
"settingsSchema": {
"title": "Curbside Pickup",
"type": "object",
"properties": {
"appKey": {
"title": "App Key",
"description": "Enter a VTEX App Key from this store's account",
"type": "string"
},
"appToken": {
"title": "App Token",
"description": "Enter the VTEX App Token matching the above app key",
"type": "string"
}
}
},
"registries": [
"smartcheckout"
],
"builders": {
"dotnet": "2.x",
"admin": "0.x",
"store": "0.x",
"react": "3.x",
"messages": "1.x",
"docs": "0.x"
},
"dependencies": {
"vtex.store": "2.x",
"vtex.flex-layout": "0.x",
"vtex.rich-text": "0.x",
"vtex.styleguide": "9.x",
"vtex.apps-graphql": "2.x"
},
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
},
"mustUpdateAt": "2018-09-05",
"scripts": {
"prereleasy": "bash lint.sh",
"postreleasy": "vtex publish --verbose"
},
"credentialType": "absolute",
"policies": [
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
},
{
"name": "outbound-access",
"attrs": {
"host": "bnb.data.bl.uk"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "nuget.org"
}
},
{
"name": "ADMIN_DS"
},
{
"name": "AcessaTodosPedidos"
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/dataentities/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/checkout/pvt/orders/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/orders/hook/config"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "raw.githubusercontent.com",
"path": "/vtex-apps/curbside-pickup/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "mailservice.vtex.com.br",
"path": "/api/mail-service/pvt/sendmail"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "vtexid.vtex.com.br",
"path": "/api/vtexid/pub/authenticate/default"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "do.vtexcommercebeta.com.br",
"path": "/api/do/notes"
}
},
{
"name": "vbase-read-write"
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}