@authhero/kysely-adapter 10.80.0 → 10.80.1
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.
- package/dist/kysely-adapter.d.ts +8 -0
- package/package.json +2 -2
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -14714,6 +14714,14 @@ export interface DataAdapters {
|
|
|
14714
14714
|
userRoles: UserRolesAdapter;
|
|
14715
14715
|
organizations: OrganizationsAdapter;
|
|
14716
14716
|
userOrganizations: UserOrganizationsAdapter;
|
|
14717
|
+
/**
|
|
14718
|
+
* Multi-tenancy configuration set by withRuntimeFallback.
|
|
14719
|
+
* Used by the tenants route for access control.
|
|
14720
|
+
*/
|
|
14721
|
+
multiTenancyConfig?: {
|
|
14722
|
+
controlPlaneTenantId?: string;
|
|
14723
|
+
controlPlaneClientId?: string;
|
|
14724
|
+
};
|
|
14717
14725
|
}
|
|
14718
14726
|
declare const sqlThemeSchema: z.ZodObject<{
|
|
14719
14727
|
[x: string]: any;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/markusahlstrand/authhero"
|
|
13
13
|
},
|
|
14
|
-
"version": "10.80.
|
|
14
|
+
"version": "10.80.1",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"kysely": "^0.27.4",
|
|
44
44
|
"nanoid": "^5.0.8",
|
|
45
|
-
"@authhero/adapter-interfaces": "0.
|
|
45
|
+
"@authhero/adapter-interfaces": "0.122.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@hono/zod-openapi": "^0.19.2",
|