Skip to content

Commit 0136c68

Browse files
committed
chore(assets): update application body [skip ci]
1 parent e833d10 commit 0136c68

File tree

1 file changed

+34
-24
lines changed

1 file changed

+34
-24
lines changed

assets/application.json

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,44 @@
3333
"products/variations/price": []
3434
},
3535
"admin_settings": {
36-
"webhook_uri": {
36+
"webhooks": {
3737
"schema": {
38-
"type": "string",
39-
"maxLength": 255,
40-
"format": "uri",
41-
"title": "Webhook URI",
42-
"description": "URL de destino para os webhooks"
43-
},
44-
"hide": true
45-
},
46-
"webhook_token": {
47-
"schema": {
48-
"type": "string",
49-
"maxLength": 50,
50-
"title": "Token",
51-
"description": "Bearer token opcional para o cabeçalho Authorization"
52-
},
53-
"hide": true
54-
},
55-
"skip_pending": {
56-
"schema": {
57-
"type": "boolean",
58-
"default": false,
59-
"title": "Ignorar pedidos pendentes"
38+
"title": "Webhooks",
39+
"type": "array",
40+
"maxItems": 300,
41+
"items": {
42+
"webhook_uri": {
43+
"schema": {
44+
"type": "string",
45+
"maxLength": 255,
46+
"format": "uri",
47+
"title": "Webhook URI",
48+
"description": "URL de destino para os webhooks"
49+
},
50+
"hide": true
51+
},
52+
"webhook_token": {
53+
"schema": {
54+
"type": "string",
55+
"maxLength": 50,
56+
"title": "Token",
57+
"description": "Bearer token opcional para o cabeçalho Authorization"
58+
},
59+
"hide": true
60+
},
61+
"skip_pending": {
62+
"schema": {
63+
"type": "boolean",
64+
"default": false,
65+
"title": "Ignorar pedidos pendentes"
66+
},
67+
"hide": true
68+
}
69+
}
6070
},
6171
"hide": true
6272
}
6373
},
6474
"auth_callback_uri": "https://us-central1-ecom-webhooks.cloudfunctions.net/app/ecom/auth-callback",
65-
"version": "1.0.0"
75+
"version": "1.1.0"
6676
}

0 commit comments

Comments
 (0)