@omni-co/embed 0.4.3 → 0.4.4

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.
@@ -125,6 +125,7 @@ export declare enum EmbedConnectionRoles {
125
125
  * Levels of access a user can have to their associated embed entity folder.
126
126
  */
127
127
  export declare enum EmbedEntityFolderContentRoles {
128
+ MANAGER = "MANAGER",
128
129
  EDITOR = "EDITOR",
129
130
  VIEWER = "VIEWER"
130
131
  }
package/lib/cjs/types.js CHANGED
@@ -49,6 +49,7 @@ var EmbedConnectionRoles;
49
49
  */
50
50
  var EmbedEntityFolderContentRoles;
51
51
  (function (EmbedEntityFolderContentRoles) {
52
+ EmbedEntityFolderContentRoles["MANAGER"] = "MANAGER";
52
53
  EmbedEntityFolderContentRoles["EDITOR"] = "EDITOR";
53
54
  EmbedEntityFolderContentRoles["VIEWER"] = "VIEWER";
54
55
  })(EmbedEntityFolderContentRoles || (exports.EmbedEntityFolderContentRoles = EmbedEntityFolderContentRoles = {}));
@@ -125,6 +125,7 @@ export declare enum EmbedConnectionRoles {
125
125
  * Levels of access a user can have to their associated embed entity folder.
126
126
  */
127
127
  export declare enum EmbedEntityFolderContentRoles {
128
+ MANAGER = "MANAGER",
128
129
  EDITOR = "EDITOR",
129
130
  VIEWER = "VIEWER"
130
131
  }
package/lib/esm/types.js CHANGED
@@ -46,6 +46,7 @@ export var EmbedConnectionRoles;
46
46
  */
47
47
  export var EmbedEntityFolderContentRoles;
48
48
  (function (EmbedEntityFolderContentRoles) {
49
+ EmbedEntityFolderContentRoles["MANAGER"] = "MANAGER";
49
50
  EmbedEntityFolderContentRoles["EDITOR"] = "EDITOR";
50
51
  EmbedEntityFolderContentRoles["VIEWER"] = "VIEWER";
51
52
  })(EmbedEntityFolderContentRoles || (EmbedEntityFolderContentRoles = {}));
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.3",
2
+ "version": "0.4.4",
3
3
  "license": "MIT",
4
4
  "name": "@omni-co/embed",
5
5
  "author": "Nate Agrin <nate@exploreomni.com>",