Skip to content

Commit daffed1

Browse files
committed
Convert IndexPrivilege to a non-exhaustive enum
1 parent ffbf26d commit daffed1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

output/schema/schema.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/Privileges.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export type RoleTemplateInlineQuery = string | QueryContainer
162162
/** @codegen_names inline, stored */
163163
export type RoleTemplateScript = RoleTemplateInlineScript | StoredScriptId
164164

165+
/** @non_exhaustive */
165166
export enum IndexPrivilege {
166167
none,
167168
all,

0 commit comments

Comments
 (0)