@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. 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: string;
1578
- clickableLinkTitle: string;
1579
- clickableDisplayTextDescription: string;
1580
- clickableDisplayTextHeadline: string;
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
@@ -60,5 +60,5 @@
60
60
  "yalc-push": "yarn build && yalc publish --push --dev --no-scripts"
61
61
  },
62
62
  "type": "module",
63
- "version": "0.12.02"
63
+ "version": "0.12.03"
64
64
  }