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/index.cjs CHANGED
@@ -1301,7 +1301,8 @@ const SxpDataSourceProvider = ({ render, dataSources, utmVal, enableReportEvent
1301
1301
  'contents',
1302
1302
  'image_urls',
1303
1303
  'video_urls',
1304
- 'prompt'
1304
+ 'prompt',
1305
+ 'value'
1305
1306
  ];
1306
1307
  deleteKeys.forEach((key) => {
1307
1308
  if (customData === null || customData === void 0 ? void 0 : customData[key])