Update kcContext def

This commit is contained in:
garronej
2022-09-09 14:37:27 +02:00
parent a44f091878
commit d717de006a

View File

@ -276,7 +276,6 @@ export declare namespace KcContextBase {
export type UpdateUserProfile = Common & { export type UpdateUserProfile = Common & {
pageId: "update-user-profile.ftl"; pageId: "update-user-profile.ftl";
profile: { profile: {
context: "REGISTRATION_PROFILE";
attributes: Attribute[]; attributes: Attribute[];
attributesByName: Record<string, Attribute>; attributesByName: Record<string, Attribute>;
}; };
@ -285,6 +284,7 @@ export declare namespace KcContextBase {
export type IdpReviewUserProfile = Common & { export type IdpReviewUserProfile = Common & {
pageId: "idp-review-user-profile.ftl"; pageId: "idp-review-user-profile.ftl";
profile: { profile: {
context: "IDP_REVIEW";
attributes: Attribute[]; attributes: Attribute[];
attributesByName: Record<string, Attribute>; attributesByName: Record<string, Attribute>;
}; };