@rtsdk/topia 0.12.2 → 0.12.3
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.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1574,10 +1574,10 @@ interface UpdateBroadcastInterface {
|
|
|
1574
1574
|
}
|
|
1575
1575
|
interface UpdateClickTypeInterface {
|
|
1576
1576
|
clickType: DroppedAssetClickType;
|
|
1577
|
-
clickableLink
|
|
1578
|
-
clickableLinkTitle
|
|
1579
|
-
clickableDisplayTextDescription
|
|
1580
|
-
clickableDisplayTextHeadline
|
|
1577
|
+
clickableLink?: string;
|
|
1578
|
+
clickableLinkTitle?: string;
|
|
1579
|
+
clickableDisplayTextDescription?: string;
|
|
1580
|
+
clickableDisplayTextHeadline?: string;
|
|
1581
1581
|
isForceLinkInIframe?: boolean;
|
|
1582
1582
|
isOpenLinkInDrawer?: boolean;
|
|
1583
1583
|
portalName?: string;
|
package/package.json
CHANGED