@budibase/backend-core 2.9.33-alpha.3 → 2.9.33-alpha.5
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.
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/dist/index.js.meta.json +1 -1
- package/dist/package.json +4 -4
- package/dist/plugins.js.meta.json +1 -1
- package/dist/tests.js.map +1 -1
- package/dist/tests.js.meta.json +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -684,6 +684,7 @@ var init_permissions = __esm({
|
|
|
684
684
|
PermissionType2["BUILDER"] = "builder";
|
|
685
685
|
PermissionType2["GLOBAL_BUILDER"] = "globalBuilder";
|
|
686
686
|
PermissionType2["QUERY"] = "query";
|
|
687
|
+
PermissionType2["VIEW"] = "view";
|
|
687
688
|
return PermissionType2;
|
|
688
689
|
})(PermissionType || {});
|
|
689
690
|
}
|