authhero 0.103.0 → 0.105.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.
@@ -4836,6 +4836,7 @@ export type Variables = {
4836
4836
  connection?: string;
4837
4837
  body?: any;
4838
4838
  log?: string;
4839
+ custom_domain?: string;
4839
4840
  user?: {
4840
4841
  sub: string;
4841
4842
  tenant_id: string;