@pagelines/sdk 1.0.784 → 1.0.785
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/contract.js +1 -1
- package/dist/contract.js.map +1 -1
- package/package.json +1 -1
package/dist/contract.js
CHANGED
|
@@ -5572,7 +5572,7 @@ var Aa = object({
|
|
|
5572
5572
|
}).strip(), ja = object({
|
|
5573
5573
|
version: literal(1),
|
|
5574
5574
|
title: string().trim().min(1).max(200),
|
|
5575
|
-
body: string().trim().min(1).max(
|
|
5575
|
+
body: string().trim().min(1).max(8e3).optional(),
|
|
5576
5576
|
actions: array(Aa).min(1).max(3).optional()
|
|
5577
5577
|
}).strip();
|
|
5578
5578
|
function parseChatCardFencePayload(e) {
|