@omnia/workplace 6.12.19-preview → 6.12.22-preview
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.
|
@@ -105,6 +105,13 @@ export declare const GovernanceDashboard: {
|
|
|
105
105
|
Total: Guid;
|
|
106
106
|
ActiveLastActivity: Guid;
|
|
107
107
|
InactiveLastActivity: Guid;
|
|
108
|
+
ReachId: Guid;
|
|
109
|
+
UnderuserdId: Guid;
|
|
110
|
+
ActiveUserReader: Guid;
|
|
111
|
+
ActiveUserContributor: Guid;
|
|
112
|
+
NoOfQuery: Guid;
|
|
113
|
+
AbandonedQuery: Guid;
|
|
114
|
+
NoResultQuery: Guid;
|
|
108
115
|
};
|
|
109
116
|
DashboardLayoutSettingsKey: string;
|
|
110
117
|
ActionButtonIds: {
|
|
@@ -135,7 +135,14 @@ export var GovernanceDashboard = {
|
|
|
135
135
|
NewTeamworks: new Guid("47370cca-5518-44c2-91da-a083e78ec36a"),
|
|
136
136
|
Total: new Guid("e259e6da-2e8b-49e1-afd1-061d6582246e"),
|
|
137
137
|
ActiveLastActivity: new Guid("c42a3947-de82-4470-b5fd-9183872e181a"),
|
|
138
|
-
InactiveLastActivity: new Guid("2f2ce11d-f013-4a9d-b701-21469147187e")
|
|
138
|
+
InactiveLastActivity: new Guid("2f2ce11d-f013-4a9d-b701-21469147187e"),
|
|
139
|
+
ReachId: new Guid("7e7f0c21-f1e9-4b24-b1d6-77d75132fe8c"),
|
|
140
|
+
UnderuserdId: new Guid("f6b384b6-c764-420a-b8b3-192bcbe160de"),
|
|
141
|
+
ActiveUserReader: new Guid("ba54386a-c448-4556-a001-f8e71150616b"),
|
|
142
|
+
ActiveUserContributor: new Guid("994cce95-dd68-431b-9119-7afff8c68465"),
|
|
143
|
+
NoOfQuery: new Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
|
|
144
|
+
AbandonedQuery: new Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
|
|
145
|
+
NoResultQuery: new Guid("13786d92-6d16-402f-a961-d99ea4341601")
|
|
139
146
|
},
|
|
140
147
|
DashboardLayoutSettingsKey: "omnia.workplace.governancedashboard.layout",
|
|
141
148
|
ActionButtonIds: {
|