@bpinternal/const
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@bpinternal/const", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Constant utilities for Botpress", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
@@ -56,2 +56,6 @@ type Limit = { | ||
}, | ||
issue_event_item_payload_bytes: { | ||
value: 131072, // 128 KB | ||
unit: 'bytes' | ||
}, | ||
message_payload_bytes: { | ||
@@ -58,0 +62,0 @@ value: 131072, // 128 KB |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20226
817