@authhero/kysely-adapter 12.2.0 → 12.3.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.
@@ -144,6 +144,8 @@ declare const sqlHookSchema: z.ZodObject<{
144
144
  form_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
145
145
  template_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
146
146
  code_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
147
+ page_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
148
+ permission_required: z.ZodNullable<z.ZodOptional<z.ZodString>>;
147
149
  metadata: z.ZodNullable<z.ZodOptional<z.ZodString>>;
148
150
  }, z.core.$strip>;
149
151
  declare const sqlActionSchema: z.ZodObject<{