@omni-co/embed 0.4.7 → 0.4.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.
@@ -189,7 +189,8 @@ export declare const EmbedSsoContentDiscoveryPaths: readonly ["my", "entity-fold
189
189
  export type EmbedSsoContentDiscoveryPath = (typeof EmbedSsoContentDiscoveryPaths)[number];
190
190
  export declare enum EmbedConnectionRoles {
191
191
  RESTRICTED_QUERIER = "RESTRICTED_QUERIER",
192
- VIEWER = "VIEWER"
192
+ VIEWER = "VIEWER",
193
+ QUERIER = "QUERIER"
193
194
  }
194
195
  /**
195
196
  * Levels of access a user can have to their associated embed entity folder.
package/lib/cjs/types.js CHANGED
@@ -77,6 +77,7 @@ var EmbedConnectionRoles;
77
77
  (function (EmbedConnectionRoles) {
78
78
  EmbedConnectionRoles["RESTRICTED_QUERIER"] = "RESTRICTED_QUERIER";
79
79
  EmbedConnectionRoles["VIEWER"] = "VIEWER";
80
+ EmbedConnectionRoles["QUERIER"] = "QUERIER";
80
81
  })(EmbedConnectionRoles || (exports.EmbedConnectionRoles = EmbedConnectionRoles = {}));
81
82
  /**
82
83
  * Levels of access a user can have to their associated embed entity folder.
@@ -189,7 +189,8 @@ export declare const EmbedSsoContentDiscoveryPaths: readonly ["my", "entity-fold
189
189
  export type EmbedSsoContentDiscoveryPath = (typeof EmbedSsoContentDiscoveryPaths)[number];
190
190
  export declare enum EmbedConnectionRoles {
191
191
  RESTRICTED_QUERIER = "RESTRICTED_QUERIER",
192
- VIEWER = "VIEWER"
192
+ VIEWER = "VIEWER",
193
+ QUERIER = "QUERIER"
193
194
  }
194
195
  /**
195
196
  * Levels of access a user can have to their associated embed entity folder.
package/lib/esm/types.js CHANGED
@@ -74,6 +74,7 @@ export var EmbedConnectionRoles;
74
74
  (function (EmbedConnectionRoles) {
75
75
  EmbedConnectionRoles["RESTRICTED_QUERIER"] = "RESTRICTED_QUERIER";
76
76
  EmbedConnectionRoles["VIEWER"] = "VIEWER";
77
+ EmbedConnectionRoles["QUERIER"] = "QUERIER";
77
78
  })(EmbedConnectionRoles || (EmbedConnectionRoles = {}));
78
79
  /**
79
80
  * Levels of access a user can have to their associated embed entity folder.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.7",
2
+ "version": "0.4.8",
3
3
  "license": "MIT",
4
4
  "name": "@omni-co/embed",
5
5
  "author": "Nate Agrin <nate@exploreomni.com>",