@lssm/example.analytics-dashboard 0.0.0-canary-20251206160926 → 0.0.0-canary-20251207012602
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 +284 -284
- package/dist/entities/index.d.ts +188 -188
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,118 +1,118 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _lssm_lib_schema488 from "@lssm/lib.schema";
|
|
2
2
|
import * as _lssm_lib_contracts26 from "@lssm/lib.contracts";
|
|
3
3
|
|
|
4
4
|
//#region src/contracts/index.d.ts
|
|
5
|
-
declare const WidgetModel:
|
|
5
|
+
declare const WidgetModel: _lssm_lib_schema488.SchemaModel<{
|
|
6
6
|
id: {
|
|
7
|
-
type:
|
|
7
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
8
8
|
isOptional: false;
|
|
9
9
|
};
|
|
10
10
|
dashboardId: {
|
|
11
|
-
type:
|
|
11
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
12
12
|
isOptional: false;
|
|
13
13
|
};
|
|
14
14
|
name: {
|
|
15
|
-
type:
|
|
15
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
16
16
|
isOptional: false;
|
|
17
17
|
};
|
|
18
18
|
type: {
|
|
19
|
-
type:
|
|
19
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
20
20
|
isOptional: false;
|
|
21
21
|
};
|
|
22
22
|
gridX: {
|
|
23
|
-
type:
|
|
23
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
24
24
|
isOptional: false;
|
|
25
25
|
};
|
|
26
26
|
gridY: {
|
|
27
|
-
type:
|
|
27
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
28
28
|
isOptional: false;
|
|
29
29
|
};
|
|
30
30
|
gridWidth: {
|
|
31
|
-
type:
|
|
31
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
32
32
|
isOptional: false;
|
|
33
33
|
};
|
|
34
34
|
gridHeight: {
|
|
35
|
-
type:
|
|
35
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
36
36
|
isOptional: false;
|
|
37
37
|
};
|
|
38
38
|
queryId: {
|
|
39
|
-
type:
|
|
39
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
40
40
|
isOptional: true;
|
|
41
41
|
};
|
|
42
42
|
config: {
|
|
43
|
-
type:
|
|
43
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
44
44
|
isOptional: true;
|
|
45
45
|
};
|
|
46
46
|
}>;
|
|
47
|
-
declare const DashboardModel:
|
|
47
|
+
declare const DashboardModel: _lssm_lib_schema488.SchemaModel<{
|
|
48
48
|
id: {
|
|
49
|
-
type:
|
|
49
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
50
50
|
isOptional: false;
|
|
51
51
|
};
|
|
52
52
|
name: {
|
|
53
|
-
type:
|
|
53
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
54
54
|
isOptional: false;
|
|
55
55
|
};
|
|
56
56
|
slug: {
|
|
57
|
-
type:
|
|
57
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
58
58
|
isOptional: false;
|
|
59
59
|
};
|
|
60
60
|
description: {
|
|
61
|
-
type:
|
|
61
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
62
62
|
isOptional: true;
|
|
63
63
|
};
|
|
64
64
|
status: {
|
|
65
|
-
type:
|
|
65
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
66
66
|
isOptional: false;
|
|
67
67
|
};
|
|
68
68
|
refreshInterval: {
|
|
69
|
-
type:
|
|
69
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
70
70
|
isOptional: false;
|
|
71
71
|
};
|
|
72
72
|
isPublic: {
|
|
73
|
-
type:
|
|
73
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
74
74
|
isOptional: false;
|
|
75
75
|
};
|
|
76
76
|
widgets: {
|
|
77
|
-
type:
|
|
77
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
78
78
|
id: {
|
|
79
|
-
type:
|
|
79
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
80
80
|
isOptional: false;
|
|
81
81
|
};
|
|
82
82
|
dashboardId: {
|
|
83
|
-
type:
|
|
83
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
84
84
|
isOptional: false;
|
|
85
85
|
};
|
|
86
86
|
name: {
|
|
87
|
-
type:
|
|
87
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
88
88
|
isOptional: false;
|
|
89
89
|
};
|
|
90
90
|
type: {
|
|
91
|
-
type:
|
|
91
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
92
92
|
isOptional: false;
|
|
93
93
|
};
|
|
94
94
|
gridX: {
|
|
95
|
-
type:
|
|
95
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
96
96
|
isOptional: false;
|
|
97
97
|
};
|
|
98
98
|
gridY: {
|
|
99
|
-
type:
|
|
99
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
100
100
|
isOptional: false;
|
|
101
101
|
};
|
|
102
102
|
gridWidth: {
|
|
103
|
-
type:
|
|
103
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
104
104
|
isOptional: false;
|
|
105
105
|
};
|
|
106
106
|
gridHeight: {
|
|
107
|
-
type:
|
|
107
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
108
108
|
isOptional: false;
|
|
109
109
|
};
|
|
110
110
|
queryId: {
|
|
111
|
-
type:
|
|
111
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
112
112
|
isOptional: true;
|
|
113
113
|
};
|
|
114
114
|
config: {
|
|
115
|
-
type:
|
|
115
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
116
116
|
isOptional: true;
|
|
117
117
|
};
|
|
118
118
|
}>;
|
|
@@ -120,286 +120,286 @@ declare const DashboardModel: _lssm_lib_schema301.SchemaModel<{
|
|
|
120
120
|
isOptional: true;
|
|
121
121
|
};
|
|
122
122
|
createdAt: {
|
|
123
|
-
type:
|
|
123
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
124
124
|
isOptional: false;
|
|
125
125
|
};
|
|
126
126
|
}>;
|
|
127
|
-
declare const QueryModel:
|
|
127
|
+
declare const QueryModel: _lssm_lib_schema488.SchemaModel<{
|
|
128
128
|
id: {
|
|
129
|
-
type:
|
|
129
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
130
130
|
isOptional: false;
|
|
131
131
|
};
|
|
132
132
|
name: {
|
|
133
|
-
type:
|
|
133
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
134
134
|
isOptional: false;
|
|
135
135
|
};
|
|
136
136
|
description: {
|
|
137
|
-
type:
|
|
137
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
138
138
|
isOptional: true;
|
|
139
139
|
};
|
|
140
140
|
type: {
|
|
141
|
-
type:
|
|
141
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string]>;
|
|
142
142
|
isOptional: false;
|
|
143
143
|
};
|
|
144
144
|
definition: {
|
|
145
|
-
type:
|
|
145
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
146
146
|
isOptional: false;
|
|
147
147
|
};
|
|
148
148
|
sql: {
|
|
149
|
-
type:
|
|
149
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
150
150
|
isOptional: true;
|
|
151
151
|
};
|
|
152
152
|
cacheTtlSeconds: {
|
|
153
|
-
type:
|
|
153
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
154
154
|
isOptional: false;
|
|
155
155
|
};
|
|
156
156
|
isShared: {
|
|
157
|
-
type:
|
|
157
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
158
158
|
isOptional: false;
|
|
159
159
|
};
|
|
160
160
|
createdAt: {
|
|
161
|
-
type:
|
|
161
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
162
162
|
isOptional: false;
|
|
163
163
|
};
|
|
164
164
|
}>;
|
|
165
|
-
declare const QueryResultModel:
|
|
165
|
+
declare const QueryResultModel: _lssm_lib_schema488.SchemaModel<{
|
|
166
166
|
queryId: {
|
|
167
|
-
type:
|
|
167
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
168
168
|
isOptional: false;
|
|
169
169
|
};
|
|
170
170
|
data: {
|
|
171
|
-
type:
|
|
171
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
172
172
|
isOptional: false;
|
|
173
173
|
};
|
|
174
174
|
columns: {
|
|
175
|
-
type:
|
|
175
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
176
176
|
isOptional: false;
|
|
177
177
|
};
|
|
178
178
|
rowCount: {
|
|
179
|
-
type:
|
|
179
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
180
180
|
isOptional: false;
|
|
181
181
|
};
|
|
182
182
|
executionTimeMs: {
|
|
183
|
-
type:
|
|
183
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
184
184
|
isOptional: false;
|
|
185
185
|
};
|
|
186
186
|
cachedAt: {
|
|
187
|
-
type:
|
|
187
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
188
188
|
isOptional: true;
|
|
189
189
|
};
|
|
190
190
|
error: {
|
|
191
|
-
type:
|
|
191
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
192
192
|
isOptional: true;
|
|
193
193
|
};
|
|
194
194
|
}>;
|
|
195
|
-
declare const CreateDashboardInputModel:
|
|
195
|
+
declare const CreateDashboardInputModel: _lssm_lib_schema488.SchemaModel<{
|
|
196
196
|
name: {
|
|
197
|
-
type:
|
|
197
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
198
198
|
isOptional: false;
|
|
199
199
|
};
|
|
200
200
|
slug: {
|
|
201
|
-
type:
|
|
201
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
202
202
|
isOptional: false;
|
|
203
203
|
};
|
|
204
204
|
description: {
|
|
205
|
-
type:
|
|
205
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
206
206
|
isOptional: true;
|
|
207
207
|
};
|
|
208
208
|
refreshInterval: {
|
|
209
|
-
type:
|
|
209
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
210
210
|
isOptional: true;
|
|
211
211
|
};
|
|
212
212
|
dateRange: {
|
|
213
|
-
type:
|
|
213
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
214
214
|
isOptional: true;
|
|
215
215
|
};
|
|
216
216
|
}>;
|
|
217
|
-
declare const AddWidgetInputModel:
|
|
217
|
+
declare const AddWidgetInputModel: _lssm_lib_schema488.SchemaModel<{
|
|
218
218
|
dashboardId: {
|
|
219
|
-
type:
|
|
219
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
220
220
|
isOptional: false;
|
|
221
221
|
};
|
|
222
222
|
name: {
|
|
223
|
-
type:
|
|
223
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
224
224
|
isOptional: false;
|
|
225
225
|
};
|
|
226
226
|
type: {
|
|
227
|
-
type:
|
|
227
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
228
228
|
isOptional: false;
|
|
229
229
|
};
|
|
230
230
|
gridX: {
|
|
231
|
-
type:
|
|
231
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
232
232
|
isOptional: true;
|
|
233
233
|
};
|
|
234
234
|
gridY: {
|
|
235
|
-
type:
|
|
235
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
236
236
|
isOptional: true;
|
|
237
237
|
};
|
|
238
238
|
gridWidth: {
|
|
239
|
-
type:
|
|
239
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
240
240
|
isOptional: true;
|
|
241
241
|
};
|
|
242
242
|
gridHeight: {
|
|
243
|
-
type:
|
|
243
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
244
244
|
isOptional: true;
|
|
245
245
|
};
|
|
246
246
|
queryId: {
|
|
247
|
-
type:
|
|
247
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
248
248
|
isOptional: true;
|
|
249
249
|
};
|
|
250
250
|
config: {
|
|
251
|
-
type:
|
|
251
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
252
252
|
isOptional: true;
|
|
253
253
|
};
|
|
254
254
|
}>;
|
|
255
|
-
declare const CreateQueryInputModel:
|
|
255
|
+
declare const CreateQueryInputModel: _lssm_lib_schema488.SchemaModel<{
|
|
256
256
|
name: {
|
|
257
|
-
type:
|
|
257
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
258
258
|
isOptional: false;
|
|
259
259
|
};
|
|
260
260
|
description: {
|
|
261
|
-
type:
|
|
261
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
262
262
|
isOptional: true;
|
|
263
263
|
};
|
|
264
264
|
type: {
|
|
265
|
-
type:
|
|
265
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string]>;
|
|
266
266
|
isOptional: false;
|
|
267
267
|
};
|
|
268
268
|
definition: {
|
|
269
|
-
type:
|
|
269
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
270
270
|
isOptional: false;
|
|
271
271
|
};
|
|
272
272
|
sql: {
|
|
273
|
-
type:
|
|
273
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
274
274
|
isOptional: true;
|
|
275
275
|
};
|
|
276
276
|
metricIds: {
|
|
277
|
-
type:
|
|
277
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
278
278
|
isArray: true;
|
|
279
279
|
isOptional: true;
|
|
280
280
|
};
|
|
281
281
|
cacheTtlSeconds: {
|
|
282
|
-
type:
|
|
282
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
283
283
|
isOptional: true;
|
|
284
284
|
};
|
|
285
285
|
isShared: {
|
|
286
|
-
type:
|
|
286
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
287
287
|
isOptional: true;
|
|
288
288
|
};
|
|
289
289
|
}>;
|
|
290
|
-
declare const ExecuteQueryInputModel:
|
|
290
|
+
declare const ExecuteQueryInputModel: _lssm_lib_schema488.SchemaModel<{
|
|
291
291
|
queryId: {
|
|
292
|
-
type:
|
|
292
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
293
293
|
isOptional: false;
|
|
294
294
|
};
|
|
295
295
|
parameters: {
|
|
296
|
-
type:
|
|
296
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
297
297
|
isOptional: true;
|
|
298
298
|
};
|
|
299
299
|
dateRange: {
|
|
300
|
-
type:
|
|
300
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
301
301
|
isOptional: true;
|
|
302
302
|
};
|
|
303
303
|
filters: {
|
|
304
|
-
type:
|
|
304
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
305
305
|
isOptional: true;
|
|
306
306
|
};
|
|
307
307
|
forceRefresh: {
|
|
308
|
-
type:
|
|
308
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
309
309
|
isOptional: true;
|
|
310
310
|
};
|
|
311
311
|
}>;
|
|
312
|
-
declare const ListDashboardsInputModel:
|
|
312
|
+
declare const ListDashboardsInputModel: _lssm_lib_schema488.SchemaModel<{
|
|
313
313
|
status: {
|
|
314
|
-
type:
|
|
314
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
315
315
|
isOptional: true;
|
|
316
316
|
};
|
|
317
317
|
search: {
|
|
318
|
-
type:
|
|
318
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
319
319
|
isOptional: true;
|
|
320
320
|
};
|
|
321
321
|
limit: {
|
|
322
|
-
type:
|
|
322
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
323
323
|
isOptional: true;
|
|
324
324
|
defaultValue: number;
|
|
325
325
|
};
|
|
326
326
|
offset: {
|
|
327
|
-
type:
|
|
327
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
328
328
|
isOptional: true;
|
|
329
329
|
defaultValue: number;
|
|
330
330
|
};
|
|
331
331
|
}>;
|
|
332
|
-
declare const ListDashboardsOutputModel:
|
|
332
|
+
declare const ListDashboardsOutputModel: _lssm_lib_schema488.SchemaModel<{
|
|
333
333
|
dashboards: {
|
|
334
|
-
type:
|
|
334
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
335
335
|
id: {
|
|
336
|
-
type:
|
|
336
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
337
337
|
isOptional: false;
|
|
338
338
|
};
|
|
339
339
|
name: {
|
|
340
|
-
type:
|
|
340
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
341
341
|
isOptional: false;
|
|
342
342
|
};
|
|
343
343
|
slug: {
|
|
344
|
-
type:
|
|
344
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
345
345
|
isOptional: false;
|
|
346
346
|
};
|
|
347
347
|
description: {
|
|
348
|
-
type:
|
|
348
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
349
349
|
isOptional: true;
|
|
350
350
|
};
|
|
351
351
|
status: {
|
|
352
|
-
type:
|
|
352
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
353
353
|
isOptional: false;
|
|
354
354
|
};
|
|
355
355
|
refreshInterval: {
|
|
356
|
-
type:
|
|
356
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
357
357
|
isOptional: false;
|
|
358
358
|
};
|
|
359
359
|
isPublic: {
|
|
360
|
-
type:
|
|
360
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
361
361
|
isOptional: false;
|
|
362
362
|
};
|
|
363
363
|
widgets: {
|
|
364
|
-
type:
|
|
364
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
365
365
|
id: {
|
|
366
|
-
type:
|
|
366
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
367
367
|
isOptional: false;
|
|
368
368
|
};
|
|
369
369
|
dashboardId: {
|
|
370
|
-
type:
|
|
370
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
371
371
|
isOptional: false;
|
|
372
372
|
};
|
|
373
373
|
name: {
|
|
374
|
-
type:
|
|
374
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
375
375
|
isOptional: false;
|
|
376
376
|
};
|
|
377
377
|
type: {
|
|
378
|
-
type:
|
|
378
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
379
379
|
isOptional: false;
|
|
380
380
|
};
|
|
381
381
|
gridX: {
|
|
382
|
-
type:
|
|
382
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
383
383
|
isOptional: false;
|
|
384
384
|
};
|
|
385
385
|
gridY: {
|
|
386
|
-
type:
|
|
386
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
387
387
|
isOptional: false;
|
|
388
388
|
};
|
|
389
389
|
gridWidth: {
|
|
390
|
-
type:
|
|
390
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
391
391
|
isOptional: false;
|
|
392
392
|
};
|
|
393
393
|
gridHeight: {
|
|
394
|
-
type:
|
|
394
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
395
395
|
isOptional: false;
|
|
396
396
|
};
|
|
397
397
|
queryId: {
|
|
398
|
-
type:
|
|
398
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
399
399
|
isOptional: true;
|
|
400
400
|
};
|
|
401
401
|
config: {
|
|
402
|
-
type:
|
|
402
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
403
403
|
isOptional: true;
|
|
404
404
|
};
|
|
405
405
|
}>;
|
|
@@ -407,7 +407,7 @@ declare const ListDashboardsOutputModel: _lssm_lib_schema301.SchemaModel<{
|
|
|
407
407
|
isOptional: true;
|
|
408
408
|
};
|
|
409
409
|
createdAt: {
|
|
410
|
-
type:
|
|
410
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
411
411
|
isOptional: false;
|
|
412
412
|
};
|
|
413
413
|
}>;
|
|
@@ -415,100 +415,100 @@ declare const ListDashboardsOutputModel: _lssm_lib_schema301.SchemaModel<{
|
|
|
415
415
|
isOptional: false;
|
|
416
416
|
};
|
|
417
417
|
total: {
|
|
418
|
-
type:
|
|
418
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
419
419
|
isOptional: false;
|
|
420
420
|
};
|
|
421
421
|
}>;
|
|
422
|
-
declare const CreateDashboardContract: _lssm_lib_contracts26.ContractSpec<
|
|
422
|
+
declare const CreateDashboardContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib_schema488.SchemaModel<{
|
|
423
423
|
name: {
|
|
424
|
-
type:
|
|
424
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
425
425
|
isOptional: false;
|
|
426
426
|
};
|
|
427
427
|
slug: {
|
|
428
|
-
type:
|
|
428
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
429
429
|
isOptional: false;
|
|
430
430
|
};
|
|
431
431
|
description: {
|
|
432
|
-
type:
|
|
432
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
433
433
|
isOptional: true;
|
|
434
434
|
};
|
|
435
435
|
refreshInterval: {
|
|
436
|
-
type:
|
|
436
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
437
437
|
isOptional: true;
|
|
438
438
|
};
|
|
439
439
|
dateRange: {
|
|
440
|
-
type:
|
|
440
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
441
441
|
isOptional: true;
|
|
442
442
|
};
|
|
443
|
-
}>,
|
|
443
|
+
}>, _lssm_lib_schema488.SchemaModel<{
|
|
444
444
|
id: {
|
|
445
|
-
type:
|
|
445
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
446
446
|
isOptional: false;
|
|
447
447
|
};
|
|
448
448
|
name: {
|
|
449
|
-
type:
|
|
449
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
450
450
|
isOptional: false;
|
|
451
451
|
};
|
|
452
452
|
slug: {
|
|
453
|
-
type:
|
|
453
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
454
454
|
isOptional: false;
|
|
455
455
|
};
|
|
456
456
|
description: {
|
|
457
|
-
type:
|
|
457
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
458
458
|
isOptional: true;
|
|
459
459
|
};
|
|
460
460
|
status: {
|
|
461
|
-
type:
|
|
461
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
462
462
|
isOptional: false;
|
|
463
463
|
};
|
|
464
464
|
refreshInterval: {
|
|
465
|
-
type:
|
|
465
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
466
466
|
isOptional: false;
|
|
467
467
|
};
|
|
468
468
|
isPublic: {
|
|
469
|
-
type:
|
|
469
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
470
470
|
isOptional: false;
|
|
471
471
|
};
|
|
472
472
|
widgets: {
|
|
473
|
-
type:
|
|
473
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
474
474
|
id: {
|
|
475
|
-
type:
|
|
475
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
476
476
|
isOptional: false;
|
|
477
477
|
};
|
|
478
478
|
dashboardId: {
|
|
479
|
-
type:
|
|
479
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
480
480
|
isOptional: false;
|
|
481
481
|
};
|
|
482
482
|
name: {
|
|
483
|
-
type:
|
|
483
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
484
484
|
isOptional: false;
|
|
485
485
|
};
|
|
486
486
|
type: {
|
|
487
|
-
type:
|
|
487
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
488
488
|
isOptional: false;
|
|
489
489
|
};
|
|
490
490
|
gridX: {
|
|
491
|
-
type:
|
|
491
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
492
492
|
isOptional: false;
|
|
493
493
|
};
|
|
494
494
|
gridY: {
|
|
495
|
-
type:
|
|
495
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
496
496
|
isOptional: false;
|
|
497
497
|
};
|
|
498
498
|
gridWidth: {
|
|
499
|
-
type:
|
|
499
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
500
500
|
isOptional: false;
|
|
501
501
|
};
|
|
502
502
|
gridHeight: {
|
|
503
|
-
type:
|
|
503
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
504
504
|
isOptional: false;
|
|
505
505
|
};
|
|
506
506
|
queryId: {
|
|
507
|
-
type:
|
|
507
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
508
508
|
isOptional: true;
|
|
509
509
|
};
|
|
510
510
|
config: {
|
|
511
|
-
type:
|
|
511
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
512
512
|
isOptional: true;
|
|
513
513
|
};
|
|
514
514
|
}>;
|
|
@@ -516,82 +516,82 @@ declare const CreateDashboardContract: _lssm_lib_contracts26.ContractSpec<_lssm_
|
|
|
516
516
|
isOptional: true;
|
|
517
517
|
};
|
|
518
518
|
createdAt: {
|
|
519
|
-
type:
|
|
519
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
520
520
|
isOptional: false;
|
|
521
521
|
};
|
|
522
522
|
}>, {
|
|
523
523
|
name: string;
|
|
524
524
|
version: number;
|
|
525
525
|
when: string;
|
|
526
|
-
payload:
|
|
526
|
+
payload: _lssm_lib_schema488.SchemaModel<{
|
|
527
527
|
id: {
|
|
528
|
-
type:
|
|
528
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
529
529
|
isOptional: false;
|
|
530
530
|
};
|
|
531
531
|
name: {
|
|
532
|
-
type:
|
|
532
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
533
533
|
isOptional: false;
|
|
534
534
|
};
|
|
535
535
|
slug: {
|
|
536
|
-
type:
|
|
536
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
537
537
|
isOptional: false;
|
|
538
538
|
};
|
|
539
539
|
description: {
|
|
540
|
-
type:
|
|
540
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
541
541
|
isOptional: true;
|
|
542
542
|
};
|
|
543
543
|
status: {
|
|
544
|
-
type:
|
|
544
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
545
545
|
isOptional: false;
|
|
546
546
|
};
|
|
547
547
|
refreshInterval: {
|
|
548
|
-
type:
|
|
548
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
549
549
|
isOptional: false;
|
|
550
550
|
};
|
|
551
551
|
isPublic: {
|
|
552
|
-
type:
|
|
552
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
553
553
|
isOptional: false;
|
|
554
554
|
};
|
|
555
555
|
widgets: {
|
|
556
|
-
type:
|
|
556
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
557
557
|
id: {
|
|
558
|
-
type:
|
|
558
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
559
559
|
isOptional: false;
|
|
560
560
|
};
|
|
561
561
|
dashboardId: {
|
|
562
|
-
type:
|
|
562
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
563
563
|
isOptional: false;
|
|
564
564
|
};
|
|
565
565
|
name: {
|
|
566
|
-
type:
|
|
566
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
567
567
|
isOptional: false;
|
|
568
568
|
};
|
|
569
569
|
type: {
|
|
570
|
-
type:
|
|
570
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
571
571
|
isOptional: false;
|
|
572
572
|
};
|
|
573
573
|
gridX: {
|
|
574
|
-
type:
|
|
574
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
575
575
|
isOptional: false;
|
|
576
576
|
};
|
|
577
577
|
gridY: {
|
|
578
|
-
type:
|
|
578
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
579
579
|
isOptional: false;
|
|
580
580
|
};
|
|
581
581
|
gridWidth: {
|
|
582
|
-
type:
|
|
582
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
583
583
|
isOptional: false;
|
|
584
584
|
};
|
|
585
585
|
gridHeight: {
|
|
586
|
-
type:
|
|
586
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
587
587
|
isOptional: false;
|
|
588
588
|
};
|
|
589
589
|
queryId: {
|
|
590
|
-
type:
|
|
590
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
591
591
|
isOptional: true;
|
|
592
592
|
};
|
|
593
593
|
config: {
|
|
594
|
-
type:
|
|
594
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
595
595
|
isOptional: true;
|
|
596
596
|
};
|
|
597
597
|
}>;
|
|
@@ -599,391 +599,391 @@ declare const CreateDashboardContract: _lssm_lib_contracts26.ContractSpec<_lssm_
|
|
|
599
599
|
isOptional: true;
|
|
600
600
|
};
|
|
601
601
|
createdAt: {
|
|
602
|
-
type:
|
|
602
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
603
603
|
isOptional: false;
|
|
604
604
|
};
|
|
605
605
|
}>;
|
|
606
606
|
}[]>;
|
|
607
|
-
declare const AddWidgetContract: _lssm_lib_contracts26.ContractSpec<
|
|
607
|
+
declare const AddWidgetContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib_schema488.SchemaModel<{
|
|
608
608
|
dashboardId: {
|
|
609
|
-
type:
|
|
609
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
610
610
|
isOptional: false;
|
|
611
611
|
};
|
|
612
612
|
name: {
|
|
613
|
-
type:
|
|
613
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
614
614
|
isOptional: false;
|
|
615
615
|
};
|
|
616
616
|
type: {
|
|
617
|
-
type:
|
|
617
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
618
618
|
isOptional: false;
|
|
619
619
|
};
|
|
620
620
|
gridX: {
|
|
621
|
-
type:
|
|
621
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
622
622
|
isOptional: true;
|
|
623
623
|
};
|
|
624
624
|
gridY: {
|
|
625
|
-
type:
|
|
625
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
626
626
|
isOptional: true;
|
|
627
627
|
};
|
|
628
628
|
gridWidth: {
|
|
629
|
-
type:
|
|
629
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
630
630
|
isOptional: true;
|
|
631
631
|
};
|
|
632
632
|
gridHeight: {
|
|
633
|
-
type:
|
|
633
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
634
634
|
isOptional: true;
|
|
635
635
|
};
|
|
636
636
|
queryId: {
|
|
637
|
-
type:
|
|
637
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
638
638
|
isOptional: true;
|
|
639
639
|
};
|
|
640
640
|
config: {
|
|
641
|
-
type:
|
|
641
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
642
642
|
isOptional: true;
|
|
643
643
|
};
|
|
644
|
-
}>,
|
|
644
|
+
}>, _lssm_lib_schema488.SchemaModel<{
|
|
645
645
|
id: {
|
|
646
|
-
type:
|
|
646
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
647
647
|
isOptional: false;
|
|
648
648
|
};
|
|
649
649
|
dashboardId: {
|
|
650
|
-
type:
|
|
650
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
651
651
|
isOptional: false;
|
|
652
652
|
};
|
|
653
653
|
name: {
|
|
654
|
-
type:
|
|
654
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
655
655
|
isOptional: false;
|
|
656
656
|
};
|
|
657
657
|
type: {
|
|
658
|
-
type:
|
|
658
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
659
659
|
isOptional: false;
|
|
660
660
|
};
|
|
661
661
|
gridX: {
|
|
662
|
-
type:
|
|
662
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
663
663
|
isOptional: false;
|
|
664
664
|
};
|
|
665
665
|
gridY: {
|
|
666
|
-
type:
|
|
666
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
667
667
|
isOptional: false;
|
|
668
668
|
};
|
|
669
669
|
gridWidth: {
|
|
670
|
-
type:
|
|
670
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
671
671
|
isOptional: false;
|
|
672
672
|
};
|
|
673
673
|
gridHeight: {
|
|
674
|
-
type:
|
|
674
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
675
675
|
isOptional: false;
|
|
676
676
|
};
|
|
677
677
|
queryId: {
|
|
678
|
-
type:
|
|
678
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
679
679
|
isOptional: true;
|
|
680
680
|
};
|
|
681
681
|
config: {
|
|
682
|
-
type:
|
|
682
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
683
683
|
isOptional: true;
|
|
684
684
|
};
|
|
685
685
|
}>, {
|
|
686
686
|
name: string;
|
|
687
687
|
version: number;
|
|
688
688
|
when: string;
|
|
689
|
-
payload:
|
|
689
|
+
payload: _lssm_lib_schema488.SchemaModel<{
|
|
690
690
|
id: {
|
|
691
|
-
type:
|
|
691
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
692
692
|
isOptional: false;
|
|
693
693
|
};
|
|
694
694
|
dashboardId: {
|
|
695
|
-
type:
|
|
695
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
696
696
|
isOptional: false;
|
|
697
697
|
};
|
|
698
698
|
name: {
|
|
699
|
-
type:
|
|
699
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
700
700
|
isOptional: false;
|
|
701
701
|
};
|
|
702
702
|
type: {
|
|
703
|
-
type:
|
|
703
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
704
704
|
isOptional: false;
|
|
705
705
|
};
|
|
706
706
|
gridX: {
|
|
707
|
-
type:
|
|
707
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
708
708
|
isOptional: false;
|
|
709
709
|
};
|
|
710
710
|
gridY: {
|
|
711
|
-
type:
|
|
711
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
712
712
|
isOptional: false;
|
|
713
713
|
};
|
|
714
714
|
gridWidth: {
|
|
715
|
-
type:
|
|
715
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
716
716
|
isOptional: false;
|
|
717
717
|
};
|
|
718
718
|
gridHeight: {
|
|
719
|
-
type:
|
|
719
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
720
720
|
isOptional: false;
|
|
721
721
|
};
|
|
722
722
|
queryId: {
|
|
723
|
-
type:
|
|
723
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
724
724
|
isOptional: true;
|
|
725
725
|
};
|
|
726
726
|
config: {
|
|
727
|
-
type:
|
|
727
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
728
728
|
isOptional: true;
|
|
729
729
|
};
|
|
730
730
|
}>;
|
|
731
731
|
}[]>;
|
|
732
|
-
declare const CreateQueryContract: _lssm_lib_contracts26.ContractSpec<
|
|
732
|
+
declare const CreateQueryContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib_schema488.SchemaModel<{
|
|
733
733
|
name: {
|
|
734
|
-
type:
|
|
734
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
735
735
|
isOptional: false;
|
|
736
736
|
};
|
|
737
737
|
description: {
|
|
738
|
-
type:
|
|
738
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
739
739
|
isOptional: true;
|
|
740
740
|
};
|
|
741
741
|
type: {
|
|
742
|
-
type:
|
|
742
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string]>;
|
|
743
743
|
isOptional: false;
|
|
744
744
|
};
|
|
745
745
|
definition: {
|
|
746
|
-
type:
|
|
746
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
747
747
|
isOptional: false;
|
|
748
748
|
};
|
|
749
749
|
sql: {
|
|
750
|
-
type:
|
|
750
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
751
751
|
isOptional: true;
|
|
752
752
|
};
|
|
753
753
|
metricIds: {
|
|
754
|
-
type:
|
|
754
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
755
755
|
isArray: true;
|
|
756
756
|
isOptional: true;
|
|
757
757
|
};
|
|
758
758
|
cacheTtlSeconds: {
|
|
759
|
-
type:
|
|
759
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
760
760
|
isOptional: true;
|
|
761
761
|
};
|
|
762
762
|
isShared: {
|
|
763
|
-
type:
|
|
763
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
764
764
|
isOptional: true;
|
|
765
765
|
};
|
|
766
|
-
}>,
|
|
766
|
+
}>, _lssm_lib_schema488.SchemaModel<{
|
|
767
767
|
id: {
|
|
768
|
-
type:
|
|
768
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
769
769
|
isOptional: false;
|
|
770
770
|
};
|
|
771
771
|
name: {
|
|
772
|
-
type:
|
|
772
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
773
773
|
isOptional: false;
|
|
774
774
|
};
|
|
775
775
|
description: {
|
|
776
|
-
type:
|
|
776
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
777
777
|
isOptional: true;
|
|
778
778
|
};
|
|
779
779
|
type: {
|
|
780
|
-
type:
|
|
780
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string]>;
|
|
781
781
|
isOptional: false;
|
|
782
782
|
};
|
|
783
783
|
definition: {
|
|
784
|
-
type:
|
|
784
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
785
785
|
isOptional: false;
|
|
786
786
|
};
|
|
787
787
|
sql: {
|
|
788
|
-
type:
|
|
788
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
789
789
|
isOptional: true;
|
|
790
790
|
};
|
|
791
791
|
cacheTtlSeconds: {
|
|
792
|
-
type:
|
|
792
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
793
793
|
isOptional: false;
|
|
794
794
|
};
|
|
795
795
|
isShared: {
|
|
796
|
-
type:
|
|
796
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
797
797
|
isOptional: false;
|
|
798
798
|
};
|
|
799
799
|
createdAt: {
|
|
800
|
-
type:
|
|
800
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
801
801
|
isOptional: false;
|
|
802
802
|
};
|
|
803
803
|
}>, {
|
|
804
804
|
name: string;
|
|
805
805
|
version: number;
|
|
806
806
|
when: string;
|
|
807
|
-
payload:
|
|
807
|
+
payload: _lssm_lib_schema488.SchemaModel<{
|
|
808
808
|
id: {
|
|
809
|
-
type:
|
|
809
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
810
810
|
isOptional: false;
|
|
811
811
|
};
|
|
812
812
|
name: {
|
|
813
|
-
type:
|
|
813
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
814
814
|
isOptional: false;
|
|
815
815
|
};
|
|
816
816
|
description: {
|
|
817
|
-
type:
|
|
817
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
818
818
|
isOptional: true;
|
|
819
819
|
};
|
|
820
820
|
type: {
|
|
821
|
-
type:
|
|
821
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string]>;
|
|
822
822
|
isOptional: false;
|
|
823
823
|
};
|
|
824
824
|
definition: {
|
|
825
|
-
type:
|
|
825
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
826
826
|
isOptional: false;
|
|
827
827
|
};
|
|
828
828
|
sql: {
|
|
829
|
-
type:
|
|
829
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
830
830
|
isOptional: true;
|
|
831
831
|
};
|
|
832
832
|
cacheTtlSeconds: {
|
|
833
|
-
type:
|
|
833
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
834
834
|
isOptional: false;
|
|
835
835
|
};
|
|
836
836
|
isShared: {
|
|
837
|
-
type:
|
|
837
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
838
838
|
isOptional: false;
|
|
839
839
|
};
|
|
840
840
|
createdAt: {
|
|
841
|
-
type:
|
|
841
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
842
842
|
isOptional: false;
|
|
843
843
|
};
|
|
844
844
|
}>;
|
|
845
845
|
}[]>;
|
|
846
|
-
declare const ExecuteQueryContract: _lssm_lib_contracts26.ContractSpec<
|
|
846
|
+
declare const ExecuteQueryContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib_schema488.SchemaModel<{
|
|
847
847
|
queryId: {
|
|
848
|
-
type:
|
|
848
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
849
849
|
isOptional: false;
|
|
850
850
|
};
|
|
851
851
|
parameters: {
|
|
852
|
-
type:
|
|
852
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
853
853
|
isOptional: true;
|
|
854
854
|
};
|
|
855
855
|
dateRange: {
|
|
856
|
-
type:
|
|
856
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
857
857
|
isOptional: true;
|
|
858
858
|
};
|
|
859
859
|
filters: {
|
|
860
|
-
type:
|
|
860
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
861
861
|
isOptional: true;
|
|
862
862
|
};
|
|
863
863
|
forceRefresh: {
|
|
864
|
-
type:
|
|
864
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
865
865
|
isOptional: true;
|
|
866
866
|
};
|
|
867
|
-
}>,
|
|
867
|
+
}>, _lssm_lib_schema488.SchemaModel<{
|
|
868
868
|
queryId: {
|
|
869
|
-
type:
|
|
869
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
870
870
|
isOptional: false;
|
|
871
871
|
};
|
|
872
872
|
data: {
|
|
873
|
-
type:
|
|
873
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
874
874
|
isOptional: false;
|
|
875
875
|
};
|
|
876
876
|
columns: {
|
|
877
|
-
type:
|
|
877
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
878
878
|
isOptional: false;
|
|
879
879
|
};
|
|
880
880
|
rowCount: {
|
|
881
|
-
type:
|
|
881
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
882
882
|
isOptional: false;
|
|
883
883
|
};
|
|
884
884
|
executionTimeMs: {
|
|
885
|
-
type:
|
|
885
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
886
886
|
isOptional: false;
|
|
887
887
|
};
|
|
888
888
|
cachedAt: {
|
|
889
|
-
type:
|
|
889
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
890
890
|
isOptional: true;
|
|
891
891
|
};
|
|
892
892
|
error: {
|
|
893
|
-
type:
|
|
893
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
894
894
|
isOptional: true;
|
|
895
895
|
};
|
|
896
896
|
}>, undefined>;
|
|
897
|
-
declare const ListDashboardsContract: _lssm_lib_contracts26.ContractSpec<
|
|
897
|
+
declare const ListDashboardsContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib_schema488.SchemaModel<{
|
|
898
898
|
status: {
|
|
899
|
-
type:
|
|
899
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
900
900
|
isOptional: true;
|
|
901
901
|
};
|
|
902
902
|
search: {
|
|
903
|
-
type:
|
|
903
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
904
904
|
isOptional: true;
|
|
905
905
|
};
|
|
906
906
|
limit: {
|
|
907
|
-
type:
|
|
907
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
908
908
|
isOptional: true;
|
|
909
909
|
defaultValue: number;
|
|
910
910
|
};
|
|
911
911
|
offset: {
|
|
912
|
-
type:
|
|
912
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
913
913
|
isOptional: true;
|
|
914
914
|
defaultValue: number;
|
|
915
915
|
};
|
|
916
|
-
}>,
|
|
916
|
+
}>, _lssm_lib_schema488.SchemaModel<{
|
|
917
917
|
dashboards: {
|
|
918
|
-
type:
|
|
918
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
919
919
|
id: {
|
|
920
|
-
type:
|
|
920
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
921
921
|
isOptional: false;
|
|
922
922
|
};
|
|
923
923
|
name: {
|
|
924
|
-
type:
|
|
924
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
925
925
|
isOptional: false;
|
|
926
926
|
};
|
|
927
927
|
slug: {
|
|
928
|
-
type:
|
|
928
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
929
929
|
isOptional: false;
|
|
930
930
|
};
|
|
931
931
|
description: {
|
|
932
|
-
type:
|
|
932
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
933
933
|
isOptional: true;
|
|
934
934
|
};
|
|
935
935
|
status: {
|
|
936
|
-
type:
|
|
936
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
937
937
|
isOptional: false;
|
|
938
938
|
};
|
|
939
939
|
refreshInterval: {
|
|
940
|
-
type:
|
|
940
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
941
941
|
isOptional: false;
|
|
942
942
|
};
|
|
943
943
|
isPublic: {
|
|
944
|
-
type:
|
|
944
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
945
945
|
isOptional: false;
|
|
946
946
|
};
|
|
947
947
|
widgets: {
|
|
948
|
-
type:
|
|
948
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
949
949
|
id: {
|
|
950
|
-
type:
|
|
950
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
951
951
|
isOptional: false;
|
|
952
952
|
};
|
|
953
953
|
dashboardId: {
|
|
954
|
-
type:
|
|
954
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
955
955
|
isOptional: false;
|
|
956
956
|
};
|
|
957
957
|
name: {
|
|
958
|
-
type:
|
|
958
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
959
959
|
isOptional: false;
|
|
960
960
|
};
|
|
961
961
|
type: {
|
|
962
|
-
type:
|
|
962
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
963
963
|
isOptional: false;
|
|
964
964
|
};
|
|
965
965
|
gridX: {
|
|
966
|
-
type:
|
|
966
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
967
967
|
isOptional: false;
|
|
968
968
|
};
|
|
969
969
|
gridY: {
|
|
970
|
-
type:
|
|
970
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
971
971
|
isOptional: false;
|
|
972
972
|
};
|
|
973
973
|
gridWidth: {
|
|
974
|
-
type:
|
|
974
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
975
975
|
isOptional: false;
|
|
976
976
|
};
|
|
977
977
|
gridHeight: {
|
|
978
|
-
type:
|
|
978
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
979
979
|
isOptional: false;
|
|
980
980
|
};
|
|
981
981
|
queryId: {
|
|
982
|
-
type:
|
|
982
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
983
983
|
isOptional: true;
|
|
984
984
|
};
|
|
985
985
|
config: {
|
|
986
|
-
type:
|
|
986
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
987
987
|
isOptional: true;
|
|
988
988
|
};
|
|
989
989
|
}>;
|
|
@@ -991,7 +991,7 @@ declare const ListDashboardsContract: _lssm_lib_contracts26.ContractSpec<_lssm_l
|
|
|
991
991
|
isOptional: true;
|
|
992
992
|
};
|
|
993
993
|
createdAt: {
|
|
994
|
-
type:
|
|
994
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
995
995
|
isOptional: false;
|
|
996
996
|
};
|
|
997
997
|
}>;
|
|
@@ -999,106 +999,106 @@ declare const ListDashboardsContract: _lssm_lib_contracts26.ContractSpec<_lssm_l
|
|
|
999
999
|
isOptional: false;
|
|
1000
1000
|
};
|
|
1001
1001
|
total: {
|
|
1002
|
-
type:
|
|
1002
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
1003
1003
|
isOptional: false;
|
|
1004
1004
|
};
|
|
1005
1005
|
}>, undefined>;
|
|
1006
|
-
declare const GetDashboardInputModel:
|
|
1006
|
+
declare const GetDashboardInputModel: _lssm_lib_schema488.SchemaModel<{
|
|
1007
1007
|
dashboardId: {
|
|
1008
|
-
type:
|
|
1008
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1009
1009
|
isOptional: true;
|
|
1010
1010
|
};
|
|
1011
1011
|
slug: {
|
|
1012
|
-
type:
|
|
1012
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1013
1013
|
isOptional: true;
|
|
1014
1014
|
};
|
|
1015
1015
|
shareToken: {
|
|
1016
|
-
type:
|
|
1016
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1017
1017
|
isOptional: true;
|
|
1018
1018
|
};
|
|
1019
1019
|
}>;
|
|
1020
|
-
declare const GetDashboardContract: _lssm_lib_contracts26.ContractSpec<
|
|
1020
|
+
declare const GetDashboardContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib_schema488.SchemaModel<{
|
|
1021
1021
|
dashboardId: {
|
|
1022
|
-
type:
|
|
1022
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1023
1023
|
isOptional: true;
|
|
1024
1024
|
};
|
|
1025
1025
|
slug: {
|
|
1026
|
-
type:
|
|
1026
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1027
1027
|
isOptional: true;
|
|
1028
1028
|
};
|
|
1029
1029
|
shareToken: {
|
|
1030
|
-
type:
|
|
1030
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1031
1031
|
isOptional: true;
|
|
1032
1032
|
};
|
|
1033
|
-
}>,
|
|
1033
|
+
}>, _lssm_lib_schema488.SchemaModel<{
|
|
1034
1034
|
id: {
|
|
1035
|
-
type:
|
|
1035
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1036
1036
|
isOptional: false;
|
|
1037
1037
|
};
|
|
1038
1038
|
name: {
|
|
1039
|
-
type:
|
|
1039
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1040
1040
|
isOptional: false;
|
|
1041
1041
|
};
|
|
1042
1042
|
slug: {
|
|
1043
|
-
type:
|
|
1043
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1044
1044
|
isOptional: false;
|
|
1045
1045
|
};
|
|
1046
1046
|
description: {
|
|
1047
|
-
type:
|
|
1047
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1048
1048
|
isOptional: true;
|
|
1049
1049
|
};
|
|
1050
1050
|
status: {
|
|
1051
|
-
type:
|
|
1051
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string]>;
|
|
1052
1052
|
isOptional: false;
|
|
1053
1053
|
};
|
|
1054
1054
|
refreshInterval: {
|
|
1055
|
-
type:
|
|
1055
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string]>;
|
|
1056
1056
|
isOptional: false;
|
|
1057
1057
|
};
|
|
1058
1058
|
isPublic: {
|
|
1059
|
-
type:
|
|
1059
|
+
type: _lssm_lib_schema488.FieldType<boolean, boolean>;
|
|
1060
1060
|
isOptional: false;
|
|
1061
1061
|
};
|
|
1062
1062
|
widgets: {
|
|
1063
|
-
type:
|
|
1063
|
+
type: _lssm_lib_schema488.SchemaModel<{
|
|
1064
1064
|
id: {
|
|
1065
|
-
type:
|
|
1065
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1066
1066
|
isOptional: false;
|
|
1067
1067
|
};
|
|
1068
1068
|
dashboardId: {
|
|
1069
|
-
type:
|
|
1069
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1070
1070
|
isOptional: false;
|
|
1071
1071
|
};
|
|
1072
1072
|
name: {
|
|
1073
|
-
type:
|
|
1073
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1074
1074
|
isOptional: false;
|
|
1075
1075
|
};
|
|
1076
1076
|
type: {
|
|
1077
|
-
type:
|
|
1077
|
+
type: _lssm_lib_schema488.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
|
|
1078
1078
|
isOptional: false;
|
|
1079
1079
|
};
|
|
1080
1080
|
gridX: {
|
|
1081
|
-
type:
|
|
1081
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
1082
1082
|
isOptional: false;
|
|
1083
1083
|
};
|
|
1084
1084
|
gridY: {
|
|
1085
|
-
type:
|
|
1085
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
1086
1086
|
isOptional: false;
|
|
1087
1087
|
};
|
|
1088
1088
|
gridWidth: {
|
|
1089
|
-
type:
|
|
1089
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
1090
1090
|
isOptional: false;
|
|
1091
1091
|
};
|
|
1092
1092
|
gridHeight: {
|
|
1093
|
-
type:
|
|
1093
|
+
type: _lssm_lib_schema488.FieldType<number, number>;
|
|
1094
1094
|
isOptional: false;
|
|
1095
1095
|
};
|
|
1096
1096
|
queryId: {
|
|
1097
|
-
type:
|
|
1097
|
+
type: _lssm_lib_schema488.FieldType<string, string>;
|
|
1098
1098
|
isOptional: true;
|
|
1099
1099
|
};
|
|
1100
1100
|
config: {
|
|
1101
|
-
type:
|
|
1101
|
+
type: _lssm_lib_schema488.FieldType<unknown, unknown>;
|
|
1102
1102
|
isOptional: true;
|
|
1103
1103
|
};
|
|
1104
1104
|
}>;
|
|
@@ -1106,7 +1106,7 @@ declare const GetDashboardContract: _lssm_lib_contracts26.ContractSpec<_lssm_lib
|
|
|
1106
1106
|
isOptional: true;
|
|
1107
1107
|
};
|
|
1108
1108
|
createdAt: {
|
|
1109
|
-
type:
|
|
1109
|
+
type: _lssm_lib_schema488.FieldType<Date, string>;
|
|
1110
1110
|
isOptional: false;
|
|
1111
1111
|
};
|
|
1112
1112
|
}>, undefined>;
|