authhero 4.1.0 → 4.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.
- package/dist/authhero.cjs +47 -47
- package/dist/authhero.d.ts +1 -0
- package/dist/authhero.mjs +6975 -6963
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -37552,6 +37552,7 @@ export type Variables = {
|
|
|
37552
37552
|
tenant_id: string;
|
|
37553
37553
|
org_name?: string;
|
|
37554
37554
|
org_id?: string;
|
|
37555
|
+
scope?: string;
|
|
37555
37556
|
};
|
|
37556
37557
|
organization_id?: string;
|
|
37557
37558
|
org_name?: string;
|