@authhero/adapter-interfaces 0.121.0 → 0.122.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.
@@ -37567,6 +37567,14 @@ export interface DataAdapters {
37567
37567
  userRoles: UserRolesAdapter;
37568
37568
  organizations: OrganizationsAdapter;
37569
37569
  userOrganizations: UserOrganizationsAdapter;
37570
+ /**
37571
+ * Multi-tenancy configuration set by withRuntimeFallback.
37572
+ * Used by the tenants route for access control.
37573
+ */
37574
+ multiTenancyConfig?: {
37575
+ controlPlaneTenantId?: string;
37576
+ controlPlaneClientId?: string;
37577
+ };
37570
37578
  }
37571
37579
 
37572
37580
  export {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "0.121.0",
14
+ "version": "0.122.0",
15
15
  "files": [
16
16
  "dist"
17
17
  ],