@bikdotai/bik-component-library 0.0.566-webpush-beta0.7 → 0.0.566-webpush-beta0.8

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.
@@ -39,6 +39,7 @@ export type WebpushComponentKeyType = {
39
39
  export type WebPushComponentType = {
40
40
  text: string;
41
41
  redirectionLink?: string;
42
+ websiteLink?: string;
42
43
  };
43
44
  export type WebPushTemplateComponent = {
44
45
  [WEB_PUSH_COMPONENT_TYPE.TITLE]: string;
@@ -39,6 +39,7 @@ export type WebpushComponentKeyType = {
39
39
  export type WebPushComponentType = {
40
40
  text: string;
41
41
  redirectionLink?: string;
42
+ websiteLink?: string;
42
43
  };
43
44
  export type WebPushTemplateComponent = {
44
45
  [WEB_PUSH_COMPONENT_TYPE.TITLE]: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.566-webpush-beta0.7",
3
+ "version": "0.0.566-webpush-beta0.8",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",