-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
160 lines (160 loc) · 4.01 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"vendor": "ssesandbox04",
"name": "b2b-suite-bra",
"version": "1.0.21",
"title": "B2B Suite Brasil",
"description": "Provides blocks for B2B facilities in the storefront",
"scripts": {
"postreleasy": "vtex publish --force"
},
"builders": {
"react": "3.x",
"node": "6.x",
"messages": "1.x",
"docs": "0.x",
"store": "0.x"
},
"dependencies": {
"vtex.store": "2.x",
"vtex.store-graphql": "2.x",
"vtex.apps-graphql": "2.x",
"vtex.store-icons": "0.x",
"vtex.device-detector": "0.x",
"vtex.responsive-values": "0.x",
"vtex.product-context": "0.x",
"vtex.product-quantity": "1.x",
"vtex.css-handles": "0.x",
"vtex.store-components": "3.x",
"vtex.flex-layout": "0.x",
"vtex.store-resources": "0.x",
"vtex.styleguide": "9.x",
"vtex.order-manager": "0.x",
"vtex.checkout-resources": "0.x",
"vtex.pixel-manager": "1.x",
"vtex.format-currency": "0.x",
"vtex.overlay-layout": "0.x",
"vtex.b2b-organizations-graphql": "0.x",
"vtex.storefront-permissions": "1.x",
"vtex.store-image": "0.x",
"ssesandbox04.progressive-discount-table": "2.x"
},
"registries": ["smartcheckout"],
"policies": [
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
},
{
"name": "ADMIN_DS"
},
{
"name": "POWER_USER_DS"
},
{
"name": "OMSViewer"
},
{
"name": "ListOrders"
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/{{account}}/pricing/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "portal.vtexcommercestable.com.br",
"path": "/api/profile-system/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "kubernetes.default.svc.cluster.local",
"path": "*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "infra.io.vtex.com",
"path": "*"
}
},
{
"name": "Sku.aspx"
},
{
"name": "read_prices"
},
{
"name": "ADMIN_CRM"
},
{
"name": "POWER_USER_CRM"
},
{
"name": "outbound-access",
"attrs": {
"host": "*",
"path": "*"
}
},
{
"name": "graphql-query"
},
{
"name": "vbase-read-write"
},
{
"name": "outbound-access",
"attrs": {
"host": "sheets.googleapis.com",
"path": "/v4/spreadsheets/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "googleapis.com",
"path": "/oauth2/v4/*"
}
}
],
"settingsSchema": {
"title": "Google Sheets API Settings",
"type": "object",
"properties": {
"service_account_credentials_json": {
"title": "Google API Service Account Credentials JSON",
"type": "string",
"description": "Paste entire Google API Service Account Credentials JSON"
},
"google_sheet_id": {
"title": "Sales Representative Goals Google Sheet ID",
"type": "string",
"description": "Find the ID in the Google Sheet URL: https://docs.google.com/spreadsheets/d/{{ Google Sheet ID }}/edit"
},
"tab_title": {
"title": "Tab Title (optional)",
"type": "string",
"description": "The worksheet tab where data will be fetched."
},
"default_goal": {
"title": "Default value when a goal is not found in sheet (optional)",
"description": "Insert the desired numerical value, using a dot (.) or comma (,) as decimal separator. For values greater than 1000, you can use the thousands separator (dot or comma). Examples of valid formats for one thousand and fifty cents of your currency: 1000,50, 1000,5, 1000.50, 1000.5, 1,000.50, 1,000.5.",
"type": "string"
}
}
},
"billingOptions": {
"type": "free",
"availableCountries": ["*"]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}