@budibase/backend-core 2.9.33-alpha.11 → 2.9.33-alpha.12

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
@@ -1314,6 +1314,13 @@ var init_table4 = __esm({
1314
1314
  }
1315
1315
  });
1316
1316
 
1317
+ // ../types/src/api/web/app/permission.ts
1318
+ var init_permission = __esm({
1319
+ "../types/src/api/web/app/permission.ts"() {
1320
+ "use strict";
1321
+ }
1322
+ });
1323
+
1317
1324
  // ../types/src/api/web/app/index.ts
1318
1325
  var init_app4 = __esm({
1319
1326
  "../types/src/api/web/app/index.ts"() {
@@ -1324,6 +1331,7 @@ var init_app4 = __esm({
1324
1331
  init_view3();
1325
1332
  init_rows2();
1326
1333
  init_table4();
1334
+ init_permission();
1327
1335
  }
1328
1336
  });
1329
1337