@authhero/cloudflare-adapter 2.26.6 → 2.26.7

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.
@@ -126,7 +126,7 @@ declare const customDomainSchema: z.ZodObject<{
126
126
  domain_metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
127
127
  }, "strip", z.ZodTypeAny, {
128
128
  type: "auth0_managed_certs" | "self_managed_certs";
129
- status: "disabled" | "pending" | "pending_verification" | "ready";
129
+ status: "pending" | "disabled" | "pending_verification" | "ready";
130
130
  primary: boolean;
131
131
  domain: string;
132
132
  custom_domain_id: string;
@@ -148,7 +148,7 @@ declare const customDomainSchema: z.ZodObject<{
148
148
  origin_domain_name?: string | undefined;
149
149
  }, {
150
150
  type: "auth0_managed_certs" | "self_managed_certs";
151
- status: "disabled" | "pending" | "pending_verification" | "ready";
151
+ status: "pending" | "disabled" | "pending_verification" | "ready";
152
152
  primary: boolean;
153
153
  domain: string;
154
154
  custom_domain_id: string;
@@ -251,7 +251,7 @@ declare const customDomainWithTenantIdSchema: z.ZodObject<{
251
251
  tenant_id: z.ZodString;
252
252
  }, "strip", z.ZodTypeAny, {
253
253
  type: "auth0_managed_certs" | "self_managed_certs";
254
- status: "disabled" | "pending" | "pending_verification" | "ready";
254
+ status: "pending" | "disabled" | "pending_verification" | "ready";
255
255
  tenant_id: string;
256
256
  primary: boolean;
257
257
  domain: string;
@@ -274,7 +274,7 @@ declare const customDomainWithTenantIdSchema: z.ZodObject<{
274
274
  origin_domain_name?: string | undefined;
275
275
  }, {
276
276
  type: "auth0_managed_certs" | "self_managed_certs";
277
- status: "disabled" | "pending" | "pending_verification" | "ready";
277
+ status: "pending" | "disabled" | "pending_verification" | "ready";
278
278
  tenant_id: string;
279
279
  primary: boolean;
280
280
  domain: string;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "2.26.6",
14
+ "version": "2.26.7",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "nanoid": "^5.1.6",
48
48
  "wretch": "^3.0.2",
49
- "@authhero/adapter-interfaces": "1.18.0",
50
- "@authhero/kysely-adapter": "10.135.0"
49
+ "@authhero/adapter-interfaces": "1.19.0",
50
+ "@authhero/kysely-adapter": "10.136.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",