@budibase/backend-core 2.9.33-alpha.4 → 2.9.33-alpha.6

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 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
  }