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