We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781b407 commit eced357Copy full SHA for eced357
cli/src/schemas.ts
@@ -95,6 +95,7 @@ export const PermissionSchema = v.picklist(
95
96
/**
97
* Validates operation types
98
+ * @internal
99
*/
100
export const OperationTypeSchema = v.picklist([
101
'org:add-user',
package.json
@@ -134,7 +134,7 @@
134
"fast-check": "4.6.0",
135
"h3": "1.15.8",
136
"h3-next": "npm:h3@2.0.1-rc.16",
137
- "knip": "5.88.0",
+ "knip": "6.0.5",
138
"markdown-it-anchor": "9.2.0",
139
"schema-dts": "2.0.0",
140
"storybook": "catalog:storybook",
0 commit comments