@biffo/cli 0.291.5 → 0.292.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7824,7 +7824,8 @@ var IndexDefinitionSchema = z7.object({
7824
7824
  });
7825
7825
  var PermissionRuleSchema = z7.object({
7826
7826
  allowed: z7.boolean().default(false),
7827
- required_role: z7.array(z7.string()).default([])
7827
+ required_role: z7.array(z7.string()).default([]),
7828
+ permission_code: z7.string().default("")
7828
7829
  }).strict();
7829
7830
  var TablePermissionsSchema = z7.object({
7830
7831
  list: PermissionRuleSchema.default({}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.291.5",
3
+ "version": "0.292.0",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",