@sisense/sdk-ui 1.10.1 → 1.11.0

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 (75) hide show
  1. package/dist/ai/ai-context-provider.d.ts +1 -1
  2. package/dist/ai/chatbot.d.ts +1 -1
  3. package/dist/ai/common/beta-label.d.ts +1 -0
  4. package/dist/ai/get-nlg-query-result.d.ts +1 -1
  5. package/dist/ai/messages/get-widget-options.d.ts +6 -1
  6. package/dist/ai/use-get-nlg-query-result.d.ts +1 -1
  7. package/dist/ai/use-get-query-recommendations.d.ts +1 -1
  8. package/dist/ai.js +531 -483
  9. package/dist/api/types/dashboard-dto.d.ts +3 -3
  10. package/dist/area-range-chart.d.ts +67 -0
  11. package/dist/areamap-chart.d.ts +0 -1
  12. package/dist/boxplot-chart.d.ts +0 -1
  13. package/dist/chart/chart.d.ts +0 -2
  14. package/dist/chart/helpers/should-skip-sisense-context-waiting.d.ts +3 -0
  15. package/dist/chart/helpers/use-chart-renderer-props.d.ts +27 -0
  16. package/dist/chart/regular-chart.d.ts +7 -0
  17. package/dist/chart/types.d.ts +21 -0
  18. package/dist/chart-data/range-data.d.ts +11 -0
  19. package/dist/chart-data/types.d.ts +15 -1
  20. package/dist/chart-data-options/translate-range-data-options.d.ts +2 -0
  21. package/dist/chart-data-options/types.d.ts +56 -4
  22. package/dist/chart-data-processor/data-table-date-period.d.ts +0 -1
  23. package/dist/chart-options-processor/chart-options-service.d.ts +5 -0
  24. package/dist/chart-options-processor/range-chart-options.d.ts +17 -0
  25. package/dist/chart-options-processor/translations/design-options.d.ts +55 -7
  26. package/dist/chart-options-processor/translations/range/tooltip-range.d.ts +4 -0
  27. package/dist/chart-options-processor/translations/tooltip-utils.d.ts +3 -0
  28. package/dist/chart-options-processor/translations/types.d.ts +12 -6
  29. package/dist/charts/map-charts/areamap/areamap.d.ts +2 -3
  30. package/dist/charts/map-charts/scattermap/scattermap.d.ts +2 -1
  31. package/dist/charts/table/helpers/calc-column-widths.d.ts +1 -0
  32. package/dist/charts/table/styles/style-constants.d.ts +1 -0
  33. package/dist/charts/table/types.d.ts +13 -4
  34. package/dist/dashboard-widget/translate-widget-filters.d.ts +664 -4
  35. package/dist/dashboard-widget/use-fetch-widget-dto-model.d.ts +1 -1
  36. package/dist/dashboard-widget/utils.d.ts +2 -2
  37. package/dist/{debounce-CVvJ1016.js → debounce-BbwkW3DX.js} +34680 -34541
  38. package/dist/decorators/component-decorators/as-sisense-component.d.ts +6 -2
  39. package/dist/decorators/component-decorators/with-tracking/use-track-component-init.d.ts +2 -1
  40. package/dist/decorators/component-decorators/with-tracking/with-tracking.d.ts +4 -1
  41. package/dist/filters/components/common/basic-input.d.ts +0 -1
  42. package/dist/filters/components/filters-panel/filters-panel-tile.d.ts +18 -0
  43. package/dist/filters/components/filters-panel/filters-panel.d.ts +18 -0
  44. package/dist/filters/components/filters-panel/index.d.ts +2 -0
  45. package/dist/filters/components/member-filter-tile/basic-member-filter-tile.d.ts +3 -1
  46. package/dist/filters/components/member-filter-tile/use-members.d.ts +1 -1
  47. package/dist/filters/index.d.ts +1 -0
  48. package/dist/index.d.ts +1 -0
  49. package/dist/index.js +16387 -17876
  50. package/dist/indicator-canvas.d.ts +2 -3
  51. package/dist/models/dashboard/get-dashboard-model.d.ts +8 -0
  52. package/dist/models/dashboard/translate-dashboard.d.ts +1 -1
  53. package/dist/models/dashboard/types.d.ts +3 -1
  54. package/dist/models/widget/widget-model.d.ts +3 -3
  55. package/dist/pivot-table/formatters/header-cell-formatters/header-cell-highlight-formatter.d.ts +2 -0
  56. package/dist/pivot-table/formatters/types.d.ts +2 -2
  57. package/dist/pivot-table/helpers/prepare-pivot-styling-props.d.ts +1 -0
  58. package/dist/pivot-table/pivot-table.d.ts +1 -1
  59. package/dist/pivot-table/use-get-pivot-table-query.d.ts +2 -1
  60. package/dist/props.d.ts +57 -2
  61. package/dist/query/date-formats/apply-date-format.d.ts +0 -1
  62. package/dist/query/query-result-date-formatting.d.ts +0 -1
  63. package/dist/query-execution/types.d.ts +11 -1
  64. package/dist/query-execution/use-execute-pivot-query.d.ts +1 -1
  65. package/dist/scattermap-chart.d.ts +0 -1
  66. package/dist/sisense-chart/sisense-chart.d.ts +8 -5
  67. package/dist/table/table-component.d.ts +8 -0
  68. package/dist/table/table.d.ts +2 -2
  69. package/dist/table/translations/design-options.d.ts +3 -0
  70. package/dist/translation/resources/en.d.ts +11 -1
  71. package/dist/translation/resources/index.d.ts +22 -2
  72. package/dist/types.d.ts +72 -7
  73. package/dist/utils/check-and-notify-about-deprecated-prop.d.ts +1 -0
  74. package/dist/widgets/drilldown-widget.d.ts +2 -1
  75. package/package.json +7 -7
@@ -1,4 +1,4 @@
1
- import { FilterJaql } from '@sisense/sdk-data';
1
+ import { FilterJaql, IncludeAllFilter, IncludeMembersFilter } from '@sisense/sdk-data';
2
2
  import { Panel } from './types';
3
3
  /**
4
4
  * Extracts filter model components from a FilterJaql object.
@@ -28,11 +28,671 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
28
28
  '>='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
29
29
  '<='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
30
30
  } | {
31
- and: import("@sisense/sdk-data").JaqlNumericFilter[];
31
+ custom?: boolean | undefined;
32
+ multiSelection?: boolean | undefined;
33
+ isNotCurrentPeriod?: boolean | undefined;
34
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
35
+ isAdvanced?: boolean | undefined;
36
+ rankingMessage?: string | undefined;
37
+ isBetween?: boolean | undefined;
38
+ isEmpty?: boolean | undefined;
39
+ explicit?: boolean | undefined;
40
+ members?: string[] | undefined;
41
+ isCondition?: boolean | undefined;
42
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
43
+ endsWith: string;
44
+ startsWith?: undefined;
45
+ top?: undefined;
46
+ bottom?: undefined;
47
+ contains?: undefined;
48
+ or?: undefined;
49
+ and?: undefined;
50
+ from?: undefined;
51
+ to?: undefined;
52
+ last?: undefined;
53
+ next?: undefined;
54
+ exclude?: undefined;
55
+ equals?: undefined;
56
+ doesntEqual?: undefined;
57
+ toNotEqual?: undefined;
58
+ fromNotEqual?: undefined;
59
+ doesntStartWith?: undefined;
60
+ doesntEndWith?: undefined;
61
+ doesntContain?: undefined;
32
62
  } | {
33
- or: import("@sisense/sdk-data").JaqlNumericFilter[];
63
+ custom?: boolean | undefined;
64
+ multiSelection?: boolean | undefined;
65
+ isNotCurrentPeriod?: boolean | undefined;
66
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
67
+ isAdvanced?: boolean | undefined;
68
+ rankingMessage?: string | undefined;
69
+ isBetween?: boolean | undefined;
70
+ isEmpty?: boolean | undefined;
71
+ explicit?: boolean | undefined;
72
+ members?: string[] | undefined;
73
+ isCondition?: boolean | undefined;
74
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
75
+ startsWith: string;
76
+ endsWith?: undefined;
77
+ top?: undefined;
78
+ bottom?: undefined;
79
+ contains?: undefined;
80
+ or?: undefined;
81
+ and?: undefined;
82
+ from?: undefined;
83
+ to?: undefined;
84
+ last?: undefined;
85
+ next?: undefined;
86
+ exclude?: undefined;
87
+ equals?: undefined;
88
+ doesntEqual?: undefined;
89
+ toNotEqual?: undefined;
90
+ fromNotEqual?: undefined;
91
+ doesntStartWith?: undefined;
92
+ doesntEndWith?: undefined;
93
+ doesntContain?: undefined;
94
+ } | {
95
+ custom?: boolean | undefined;
96
+ multiSelection?: boolean | undefined;
97
+ isNotCurrentPeriod?: boolean | undefined;
98
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
99
+ isAdvanced?: boolean | undefined;
100
+ rankingMessage?: string | undefined;
101
+ isBetween?: boolean | undefined;
102
+ isEmpty?: boolean | undefined;
103
+ explicit?: boolean | undefined;
104
+ members?: string[] | undefined;
105
+ isCondition?: boolean | undefined;
106
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
107
+ top: number;
108
+ endsWith?: undefined;
109
+ startsWith?: undefined;
110
+ bottom?: undefined;
111
+ contains?: undefined;
112
+ or?: undefined;
113
+ and?: undefined;
114
+ from?: undefined;
115
+ to?: undefined;
116
+ last?: undefined;
117
+ next?: undefined;
118
+ exclude?: undefined;
119
+ equals?: undefined;
120
+ doesntEqual?: undefined;
121
+ toNotEqual?: undefined;
122
+ fromNotEqual?: undefined;
123
+ doesntStartWith?: undefined;
124
+ doesntEndWith?: undefined;
125
+ doesntContain?: undefined;
126
+ } | {
127
+ custom?: boolean | undefined;
128
+ multiSelection?: boolean | undefined;
129
+ isNotCurrentPeriod?: boolean | undefined;
130
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
131
+ isAdvanced?: boolean | undefined;
132
+ rankingMessage?: string | undefined;
133
+ isBetween?: boolean | undefined;
134
+ isEmpty?: boolean | undefined;
135
+ explicit?: boolean | undefined;
136
+ members?: string[] | undefined;
137
+ isCondition?: boolean | undefined;
138
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
139
+ bottom: number;
140
+ endsWith?: undefined;
141
+ startsWith?: undefined;
142
+ top?: undefined;
143
+ contains?: undefined;
144
+ or?: undefined;
145
+ and?: undefined;
146
+ from?: undefined;
147
+ to?: undefined;
148
+ last?: undefined;
149
+ next?: undefined;
150
+ exclude?: undefined;
151
+ equals?: undefined;
152
+ doesntEqual?: undefined;
153
+ toNotEqual?: undefined;
154
+ fromNotEqual?: undefined;
155
+ doesntStartWith?: undefined;
156
+ doesntEndWith?: undefined;
157
+ doesntContain?: undefined;
158
+ } | {
159
+ custom?: boolean | undefined;
160
+ multiSelection?: boolean | undefined;
161
+ isNotCurrentPeriod?: boolean | undefined;
162
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
163
+ isAdvanced?: boolean | undefined;
164
+ rankingMessage?: string | undefined;
165
+ isBetween?: boolean | undefined;
166
+ isEmpty?: boolean | undefined;
167
+ explicit?: boolean | undefined;
168
+ members?: string[] | undefined;
169
+ isCondition?: boolean | undefined;
170
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
171
+ contains: string;
172
+ endsWith?: undefined;
173
+ startsWith?: undefined;
174
+ top?: undefined;
175
+ bottom?: undefined;
176
+ or?: undefined;
177
+ and?: undefined;
178
+ from?: undefined;
179
+ to?: undefined;
180
+ last?: undefined;
181
+ next?: undefined;
182
+ exclude?: undefined;
183
+ equals?: undefined;
184
+ doesntEqual?: undefined;
185
+ toNotEqual?: undefined;
186
+ fromNotEqual?: undefined;
187
+ doesntStartWith?: undefined;
188
+ doesntEndWith?: undefined;
189
+ doesntContain?: undefined;
190
+ } | {
191
+ custom?: boolean | undefined;
192
+ multiSelection?: boolean | undefined;
193
+ isNotCurrentPeriod?: boolean | undefined;
194
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
195
+ isAdvanced?: boolean | undefined;
196
+ rankingMessage?: string | undefined;
197
+ isBetween?: boolean | undefined;
198
+ isEmpty?: boolean | undefined;
199
+ explicit?: boolean | undefined;
200
+ members?: string[] | undefined;
201
+ isCondition?: boolean | undefined;
202
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
203
+ or: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql[];
204
+ endsWith?: undefined;
205
+ startsWith?: undefined;
206
+ top?: undefined;
207
+ bottom?: undefined;
208
+ contains?: undefined;
209
+ and?: undefined;
210
+ from?: undefined;
211
+ to?: undefined;
212
+ last?: undefined;
213
+ next?: undefined;
214
+ exclude?: undefined;
215
+ equals?: undefined;
216
+ doesntEqual?: undefined;
217
+ toNotEqual?: undefined;
218
+ fromNotEqual?: undefined;
219
+ doesntStartWith?: undefined;
220
+ doesntEndWith?: undefined;
221
+ doesntContain?: undefined;
222
+ } | {
223
+ custom?: boolean | undefined;
224
+ multiSelection?: boolean | undefined;
225
+ isNotCurrentPeriod?: boolean | undefined;
226
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
227
+ isAdvanced?: boolean | undefined;
228
+ rankingMessage?: string | undefined;
229
+ isBetween?: boolean | undefined;
230
+ isEmpty?: boolean | undefined;
231
+ explicit?: boolean | undefined;
232
+ members?: string[] | undefined;
233
+ isCondition?: boolean | undefined;
234
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
235
+ and: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql[];
236
+ endsWith?: undefined;
237
+ startsWith?: undefined;
238
+ top?: undefined;
239
+ bottom?: undefined;
240
+ contains?: undefined;
241
+ or?: undefined;
242
+ from?: undefined;
243
+ to?: undefined;
244
+ last?: undefined;
245
+ next?: undefined;
246
+ exclude?: undefined;
247
+ equals?: undefined;
248
+ doesntEqual?: undefined;
249
+ toNotEqual?: undefined;
250
+ fromNotEqual?: undefined;
251
+ doesntStartWith?: undefined;
252
+ doesntEndWith?: undefined;
253
+ doesntContain?: undefined;
254
+ } | {
255
+ custom?: boolean | undefined;
256
+ multiSelection?: boolean | undefined;
257
+ isNotCurrentPeriod?: boolean | undefined;
258
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
259
+ isAdvanced?: boolean | undefined;
260
+ rankingMessage?: string | undefined;
261
+ isBetween?: boolean | undefined;
262
+ isEmpty?: boolean | undefined;
263
+ explicit?: boolean | undefined;
264
+ members?: string[] | undefined;
265
+ isCondition?: boolean | undefined;
266
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
267
+ from: number;
268
+ endsWith?: undefined;
269
+ startsWith?: undefined;
270
+ top?: undefined;
271
+ bottom?: undefined;
272
+ contains?: undefined;
273
+ or?: undefined;
274
+ and?: undefined;
275
+ to?: undefined;
276
+ last?: undefined;
277
+ next?: undefined;
278
+ exclude?: undefined;
279
+ equals?: undefined;
280
+ doesntEqual?: undefined;
281
+ toNotEqual?: undefined;
282
+ fromNotEqual?: undefined;
283
+ doesntStartWith?: undefined;
284
+ doesntEndWith?: undefined;
285
+ doesntContain?: undefined;
286
+ } | {
287
+ custom?: boolean | undefined;
288
+ multiSelection?: boolean | undefined;
289
+ isNotCurrentPeriod?: boolean | undefined;
290
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
291
+ isAdvanced?: boolean | undefined;
292
+ rankingMessage?: string | undefined;
293
+ isBetween?: boolean | undefined;
294
+ isEmpty?: boolean | undefined;
295
+ explicit?: boolean | undefined;
296
+ members?: string[] | undefined;
297
+ isCondition?: boolean | undefined;
298
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
299
+ to: number;
300
+ endsWith?: undefined;
301
+ startsWith?: undefined;
302
+ top?: undefined;
303
+ bottom?: undefined;
304
+ contains?: undefined;
305
+ or?: undefined;
306
+ and?: undefined;
307
+ from?: undefined;
308
+ last?: undefined;
309
+ next?: undefined;
310
+ exclude?: undefined;
311
+ equals?: undefined;
312
+ doesntEqual?: undefined;
313
+ toNotEqual?: undefined;
314
+ fromNotEqual?: undefined;
315
+ doesntStartWith?: undefined;
316
+ doesntEndWith?: undefined;
317
+ doesntContain?: undefined;
318
+ } | {
319
+ custom?: boolean | undefined;
320
+ multiSelection?: boolean | undefined;
321
+ isNotCurrentPeriod?: boolean | undefined;
322
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
323
+ isAdvanced?: boolean | undefined;
324
+ rankingMessage?: string | undefined;
325
+ isBetween?: boolean | undefined;
326
+ isEmpty?: boolean | undefined;
327
+ explicit?: boolean | undefined;
328
+ members?: string[] | undefined;
329
+ isCondition?: boolean | undefined;
330
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
331
+ last: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").PeriodFilterDetails;
332
+ endsWith?: undefined;
333
+ startsWith?: undefined;
334
+ top?: undefined;
335
+ bottom?: undefined;
336
+ contains?: undefined;
337
+ or?: undefined;
338
+ and?: undefined;
339
+ from?: undefined;
340
+ to?: undefined;
341
+ next?: undefined;
342
+ exclude?: undefined;
343
+ equals?: undefined;
344
+ doesntEqual?: undefined;
345
+ toNotEqual?: undefined;
346
+ fromNotEqual?: undefined;
347
+ doesntStartWith?: undefined;
348
+ doesntEndWith?: undefined;
349
+ doesntContain?: undefined;
350
+ } | {
351
+ custom?: boolean | undefined;
352
+ multiSelection?: boolean | undefined;
353
+ isNotCurrentPeriod?: boolean | undefined;
354
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
355
+ isAdvanced?: boolean | undefined;
356
+ rankingMessage?: string | undefined;
357
+ isBetween?: boolean | undefined;
358
+ isEmpty?: boolean | undefined;
359
+ explicit?: boolean | undefined;
360
+ members?: string[] | undefined;
361
+ isCondition?: boolean | undefined;
362
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
363
+ next: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").PeriodFilterDetails;
364
+ endsWith?: undefined;
365
+ startsWith?: undefined;
366
+ top?: undefined;
367
+ bottom?: undefined;
368
+ contains?: undefined;
369
+ or?: undefined;
370
+ and?: undefined;
371
+ from?: undefined;
372
+ to?: undefined;
373
+ last?: undefined;
374
+ exclude?: undefined;
375
+ equals?: undefined;
376
+ doesntEqual?: undefined;
377
+ toNotEqual?: undefined;
378
+ fromNotEqual?: undefined;
379
+ doesntStartWith?: undefined;
380
+ doesntEndWith?: undefined;
381
+ doesntContain?: undefined;
382
+ } | {
383
+ custom?: boolean | undefined;
384
+ multiSelection?: boolean | undefined;
385
+ isNotCurrentPeriod?: boolean | undefined;
386
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
387
+ isAdvanced?: boolean | undefined;
388
+ rankingMessage?: string | undefined;
389
+ isBetween?: boolean | undefined;
390
+ isEmpty?: boolean | undefined;
391
+ explicit?: boolean | undefined;
392
+ members?: string[] | undefined;
393
+ isCondition?: boolean | undefined;
394
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
395
+ exclude: {
396
+ members?: string[] | undefined;
397
+ from?: number | undefined;
398
+ to?: number | undefined;
399
+ };
400
+ endsWith?: undefined;
401
+ startsWith?: undefined;
402
+ top?: undefined;
403
+ bottom?: undefined;
404
+ contains?: undefined;
405
+ or?: undefined;
406
+ and?: undefined;
407
+ from?: undefined;
408
+ to?: undefined;
409
+ last?: undefined;
410
+ next?: undefined;
411
+ equals?: undefined;
412
+ doesntEqual?: undefined;
413
+ toNotEqual?: undefined;
414
+ fromNotEqual?: undefined;
415
+ doesntStartWith?: undefined;
416
+ doesntEndWith?: undefined;
417
+ doesntContain?: undefined;
418
+ } | {
419
+ custom?: boolean | undefined;
420
+ multiSelection?: boolean | undefined;
421
+ isNotCurrentPeriod?: boolean | undefined;
422
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
423
+ isAdvanced?: boolean | undefined;
424
+ rankingMessage?: string | undefined;
425
+ isBetween?: boolean | undefined;
426
+ isEmpty?: boolean | undefined;
427
+ explicit?: boolean | undefined;
428
+ members?: string[] | undefined;
429
+ isCondition?: boolean | undefined;
430
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
431
+ equals: string | number;
432
+ endsWith?: undefined;
433
+ startsWith?: undefined;
434
+ top?: undefined;
435
+ bottom?: undefined;
436
+ contains?: undefined;
437
+ or?: undefined;
438
+ and?: undefined;
439
+ from?: undefined;
440
+ to?: undefined;
441
+ last?: undefined;
442
+ next?: undefined;
443
+ exclude?: undefined;
444
+ doesntEqual?: undefined;
445
+ toNotEqual?: undefined;
446
+ fromNotEqual?: undefined;
447
+ doesntStartWith?: undefined;
448
+ doesntEndWith?: undefined;
449
+ doesntContain?: undefined;
450
+ } | {
451
+ custom?: boolean | undefined;
452
+ multiSelection?: boolean | undefined;
453
+ isNotCurrentPeriod?: boolean | undefined;
454
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
455
+ isAdvanced?: boolean | undefined;
456
+ rankingMessage?: string | undefined;
457
+ isBetween?: boolean | undefined;
458
+ isEmpty?: boolean | undefined;
459
+ explicit?: boolean | undefined;
460
+ members?: string[] | undefined;
461
+ isCondition?: boolean | undefined;
462
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
463
+ doesntEqual: string | number;
464
+ endsWith?: undefined;
465
+ startsWith?: undefined;
466
+ top?: undefined;
467
+ bottom?: undefined;
468
+ contains?: undefined;
469
+ or?: undefined;
470
+ and?: undefined;
471
+ from?: undefined;
472
+ to?: undefined;
473
+ last?: undefined;
474
+ next?: undefined;
475
+ exclude?: undefined;
476
+ equals?: undefined;
477
+ toNotEqual?: undefined;
478
+ fromNotEqual?: undefined;
479
+ doesntStartWith?: undefined;
480
+ doesntEndWith?: undefined;
481
+ doesntContain?: undefined;
482
+ } | {
483
+ custom?: boolean | undefined;
484
+ multiSelection?: boolean | undefined;
485
+ isNotCurrentPeriod?: boolean | undefined;
486
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
487
+ isAdvanced?: boolean | undefined;
488
+ rankingMessage?: string | undefined;
489
+ isBetween?: boolean | undefined;
490
+ isEmpty?: boolean | undefined;
491
+ explicit?: boolean | undefined;
492
+ members?: string[] | undefined;
493
+ isCondition?: boolean | undefined;
494
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
495
+ toNotEqual: number;
496
+ endsWith?: undefined;
497
+ startsWith?: undefined;
498
+ top?: undefined;
499
+ bottom?: undefined;
500
+ contains?: undefined;
501
+ or?: undefined;
502
+ and?: undefined;
503
+ from?: undefined;
504
+ to?: undefined;
505
+ last?: undefined;
506
+ next?: undefined;
507
+ exclude?: undefined;
508
+ equals?: undefined;
509
+ doesntEqual?: undefined;
510
+ fromNotEqual?: undefined;
511
+ doesntStartWith?: undefined;
512
+ doesntEndWith?: undefined;
513
+ doesntContain?: undefined;
514
+ } | {
515
+ custom?: boolean | undefined;
516
+ multiSelection?: boolean | undefined;
517
+ isNotCurrentPeriod?: boolean | undefined;
518
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
519
+ isAdvanced?: boolean | undefined;
520
+ rankingMessage?: string | undefined;
521
+ isBetween?: boolean | undefined;
522
+ isEmpty?: boolean | undefined;
523
+ explicit?: boolean | undefined;
524
+ members?: string[] | undefined;
525
+ isCondition?: boolean | undefined;
526
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
527
+ fromNotEqual: number;
528
+ endsWith?: undefined;
529
+ startsWith?: undefined;
530
+ top?: undefined;
531
+ bottom?: undefined;
532
+ contains?: undefined;
533
+ or?: undefined;
534
+ and?: undefined;
535
+ from?: undefined;
536
+ to?: undefined;
537
+ last?: undefined;
538
+ next?: undefined;
539
+ exclude?: undefined;
540
+ equals?: undefined;
541
+ doesntEqual?: undefined;
542
+ toNotEqual?: undefined;
543
+ doesntStartWith?: undefined;
544
+ doesntEndWith?: undefined;
545
+ doesntContain?: undefined;
546
+ } | {
547
+ custom?: boolean | undefined;
548
+ multiSelection?: boolean | undefined;
549
+ isNotCurrentPeriod?: boolean | undefined;
550
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
551
+ isAdvanced?: boolean | undefined;
552
+ rankingMessage?: string | undefined;
553
+ isBetween?: boolean | undefined;
554
+ isEmpty?: boolean | undefined;
555
+ explicit?: boolean | undefined;
556
+ members?: string[] | undefined;
557
+ isCondition?: boolean | undefined;
558
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
559
+ doesntStartWith: string;
560
+ endsWith?: undefined;
561
+ startsWith?: undefined;
562
+ top?: undefined;
563
+ bottom?: undefined;
564
+ contains?: undefined;
565
+ or?: undefined;
566
+ and?: undefined;
567
+ from?: undefined;
568
+ to?: undefined;
569
+ last?: undefined;
570
+ next?: undefined;
571
+ exclude?: undefined;
572
+ equals?: undefined;
573
+ doesntEqual?: undefined;
574
+ toNotEqual?: undefined;
575
+ fromNotEqual?: undefined;
576
+ doesntEndWith?: undefined;
577
+ doesntContain?: undefined;
578
+ } | {
579
+ custom?: boolean | undefined;
580
+ multiSelection?: boolean | undefined;
581
+ isNotCurrentPeriod?: boolean | undefined;
582
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
583
+ isAdvanced?: boolean | undefined;
584
+ rankingMessage?: string | undefined;
585
+ isBetween?: boolean | undefined;
586
+ isEmpty?: boolean | undefined;
587
+ explicit?: boolean | undefined;
588
+ members?: string[] | undefined;
589
+ isCondition?: boolean | undefined;
590
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
591
+ doesntEndWith: string;
592
+ endsWith?: undefined;
593
+ startsWith?: undefined;
594
+ top?: undefined;
595
+ bottom?: undefined;
596
+ contains?: undefined;
597
+ or?: undefined;
598
+ and?: undefined;
599
+ from?: undefined;
600
+ to?: undefined;
601
+ last?: undefined;
602
+ next?: undefined;
603
+ exclude?: undefined;
604
+ equals?: undefined;
605
+ doesntEqual?: undefined;
606
+ toNotEqual?: undefined;
607
+ fromNotEqual?: undefined;
608
+ doesntStartWith?: undefined;
609
+ doesntContain?: undefined;
610
+ } | {
611
+ custom?: boolean | undefined;
612
+ multiSelection?: boolean | undefined;
613
+ isNotCurrentPeriod?: boolean | undefined;
614
+ filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
615
+ isAdvanced?: boolean | undefined;
616
+ rankingMessage?: string | undefined;
617
+ isBetween?: boolean | undefined;
618
+ isEmpty?: boolean | undefined;
619
+ explicit?: boolean | undefined;
620
+ members?: string[] | undefined;
621
+ isCondition?: boolean | undefined;
622
+ by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
623
+ doesntContain: string;
624
+ endsWith?: undefined;
625
+ startsWith?: undefined;
626
+ top?: undefined;
627
+ bottom?: undefined;
628
+ contains?: undefined;
629
+ or?: undefined;
630
+ and?: undefined;
631
+ from?: undefined;
632
+ to?: undefined;
633
+ last?: undefined;
634
+ next?: undefined;
635
+ exclude?: undefined;
636
+ equals?: undefined;
637
+ doesntEqual?: undefined;
638
+ toNotEqual?: undefined;
639
+ fromNotEqual?: undefined;
640
+ doesntStartWith?: undefined;
641
+ doesntEndWith?: undefined;
642
+ } | {
643
+ and: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
644
+ } | {
645
+ or: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
34
646
  };
35
- backgroundFilter: import("@sisense/sdk-data").BackgroundFilter | import("@sisense/sdk-data").TurnOffMembersFilter | undefined;
647
+ backgroundFilter: (IncludeAllFilter & {
648
+ level?: "string" | undefined;
649
+ }) | (IncludeMembersFilter & {
650
+ level?: "string" | undefined;
651
+ }) | (import("@sisense/sdk-data").ExcludeMembersFilter & {
652
+ level?: "string" | undefined;
653
+ }) | (import("@sisense/sdk-data").JaqlNumericFilter & {
654
+ level?: "string" | undefined;
655
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
656
+ level?: "string" | undefined;
657
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"endsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
658
+ level?: "string" | undefined;
659
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "top">> & Partial<Record<"endsWith" | "startsWith" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
660
+ level?: "string" | undefined;
661
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"endsWith" | "startsWith" | "top" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
662
+ level?: "string" | undefined;
663
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
664
+ level?: "string" | undefined;
665
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "from">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
666
+ level?: "string" | undefined;
667
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "to">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
668
+ level?: "string" | undefined;
669
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "last">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
670
+ level?: "string" | undefined;
671
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "next">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
672
+ level?: "string" | undefined;
673
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
674
+ level?: "string" | undefined;
675
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
676
+ level?: "string" | undefined;
677
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
678
+ level?: "string" | undefined;
679
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
680
+ level?: "string" | undefined;
681
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
682
+ level?: "string" | undefined;
683
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain", undefined>> & {
684
+ level?: "string" | undefined;
685
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain", undefined>> & {
686
+ level?: "string" | undefined;
687
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith", undefined>> & {
688
+ level?: "string" | undefined;
689
+ }) | ({
690
+ and: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
691
+ } & {
692
+ level?: "string" | undefined;
693
+ }) | (import("@sisense/sdk-data").OrFilter<import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql> & {
694
+ level?: "string" | undefined;
695
+ }) | import("@sisense/sdk-data").TurnOffMembersFilter | undefined;
36
696
  turnOffMembersFilter: import("@sisense/sdk-data").TurnOffMembersFilter | undefined;
37
697
  };
38
698
  /**