authhero 4.89.0 → 4.90.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 +104 -104
- package/dist/authhero.d.ts +1 -254
- package/dist/authhero.mjs +11151 -10757
- package/dist/stats.html +1 -1
- package/package.json +3 -3
package/dist/authhero.d.ts
CHANGED
|
@@ -64934,260 +64934,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
64934
64934
|
status: 200;
|
|
64935
64935
|
};
|
|
64936
64936
|
};
|
|
64937
|
-
}, "/forms"> & import("hono/types").MergeSchemaPath<{
|
|
64938
|
-
"/:screenId": {
|
|
64939
|
-
$get: {
|
|
64940
|
-
input: {
|
|
64941
|
-
param: {
|
|
64942
|
-
screenId: string;
|
|
64943
|
-
};
|
|
64944
|
-
} & {
|
|
64945
|
-
query: {
|
|
64946
|
-
state: string;
|
|
64947
|
-
nodeId?: string | undefined;
|
|
64948
|
-
ui_locales?: string | undefined;
|
|
64949
|
-
};
|
|
64950
|
-
};
|
|
64951
|
-
output: {};
|
|
64952
|
-
outputFormat: string;
|
|
64953
|
-
status: 404;
|
|
64954
|
-
} | {
|
|
64955
|
-
input: {
|
|
64956
|
-
param: {
|
|
64957
|
-
screenId: string;
|
|
64958
|
-
};
|
|
64959
|
-
} & {
|
|
64960
|
-
query: {
|
|
64961
|
-
state: string;
|
|
64962
|
-
nodeId?: string | undefined;
|
|
64963
|
-
ui_locales?: string | undefined;
|
|
64964
|
-
};
|
|
64965
|
-
};
|
|
64966
|
-
output: {
|
|
64967
|
-
screen: {
|
|
64968
|
-
method: "POST" | "GET";
|
|
64969
|
-
action: string;
|
|
64970
|
-
components: {
|
|
64971
|
-
type: string;
|
|
64972
|
-
id: string;
|
|
64973
|
-
required?: boolean | undefined;
|
|
64974
|
-
order?: number | undefined;
|
|
64975
|
-
category?: string | undefined;
|
|
64976
|
-
config?: {
|
|
64977
|
-
[x: string]: any;
|
|
64978
|
-
} | undefined;
|
|
64979
|
-
messages?: {
|
|
64980
|
-
type: "error" | "success" | "info" | "warning";
|
|
64981
|
-
text: string;
|
|
64982
|
-
id?: number | undefined;
|
|
64983
|
-
}[] | undefined;
|
|
64984
|
-
visible?: boolean | undefined;
|
|
64985
|
-
sensitive?: boolean | undefined;
|
|
64986
|
-
label?: string | undefined;
|
|
64987
|
-
hint?: string | undefined;
|
|
64988
|
-
}[];
|
|
64989
|
-
name?: string | undefined;
|
|
64990
|
-
description?: string | undefined;
|
|
64991
|
-
title?: string | undefined;
|
|
64992
|
-
links?: {
|
|
64993
|
-
text: string;
|
|
64994
|
-
href: string;
|
|
64995
|
-
id?: string | undefined;
|
|
64996
|
-
linkText?: string | undefined;
|
|
64997
|
-
}[] | undefined;
|
|
64998
|
-
messages?: {
|
|
64999
|
-
type: "error" | "success" | "info" | "warning";
|
|
65000
|
-
text: string;
|
|
65001
|
-
id?: number | undefined;
|
|
65002
|
-
}[] | undefined;
|
|
65003
|
-
};
|
|
65004
|
-
branding?: {
|
|
65005
|
-
colors?: {
|
|
65006
|
-
page_background?: string | {
|
|
65007
|
-
type?: string | undefined;
|
|
65008
|
-
start?: string | undefined;
|
|
65009
|
-
end?: string | undefined;
|
|
65010
|
-
angle_deg?: number | undefined;
|
|
65011
|
-
} | undefined;
|
|
65012
|
-
primary?: string | undefined;
|
|
65013
|
-
} | undefined;
|
|
65014
|
-
logo_url?: string | undefined;
|
|
65015
|
-
favicon_url?: string | undefined;
|
|
65016
|
-
powered_by_logo_url?: string | undefined;
|
|
65017
|
-
font?: {
|
|
65018
|
-
url?: string | undefined;
|
|
65019
|
-
} | undefined;
|
|
65020
|
-
} | undefined;
|
|
65021
|
-
};
|
|
65022
|
-
outputFormat: "json";
|
|
65023
|
-
status: 200;
|
|
65024
|
-
};
|
|
65025
|
-
};
|
|
65026
|
-
} & {
|
|
65027
|
-
"/:screenId": {
|
|
65028
|
-
$post: {
|
|
65029
|
-
input: {
|
|
65030
|
-
param: {
|
|
65031
|
-
screenId: string;
|
|
65032
|
-
};
|
|
65033
|
-
} & {
|
|
65034
|
-
query: {
|
|
65035
|
-
state: string;
|
|
65036
|
-
nodeId?: string | undefined;
|
|
65037
|
-
};
|
|
65038
|
-
} & {
|
|
65039
|
-
json: {
|
|
65040
|
-
data: Record<string, any>;
|
|
65041
|
-
};
|
|
65042
|
-
};
|
|
65043
|
-
output: {};
|
|
65044
|
-
outputFormat: string;
|
|
65045
|
-
status: 400;
|
|
65046
|
-
} | {
|
|
65047
|
-
input: {
|
|
65048
|
-
param: {
|
|
65049
|
-
screenId: string;
|
|
65050
|
-
};
|
|
65051
|
-
} & {
|
|
65052
|
-
query: {
|
|
65053
|
-
state: string;
|
|
65054
|
-
nodeId?: string | undefined;
|
|
65055
|
-
};
|
|
65056
|
-
} & {
|
|
65057
|
-
json: {
|
|
65058
|
-
data: Record<string, any>;
|
|
65059
|
-
};
|
|
65060
|
-
};
|
|
65061
|
-
output: {};
|
|
65062
|
-
outputFormat: string;
|
|
65063
|
-
status: 404;
|
|
65064
|
-
} | {
|
|
65065
|
-
input: {
|
|
65066
|
-
param: {
|
|
65067
|
-
screenId: string;
|
|
65068
|
-
};
|
|
65069
|
-
} & {
|
|
65070
|
-
query: {
|
|
65071
|
-
state: string;
|
|
65072
|
-
nodeId?: string | undefined;
|
|
65073
|
-
};
|
|
65074
|
-
} & {
|
|
65075
|
-
json: {
|
|
65076
|
-
data: Record<string, any>;
|
|
65077
|
-
};
|
|
65078
|
-
};
|
|
65079
|
-
output: {
|
|
65080
|
-
screen: {
|
|
65081
|
-
method: "POST" | "GET";
|
|
65082
|
-
action: string;
|
|
65083
|
-
components: {
|
|
65084
|
-
type: string;
|
|
65085
|
-
id: string;
|
|
65086
|
-
required?: boolean | undefined;
|
|
65087
|
-
order?: number | undefined;
|
|
65088
|
-
category?: string | undefined;
|
|
65089
|
-
config?: {
|
|
65090
|
-
[x: string]: any;
|
|
65091
|
-
} | undefined;
|
|
65092
|
-
messages?: {
|
|
65093
|
-
type: "error" | "success" | "info" | "warning";
|
|
65094
|
-
text: string;
|
|
65095
|
-
id?: number | undefined;
|
|
65096
|
-
}[] | undefined;
|
|
65097
|
-
visible?: boolean | undefined;
|
|
65098
|
-
sensitive?: boolean | undefined;
|
|
65099
|
-
label?: string | undefined;
|
|
65100
|
-
hint?: string | undefined;
|
|
65101
|
-
}[];
|
|
65102
|
-
name?: string | undefined;
|
|
65103
|
-
description?: string | undefined;
|
|
65104
|
-
title?: string | undefined;
|
|
65105
|
-
links?: {
|
|
65106
|
-
text: string;
|
|
65107
|
-
href: string;
|
|
65108
|
-
id?: string | undefined;
|
|
65109
|
-
linkText?: string | undefined;
|
|
65110
|
-
}[] | undefined;
|
|
65111
|
-
messages?: {
|
|
65112
|
-
type: "error" | "success" | "info" | "warning";
|
|
65113
|
-
text: string;
|
|
65114
|
-
id?: number | undefined;
|
|
65115
|
-
}[] | undefined;
|
|
65116
|
-
};
|
|
65117
|
-
branding?: {
|
|
65118
|
-
colors?: {
|
|
65119
|
-
page_background?: string | {
|
|
65120
|
-
type?: string | undefined;
|
|
65121
|
-
start?: string | undefined;
|
|
65122
|
-
end?: string | undefined;
|
|
65123
|
-
angle_deg?: number | undefined;
|
|
65124
|
-
} | undefined;
|
|
65125
|
-
primary?: string | undefined;
|
|
65126
|
-
} | undefined;
|
|
65127
|
-
logo_url?: string | undefined;
|
|
65128
|
-
favicon_url?: string | undefined;
|
|
65129
|
-
powered_by_logo_url?: string | undefined;
|
|
65130
|
-
font?: {
|
|
65131
|
-
url?: string | undefined;
|
|
65132
|
-
} | undefined;
|
|
65133
|
-
} | undefined;
|
|
65134
|
-
screenId?: string | undefined;
|
|
65135
|
-
ceremony?: {
|
|
65136
|
-
options: {
|
|
65137
|
-
user: {
|
|
65138
|
-
name: string;
|
|
65139
|
-
displayName: string;
|
|
65140
|
-
id: string;
|
|
65141
|
-
};
|
|
65142
|
-
rp: {
|
|
65143
|
-
name: string;
|
|
65144
|
-
id: string;
|
|
65145
|
-
};
|
|
65146
|
-
challenge: string;
|
|
65147
|
-
pubKeyCredParams: {
|
|
65148
|
-
type: string;
|
|
65149
|
-
alg: number;
|
|
65150
|
-
}[];
|
|
65151
|
-
timeout?: number | undefined;
|
|
65152
|
-
attestation?: string | undefined;
|
|
65153
|
-
authenticatorSelection?: {
|
|
65154
|
-
residentKey?: string | undefined;
|
|
65155
|
-
userVerification?: string | undefined;
|
|
65156
|
-
} | undefined;
|
|
65157
|
-
excludeCredentials?: {
|
|
65158
|
-
type: string;
|
|
65159
|
-
id: string;
|
|
65160
|
-
transports?: string[] | undefined;
|
|
65161
|
-
}[] | undefined;
|
|
65162
|
-
};
|
|
65163
|
-
type: "webauthn-registration";
|
|
65164
|
-
successAction: string;
|
|
65165
|
-
} | {
|
|
65166
|
-
options: {
|
|
65167
|
-
challenge: string;
|
|
65168
|
-
userVerification?: string | undefined;
|
|
65169
|
-
timeout?: number | undefined;
|
|
65170
|
-
rpId?: string | undefined;
|
|
65171
|
-
allowCredentials?: {
|
|
65172
|
-
type: string;
|
|
65173
|
-
id: string;
|
|
65174
|
-
transports?: string[] | undefined;
|
|
65175
|
-
}[] | undefined;
|
|
65176
|
-
};
|
|
65177
|
-
type: "webauthn-authentication" | "webauthn-authentication-conditional";
|
|
65178
|
-
successAction: string;
|
|
65179
|
-
} | undefined;
|
|
65180
|
-
navigateUrl?: string | undefined;
|
|
65181
|
-
} | {
|
|
65182
|
-
redirect: string;
|
|
65183
|
-
} | {
|
|
65184
|
-
complete: boolean;
|
|
65185
|
-
};
|
|
65186
|
-
outputFormat: "json";
|
|
65187
|
-
status: 200;
|
|
65188
|
-
};
|
|
65189
|
-
};
|
|
65190
|
-
}, "/screen">, "/">;
|
|
64937
|
+
}, "/forms"> & import("hono/types").MergeSchemaPath<{}, "/screen">, "/">;
|
|
65191
64938
|
createX509Certificate: typeof createX509Certificate;
|
|
65192
64939
|
};
|
|
65193
64940
|
|