@aws-sdk/client-quicksight 3.556.0 → 3.563.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 (46) hide show
  1. package/dist-cjs/index.js +16644 -16530
  2. package/dist-es/models/models_0.js +31 -51
  3. package/dist-es/models/models_1.js +21 -53
  4. package/dist-es/models/models_2.js +54 -25
  5. package/dist-es/models/models_3.js +25 -0
  6. package/dist-es/protocols/Aws_restJson1.js +115 -4
  7. package/dist-types/commands/CreateAnalysisCommand.d.ts +300 -0
  8. package/dist-types/commands/CreateDashboardCommand.d.ts +300 -0
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +300 -0
  10. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +300 -0
  13. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +300 -0
  16. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +300 -0
  17. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  20. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -2
  23. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  24. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +52 -5
  25. package/dist-types/commands/UpdateAnalysisCommand.d.ts +300 -0
  26. package/dist-types/commands/UpdateDashboardCommand.d.ts +300 -0
  27. package/dist-types/commands/UpdateTemplateCommand.d.ts +300 -0
  28. package/dist-types/models/models_0.d.ts +717 -725
  29. package/dist-types/models/models_1.d.ts +286 -446
  30. package/dist-types/models/models_2.d.ts +463 -302
  31. package/dist-types/models/models_3.d.ts +316 -280
  32. package/dist-types/models/models_4.d.ts +280 -4
  33. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/models/models_0.d.ts +174 -190
  42. package/dist-types/ts3.4/models/models_1.d.ts +77 -134
  43. package/dist-types/ts3.4/models/models_2.d.ts +159 -91
  44. package/dist-types/ts3.4/models/models_3.d.ts +91 -72
  45. package/dist-types/ts3.4/models/models_4.d.ts +76 -3
  46. package/package.json +2 -2
@@ -149,6 +149,37 @@ export const FilterNullOption = {
149
149
  export const CategoryFilterSelectAllOptions = {
150
150
  FILTER_ALL_VALUES: "FILTER_ALL_VALUES",
151
151
  };
152
+ export const FontDecoration = {
153
+ NONE: "NONE",
154
+ UNDERLINE: "UNDERLINE",
155
+ };
156
+ export const RelativeFontSize = {
157
+ EXTRA_LARGE: "EXTRA_LARGE",
158
+ EXTRA_SMALL: "EXTRA_SMALL",
159
+ LARGE: "LARGE",
160
+ MEDIUM: "MEDIUM",
161
+ SMALL: "SMALL",
162
+ };
163
+ export const FontStyle = {
164
+ ITALIC: "ITALIC",
165
+ NORMAL: "NORMAL",
166
+ };
167
+ export const FontWeightName = {
168
+ BOLD: "BOLD",
169
+ NORMAL: "NORMAL",
170
+ };
171
+ export const SheetControlDateTimePickerType = {
172
+ DATE_RANGE: "DATE_RANGE",
173
+ SINGLE_VALUED: "SINGLE_VALUED",
174
+ };
175
+ export const SheetControlListType = {
176
+ MULTI_SELECT: "MULTI_SELECT",
177
+ SINGLE_SELECT: "SINGLE_SELECT",
178
+ };
179
+ export const SheetControlSliderType = {
180
+ RANGE: "RANGE",
181
+ SINGLE_POINT: "SINGLE_POINT",
182
+ };
152
183
  export const NumericEqualityMatchOperator = {
153
184
  DOES_NOT_EQUAL: "DOES_NOT_EQUAL",
154
185
  EQUALS: "EQUALS",
@@ -202,37 +233,6 @@ export const ParameterValueType = {
202
233
  MULTI_VALUED: "MULTI_VALUED",
203
234
  SINGLE_VALUED: "SINGLE_VALUED",
204
235
  };
205
- export const FontDecoration = {
206
- NONE: "NONE",
207
- UNDERLINE: "UNDERLINE",
208
- };
209
- export const RelativeFontSize = {
210
- EXTRA_LARGE: "EXTRA_LARGE",
211
- EXTRA_SMALL: "EXTRA_SMALL",
212
- LARGE: "LARGE",
213
- MEDIUM: "MEDIUM",
214
- SMALL: "SMALL",
215
- };
216
- export const FontStyle = {
217
- ITALIC: "ITALIC",
218
- NORMAL: "NORMAL",
219
- };
220
- export const FontWeightName = {
221
- BOLD: "BOLD",
222
- NORMAL: "NORMAL",
223
- };
224
- export const SheetControlDateTimePickerType = {
225
- DATE_RANGE: "DATE_RANGE",
226
- SINGLE_VALUED: "SINGLE_VALUED",
227
- };
228
- export const SheetControlListType = {
229
- MULTI_SELECT: "MULTI_SELECT",
230
- SINGLE_SELECT: "SINGLE_SELECT",
231
- };
232
- export const SheetControlSliderType = {
233
- RANGE: "RANGE",
234
- SINGLE_POINT: "SINGLE_POINT",
235
- };
236
236
  export const LayoutElementType = {
237
237
  FILTER_CONTROL: "FILTER_CONTROL",
238
238
  PARAMETER_CONTROL: "PARAMETER_CONTROL",
@@ -736,23 +736,3 @@ export const ReferenceLineFilterSensitiveLog = (obj) => ({
736
736
  LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
737
737
  }),
738
738
  });
739
- export const DataPathValueFilterSensitiveLog = (obj) => ({
740
- ...obj,
741
- ...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
742
- });
743
- export const DataPathColorFilterSensitiveLog = (obj) => ({
744
- ...obj,
745
- ...(obj.Element && { Element: DataPathValueFilterSensitiveLog(obj.Element) }),
746
- });
747
- export const VisualPaletteFilterSensitiveLog = (obj) => ({
748
- ...obj,
749
- ...(obj.ColorMap && { ColorMap: obj.ColorMap.map((item) => DataPathColorFilterSensitiveLog(item)) }),
750
- });
751
- export const BarChartConfigurationFilterSensitiveLog = (obj) => ({
752
- ...obj,
753
- ...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
754
- ...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
755
- ...(obj.ReferenceLines && {
756
- ReferenceLines: obj.ReferenceLines.map((item) => ReferenceLineFilterSensitiveLog(item)),
757
- }),
758
- });
@@ -1,5 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, DataPathValueFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_0";
2
+ import { DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineFilterSensitiveLog, } from "./models_0";
3
3
  export const BoxPlotFillStyle = {
4
4
  SOLID: "SOLID",
5
5
  TRANSPARENT: "TRANSPARENT",
@@ -254,29 +254,26 @@ export const WordCloudWordOrientation = {
254
254
  HORIZONTAL: "HORIZONTAL",
255
255
  HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL",
256
256
  };
257
- export const WordCloudWordPadding = {
258
- LARGE: "LARGE",
259
- MEDIUM: "MEDIUM",
260
- NONE: "NONE",
261
- SMALL: "SMALL",
262
- };
263
- export const WordCloudWordScaling = {
264
- EMPHASIZE: "EMPHASIZE",
265
- NORMAL: "NORMAL",
266
- };
267
- export const AnalysisFilterAttribute = {
268
- ANALYSIS_NAME: "ANALYSIS_NAME",
269
- DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
270
- DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
271
- DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
272
- QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
273
- QUICKSIGHT_USER: "QUICKSIGHT_USER",
274
- QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
275
- };
276
- export const FilterOperator = {
277
- StringEquals: "StringEquals",
278
- StringLike: "StringLike",
279
- };
257
+ export const DataPathValueFilterSensitiveLog = (obj) => ({
258
+ ...obj,
259
+ ...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
260
+ });
261
+ export const DataPathColorFilterSensitiveLog = (obj) => ({
262
+ ...obj,
263
+ ...(obj.Element && { Element: DataPathValueFilterSensitiveLog(obj.Element) }),
264
+ });
265
+ export const VisualPaletteFilterSensitiveLog = (obj) => ({
266
+ ...obj,
267
+ ...(obj.ColorMap && { ColorMap: obj.ColorMap.map((item) => DataPathColorFilterSensitiveLog(item)) }),
268
+ });
269
+ export const BarChartConfigurationFilterSensitiveLog = (obj) => ({
270
+ ...obj,
271
+ ...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
272
+ ...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
273
+ ...(obj.ReferenceLines && {
274
+ ReferenceLines: obj.ReferenceLines.map((item) => ReferenceLineFilterSensitiveLog(item)),
275
+ }),
276
+ });
280
277
  export const BarChartVisualFilterSensitiveLog = (obj) => ({
281
278
  ...obj,
282
279
  });
@@ -888,32 +885,3 @@ export const WordCloudAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
888
885
  export const WordCloudFieldWellsFilterSensitiveLog = (obj) => ({
889
886
  ...obj,
890
887
  });
891
- export const WordCloudChartConfigurationFilterSensitiveLog = (obj) => ({
892
- ...obj,
893
- });
894
- export const WordCloudVisualFilterSensitiveLog = (obj) => ({
895
- ...obj,
896
- });
897
- export const VisualFilterSensitiveLog = (obj) => ({
898
- ...obj,
899
- ...(obj.KPIVisual && { KPIVisual: KPIVisualFilterSensitiveLog(obj.KPIVisual) }),
900
- ...(obj.GaugeChartVisual && { GaugeChartVisual: GaugeChartVisualFilterSensitiveLog(obj.GaugeChartVisual) }),
901
- ...(obj.ScatterPlotVisual && { ScatterPlotVisual: ScatterPlotVisualFilterSensitiveLog(obj.ScatterPlotVisual) }),
902
- ...(obj.HistogramVisual && { HistogramVisual: HistogramVisualFilterSensitiveLog(obj.HistogramVisual) }),
903
- ...(obj.InsightVisual && { InsightVisual: InsightVisualFilterSensitiveLog(obj.InsightVisual) }),
904
- });
905
- export const SheetDefinitionFilterSensitiveLog = (obj) => ({
906
- ...obj,
907
- });
908
- export const AnalysisDefinitionFilterSensitiveLog = (obj) => ({
909
- ...obj,
910
- ...(obj.CalculatedFields && {
911
- CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item)),
912
- }),
913
- ...(obj.ParameterDeclarations && {
914
- ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item)),
915
- }),
916
- ...(obj.ColumnConfigurations && {
917
- ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item)),
918
- }),
919
- });
@@ -1,6 +1,30 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
+ import { GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, ScatterPlotVisualFilterSensitiveLog, } from "./models_1";
3
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ export const WordCloudWordPadding = {
6
+ LARGE: "LARGE",
7
+ MEDIUM: "MEDIUM",
8
+ NONE: "NONE",
9
+ SMALL: "SMALL",
10
+ };
11
+ export const WordCloudWordScaling = {
12
+ EMPHASIZE: "EMPHASIZE",
13
+ NORMAL: "NORMAL",
14
+ };
15
+ export const AnalysisFilterAttribute = {
16
+ ANALYSIS_NAME: "ANALYSIS_NAME",
17
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
18
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
19
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
20
+ QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
21
+ QUICKSIGHT_USER: "QUICKSIGHT_USER",
22
+ QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
23
+ };
24
+ export const FilterOperator = {
25
+ StringEquals: "StringEquals",
26
+ StringLike: "StringLike",
27
+ };
4
28
  export const SnapshotFileFormatType = {
5
29
  CSV: "CSV",
6
30
  EXCEL: "EXCEL",
@@ -32,6 +56,7 @@ export const AssetBundleExportJobDataSourcePropertyToOverride = {
32
56
  NAME: "Name",
33
57
  PASSWORD: "Password",
34
58
  PORT: "Port",
59
+ PRODUCT_TYPE: "ProductType",
35
60
  ROLE_ARN: "RoleArn",
36
61
  SECRET_ARN: "SecretArn",
37
62
  USERNAME: "Username",
@@ -563,31 +588,35 @@ export const Role = {
563
588
  AUTHOR: "AUTHOR",
564
589
  READER: "READER",
565
590
  };
566
- export const DefaultAggregation = {
567
- AVERAGE: "AVERAGE",
568
- COUNT: "COUNT",
569
- DISTINCT_COUNT: "DISTINCT_COUNT",
570
- MAX: "MAX",
571
- MEDIAN: "MEDIAN",
572
- MIN: "MIN",
573
- STDEV: "STDEV",
574
- STDEVP: "STDEVP",
575
- SUM: "SUM",
576
- VAR: "VAR",
577
- VARP: "VARP",
578
- };
579
- export const DisplayFormat = {
580
- AUTO: "AUTO",
581
- CURRENCY: "CURRENCY",
582
- DATE: "DATE",
583
- NUMBER: "NUMBER",
584
- PERCENT: "PERCENT",
585
- STRING: "STRING",
586
- };
587
- export const TopicNumericSeparatorSymbol = {
588
- COMMA: "COMMA",
589
- DOT: "DOT",
590
- };
591
+ export const WordCloudChartConfigurationFilterSensitiveLog = (obj) => ({
592
+ ...obj,
593
+ });
594
+ export const WordCloudVisualFilterSensitiveLog = (obj) => ({
595
+ ...obj,
596
+ });
597
+ export const VisualFilterSensitiveLog = (obj) => ({
598
+ ...obj,
599
+ ...(obj.KPIVisual && { KPIVisual: KPIVisualFilterSensitiveLog(obj.KPIVisual) }),
600
+ ...(obj.GaugeChartVisual && { GaugeChartVisual: GaugeChartVisualFilterSensitiveLog(obj.GaugeChartVisual) }),
601
+ ...(obj.ScatterPlotVisual && { ScatterPlotVisual: ScatterPlotVisualFilterSensitiveLog(obj.ScatterPlotVisual) }),
602
+ ...(obj.HistogramVisual && { HistogramVisual: HistogramVisualFilterSensitiveLog(obj.HistogramVisual) }),
603
+ ...(obj.InsightVisual && { InsightVisual: InsightVisualFilterSensitiveLog(obj.InsightVisual) }),
604
+ });
605
+ export const SheetDefinitionFilterSensitiveLog = (obj) => ({
606
+ ...obj,
607
+ });
608
+ export const AnalysisDefinitionFilterSensitiveLog = (obj) => ({
609
+ ...obj,
610
+ ...(obj.CalculatedFields && {
611
+ CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item)),
612
+ }),
613
+ ...(obj.ParameterDeclarations && {
614
+ ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item)),
615
+ }),
616
+ ...(obj.ColumnConfigurations && {
617
+ ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item)),
618
+ }),
619
+ });
591
620
  export const SnapshotJobS3ResultFilterSensitiveLog = (obj) => ({
592
621
  ...obj,
593
622
  ...(obj.S3Uri && { S3Uri: SENSITIVE_STRING }),
@@ -1,6 +1,31 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+ export const DefaultAggregation = {
5
+ AVERAGE: "AVERAGE",
6
+ COUNT: "COUNT",
7
+ DISTINCT_COUNT: "DISTINCT_COUNT",
8
+ MAX: "MAX",
9
+ MEDIAN: "MEDIAN",
10
+ MIN: "MIN",
11
+ STDEV: "STDEV",
12
+ STDEVP: "STDEVP",
13
+ SUM: "SUM",
14
+ VAR: "VAR",
15
+ VARP: "VARP",
16
+ };
17
+ export const DisplayFormat = {
18
+ AUTO: "AUTO",
19
+ CURRENCY: "CURRENCY",
20
+ DATE: "DATE",
21
+ NUMBER: "NUMBER",
22
+ PERCENT: "PERCENT",
23
+ STRING: "STRING",
24
+ };
25
+ export const TopicNumericSeparatorSymbol = {
26
+ COMMA: "COMMA",
27
+ DOT: "DOT",
28
+ };
4
29
  export const TopicTimeGranularity = {
5
30
  DAY: "DAY",
6
31
  HOUR: "HOUR",
@@ -3518,6 +3518,7 @@ export const de_DescribeAssetBundleImportJobCommand = async (output, context) =>
3518
3518
  OverrideValidationStrategy: _json,
3519
3519
  RequestId: __expectString,
3520
3520
  RollbackErrors: _json,
3521
+ Warnings: _json,
3521
3522
  });
3522
3523
  Object.assign(contents, doc);
3523
3524
  map(contents, {
@@ -6290,6 +6291,14 @@ const se_BoxPlotVisual = (input, context) => {
6290
6291
  VisualId: [],
6291
6292
  });
6292
6293
  };
6294
+ const se_CategoryFilter = (input, context) => {
6295
+ return take(input, {
6296
+ Column: _json,
6297
+ Configuration: _json,
6298
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
6299
+ FilterId: [],
6300
+ });
6301
+ };
6293
6302
  const se_ColorScale = (input, context) => {
6294
6303
  return take(input, {
6295
6304
  ColorFillType: [],
@@ -6612,6 +6621,32 @@ const se_DecimalValueWhenUnsetConfiguration = (input, context) => {
6612
6621
  ValueWhenUnsetOption: [],
6613
6622
  });
6614
6623
  };
6624
+ const se_DefaultFilterControlConfiguration = (input, context) => {
6625
+ return take(input, {
6626
+ ControlOptions: (_) => se_DefaultFilterControlOptions(_, context),
6627
+ Title: [],
6628
+ });
6629
+ };
6630
+ const se_DefaultFilterControlOptions = (input, context) => {
6631
+ return take(input, {
6632
+ DefaultDateTimePickerOptions: _json,
6633
+ DefaultDropdownOptions: _json,
6634
+ DefaultListOptions: _json,
6635
+ DefaultRelativeDateTimeOptions: _json,
6636
+ DefaultSliderOptions: (_) => se_DefaultSliderControlOptions(_, context),
6637
+ DefaultTextAreaOptions: _json,
6638
+ DefaultTextFieldOptions: _json,
6639
+ });
6640
+ };
6641
+ const se_DefaultSliderControlOptions = (input, context) => {
6642
+ return take(input, {
6643
+ DisplayOptions: _json,
6644
+ MaximumValue: __serializeFloat,
6645
+ MinimumValue: __serializeFloat,
6646
+ StepSize: __serializeFloat,
6647
+ Type: [],
6648
+ });
6649
+ };
6615
6650
  const se_DestinationParameterValueConfiguration = (input, context) => {
6616
6651
  return take(input, {
6617
6652
  CustomValuesConfiguration: (_) => se_CustomValuesConfiguration(_, context),
@@ -6739,10 +6774,10 @@ const se_FilledMapVisual = (input, context) => {
6739
6774
  };
6740
6775
  const se_Filter = (input, context) => {
6741
6776
  return take(input, {
6742
- CategoryFilter: _json,
6777
+ CategoryFilter: (_) => se_CategoryFilter(_, context),
6743
6778
  NumericEqualityFilter: (_) => se_NumericEqualityFilter(_, context),
6744
6779
  NumericRangeFilter: (_) => se_NumericRangeFilter(_, context),
6745
- RelativeDatesFilter: _json,
6780
+ RelativeDatesFilter: (_) => se_RelativeDatesFilter(_, context),
6746
6781
  TimeEqualityFilter: (_) => se_TimeEqualityFilter(_, context),
6747
6782
  TimeRangeFilter: (_) => se_TimeRangeFilter(_, context),
6748
6783
  TopBottomFilter: (_) => se_TopBottomFilter(_, context),
@@ -6750,6 +6785,7 @@ const se_Filter = (input, context) => {
6750
6785
  };
6751
6786
  const se_FilterControl = (input, context) => {
6752
6787
  return take(input, {
6788
+ CrossSheet: _json,
6753
6789
  DateTimePicker: _json,
6754
6790
  Dropdown: _json,
6755
6791
  List: _json,
@@ -7378,6 +7414,7 @@ const se_NumericEqualityFilter = (input, context) => {
7378
7414
  return take(input, {
7379
7415
  AggregationFunction: (_) => se_AggregationFunction(_, context),
7380
7416
  Column: _json,
7417
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
7381
7418
  FilterId: [],
7382
7419
  MatchOperator: [],
7383
7420
  NullOption: [],
@@ -7390,6 +7427,7 @@ const se_NumericRangeFilter = (input, context) => {
7390
7427
  return take(input, {
7391
7428
  AggregationFunction: (_) => se_AggregationFunction(_, context),
7392
7429
  Column: _json,
7430
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
7393
7431
  FilterId: [],
7394
7432
  IncludeMaximum: [],
7395
7433
  IncludeMinimum: [],
@@ -7735,6 +7773,21 @@ const se_RefreshSchedule = (input, context) => {
7735
7773
  StartAfterDateTime: (_) => Math.round(_.getTime() / 1000),
7736
7774
  });
7737
7775
  };
7776
+ const se_RelativeDatesFilter = (input, context) => {
7777
+ return take(input, {
7778
+ AnchorDateConfiguration: _json,
7779
+ Column: _json,
7780
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
7781
+ ExcludePeriodConfiguration: _json,
7782
+ FilterId: [],
7783
+ MinimumGranularity: [],
7784
+ NullOption: [],
7785
+ ParameterName: [],
7786
+ RelativeDateType: [],
7787
+ RelativeDateValue: [],
7788
+ TimeGranularity: [],
7789
+ });
7790
+ };
7738
7791
  const se_RowSortList = (input, context) => {
7739
7792
  return input
7740
7793
  .filter((e) => e != null)
@@ -8004,6 +8057,7 @@ const se_TimeBasedForecastProperties = (input, context) => {
8004
8057
  const se_TimeEqualityFilter = (input, context) => {
8005
8058
  return take(input, {
8006
8059
  Column: _json,
8060
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
8007
8061
  FilterId: [],
8008
8062
  ParameterName: [],
8009
8063
  RollingDate: _json,
@@ -8022,6 +8076,7 @@ const se_TimeRangeDrillDownFilter = (input, context) => {
8022
8076
  const se_TimeRangeFilter = (input, context) => {
8023
8077
  return take(input, {
8024
8078
  Column: _json,
8079
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
8025
8080
  ExcludePeriodConfiguration: _json,
8026
8081
  FilterId: [],
8027
8082
  IncludeMaximum: [],
@@ -8063,6 +8118,7 @@ const se_TopBottomFilter = (input, context) => {
8063
8118
  return take(input, {
8064
8119
  AggregationSortConfigurations: (_) => se_AggregationSortConfigurationList(_, context),
8065
8120
  Column: _json,
8121
+ DefaultFilterControlConfiguration: (_) => se_DefaultFilterControlConfiguration(_, context),
8066
8122
  FilterId: [],
8067
8123
  Limit: [],
8068
8124
  ParameterName: [],
@@ -8660,6 +8716,14 @@ const de_BoxPlotVisual = (output, context) => {
8660
8716
  VisualId: __expectString,
8661
8717
  });
8662
8718
  };
8719
+ const de_CategoryFilter = (output, context) => {
8720
+ return take(output, {
8721
+ Column: _json,
8722
+ Configuration: _json,
8723
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
8724
+ FilterId: __expectString,
8725
+ });
8726
+ };
8663
8727
  const de_ColorScale = (output, context) => {
8664
8728
  return take(output, {
8665
8729
  ColorFillType: __expectString,
@@ -9140,6 +9204,32 @@ const de_DecimalValueWhenUnsetConfiguration = (output, context) => {
9140
9204
  ValueWhenUnsetOption: __expectString,
9141
9205
  });
9142
9206
  };
9207
+ const de_DefaultFilterControlConfiguration = (output, context) => {
9208
+ return take(output, {
9209
+ ControlOptions: (_) => de_DefaultFilterControlOptions(_, context),
9210
+ Title: __expectString,
9211
+ });
9212
+ };
9213
+ const de_DefaultFilterControlOptions = (output, context) => {
9214
+ return take(output, {
9215
+ DefaultDateTimePickerOptions: _json,
9216
+ DefaultDropdownOptions: _json,
9217
+ DefaultListOptions: _json,
9218
+ DefaultRelativeDateTimeOptions: _json,
9219
+ DefaultSliderOptions: (_) => de_DefaultSliderControlOptions(_, context),
9220
+ DefaultTextAreaOptions: _json,
9221
+ DefaultTextFieldOptions: _json,
9222
+ });
9223
+ };
9224
+ const de_DefaultSliderControlOptions = (output, context) => {
9225
+ return take(output, {
9226
+ DisplayOptions: _json,
9227
+ MaximumValue: __limitedParseDouble,
9228
+ MinimumValue: __limitedParseDouble,
9229
+ StepSize: __limitedParseDouble,
9230
+ Type: __expectString,
9231
+ });
9232
+ };
9143
9233
  const de_DestinationParameterValueConfiguration = (output, context) => {
9144
9234
  return take(output, {
9145
9235
  CustomValuesConfiguration: (_) => de_CustomValuesConfiguration(_, context),
@@ -9271,10 +9361,10 @@ const de_FilledMapVisual = (output, context) => {
9271
9361
  };
9272
9362
  const de_Filter = (output, context) => {
9273
9363
  return take(output, {
9274
- CategoryFilter: _json,
9364
+ CategoryFilter: (_) => de_CategoryFilter(_, context),
9275
9365
  NumericEqualityFilter: (_) => de_NumericEqualityFilter(_, context),
9276
9366
  NumericRangeFilter: (_) => de_NumericRangeFilter(_, context),
9277
- RelativeDatesFilter: _json,
9367
+ RelativeDatesFilter: (_) => de_RelativeDatesFilter(_, context),
9278
9368
  TimeEqualityFilter: (_) => de_TimeEqualityFilter(_, context),
9279
9369
  TimeRangeFilter: (_) => de_TimeRangeFilter(_, context),
9280
9370
  TopBottomFilter: (_) => de_TopBottomFilter(_, context),
@@ -9282,6 +9372,7 @@ const de_Filter = (output, context) => {
9282
9372
  };
9283
9373
  const de_FilterControl = (output, context) => {
9284
9374
  return take(output, {
9375
+ CrossSheet: _json,
9285
9376
  DateTimePicker: _json,
9286
9377
  Dropdown: _json,
9287
9378
  List: _json,
@@ -9976,6 +10067,7 @@ const de_NumericEqualityFilter = (output, context) => {
9976
10067
  return take(output, {
9977
10068
  AggregationFunction: (_) => de_AggregationFunction(_, context),
9978
10069
  Column: _json,
10070
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
9979
10071
  FilterId: __expectString,
9980
10072
  MatchOperator: __expectString,
9981
10073
  NullOption: __expectString,
@@ -9988,6 +10080,7 @@ const de_NumericRangeFilter = (output, context) => {
9988
10080
  return take(output, {
9989
10081
  AggregationFunction: (_) => de_AggregationFunction(_, context),
9990
10082
  Column: _json,
10083
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
9991
10084
  FilterId: __expectString,
9992
10085
  IncludeMaximum: __expectBoolean,
9993
10086
  IncludeMinimum: __expectBoolean,
@@ -10348,6 +10441,21 @@ const de_RefreshSchedules = (output, context) => {
10348
10441
  });
10349
10442
  return retVal;
10350
10443
  };
10444
+ const de_RelativeDatesFilter = (output, context) => {
10445
+ return take(output, {
10446
+ AnchorDateConfiguration: _json,
10447
+ Column: _json,
10448
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
10449
+ ExcludePeriodConfiguration: _json,
10450
+ FilterId: __expectString,
10451
+ MinimumGranularity: __expectString,
10452
+ NullOption: __expectString,
10453
+ ParameterName: __expectString,
10454
+ RelativeDateType: __expectString,
10455
+ RelativeDateValue: __expectInt32,
10456
+ TimeGranularity: __expectString,
10457
+ });
10458
+ };
10351
10459
  const de_RowSortList = (output, context) => {
10352
10460
  const retVal = (output || [])
10353
10461
  .filter((e) => e != null)
@@ -10739,6 +10847,7 @@ const de_TimeBasedForecastProperties = (output, context) => {
10739
10847
  const de_TimeEqualityFilter = (output, context) => {
10740
10848
  return take(output, {
10741
10849
  Column: _json,
10850
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
10742
10851
  FilterId: __expectString,
10743
10852
  ParameterName: __expectString,
10744
10853
  RollingDate: _json,
@@ -10757,6 +10866,7 @@ const de_TimeRangeDrillDownFilter = (output, context) => {
10757
10866
  const de_TimeRangeFilter = (output, context) => {
10758
10867
  return take(output, {
10759
10868
  Column: _json,
10869
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
10760
10870
  ExcludePeriodConfiguration: _json,
10761
10871
  FilterId: __expectString,
10762
10872
  IncludeMaximum: __expectBoolean,
@@ -10799,6 +10909,7 @@ const de_TopBottomFilter = (output, context) => {
10799
10909
  return take(output, {
10800
10910
  AggregationSortConfigurations: (_) => de_AggregationSortConfigurationList(_, context),
10801
10911
  Column: _json,
10912
+ DefaultFilterControlConfiguration: (_) => de_DefaultFilterControlConfiguration(_, context),
10802
10913
  FilterId: __expectString,
10803
10914
  Limit: __expectInt32,
10804
10915
  ParameterName: __expectString,