@authhero/kysely-adapter 12.6.0 → 12.6.2

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.
@@ -285,21 +285,11 @@ declare const sqlCustomDomainSchema: z.ZodObject<{
285
285
  ready: "ready";
286
286
  }>;
287
287
  origin_domain_name: z.ZodOptional<z.ZodString>;
288
- verification: z.ZodOptional<z.ZodObject<{
289
- methods: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
290
- name: z.ZodLiteral<"txt">;
291
- record: z.ZodString;
292
- domain: z.ZodString;
293
- }, z.core.$strip>, z.ZodObject<{
294
- name: z.ZodLiteral<"http">;
295
- http_body: z.ZodString;
296
- http_url: z.ZodString;
297
- }, z.core.$strip>], "name">>;
298
- }, z.core.$strip>>;
299
288
  tls_policy: z.ZodOptional<z.ZodString>;
300
289
  primary: z.ZodNumber;
301
290
  tenant_id: z.ZodString;
302
291
  domain_metadata: z.ZodOptional<z.ZodString>;
292
+ verification: z.ZodOptional<z.ZodString>;
303
293
  created_at: z.ZodString;
304
294
  updated_at: z.ZodString;
305
295
  }, z.core.$strip>;