@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/feature.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import * as _lssm_lib_schema85 from "@lssm/lib.schema";
2
- import * as _lssm_lib_contracts13 from "@lssm/lib.contracts";
1
+ import * as _lssm_lib_schema469 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_contracts5 from "@lssm/lib.contracts";
3
3
 
4
4
  //#region src/feature.d.ts
5
5
 
@@ -14,98 +14,98 @@ declare const AnalyticsDashboardFeature: {
14
14
  version: string;
15
15
  description: string;
16
16
  dependencies: string[];
17
- schema: _lssm_lib_schema85.ModuleSchemaContribution;
17
+ schema: _lssm_lib_schema469.ModuleSchemaContribution;
18
18
  contracts: {
19
- createDashboard: _lssm_lib_contracts13.ContractSpec<_lssm_lib_schema85.SchemaModel<{
19
+ createDashboard: _lssm_lib_contracts5.ContractSpec<_lssm_lib_schema469.SchemaModel<{
20
20
  name: {
21
- type: _lssm_lib_schema85.FieldType<string, string>;
21
+ type: _lssm_lib_schema469.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  slug: {
25
- type: _lssm_lib_schema85.FieldType<string, string>;
25
+ type: _lssm_lib_schema469.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  description: {
29
- type: _lssm_lib_schema85.FieldType<string, string>;
29
+ type: _lssm_lib_schema469.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  refreshInterval: {
33
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string]>;
33
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string]>;
34
34
  isOptional: true;
35
35
  };
36
36
  dateRange: {
37
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
37
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
38
38
  isOptional: true;
39
39
  };
40
- }>, _lssm_lib_schema85.SchemaModel<{
40
+ }>, _lssm_lib_schema469.SchemaModel<{
41
41
  id: {
42
- type: _lssm_lib_schema85.FieldType<string, string>;
42
+ type: _lssm_lib_schema469.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  name: {
46
- type: _lssm_lib_schema85.FieldType<string, string>;
46
+ type: _lssm_lib_schema469.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  slug: {
50
- type: _lssm_lib_schema85.FieldType<string, string>;
50
+ type: _lssm_lib_schema469.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  description: {
54
- type: _lssm_lib_schema85.FieldType<string, string>;
54
+ type: _lssm_lib_schema469.FieldType<string, string>;
55
55
  isOptional: true;
56
56
  };
57
57
  status: {
58
- type: _lssm_lib_schema85.EnumType<[string, string, string]>;
58
+ type: _lssm_lib_schema469.EnumType<[string, string, string]>;
59
59
  isOptional: false;
60
60
  };
61
61
  refreshInterval: {
62
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string]>;
62
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string]>;
63
63
  isOptional: false;
64
64
  };
65
65
  isPublic: {
66
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
66
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
67
67
  isOptional: false;
68
68
  };
69
69
  widgets: {
70
- type: _lssm_lib_schema85.SchemaModel<{
70
+ type: _lssm_lib_schema469.SchemaModel<{
71
71
  id: {
72
- type: _lssm_lib_schema85.FieldType<string, string>;
72
+ type: _lssm_lib_schema469.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  dashboardId: {
76
- type: _lssm_lib_schema85.FieldType<string, string>;
76
+ type: _lssm_lib_schema469.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  name: {
80
- type: _lssm_lib_schema85.FieldType<string, string>;
80
+ type: _lssm_lib_schema469.FieldType<string, string>;
81
81
  isOptional: false;
82
82
  };
83
83
  type: {
84
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
84
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
85
85
  isOptional: false;
86
86
  };
87
87
  gridX: {
88
- type: _lssm_lib_schema85.FieldType<number, number>;
88
+ type: _lssm_lib_schema469.FieldType<number, number>;
89
89
  isOptional: false;
90
90
  };
91
91
  gridY: {
92
- type: _lssm_lib_schema85.FieldType<number, number>;
92
+ type: _lssm_lib_schema469.FieldType<number, number>;
93
93
  isOptional: false;
94
94
  };
95
95
  gridWidth: {
96
- type: _lssm_lib_schema85.FieldType<number, number>;
96
+ type: _lssm_lib_schema469.FieldType<number, number>;
97
97
  isOptional: false;
98
98
  };
99
99
  gridHeight: {
100
- type: _lssm_lib_schema85.FieldType<number, number>;
100
+ type: _lssm_lib_schema469.FieldType<number, number>;
101
101
  isOptional: false;
102
102
  };
103
103
  queryId: {
104
- type: _lssm_lib_schema85.FieldType<string, string>;
104
+ type: _lssm_lib_schema469.FieldType<string, string>;
105
105
  isOptional: true;
106
106
  };
107
107
  config: {
108
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
108
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
109
109
  isOptional: true;
110
110
  };
111
111
  }>;
@@ -113,82 +113,82 @@ declare const AnalyticsDashboardFeature: {
113
113
  isOptional: true;
114
114
  };
115
115
  createdAt: {
116
- type: _lssm_lib_schema85.FieldType<Date, string>;
116
+ type: _lssm_lib_schema469.FieldType<Date, string>;
117
117
  isOptional: false;
118
118
  };
119
119
  }>, {
120
120
  name: string;
121
121
  version: number;
122
122
  when: string;
123
- payload: _lssm_lib_schema85.SchemaModel<{
123
+ payload: _lssm_lib_schema469.SchemaModel<{
124
124
  id: {
125
- type: _lssm_lib_schema85.FieldType<string, string>;
125
+ type: _lssm_lib_schema469.FieldType<string, string>;
126
126
  isOptional: false;
127
127
  };
128
128
  name: {
129
- type: _lssm_lib_schema85.FieldType<string, string>;
129
+ type: _lssm_lib_schema469.FieldType<string, string>;
130
130
  isOptional: false;
131
131
  };
132
132
  slug: {
133
- type: _lssm_lib_schema85.FieldType<string, string>;
133
+ type: _lssm_lib_schema469.FieldType<string, string>;
134
134
  isOptional: false;
135
135
  };
136
136
  description: {
137
- type: _lssm_lib_schema85.FieldType<string, string>;
137
+ type: _lssm_lib_schema469.FieldType<string, string>;
138
138
  isOptional: true;
139
139
  };
140
140
  status: {
141
- type: _lssm_lib_schema85.EnumType<[string, string, string]>;
141
+ type: _lssm_lib_schema469.EnumType<[string, string, string]>;
142
142
  isOptional: false;
143
143
  };
144
144
  refreshInterval: {
145
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string]>;
145
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string]>;
146
146
  isOptional: false;
147
147
  };
148
148
  isPublic: {
149
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
149
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
150
150
  isOptional: false;
151
151
  };
152
152
  widgets: {
153
- type: _lssm_lib_schema85.SchemaModel<{
153
+ type: _lssm_lib_schema469.SchemaModel<{
154
154
  id: {
155
- type: _lssm_lib_schema85.FieldType<string, string>;
155
+ type: _lssm_lib_schema469.FieldType<string, string>;
156
156
  isOptional: false;
157
157
  };
158
158
  dashboardId: {
159
- type: _lssm_lib_schema85.FieldType<string, string>;
159
+ type: _lssm_lib_schema469.FieldType<string, string>;
160
160
  isOptional: false;
161
161
  };
162
162
  name: {
163
- type: _lssm_lib_schema85.FieldType<string, string>;
163
+ type: _lssm_lib_schema469.FieldType<string, string>;
164
164
  isOptional: false;
165
165
  };
166
166
  type: {
167
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
167
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
168
168
  isOptional: false;
169
169
  };
170
170
  gridX: {
171
- type: _lssm_lib_schema85.FieldType<number, number>;
171
+ type: _lssm_lib_schema469.FieldType<number, number>;
172
172
  isOptional: false;
173
173
  };
174
174
  gridY: {
175
- type: _lssm_lib_schema85.FieldType<number, number>;
175
+ type: _lssm_lib_schema469.FieldType<number, number>;
176
176
  isOptional: false;
177
177
  };
178
178
  gridWidth: {
179
- type: _lssm_lib_schema85.FieldType<number, number>;
179
+ type: _lssm_lib_schema469.FieldType<number, number>;
180
180
  isOptional: false;
181
181
  };
182
182
  gridHeight: {
183
- type: _lssm_lib_schema85.FieldType<number, number>;
183
+ type: _lssm_lib_schema469.FieldType<number, number>;
184
184
  isOptional: false;
185
185
  };
186
186
  queryId: {
187
- type: _lssm_lib_schema85.FieldType<string, string>;
187
+ type: _lssm_lib_schema469.FieldType<string, string>;
188
188
  isOptional: true;
189
189
  };
190
190
  config: {
191
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
191
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
192
192
  isOptional: true;
193
193
  };
194
194
  }>;
@@ -196,218 +196,218 @@ declare const AnalyticsDashboardFeature: {
196
196
  isOptional: true;
197
197
  };
198
198
  createdAt: {
199
- type: _lssm_lib_schema85.FieldType<Date, string>;
199
+ type: _lssm_lib_schema469.FieldType<Date, string>;
200
200
  isOptional: false;
201
201
  };
202
202
  }>;
203
203
  }[]>;
204
- addWidget: _lssm_lib_contracts13.ContractSpec<_lssm_lib_schema85.SchemaModel<{
204
+ addWidget: _lssm_lib_contracts5.ContractSpec<_lssm_lib_schema469.SchemaModel<{
205
205
  dashboardId: {
206
- type: _lssm_lib_schema85.FieldType<string, string>;
206
+ type: _lssm_lib_schema469.FieldType<string, string>;
207
207
  isOptional: false;
208
208
  };
209
209
  name: {
210
- type: _lssm_lib_schema85.FieldType<string, string>;
210
+ type: _lssm_lib_schema469.FieldType<string, string>;
211
211
  isOptional: false;
212
212
  };
213
213
  type: {
214
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
214
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
215
215
  isOptional: false;
216
216
  };
217
217
  gridX: {
218
- type: _lssm_lib_schema85.FieldType<number, number>;
218
+ type: _lssm_lib_schema469.FieldType<number, number>;
219
219
  isOptional: true;
220
220
  };
221
221
  gridY: {
222
- type: _lssm_lib_schema85.FieldType<number, number>;
222
+ type: _lssm_lib_schema469.FieldType<number, number>;
223
223
  isOptional: true;
224
224
  };
225
225
  gridWidth: {
226
- type: _lssm_lib_schema85.FieldType<number, number>;
226
+ type: _lssm_lib_schema469.FieldType<number, number>;
227
227
  isOptional: true;
228
228
  };
229
229
  gridHeight: {
230
- type: _lssm_lib_schema85.FieldType<number, number>;
230
+ type: _lssm_lib_schema469.FieldType<number, number>;
231
231
  isOptional: true;
232
232
  };
233
233
  queryId: {
234
- type: _lssm_lib_schema85.FieldType<string, string>;
234
+ type: _lssm_lib_schema469.FieldType<string, string>;
235
235
  isOptional: true;
236
236
  };
237
237
  config: {
238
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
238
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
239
239
  isOptional: true;
240
240
  };
241
- }>, _lssm_lib_schema85.SchemaModel<{
241
+ }>, _lssm_lib_schema469.SchemaModel<{
242
242
  id: {
243
- type: _lssm_lib_schema85.FieldType<string, string>;
243
+ type: _lssm_lib_schema469.FieldType<string, string>;
244
244
  isOptional: false;
245
245
  };
246
246
  dashboardId: {
247
- type: _lssm_lib_schema85.FieldType<string, string>;
247
+ type: _lssm_lib_schema469.FieldType<string, string>;
248
248
  isOptional: false;
249
249
  };
250
250
  name: {
251
- type: _lssm_lib_schema85.FieldType<string, string>;
251
+ type: _lssm_lib_schema469.FieldType<string, string>;
252
252
  isOptional: false;
253
253
  };
254
254
  type: {
255
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
255
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
256
256
  isOptional: false;
257
257
  };
258
258
  gridX: {
259
- type: _lssm_lib_schema85.FieldType<number, number>;
259
+ type: _lssm_lib_schema469.FieldType<number, number>;
260
260
  isOptional: false;
261
261
  };
262
262
  gridY: {
263
- type: _lssm_lib_schema85.FieldType<number, number>;
263
+ type: _lssm_lib_schema469.FieldType<number, number>;
264
264
  isOptional: false;
265
265
  };
266
266
  gridWidth: {
267
- type: _lssm_lib_schema85.FieldType<number, number>;
267
+ type: _lssm_lib_schema469.FieldType<number, number>;
268
268
  isOptional: false;
269
269
  };
270
270
  gridHeight: {
271
- type: _lssm_lib_schema85.FieldType<number, number>;
271
+ type: _lssm_lib_schema469.FieldType<number, number>;
272
272
  isOptional: false;
273
273
  };
274
274
  queryId: {
275
- type: _lssm_lib_schema85.FieldType<string, string>;
275
+ type: _lssm_lib_schema469.FieldType<string, string>;
276
276
  isOptional: true;
277
277
  };
278
278
  config: {
279
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
279
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
280
280
  isOptional: true;
281
281
  };
282
282
  }>, {
283
283
  name: string;
284
284
  version: number;
285
285
  when: string;
286
- payload: _lssm_lib_schema85.SchemaModel<{
286
+ payload: _lssm_lib_schema469.SchemaModel<{
287
287
  id: {
288
- type: _lssm_lib_schema85.FieldType<string, string>;
288
+ type: _lssm_lib_schema469.FieldType<string, string>;
289
289
  isOptional: false;
290
290
  };
291
291
  dashboardId: {
292
- type: _lssm_lib_schema85.FieldType<string, string>;
292
+ type: _lssm_lib_schema469.FieldType<string, string>;
293
293
  isOptional: false;
294
294
  };
295
295
  name: {
296
- type: _lssm_lib_schema85.FieldType<string, string>;
296
+ type: _lssm_lib_schema469.FieldType<string, string>;
297
297
  isOptional: false;
298
298
  };
299
299
  type: {
300
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
300
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
301
301
  isOptional: false;
302
302
  };
303
303
  gridX: {
304
- type: _lssm_lib_schema85.FieldType<number, number>;
304
+ type: _lssm_lib_schema469.FieldType<number, number>;
305
305
  isOptional: false;
306
306
  };
307
307
  gridY: {
308
- type: _lssm_lib_schema85.FieldType<number, number>;
308
+ type: _lssm_lib_schema469.FieldType<number, number>;
309
309
  isOptional: false;
310
310
  };
311
311
  gridWidth: {
312
- type: _lssm_lib_schema85.FieldType<number, number>;
312
+ type: _lssm_lib_schema469.FieldType<number, number>;
313
313
  isOptional: false;
314
314
  };
315
315
  gridHeight: {
316
- type: _lssm_lib_schema85.FieldType<number, number>;
316
+ type: _lssm_lib_schema469.FieldType<number, number>;
317
317
  isOptional: false;
318
318
  };
319
319
  queryId: {
320
- type: _lssm_lib_schema85.FieldType<string, string>;
320
+ type: _lssm_lib_schema469.FieldType<string, string>;
321
321
  isOptional: true;
322
322
  };
323
323
  config: {
324
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
324
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
325
325
  isOptional: true;
326
326
  };
327
327
  }>;
328
328
  }[]>;
329
- getDashboard: _lssm_lib_contracts13.ContractSpec<_lssm_lib_schema85.SchemaModel<{
329
+ getDashboard: _lssm_lib_contracts5.ContractSpec<_lssm_lib_schema469.SchemaModel<{
330
330
  dashboardId: {
331
- type: _lssm_lib_schema85.FieldType<string, string>;
331
+ type: _lssm_lib_schema469.FieldType<string, string>;
332
332
  isOptional: true;
333
333
  };
334
334
  slug: {
335
- type: _lssm_lib_schema85.FieldType<string, string>;
335
+ type: _lssm_lib_schema469.FieldType<string, string>;
336
336
  isOptional: true;
337
337
  };
338
338
  shareToken: {
339
- type: _lssm_lib_schema85.FieldType<string, string>;
339
+ type: _lssm_lib_schema469.FieldType<string, string>;
340
340
  isOptional: true;
341
341
  };
342
- }>, _lssm_lib_schema85.SchemaModel<{
342
+ }>, _lssm_lib_schema469.SchemaModel<{
343
343
  id: {
344
- type: _lssm_lib_schema85.FieldType<string, string>;
344
+ type: _lssm_lib_schema469.FieldType<string, string>;
345
345
  isOptional: false;
346
346
  };
347
347
  name: {
348
- type: _lssm_lib_schema85.FieldType<string, string>;
348
+ type: _lssm_lib_schema469.FieldType<string, string>;
349
349
  isOptional: false;
350
350
  };
351
351
  slug: {
352
- type: _lssm_lib_schema85.FieldType<string, string>;
352
+ type: _lssm_lib_schema469.FieldType<string, string>;
353
353
  isOptional: false;
354
354
  };
355
355
  description: {
356
- type: _lssm_lib_schema85.FieldType<string, string>;
356
+ type: _lssm_lib_schema469.FieldType<string, string>;
357
357
  isOptional: true;
358
358
  };
359
359
  status: {
360
- type: _lssm_lib_schema85.EnumType<[string, string, string]>;
360
+ type: _lssm_lib_schema469.EnumType<[string, string, string]>;
361
361
  isOptional: false;
362
362
  };
363
363
  refreshInterval: {
364
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string]>;
364
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string]>;
365
365
  isOptional: false;
366
366
  };
367
367
  isPublic: {
368
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
368
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
369
369
  isOptional: false;
370
370
  };
371
371
  widgets: {
372
- type: _lssm_lib_schema85.SchemaModel<{
372
+ type: _lssm_lib_schema469.SchemaModel<{
373
373
  id: {
374
- type: _lssm_lib_schema85.FieldType<string, string>;
374
+ type: _lssm_lib_schema469.FieldType<string, string>;
375
375
  isOptional: false;
376
376
  };
377
377
  dashboardId: {
378
- type: _lssm_lib_schema85.FieldType<string, string>;
378
+ type: _lssm_lib_schema469.FieldType<string, string>;
379
379
  isOptional: false;
380
380
  };
381
381
  name: {
382
- type: _lssm_lib_schema85.FieldType<string, string>;
382
+ type: _lssm_lib_schema469.FieldType<string, string>;
383
383
  isOptional: false;
384
384
  };
385
385
  type: {
386
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
386
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
387
387
  isOptional: false;
388
388
  };
389
389
  gridX: {
390
- type: _lssm_lib_schema85.FieldType<number, number>;
390
+ type: _lssm_lib_schema469.FieldType<number, number>;
391
391
  isOptional: false;
392
392
  };
393
393
  gridY: {
394
- type: _lssm_lib_schema85.FieldType<number, number>;
394
+ type: _lssm_lib_schema469.FieldType<number, number>;
395
395
  isOptional: false;
396
396
  };
397
397
  gridWidth: {
398
- type: _lssm_lib_schema85.FieldType<number, number>;
398
+ type: _lssm_lib_schema469.FieldType<number, number>;
399
399
  isOptional: false;
400
400
  };
401
401
  gridHeight: {
402
- type: _lssm_lib_schema85.FieldType<number, number>;
402
+ type: _lssm_lib_schema469.FieldType<number, number>;
403
403
  isOptional: false;
404
404
  };
405
405
  queryId: {
406
- type: _lssm_lib_schema85.FieldType<string, string>;
406
+ type: _lssm_lib_schema469.FieldType<string, string>;
407
407
  isOptional: true;
408
408
  };
409
409
  config: {
410
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
410
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
411
411
  isOptional: true;
412
412
  };
413
413
  }>;
@@ -415,100 +415,100 @@ declare const AnalyticsDashboardFeature: {
415
415
  isOptional: true;
416
416
  };
417
417
  createdAt: {
418
- type: _lssm_lib_schema85.FieldType<Date, string>;
418
+ type: _lssm_lib_schema469.FieldType<Date, string>;
419
419
  isOptional: false;
420
420
  };
421
421
  }>, undefined>;
422
- listDashboards: _lssm_lib_contracts13.ContractSpec<_lssm_lib_schema85.SchemaModel<{
422
+ listDashboards: _lssm_lib_contracts5.ContractSpec<_lssm_lib_schema469.SchemaModel<{
423
423
  status: {
424
- type: _lssm_lib_schema85.EnumType<[string, string, string]>;
424
+ type: _lssm_lib_schema469.EnumType<[string, string, string]>;
425
425
  isOptional: true;
426
426
  };
427
427
  search: {
428
- type: _lssm_lib_schema85.FieldType<string, string>;
428
+ type: _lssm_lib_schema469.FieldType<string, string>;
429
429
  isOptional: true;
430
430
  };
431
431
  limit: {
432
- type: _lssm_lib_schema85.FieldType<number, number>;
432
+ type: _lssm_lib_schema469.FieldType<number, number>;
433
433
  isOptional: true;
434
434
  defaultValue: number;
435
435
  };
436
436
  offset: {
437
- type: _lssm_lib_schema85.FieldType<number, number>;
437
+ type: _lssm_lib_schema469.FieldType<number, number>;
438
438
  isOptional: true;
439
439
  defaultValue: number;
440
440
  };
441
- }>, _lssm_lib_schema85.SchemaModel<{
441
+ }>, _lssm_lib_schema469.SchemaModel<{
442
442
  dashboards: {
443
- type: _lssm_lib_schema85.SchemaModel<{
443
+ type: _lssm_lib_schema469.SchemaModel<{
444
444
  id: {
445
- type: _lssm_lib_schema85.FieldType<string, string>;
445
+ type: _lssm_lib_schema469.FieldType<string, string>;
446
446
  isOptional: false;
447
447
  };
448
448
  name: {
449
- type: _lssm_lib_schema85.FieldType<string, string>;
449
+ type: _lssm_lib_schema469.FieldType<string, string>;
450
450
  isOptional: false;
451
451
  };
452
452
  slug: {
453
- type: _lssm_lib_schema85.FieldType<string, string>;
453
+ type: _lssm_lib_schema469.FieldType<string, string>;
454
454
  isOptional: false;
455
455
  };
456
456
  description: {
457
- type: _lssm_lib_schema85.FieldType<string, string>;
457
+ type: _lssm_lib_schema469.FieldType<string, string>;
458
458
  isOptional: true;
459
459
  };
460
460
  status: {
461
- type: _lssm_lib_schema85.EnumType<[string, string, string]>;
461
+ type: _lssm_lib_schema469.EnumType<[string, string, string]>;
462
462
  isOptional: false;
463
463
  };
464
464
  refreshInterval: {
465
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string]>;
465
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string]>;
466
466
  isOptional: false;
467
467
  };
468
468
  isPublic: {
469
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
469
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
470
470
  isOptional: false;
471
471
  };
472
472
  widgets: {
473
- type: _lssm_lib_schema85.SchemaModel<{
473
+ type: _lssm_lib_schema469.SchemaModel<{
474
474
  id: {
475
- type: _lssm_lib_schema85.FieldType<string, string>;
475
+ type: _lssm_lib_schema469.FieldType<string, string>;
476
476
  isOptional: false;
477
477
  };
478
478
  dashboardId: {
479
- type: _lssm_lib_schema85.FieldType<string, string>;
479
+ type: _lssm_lib_schema469.FieldType<string, string>;
480
480
  isOptional: false;
481
481
  };
482
482
  name: {
483
- type: _lssm_lib_schema85.FieldType<string, string>;
483
+ type: _lssm_lib_schema469.FieldType<string, string>;
484
484
  isOptional: false;
485
485
  };
486
486
  type: {
487
- type: _lssm_lib_schema85.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
487
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string, string, string, string, string, string, string, string, string]>;
488
488
  isOptional: false;
489
489
  };
490
490
  gridX: {
491
- type: _lssm_lib_schema85.FieldType<number, number>;
491
+ type: _lssm_lib_schema469.FieldType<number, number>;
492
492
  isOptional: false;
493
493
  };
494
494
  gridY: {
495
- type: _lssm_lib_schema85.FieldType<number, number>;
495
+ type: _lssm_lib_schema469.FieldType<number, number>;
496
496
  isOptional: false;
497
497
  };
498
498
  gridWidth: {
499
- type: _lssm_lib_schema85.FieldType<number, number>;
499
+ type: _lssm_lib_schema469.FieldType<number, number>;
500
500
  isOptional: false;
501
501
  };
502
502
  gridHeight: {
503
- type: _lssm_lib_schema85.FieldType<number, number>;
503
+ type: _lssm_lib_schema469.FieldType<number, number>;
504
504
  isOptional: false;
505
505
  };
506
506
  queryId: {
507
- type: _lssm_lib_schema85.FieldType<string, string>;
507
+ type: _lssm_lib_schema469.FieldType<string, string>;
508
508
  isOptional: true;
509
509
  };
510
510
  config: {
511
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
511
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
512
512
  isOptional: true;
513
513
  };
514
514
  }>;
@@ -516,7 +516,7 @@ declare const AnalyticsDashboardFeature: {
516
516
  isOptional: true;
517
517
  };
518
518
  createdAt: {
519
- type: _lssm_lib_schema85.FieldType<Date, string>;
519
+ type: _lssm_lib_schema469.FieldType<Date, string>;
520
520
  isOptional: false;
521
521
  };
522
522
  }>;
@@ -524,332 +524,332 @@ declare const AnalyticsDashboardFeature: {
524
524
  isOptional: false;
525
525
  };
526
526
  total: {
527
- type: _lssm_lib_schema85.FieldType<number, number>;
527
+ type: _lssm_lib_schema469.FieldType<number, number>;
528
528
  isOptional: false;
529
529
  };
530
530
  }>, undefined>;
531
- createQuery: _lssm_lib_contracts13.ContractSpec<_lssm_lib_schema85.SchemaModel<{
531
+ createQuery: _lssm_lib_contracts5.ContractSpec<_lssm_lib_schema469.SchemaModel<{
532
532
  name: {
533
- type: _lssm_lib_schema85.FieldType<string, string>;
533
+ type: _lssm_lib_schema469.FieldType<string, string>;
534
534
  isOptional: false;
535
535
  };
536
536
  description: {
537
- type: _lssm_lib_schema85.FieldType<string, string>;
537
+ type: _lssm_lib_schema469.FieldType<string, string>;
538
538
  isOptional: true;
539
539
  };
540
540
  type: {
541
- type: _lssm_lib_schema85.EnumType<[string, string, string, string]>;
541
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string]>;
542
542
  isOptional: false;
543
543
  };
544
544
  definition: {
545
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
545
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
546
546
  isOptional: false;
547
547
  };
548
548
  sql: {
549
- type: _lssm_lib_schema85.FieldType<string, string>;
549
+ type: _lssm_lib_schema469.FieldType<string, string>;
550
550
  isOptional: true;
551
551
  };
552
552
  metricIds: {
553
- type: _lssm_lib_schema85.FieldType<string, string>;
553
+ type: _lssm_lib_schema469.FieldType<string, string>;
554
554
  isArray: true;
555
555
  isOptional: true;
556
556
  };
557
557
  cacheTtlSeconds: {
558
- type: _lssm_lib_schema85.FieldType<number, number>;
558
+ type: _lssm_lib_schema469.FieldType<number, number>;
559
559
  isOptional: true;
560
560
  };
561
561
  isShared: {
562
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
562
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
563
563
  isOptional: true;
564
564
  };
565
- }>, _lssm_lib_schema85.SchemaModel<{
565
+ }>, _lssm_lib_schema469.SchemaModel<{
566
566
  id: {
567
- type: _lssm_lib_schema85.FieldType<string, string>;
567
+ type: _lssm_lib_schema469.FieldType<string, string>;
568
568
  isOptional: false;
569
569
  };
570
570
  name: {
571
- type: _lssm_lib_schema85.FieldType<string, string>;
571
+ type: _lssm_lib_schema469.FieldType<string, string>;
572
572
  isOptional: false;
573
573
  };
574
574
  description: {
575
- type: _lssm_lib_schema85.FieldType<string, string>;
575
+ type: _lssm_lib_schema469.FieldType<string, string>;
576
576
  isOptional: true;
577
577
  };
578
578
  type: {
579
- type: _lssm_lib_schema85.EnumType<[string, string, string, string]>;
579
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string]>;
580
580
  isOptional: false;
581
581
  };
582
582
  definition: {
583
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
583
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
584
584
  isOptional: false;
585
585
  };
586
586
  sql: {
587
- type: _lssm_lib_schema85.FieldType<string, string>;
587
+ type: _lssm_lib_schema469.FieldType<string, string>;
588
588
  isOptional: true;
589
589
  };
590
590
  cacheTtlSeconds: {
591
- type: _lssm_lib_schema85.FieldType<number, number>;
591
+ type: _lssm_lib_schema469.FieldType<number, number>;
592
592
  isOptional: false;
593
593
  };
594
594
  isShared: {
595
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
595
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
596
596
  isOptional: false;
597
597
  };
598
598
  createdAt: {
599
- type: _lssm_lib_schema85.FieldType<Date, string>;
599
+ type: _lssm_lib_schema469.FieldType<Date, string>;
600
600
  isOptional: false;
601
601
  };
602
602
  }>, {
603
603
  name: string;
604
604
  version: number;
605
605
  when: string;
606
- payload: _lssm_lib_schema85.SchemaModel<{
606
+ payload: _lssm_lib_schema469.SchemaModel<{
607
607
  id: {
608
- type: _lssm_lib_schema85.FieldType<string, string>;
608
+ type: _lssm_lib_schema469.FieldType<string, string>;
609
609
  isOptional: false;
610
610
  };
611
611
  name: {
612
- type: _lssm_lib_schema85.FieldType<string, string>;
612
+ type: _lssm_lib_schema469.FieldType<string, string>;
613
613
  isOptional: false;
614
614
  };
615
615
  description: {
616
- type: _lssm_lib_schema85.FieldType<string, string>;
616
+ type: _lssm_lib_schema469.FieldType<string, string>;
617
617
  isOptional: true;
618
618
  };
619
619
  type: {
620
- type: _lssm_lib_schema85.EnumType<[string, string, string, string]>;
620
+ type: _lssm_lib_schema469.EnumType<[string, string, string, string]>;
621
621
  isOptional: false;
622
622
  };
623
623
  definition: {
624
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
624
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
625
625
  isOptional: false;
626
626
  };
627
627
  sql: {
628
- type: _lssm_lib_schema85.FieldType<string, string>;
628
+ type: _lssm_lib_schema469.FieldType<string, string>;
629
629
  isOptional: true;
630
630
  };
631
631
  cacheTtlSeconds: {
632
- type: _lssm_lib_schema85.FieldType<number, number>;
632
+ type: _lssm_lib_schema469.FieldType<number, number>;
633
633
  isOptional: false;
634
634
  };
635
635
  isShared: {
636
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
636
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
637
637
  isOptional: false;
638
638
  };
639
639
  createdAt: {
640
- type: _lssm_lib_schema85.FieldType<Date, string>;
640
+ type: _lssm_lib_schema469.FieldType<Date, string>;
641
641
  isOptional: false;
642
642
  };
643
643
  }>;
644
644
  }[]>;
645
- executeQuery: _lssm_lib_contracts13.ContractSpec<_lssm_lib_schema85.SchemaModel<{
645
+ executeQuery: _lssm_lib_contracts5.ContractSpec<_lssm_lib_schema469.SchemaModel<{
646
646
  queryId: {
647
- type: _lssm_lib_schema85.FieldType<string, string>;
647
+ type: _lssm_lib_schema469.FieldType<string, string>;
648
648
  isOptional: false;
649
649
  };
650
650
  parameters: {
651
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
651
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
652
652
  isOptional: true;
653
653
  };
654
654
  dateRange: {
655
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
655
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
656
656
  isOptional: true;
657
657
  };
658
658
  filters: {
659
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
659
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
660
660
  isOptional: true;
661
661
  };
662
662
  forceRefresh: {
663
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
663
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
664
664
  isOptional: true;
665
665
  };
666
- }>, _lssm_lib_schema85.SchemaModel<{
666
+ }>, _lssm_lib_schema469.SchemaModel<{
667
667
  queryId: {
668
- type: _lssm_lib_schema85.FieldType<string, string>;
668
+ type: _lssm_lib_schema469.FieldType<string, string>;
669
669
  isOptional: false;
670
670
  };
671
671
  data: {
672
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
672
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
673
673
  isOptional: false;
674
674
  };
675
675
  columns: {
676
- type: _lssm_lib_schema85.FieldType<unknown, unknown>;
676
+ type: _lssm_lib_schema469.FieldType<unknown, unknown>;
677
677
  isOptional: false;
678
678
  };
679
679
  rowCount: {
680
- type: _lssm_lib_schema85.FieldType<number, number>;
680
+ type: _lssm_lib_schema469.FieldType<number, number>;
681
681
  isOptional: false;
682
682
  };
683
683
  executionTimeMs: {
684
- type: _lssm_lib_schema85.FieldType<number, number>;
684
+ type: _lssm_lib_schema469.FieldType<number, number>;
685
685
  isOptional: false;
686
686
  };
687
687
  cachedAt: {
688
- type: _lssm_lib_schema85.FieldType<Date, string>;
688
+ type: _lssm_lib_schema469.FieldType<Date, string>;
689
689
  isOptional: true;
690
690
  };
691
691
  error: {
692
- type: _lssm_lib_schema85.FieldType<string, string>;
692
+ type: _lssm_lib_schema469.FieldType<string, string>;
693
693
  isOptional: true;
694
694
  };
695
695
  }>, undefined>;
696
696
  };
697
697
  events: {
698
- dashboardCreated: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
698
+ dashboardCreated: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
699
699
  dashboardId: {
700
- type: _lssm_lib_schema85.FieldType<string, string>;
700
+ type: _lssm_lib_schema469.FieldType<string, string>;
701
701
  isOptional: false;
702
702
  };
703
703
  name: {
704
- type: _lssm_lib_schema85.FieldType<string, string>;
704
+ type: _lssm_lib_schema469.FieldType<string, string>;
705
705
  isOptional: false;
706
706
  };
707
707
  slug: {
708
- type: _lssm_lib_schema85.FieldType<string, string>;
708
+ type: _lssm_lib_schema469.FieldType<string, string>;
709
709
  isOptional: false;
710
710
  };
711
711
  organizationId: {
712
- type: _lssm_lib_schema85.FieldType<string, string>;
712
+ type: _lssm_lib_schema469.FieldType<string, string>;
713
713
  isOptional: false;
714
714
  };
715
715
  createdBy: {
716
- type: _lssm_lib_schema85.FieldType<string, string>;
716
+ type: _lssm_lib_schema469.FieldType<string, string>;
717
717
  isOptional: false;
718
718
  };
719
719
  timestamp: {
720
- type: _lssm_lib_schema85.FieldType<Date, string>;
720
+ type: _lssm_lib_schema469.FieldType<Date, string>;
721
721
  isOptional: false;
722
722
  };
723
723
  }>>;
724
- dashboardPublished: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
724
+ dashboardPublished: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
725
725
  dashboardId: {
726
- type: _lssm_lib_schema85.FieldType<string, string>;
726
+ type: _lssm_lib_schema469.FieldType<string, string>;
727
727
  isOptional: false;
728
728
  };
729
729
  name: {
730
- type: _lssm_lib_schema85.FieldType<string, string>;
730
+ type: _lssm_lib_schema469.FieldType<string, string>;
731
731
  isOptional: false;
732
732
  };
733
733
  publishedBy: {
734
- type: _lssm_lib_schema85.FieldType<string, string>;
734
+ type: _lssm_lib_schema469.FieldType<string, string>;
735
735
  isOptional: false;
736
736
  };
737
737
  timestamp: {
738
- type: _lssm_lib_schema85.FieldType<Date, string>;
738
+ type: _lssm_lib_schema469.FieldType<Date, string>;
739
739
  isOptional: false;
740
740
  };
741
741
  }>>;
742
- widgetAdded: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
742
+ widgetAdded: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
743
743
  widgetId: {
744
- type: _lssm_lib_schema85.FieldType<string, string>;
744
+ type: _lssm_lib_schema469.FieldType<string, string>;
745
745
  isOptional: false;
746
746
  };
747
747
  dashboardId: {
748
- type: _lssm_lib_schema85.FieldType<string, string>;
748
+ type: _lssm_lib_schema469.FieldType<string, string>;
749
749
  isOptional: false;
750
750
  };
751
751
  name: {
752
- type: _lssm_lib_schema85.FieldType<string, string>;
752
+ type: _lssm_lib_schema469.FieldType<string, string>;
753
753
  isOptional: false;
754
754
  };
755
755
  type: {
756
- type: _lssm_lib_schema85.FieldType<string, string>;
756
+ type: _lssm_lib_schema469.FieldType<string, string>;
757
757
  isOptional: false;
758
758
  };
759
759
  timestamp: {
760
- type: _lssm_lib_schema85.FieldType<Date, string>;
760
+ type: _lssm_lib_schema469.FieldType<Date, string>;
761
761
  isOptional: false;
762
762
  };
763
763
  }>>;
764
- queryCreated: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
764
+ queryCreated: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
765
765
  queryId: {
766
- type: _lssm_lib_schema85.FieldType<string, string>;
766
+ type: _lssm_lib_schema469.FieldType<string, string>;
767
767
  isOptional: false;
768
768
  };
769
769
  name: {
770
- type: _lssm_lib_schema85.FieldType<string, string>;
770
+ type: _lssm_lib_schema469.FieldType<string, string>;
771
771
  isOptional: false;
772
772
  };
773
773
  type: {
774
- type: _lssm_lib_schema85.FieldType<string, string>;
774
+ type: _lssm_lib_schema469.FieldType<string, string>;
775
775
  isOptional: false;
776
776
  };
777
777
  organizationId: {
778
- type: _lssm_lib_schema85.FieldType<string, string>;
778
+ type: _lssm_lib_schema469.FieldType<string, string>;
779
779
  isOptional: false;
780
780
  };
781
781
  createdBy: {
782
- type: _lssm_lib_schema85.FieldType<string, string>;
782
+ type: _lssm_lib_schema469.FieldType<string, string>;
783
783
  isOptional: false;
784
784
  };
785
785
  timestamp: {
786
- type: _lssm_lib_schema85.FieldType<Date, string>;
786
+ type: _lssm_lib_schema469.FieldType<Date, string>;
787
787
  isOptional: false;
788
788
  };
789
789
  }>>;
790
- queryExecuted: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
790
+ queryExecuted: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
791
791
  queryId: {
792
- type: _lssm_lib_schema85.FieldType<string, string>;
792
+ type: _lssm_lib_schema469.FieldType<string, string>;
793
793
  isOptional: false;
794
794
  };
795
795
  executionTimeMs: {
796
- type: _lssm_lib_schema85.FieldType<number, number>;
796
+ type: _lssm_lib_schema469.FieldType<number, number>;
797
797
  isOptional: false;
798
798
  };
799
799
  rowCount: {
800
- type: _lssm_lib_schema85.FieldType<number, number>;
800
+ type: _lssm_lib_schema469.FieldType<number, number>;
801
801
  isOptional: false;
802
802
  };
803
803
  cached: {
804
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
804
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
805
805
  isOptional: false;
806
806
  };
807
807
  executedBy: {
808
- type: _lssm_lib_schema85.FieldType<string, string>;
808
+ type: _lssm_lib_schema469.FieldType<string, string>;
809
809
  isOptional: false;
810
810
  };
811
811
  timestamp: {
812
- type: _lssm_lib_schema85.FieldType<Date, string>;
812
+ type: _lssm_lib_schema469.FieldType<Date, string>;
813
813
  isOptional: false;
814
814
  };
815
815
  }>>;
816
- dashboardViewed: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
816
+ dashboardViewed: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
817
817
  dashboardId: {
818
- type: _lssm_lib_schema85.FieldType<string, string>;
818
+ type: _lssm_lib_schema469.FieldType<string, string>;
819
819
  isOptional: false;
820
820
  };
821
821
  viewedBy: {
822
- type: _lssm_lib_schema85.FieldType<string, string>;
822
+ type: _lssm_lib_schema469.FieldType<string, string>;
823
823
  isOptional: true;
824
824
  };
825
825
  isPublicView: {
826
- type: _lssm_lib_schema85.FieldType<boolean, boolean>;
826
+ type: _lssm_lib_schema469.FieldType<boolean, boolean>;
827
827
  isOptional: false;
828
828
  };
829
829
  timestamp: {
830
- type: _lssm_lib_schema85.FieldType<Date, string>;
830
+ type: _lssm_lib_schema469.FieldType<Date, string>;
831
831
  isOptional: false;
832
832
  };
833
833
  }>>;
834
- reportGenerated: _lssm_lib_contracts13.EventSpec<_lssm_lib_schema85.SchemaModel<{
834
+ reportGenerated: _lssm_lib_contracts5.EventSpec<_lssm_lib_schema469.SchemaModel<{
835
835
  reportId: {
836
- type: _lssm_lib_schema85.FieldType<string, string>;
836
+ type: _lssm_lib_schema469.FieldType<string, string>;
837
837
  isOptional: false;
838
838
  };
839
839
  reportRunId: {
840
- type: _lssm_lib_schema85.FieldType<string, string>;
840
+ type: _lssm_lib_schema469.FieldType<string, string>;
841
841
  isOptional: false;
842
842
  };
843
843
  format: {
844
- type: _lssm_lib_schema85.FieldType<string, string>;
844
+ type: _lssm_lib_schema469.FieldType<string, string>;
845
845
  isOptional: false;
846
846
  };
847
847
  recipientCount: {
848
- type: _lssm_lib_schema85.FieldType<number, number>;
848
+ type: _lssm_lib_schema469.FieldType<number, number>;
849
849
  isOptional: false;
850
850
  };
851
851
  timestamp: {
852
- type: _lssm_lib_schema85.FieldType<Date, string>;
852
+ type: _lssm_lib_schema469.FieldType<Date, string>;
853
853
  isOptional: false;
854
854
  };
855
855
  }>>;