@xapp/chat-widget 1.84.0 → 1.84.1

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.js CHANGED
@@ -2089,6 +2089,7 @@ function convertFromListDisplay(list) {
2089
2089
  subTitle: item.description,
2090
2090
  token: item.token,
2091
2091
  url: item.url,
2092
+ hideUrl: item.hideUrl,
2092
2093
  imageUrl: (_a = item.image) === null || _a === void 0 ? void 0 : _a.url,
2093
2094
  imageActionUrl: (_b = item.image) === null || _b === void 0 ? void 0 : _b.imageActionUrl
2094
2095
  };
@@ -2115,6 +2116,7 @@ function convertToListDisplay(list) {
2115
2116
  description: item.subTitle,
2116
2117
  token: item.token,
2117
2118
  url: item.url,
2119
+ hideUrl: item.hideUrl,
2118
2120
  image: {
2119
2121
  url: item.imageUrl,
2120
2122
  imageActionUrl: item.imageActionUrl,
@@ -32773,6 +32775,7 @@ function convertPreviewMessagesToChatDetails(messages) {
32773
32775
  subTitle: item.description,
32774
32776
  url: item.url,
32775
32777
  imageUrl: item.imageUrl,
32778
+ hideUrl: item.hideUrl,
32776
32779
  }); })
32777
32780
  } : undefined,
32778
32781
  displays: msg.list ? [convertToListDisplay({
@@ -32783,6 +32786,7 @@ function convertPreviewMessagesToChatDetails(messages) {
32783
32786
  subTitle: item.description,
32784
32787
  url: item.url,
32785
32788
  imageUrl: item.imageUrl,
32789
+ hideUrl: item.hideUrl,
32786
32790
  }); })
32787
32791
  })] : undefined
32788
32792
  }