pb-sxp-ui 1.20.12 → 1.20.13

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/pb-ui.js CHANGED
@@ -1294,7 +1294,8 @@
1294
1294
  'contents',
1295
1295
  'image_urls',
1296
1296
  'video_urls',
1297
- 'prompt'
1297
+ 'prompt',
1298
+ 'value'
1298
1299
  ];
1299
1300
  deleteKeys.forEach((key) => {
1300
1301
  if (customData === null || customData === void 0 ? void 0 : customData[key])