keycloakify 9.4.3 → 9.4.4
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.
@@ -51,7 +51,7 @@ export declare namespace KcContext {
|
|
51
51
|
description?: string;
|
52
52
|
attributes: Record<string, string>;
|
53
53
|
};
|
54
|
-
isAppInitiatedAction
|
54
|
+
isAppInitiatedAction?: boolean;
|
55
55
|
messagesPerField: {
|
56
56
|
/**
|
57
57
|
* Return text if message for given field exists. Useful eg. to add css styles for fields with message.
|
package/package.json
CHANGED
@@ -84,7 +84,7 @@ export declare namespace KcContext {
|
|
84
84
|
description?: string;
|
85
85
|
attributes: Record<string, string>;
|
86
86
|
};
|
87
|
-
isAppInitiatedAction
|
87
|
+
isAppInitiatedAction?: boolean;
|
88
88
|
messagesPerField: {
|
89
89
|
/**
|
90
90
|
* Return text if message for given field exists. Useful eg. to add css styles for fields with message.
|