@omni-co/embed 0.5.0 → 0.6.0

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.
@@ -41,6 +41,8 @@ type EmbedSsoBaseProps = {
41
41
  * Optional email setting for the generated embed user.
42
42
  */
43
43
  email?: string;
44
+ filterSearchParam?: string;
45
+ linkAccess?: string;
44
46
  nonce?: string;
45
47
  port?: number;
46
48
  } & ({
@@ -74,8 +76,6 @@ type EmbedSsoBaseProps = {
74
76
  });
75
77
  type EmbedSsoDashboardOnlyProps = {
76
78
  accessBoost?: boolean;
77
- filterSearchParam?: string;
78
- linkAccess?: string;
79
79
  };
80
80
  type EmbedContentIdProp = {
81
81
  contentId: string;
@@ -41,6 +41,8 @@ type EmbedSsoBaseProps = {
41
41
  * Optional email setting for the generated embed user.
42
42
  */
43
43
  email?: string;
44
+ filterSearchParam?: string;
45
+ linkAccess?: string;
44
46
  nonce?: string;
45
47
  port?: number;
46
48
  } & ({
@@ -74,8 +76,6 @@ type EmbedSsoBaseProps = {
74
76
  });
75
77
  type EmbedSsoDashboardOnlyProps = {
76
78
  accessBoost?: boolean;
77
- filterSearchParam?: string;
78
- linkAccess?: string;
79
79
  };
80
80
  type EmbedContentIdProp = {
81
81
  contentId: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0",
2
+ "version": "0.6.0",
3
3
  "license": "MIT",
4
4
  "name": "@omni-co/embed",
5
5
  "author": "Nate Agrin <nate@exploreomni.com>",