@ascentgl/ads-ui 21.134.0 → 21.135.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/package.json
CHANGED
|
@@ -4139,6 +4139,8 @@ type HistoryEvent = {
|
|
|
4139
4139
|
time: string;
|
|
4140
4140
|
/** Name of the user who performed the action */
|
|
4141
4141
|
user: string;
|
|
4142
|
+
/** Role of the user who performed the action */
|
|
4143
|
+
role: string;
|
|
4142
4144
|
};
|
|
4143
4145
|
type HistoryGroup = {
|
|
4144
4146
|
/** Formatted date label, e.g. "Monday, June 1, 2026" */
|