Skip to content

Commit 3ad7e5f

Browse files
committed
chore(assets): update application body [skip ci]
1 parent 5b201e4 commit 3ad7e5f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

assets/application.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@
155155
}
156156
}
157157
},
158+
"max_kg_weight": {
159+
"type": "number",
160+
"minimum": 0,
161+
"maximum": 999999,
162+
"title": "Peso máximo",
163+
"description": "Peso máximo em Kg"
164+
},
158165
"min_amount": {
159166
"type": "number",
160167
"minimum": 1,
@@ -374,5 +381,5 @@
374381
}
375382
},
376383
"auth_callback_uri": "https://us-central1-ecom-mandae.cloudfunctions.net/app/ecom/auth-callback",
377-
"version": "1.5.1"
384+
"version": "1.6.0"
378385
}

0 commit comments

Comments
 (0)