@lssm/example.analytics-dashboard 0.0.0-canary-20251207012602 → 0.0.0-canary-20251207013726
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/contracts/index.d.ts +285 -285
- package/dist/entities/index.d.ts +188 -188
- package/dist/events.d.ts +88 -88
- package/dist/feature.d.ts +218 -218
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/events.d.ts
CHANGED
|
@@ -1,321 +1,321 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema685 from "@lssm/lib.schema";
|
|
2
|
+
import * as _lssm_lib_contracts18 from "@lssm/lib.contracts";
|
|
3
3
|
|
|
4
4
|
//#region src/events.d.ts
|
|
5
|
-
declare const DashboardCreatedEvent:
|
|
5
|
+
declare const DashboardCreatedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
6
6
|
dashboardId: {
|
|
7
|
-
type:
|
|
7
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
9
9
|
};
|
|
10
10
|
name: {
|
|
11
|
-
type:
|
|
11
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
12
12
|
isOptional: false;
|
|
13
13
|
};
|
|
14
14
|
slug: {
|
|
15
|
-
type:
|
|
15
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
16
16
|
isOptional: false;
|
|
17
17
|
};
|
|
18
18
|
organizationId: {
|
|
19
|
-
type:
|
|
19
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
20
20
|
isOptional: false;
|
|
21
21
|
};
|
|
22
22
|
createdBy: {
|
|
23
|
-
type:
|
|
23
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
24
24
|
isOptional: false;
|
|
25
25
|
};
|
|
26
26
|
timestamp: {
|
|
27
|
-
type:
|
|
27
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
28
28
|
isOptional: false;
|
|
29
29
|
};
|
|
30
30
|
}>>;
|
|
31
|
-
declare const DashboardPublishedEvent:
|
|
31
|
+
declare const DashboardPublishedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
32
32
|
dashboardId: {
|
|
33
|
-
type:
|
|
33
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
name: {
|
|
37
|
-
type:
|
|
37
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
publishedBy: {
|
|
41
|
-
type:
|
|
41
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
42
42
|
isOptional: false;
|
|
43
43
|
};
|
|
44
44
|
timestamp: {
|
|
45
|
-
type:
|
|
45
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
46
46
|
isOptional: false;
|
|
47
47
|
};
|
|
48
48
|
}>>;
|
|
49
|
-
declare const WidgetAddedEvent:
|
|
49
|
+
declare const WidgetAddedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
50
50
|
widgetId: {
|
|
51
|
-
type:
|
|
51
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
53
53
|
};
|
|
54
54
|
dashboardId: {
|
|
55
|
-
type:
|
|
55
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
56
56
|
isOptional: false;
|
|
57
57
|
};
|
|
58
58
|
name: {
|
|
59
|
-
type:
|
|
59
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
60
60
|
isOptional: false;
|
|
61
61
|
};
|
|
62
62
|
type: {
|
|
63
|
-
type:
|
|
63
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
64
64
|
isOptional: false;
|
|
65
65
|
};
|
|
66
66
|
timestamp: {
|
|
67
|
-
type:
|
|
67
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
68
68
|
isOptional: false;
|
|
69
69
|
};
|
|
70
70
|
}>>;
|
|
71
|
-
declare const QueryCreatedEvent:
|
|
71
|
+
declare const QueryCreatedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
72
72
|
queryId: {
|
|
73
|
-
type:
|
|
73
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
74
74
|
isOptional: false;
|
|
75
75
|
};
|
|
76
76
|
name: {
|
|
77
|
-
type:
|
|
77
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
78
78
|
isOptional: false;
|
|
79
79
|
};
|
|
80
80
|
type: {
|
|
81
|
-
type:
|
|
81
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
82
82
|
isOptional: false;
|
|
83
83
|
};
|
|
84
84
|
organizationId: {
|
|
85
|
-
type:
|
|
85
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
86
86
|
isOptional: false;
|
|
87
87
|
};
|
|
88
88
|
createdBy: {
|
|
89
|
-
type:
|
|
89
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
90
90
|
isOptional: false;
|
|
91
91
|
};
|
|
92
92
|
timestamp: {
|
|
93
|
-
type:
|
|
93
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
94
94
|
isOptional: false;
|
|
95
95
|
};
|
|
96
96
|
}>>;
|
|
97
|
-
declare const QueryExecutedEvent:
|
|
97
|
+
declare const QueryExecutedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
98
98
|
queryId: {
|
|
99
|
-
type:
|
|
99
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
100
100
|
isOptional: false;
|
|
101
101
|
};
|
|
102
102
|
executionTimeMs: {
|
|
103
|
-
type:
|
|
103
|
+
type: _lssm_lib_schema685.FieldType<number, number>;
|
|
104
104
|
isOptional: false;
|
|
105
105
|
};
|
|
106
106
|
rowCount: {
|
|
107
|
-
type:
|
|
107
|
+
type: _lssm_lib_schema685.FieldType<number, number>;
|
|
108
108
|
isOptional: false;
|
|
109
109
|
};
|
|
110
110
|
cached: {
|
|
111
|
-
type:
|
|
111
|
+
type: _lssm_lib_schema685.FieldType<boolean, boolean>;
|
|
112
112
|
isOptional: false;
|
|
113
113
|
};
|
|
114
114
|
executedBy: {
|
|
115
|
-
type:
|
|
115
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
116
116
|
isOptional: false;
|
|
117
117
|
};
|
|
118
118
|
timestamp: {
|
|
119
|
-
type:
|
|
119
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
120
120
|
isOptional: false;
|
|
121
121
|
};
|
|
122
122
|
}>>;
|
|
123
|
-
declare const DashboardViewedEvent:
|
|
123
|
+
declare const DashboardViewedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
124
124
|
dashboardId: {
|
|
125
|
-
type:
|
|
125
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
126
126
|
isOptional: false;
|
|
127
127
|
};
|
|
128
128
|
viewedBy: {
|
|
129
|
-
type:
|
|
129
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
130
130
|
isOptional: true;
|
|
131
131
|
};
|
|
132
132
|
isPublicView: {
|
|
133
|
-
type:
|
|
133
|
+
type: _lssm_lib_schema685.FieldType<boolean, boolean>;
|
|
134
134
|
isOptional: false;
|
|
135
135
|
};
|
|
136
136
|
timestamp: {
|
|
137
|
-
type:
|
|
137
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
138
138
|
isOptional: false;
|
|
139
139
|
};
|
|
140
140
|
}>>;
|
|
141
|
-
declare const ReportGeneratedEvent:
|
|
141
|
+
declare const ReportGeneratedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
142
142
|
reportId: {
|
|
143
|
-
type:
|
|
143
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
144
144
|
isOptional: false;
|
|
145
145
|
};
|
|
146
146
|
reportRunId: {
|
|
147
|
-
type:
|
|
147
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
148
148
|
isOptional: false;
|
|
149
149
|
};
|
|
150
150
|
format: {
|
|
151
|
-
type:
|
|
151
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
152
152
|
isOptional: false;
|
|
153
153
|
};
|
|
154
154
|
recipientCount: {
|
|
155
|
-
type:
|
|
155
|
+
type: _lssm_lib_schema685.FieldType<number, number>;
|
|
156
156
|
isOptional: false;
|
|
157
157
|
};
|
|
158
158
|
timestamp: {
|
|
159
|
-
type:
|
|
159
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
160
160
|
isOptional: false;
|
|
161
161
|
};
|
|
162
162
|
}>>;
|
|
163
163
|
declare const AnalyticsDashboardEvents: {
|
|
164
|
-
DashboardCreatedEvent:
|
|
164
|
+
DashboardCreatedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
165
165
|
dashboardId: {
|
|
166
|
-
type:
|
|
166
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
167
167
|
isOptional: false;
|
|
168
168
|
};
|
|
169
169
|
name: {
|
|
170
|
-
type:
|
|
170
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
171
171
|
isOptional: false;
|
|
172
172
|
};
|
|
173
173
|
slug: {
|
|
174
|
-
type:
|
|
174
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
175
175
|
isOptional: false;
|
|
176
176
|
};
|
|
177
177
|
organizationId: {
|
|
178
|
-
type:
|
|
178
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
179
179
|
isOptional: false;
|
|
180
180
|
};
|
|
181
181
|
createdBy: {
|
|
182
|
-
type:
|
|
182
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
183
183
|
isOptional: false;
|
|
184
184
|
};
|
|
185
185
|
timestamp: {
|
|
186
|
-
type:
|
|
186
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
187
187
|
isOptional: false;
|
|
188
188
|
};
|
|
189
189
|
}>>;
|
|
190
|
-
DashboardPublishedEvent:
|
|
190
|
+
DashboardPublishedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
191
191
|
dashboardId: {
|
|
192
|
-
type:
|
|
192
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
193
193
|
isOptional: false;
|
|
194
194
|
};
|
|
195
195
|
name: {
|
|
196
|
-
type:
|
|
196
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
197
197
|
isOptional: false;
|
|
198
198
|
};
|
|
199
199
|
publishedBy: {
|
|
200
|
-
type:
|
|
200
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
201
201
|
isOptional: false;
|
|
202
202
|
};
|
|
203
203
|
timestamp: {
|
|
204
|
-
type:
|
|
204
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
205
205
|
isOptional: false;
|
|
206
206
|
};
|
|
207
207
|
}>>;
|
|
208
|
-
WidgetAddedEvent:
|
|
208
|
+
WidgetAddedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
209
209
|
widgetId: {
|
|
210
|
-
type:
|
|
210
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
211
211
|
isOptional: false;
|
|
212
212
|
};
|
|
213
213
|
dashboardId: {
|
|
214
|
-
type:
|
|
214
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
215
215
|
isOptional: false;
|
|
216
216
|
};
|
|
217
217
|
name: {
|
|
218
|
-
type:
|
|
218
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
219
219
|
isOptional: false;
|
|
220
220
|
};
|
|
221
221
|
type: {
|
|
222
|
-
type:
|
|
222
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
223
223
|
isOptional: false;
|
|
224
224
|
};
|
|
225
225
|
timestamp: {
|
|
226
|
-
type:
|
|
226
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
227
227
|
isOptional: false;
|
|
228
228
|
};
|
|
229
229
|
}>>;
|
|
230
|
-
QueryCreatedEvent:
|
|
230
|
+
QueryCreatedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
231
231
|
queryId: {
|
|
232
|
-
type:
|
|
232
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
233
233
|
isOptional: false;
|
|
234
234
|
};
|
|
235
235
|
name: {
|
|
236
|
-
type:
|
|
236
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
237
237
|
isOptional: false;
|
|
238
238
|
};
|
|
239
239
|
type: {
|
|
240
|
-
type:
|
|
240
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
241
241
|
isOptional: false;
|
|
242
242
|
};
|
|
243
243
|
organizationId: {
|
|
244
|
-
type:
|
|
244
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
245
245
|
isOptional: false;
|
|
246
246
|
};
|
|
247
247
|
createdBy: {
|
|
248
|
-
type:
|
|
248
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
249
249
|
isOptional: false;
|
|
250
250
|
};
|
|
251
251
|
timestamp: {
|
|
252
|
-
type:
|
|
252
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
253
253
|
isOptional: false;
|
|
254
254
|
};
|
|
255
255
|
}>>;
|
|
256
|
-
QueryExecutedEvent:
|
|
256
|
+
QueryExecutedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
257
257
|
queryId: {
|
|
258
|
-
type:
|
|
258
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
259
259
|
isOptional: false;
|
|
260
260
|
};
|
|
261
261
|
executionTimeMs: {
|
|
262
|
-
type:
|
|
262
|
+
type: _lssm_lib_schema685.FieldType<number, number>;
|
|
263
263
|
isOptional: false;
|
|
264
264
|
};
|
|
265
265
|
rowCount: {
|
|
266
|
-
type:
|
|
266
|
+
type: _lssm_lib_schema685.FieldType<number, number>;
|
|
267
267
|
isOptional: false;
|
|
268
268
|
};
|
|
269
269
|
cached: {
|
|
270
|
-
type:
|
|
270
|
+
type: _lssm_lib_schema685.FieldType<boolean, boolean>;
|
|
271
271
|
isOptional: false;
|
|
272
272
|
};
|
|
273
273
|
executedBy: {
|
|
274
|
-
type:
|
|
274
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
275
275
|
isOptional: false;
|
|
276
276
|
};
|
|
277
277
|
timestamp: {
|
|
278
|
-
type:
|
|
278
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
279
279
|
isOptional: false;
|
|
280
280
|
};
|
|
281
281
|
}>>;
|
|
282
|
-
DashboardViewedEvent:
|
|
282
|
+
DashboardViewedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
283
283
|
dashboardId: {
|
|
284
|
-
type:
|
|
284
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
285
285
|
isOptional: false;
|
|
286
286
|
};
|
|
287
287
|
viewedBy: {
|
|
288
|
-
type:
|
|
288
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
289
289
|
isOptional: true;
|
|
290
290
|
};
|
|
291
291
|
isPublicView: {
|
|
292
|
-
type:
|
|
292
|
+
type: _lssm_lib_schema685.FieldType<boolean, boolean>;
|
|
293
293
|
isOptional: false;
|
|
294
294
|
};
|
|
295
295
|
timestamp: {
|
|
296
|
-
type:
|
|
296
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
297
297
|
isOptional: false;
|
|
298
298
|
};
|
|
299
299
|
}>>;
|
|
300
|
-
ReportGeneratedEvent:
|
|
300
|
+
ReportGeneratedEvent: _lssm_lib_contracts18.EventSpec<_lssm_lib_schema685.SchemaModel<{
|
|
301
301
|
reportId: {
|
|
302
|
-
type:
|
|
302
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
303
303
|
isOptional: false;
|
|
304
304
|
};
|
|
305
305
|
reportRunId: {
|
|
306
|
-
type:
|
|
306
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
307
307
|
isOptional: false;
|
|
308
308
|
};
|
|
309
309
|
format: {
|
|
310
|
-
type:
|
|
310
|
+
type: _lssm_lib_schema685.FieldType<string, string>;
|
|
311
311
|
isOptional: false;
|
|
312
312
|
};
|
|
313
313
|
recipientCount: {
|
|
314
|
-
type:
|
|
314
|
+
type: _lssm_lib_schema685.FieldType<number, number>;
|
|
315
315
|
isOptional: false;
|
|
316
316
|
};
|
|
317
317
|
timestamp: {
|
|
318
|
-
type:
|
|
318
|
+
type: _lssm_lib_schema685.FieldType<Date, string>;
|
|
319
319
|
isOptional: false;
|
|
320
320
|
};
|
|
321
321
|
}>>;
|