@lssm/example.analytics-dashboard 0.0.0-canary-20251206160926

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