@aws-sdk/client-quicksight 3.687.0 → 3.692.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 (121) hide show
  1. package/README.md +143 -7
  2. package/dist-cjs/index.js +1116 -216
  3. package/dist-es/QuickSight.js +34 -0
  4. package/dist-es/commands/CreateBrandCommand.js +22 -0
  5. package/dist-es/commands/CreateCustomPermissionsCommand.js +22 -0
  6. package/dist-es/commands/DeleteBrandAssignmentCommand.js +22 -0
  7. package/dist-es/commands/DeleteBrandCommand.js +22 -0
  8. package/dist-es/commands/DeleteCustomPermissionsCommand.js +22 -0
  9. package/dist-es/commands/DeleteUserCustomPermissionCommand.js +22 -0
  10. package/dist-es/commands/DescribeBrandAssignmentCommand.js +22 -0
  11. package/dist-es/commands/DescribeBrandCommand.js +22 -0
  12. package/dist-es/commands/DescribeBrandPublishedVersionCommand.js +22 -0
  13. package/dist-es/commands/DescribeCustomPermissionsCommand.js +22 -0
  14. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  15. package/dist-es/commands/DescribeTopicCommand.js +1 -1
  16. package/dist-es/commands/ListBrandsCommand.js +22 -0
  17. package/dist-es/commands/ListCustomPermissionsCommand.js +22 -0
  18. package/dist-es/commands/UpdateBrandAssignmentCommand.js +22 -0
  19. package/dist-es/commands/UpdateBrandCommand.js +22 -0
  20. package/dist-es/commands/UpdateBrandPublishedVersionCommand.js +22 -0
  21. package/dist-es/commands/UpdateCustomPermissionsCommand.js +22 -0
  22. package/dist-es/commands/UpdateUserCustomPermissionCommand.js +22 -0
  23. package/dist-es/commands/index.js +17 -0
  24. package/dist-es/models/models_2.js +52 -107
  25. package/dist-es/models/models_3.js +108 -29
  26. package/dist-es/models/models_4.js +30 -16
  27. package/dist-es/pagination/ListBrandsPaginator.js +4 -0
  28. package/dist-es/pagination/ListCustomPermissionsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_restJson1.js +540 -6
  31. package/dist-types/QuickSight.d.ts +119 -0
  32. package/dist-types/QuickSightClient.d.ts +19 -2
  33. package/dist-types/commands/CreateBrandCommand.d.ts +268 -0
  34. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +132 -0
  35. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +92 -0
  36. package/dist-types/commands/DeleteBrandCommand.d.ts +93 -0
  37. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +104 -0
  38. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +101 -0
  39. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +93 -0
  40. package/dist-types/commands/DescribeBrandCommand.d.ts +204 -0
  41. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +203 -0
  42. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +120 -0
  43. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -2
  59. package/dist-types/commands/ListBrandsCommand.d.ts +99 -0
  60. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +124 -0
  61. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +94 -0
  62. package/dist-types/commands/UpdateBrandCommand.d.ts +262 -0
  63. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +95 -0
  64. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +120 -0
  65. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +102 -0
  66. package/dist-types/commands/index.d.ts +17 -0
  67. package/dist-types/models/models_0.d.ts +525 -525
  68. package/dist-types/models/models_1.d.ts +743 -743
  69. package/dist-types/models/models_2.d.ts +1717 -1782
  70. package/dist-types/models/models_3.d.ts +4176 -4314
  71. package/dist-types/models/models_4.d.ts +2044 -678
  72. package/dist-types/pagination/ListBrandsPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +2 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  76. package/dist-types/ts3.4/QuickSight.d.ts +289 -0
  77. package/dist-types/ts3.4/QuickSightClient.d.ts +102 -0
  78. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +47 -0
  79. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +47 -0
  82. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +47 -0
  105. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +47 -0
  108. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +565 -525
  113. package/dist-types/ts3.4/models/models_1.d.ts +763 -743
  114. package/dist-types/ts3.4/models/models_2.d.ts +717 -814
  115. package/dist-types/ts3.4/models/models_3.d.ts +1079 -949
  116. package/dist-types/ts3.4/models/models_4.d.ts +1014 -676
  117. package/dist-types/ts3.4/pagination/ListBrandsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListCustomPermissionsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  121. package/package.json +35 -35
@@ -3,15 +3,15 @@ import { QuickSightServiceException as __BaseException } from "./QuickSightServi
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- Message?: string;
7
- RequestId?: string;
6
+ Message?: string | undefined;
7
+ RequestId?: string | undefined;
8
8
  constructor(
9
9
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
10
  );
11
11
  }
12
12
  export interface AccountCustomization {
13
- DefaultTheme?: string;
14
- DefaultEmailCustomizationTemplate?: string;
13
+ DefaultTheme?: string | undefined;
14
+ DefaultEmailCustomizationTemplate?: string | undefined;
15
15
  }
16
16
  export declare const Edition: {
17
17
  readonly ENTERPRISE: "ENTERPRISE";
@@ -20,24 +20,24 @@ export declare const Edition: {
20
20
  };
21
21
  export type Edition = (typeof Edition)[keyof typeof Edition];
22
22
  export interface AccountInfo {
23
- AccountName?: string;
24
- Edition?: Edition;
25
- NotificationEmail?: string;
26
- AuthenticationType?: string;
27
- AccountSubscriptionStatus?: string;
28
- IAMIdentityCenterInstanceArn?: string;
23
+ AccountName?: string | undefined;
24
+ Edition?: Edition | undefined;
25
+ NotificationEmail?: string | undefined;
26
+ AuthenticationType?: string | undefined;
27
+ AccountSubscriptionStatus?: string | undefined;
28
+ IAMIdentityCenterInstanceArn?: string | undefined;
29
29
  }
30
30
  export interface AccountSettings {
31
- AccountName?: string;
32
- Edition?: Edition;
33
- DefaultNamespace?: string;
34
- NotificationEmail?: string;
35
- PublicSharingEnabled?: boolean;
36
- TerminationProtectionEnabled?: boolean;
31
+ AccountName?: string | undefined;
32
+ Edition?: Edition | undefined;
33
+ DefaultNamespace?: string | undefined;
34
+ NotificationEmail?: string | undefined;
35
+ PublicSharingEnabled?: boolean | undefined;
36
+ TerminationProtectionEnabled?: boolean | undefined;
37
37
  }
38
38
  export interface ActiveIAMPolicyAssignment {
39
- AssignmentName?: string;
40
- PolicyArn?: string;
39
+ AssignmentName?: string | undefined;
40
+ PolicyArn?: string | undefined;
41
41
  }
42
42
  export declare const DashboardBehavior: {
43
43
  readonly DISABLED: "DISABLED";
@@ -46,7 +46,7 @@ export declare const DashboardBehavior: {
46
46
  export type DashboardBehavior =
47
47
  (typeof DashboardBehavior)[keyof typeof DashboardBehavior];
48
48
  export interface AdHocFilteringOption {
49
- AvailabilityStatus?: DashboardBehavior;
49
+ AvailabilityStatus?: DashboardBehavior | undefined;
50
50
  }
51
51
  export declare const AggType: {
52
52
  readonly AVERAGE: "AVERAGE";
@@ -84,10 +84,10 @@ export declare const TopicTimeGranularity: {
84
84
  export type TopicTimeGranularity =
85
85
  (typeof TopicTimeGranularity)[keyof typeof TopicTimeGranularity];
86
86
  export interface AggFunction {
87
- Aggregation?: AggType;
88
- AggregationFunctionParameters?: Record<string, string>;
89
- Period?: TopicTimeGranularity;
90
- PeriodField?: string;
87
+ Aggregation?: AggType | undefined;
88
+ AggregationFunctionParameters?: Record<string, string> | undefined;
89
+ Period?: TopicTimeGranularity | undefined;
90
+ PeriodField?: string | undefined;
91
91
  }
92
92
  export declare const SimpleAttributeAggregationFunction: {
93
93
  readonly UNIQUE_VALUE: "UNIQUE_VALUE";
@@ -95,8 +95,8 @@ export declare const SimpleAttributeAggregationFunction: {
95
95
  export type SimpleAttributeAggregationFunction =
96
96
  (typeof SimpleAttributeAggregationFunction)[keyof typeof SimpleAttributeAggregationFunction];
97
97
  export interface AttributeAggregationFunction {
98
- SimpleAttributeAggregation?: SimpleAttributeAggregationFunction;
99
- ValueForMultipleValues?: string;
98
+ SimpleAttributeAggregation?: SimpleAttributeAggregationFunction | undefined;
99
+ ValueForMultipleValues?: string | undefined;
100
100
  }
101
101
  export declare const CategoricalAggregationFunction: {
102
102
  readonly COUNT: "COUNT";
@@ -113,7 +113,7 @@ export declare const DateAggregationFunction: {
113
113
  export type DateAggregationFunction =
114
114
  (typeof DateAggregationFunction)[keyof typeof DateAggregationFunction];
115
115
  export interface PercentileAggregation {
116
- PercentileValue?: number;
116
+ PercentileValue?: number | undefined;
117
117
  }
118
118
  export declare const SimpleNumericalAggregationFunction: {
119
119
  readonly AVERAGE: "AVERAGE";
@@ -131,14 +131,14 @@ export declare const SimpleNumericalAggregationFunction: {
131
131
  export type SimpleNumericalAggregationFunction =
132
132
  (typeof SimpleNumericalAggregationFunction)[keyof typeof SimpleNumericalAggregationFunction];
133
133
  export interface NumericalAggregationFunction {
134
- SimpleNumericalAggregation?: SimpleNumericalAggregationFunction;
135
- PercentileAggregation?: PercentileAggregation;
134
+ SimpleNumericalAggregation?: SimpleNumericalAggregationFunction | undefined;
135
+ PercentileAggregation?: PercentileAggregation | undefined;
136
136
  }
137
137
  export interface AggregationFunction {
138
- NumericalAggregationFunction?: NumericalAggregationFunction;
139
- CategoricalAggregationFunction?: CategoricalAggregationFunction;
140
- DateAggregationFunction?: DateAggregationFunction;
141
- AttributeAggregationFunction?: AttributeAggregationFunction;
138
+ NumericalAggregationFunction?: NumericalAggregationFunction | undefined;
139
+ CategoricalAggregationFunction?: CategoricalAggregationFunction | undefined;
140
+ DateAggregationFunction?: DateAggregationFunction | undefined;
141
+ AttributeAggregationFunction?: AttributeAggregationFunction | undefined;
142
142
  }
143
143
  export declare const TimeGranularity: {
144
144
  readonly DAY: "DAY";
@@ -154,8 +154,8 @@ export declare const TimeGranularity: {
154
154
  export type TimeGranularity =
155
155
  (typeof TimeGranularity)[keyof typeof TimeGranularity];
156
156
  export interface AggregationPartitionBy {
157
- FieldName?: string;
158
- TimeGranularity?: TimeGranularity;
157
+ FieldName?: string | undefined;
158
+ TimeGranularity?: TimeGranularity | undefined;
159
159
  }
160
160
  export interface ColumnIdentifier {
161
161
  DataSetIdentifier: string | undefined;
@@ -169,7 +169,7 @@ export type SortDirection = (typeof SortDirection)[keyof typeof SortDirection];
169
169
  export interface AggregationSortConfiguration {
170
170
  Column: ColumnIdentifier | undefined;
171
171
  SortDirection: SortDirection | undefined;
172
- AggregationFunction?: AggregationFunction;
172
+ AggregationFunction?: AggregationFunction | undefined;
173
173
  }
174
174
  export interface AllSheetsFilterScopeConfiguration {}
175
175
  export interface AmazonElasticsearchParameters {
@@ -193,16 +193,16 @@ export declare const AnalysisErrorType: {
193
193
  export type AnalysisErrorType =
194
194
  (typeof AnalysisErrorType)[keyof typeof AnalysisErrorType];
195
195
  export interface Entity {
196
- Path?: string;
196
+ Path?: string | undefined;
197
197
  }
198
198
  export interface AnalysisError {
199
- Type?: AnalysisErrorType;
200
- Message?: string;
201
- ViolatedEntities?: Entity[];
199
+ Type?: AnalysisErrorType | undefined;
200
+ Message?: string | undefined;
201
+ ViolatedEntities?: Entity[] | undefined;
202
202
  }
203
203
  export interface Sheet {
204
- SheetId?: string;
205
- Name?: string;
204
+ SheetId?: string | undefined;
205
+ Name?: string | undefined;
206
206
  }
207
207
  export declare const ResourceStatus: {
208
208
  readonly CREATION_FAILED: "CREATION_FAILED";
@@ -216,22 +216,22 @@ export declare const ResourceStatus: {
216
216
  export type ResourceStatus =
217
217
  (typeof ResourceStatus)[keyof typeof ResourceStatus];
218
218
  export interface Analysis {
219
- AnalysisId?: string;
220
- Arn?: string;
221
- Name?: string;
222
- Status?: ResourceStatus;
223
- Errors?: AnalysisError[];
224
- DataSetArns?: string[];
225
- ThemeArn?: string;
226
- CreatedTime?: Date;
227
- LastUpdatedTime?: Date;
228
- Sheets?: Sheet[];
219
+ AnalysisId?: string | undefined;
220
+ Arn?: string | undefined;
221
+ Name?: string | undefined;
222
+ Status?: ResourceStatus | undefined;
223
+ Errors?: AnalysisError[] | undefined;
224
+ DataSetArns?: string[] | undefined;
225
+ ThemeArn?: string | undefined;
226
+ CreatedTime?: Date | undefined;
227
+ LastUpdatedTime?: Date | undefined;
228
+ Sheets?: Sheet[] | undefined;
229
229
  }
230
230
  export interface FreeFormLayoutScreenCanvasSizeOptions {
231
231
  OptimizedViewPortWidth: string | undefined;
232
232
  }
233
233
  export interface FreeFormLayoutCanvasSizeOptions {
234
- ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions;
234
+ ScreenCanvasSizeOptions?: FreeFormLayoutScreenCanvasSizeOptions | undefined;
235
235
  }
236
236
  export interface DefaultFreeFormLayoutConfiguration {
237
237
  CanvasSizeOptions: FreeFormLayoutCanvasSizeOptions | undefined;
@@ -243,23 +243,23 @@ export declare const ResizeOption: {
243
243
  export type ResizeOption = (typeof ResizeOption)[keyof typeof ResizeOption];
244
244
  export interface GridLayoutScreenCanvasSizeOptions {
245
245
  ResizeOption: ResizeOption | undefined;
246
- OptimizedViewPortWidth?: string;
246
+ OptimizedViewPortWidth?: string | undefined;
247
247
  }
248
248
  export interface GridLayoutCanvasSizeOptions {
249
- ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions;
249
+ ScreenCanvasSizeOptions?: GridLayoutScreenCanvasSizeOptions | undefined;
250
250
  }
251
251
  export interface DefaultGridLayoutConfiguration {
252
252
  CanvasSizeOptions: GridLayoutCanvasSizeOptions | undefined;
253
253
  }
254
254
  export interface DefaultInteractiveLayoutConfiguration {
255
- Grid?: DefaultGridLayoutConfiguration;
256
- FreeForm?: DefaultFreeFormLayoutConfiguration;
255
+ Grid?: DefaultGridLayoutConfiguration | undefined;
256
+ FreeForm?: DefaultFreeFormLayoutConfiguration | undefined;
257
257
  }
258
258
  export interface Spacing {
259
- Top?: string;
260
- Bottom?: string;
261
- Left?: string;
262
- Right?: string;
259
+ Top?: string | undefined;
260
+ Bottom?: string | undefined;
261
+ Left?: string | undefined;
262
+ Right?: string | undefined;
263
263
  }
264
264
  export declare const PaperOrientation: {
265
265
  readonly LANDSCAPE: "LANDSCAPE";
@@ -282,18 +282,18 @@ export declare const PaperSize: {
282
282
  };
283
283
  export type PaperSize = (typeof PaperSize)[keyof typeof PaperSize];
284
284
  export interface SectionBasedLayoutPaperCanvasSizeOptions {
285
- PaperSize?: PaperSize;
286
- PaperOrientation?: PaperOrientation;
287
- PaperMargin?: Spacing;
285
+ PaperSize?: PaperSize | undefined;
286
+ PaperOrientation?: PaperOrientation | undefined;
287
+ PaperMargin?: Spacing | undefined;
288
288
  }
289
289
  export interface SectionBasedLayoutCanvasSizeOptions {
290
- PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions;
290
+ PaperCanvasSizeOptions?: SectionBasedLayoutPaperCanvasSizeOptions | undefined;
291
291
  }
292
292
  export interface DefaultSectionBasedLayoutConfiguration {
293
293
  CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions | undefined;
294
294
  }
295
295
  export interface DefaultPaginatedLayoutConfiguration {
296
- SectionBased?: DefaultSectionBasedLayoutConfiguration;
296
+ SectionBased?: DefaultSectionBasedLayoutConfiguration | undefined;
297
297
  }
298
298
  export declare const SheetContentType: {
299
299
  readonly INTERACTIVE: "INTERACTIVE";
@@ -302,9 +302,13 @@ export declare const SheetContentType: {
302
302
  export type SheetContentType =
303
303
  (typeof SheetContentType)[keyof typeof SheetContentType];
304
304
  export interface DefaultNewSheetConfiguration {
305
- InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration;
306
- PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration;
307
- SheetContentType?: SheetContentType;
305
+ InteractiveLayoutConfiguration?:
306
+ | DefaultInteractiveLayoutConfiguration
307
+ | undefined;
308
+ PaginatedLayoutConfiguration?:
309
+ | DefaultPaginatedLayoutConfiguration
310
+ | undefined;
311
+ SheetContentType?: SheetContentType | undefined;
308
312
  }
309
313
  export interface AnalysisDefaults {
310
314
  DefaultNewSheetConfiguration: DefaultNewSheetConfiguration | undefined;
@@ -321,12 +325,12 @@ export declare const SpecialValue: {
321
325
  };
322
326
  export type SpecialValue = (typeof SpecialValue)[keyof typeof SpecialValue];
323
327
  export interface CustomColor {
324
- FieldValue?: string;
328
+ FieldValue?: string | undefined;
325
329
  Color: string | undefined;
326
- SpecialValue?: SpecialValue;
330
+ SpecialValue?: SpecialValue | undefined;
327
331
  }
328
332
  export interface ColorsConfiguration {
329
- CustomColors?: CustomColor[];
333
+ CustomColors?: CustomColor[] | undefined;
330
334
  }
331
335
  export interface NullValueFormatConfiguration {
332
336
  NullString: string | undefined;
@@ -365,61 +369,67 @@ export declare const Visibility: {
365
369
  };
366
370
  export type Visibility = (typeof Visibility)[keyof typeof Visibility];
367
371
  export interface ThousandSeparatorOptions {
368
- Symbol?: NumericSeparatorSymbol;
369
- Visibility?: Visibility;
372
+ Symbol?: NumericSeparatorSymbol | undefined;
373
+ Visibility?: Visibility | undefined;
370
374
  }
371
375
  export interface NumericSeparatorConfiguration {
372
- DecimalSeparator?: NumericSeparatorSymbol;
373
- ThousandsSeparator?: ThousandSeparatorOptions;
376
+ DecimalSeparator?: NumericSeparatorSymbol | undefined;
377
+ ThousandsSeparator?: ThousandSeparatorOptions | undefined;
374
378
  }
375
379
  export interface CurrencyDisplayFormatConfiguration {
376
- Prefix?: string;
377
- Suffix?: string;
378
- SeparatorConfiguration?: NumericSeparatorConfiguration;
379
- Symbol?: string;
380
- DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
381
- NumberScale?: NumberScale;
382
- NegativeValueConfiguration?: NegativeValueConfiguration;
383
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
380
+ Prefix?: string | undefined;
381
+ Suffix?: string | undefined;
382
+ SeparatorConfiguration?: NumericSeparatorConfiguration | undefined;
383
+ Symbol?: string | undefined;
384
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration | undefined;
385
+ NumberScale?: NumberScale | undefined;
386
+ NegativeValueConfiguration?: NegativeValueConfiguration | undefined;
387
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
384
388
  }
385
389
  export interface NumberDisplayFormatConfiguration {
386
- Prefix?: string;
387
- Suffix?: string;
388
- SeparatorConfiguration?: NumericSeparatorConfiguration;
389
- DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
390
- NumberScale?: NumberScale;
391
- NegativeValueConfiguration?: NegativeValueConfiguration;
392
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
390
+ Prefix?: string | undefined;
391
+ Suffix?: string | undefined;
392
+ SeparatorConfiguration?: NumericSeparatorConfiguration | undefined;
393
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration | undefined;
394
+ NumberScale?: NumberScale | undefined;
395
+ NegativeValueConfiguration?: NegativeValueConfiguration | undefined;
396
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
393
397
  }
394
398
  export interface PercentageDisplayFormatConfiguration {
395
- Prefix?: string;
396
- Suffix?: string;
397
- SeparatorConfiguration?: NumericSeparatorConfiguration;
398
- DecimalPlacesConfiguration?: DecimalPlacesConfiguration;
399
- NegativeValueConfiguration?: NegativeValueConfiguration;
400
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
399
+ Prefix?: string | undefined;
400
+ Suffix?: string | undefined;
401
+ SeparatorConfiguration?: NumericSeparatorConfiguration | undefined;
402
+ DecimalPlacesConfiguration?: DecimalPlacesConfiguration | undefined;
403
+ NegativeValueConfiguration?: NegativeValueConfiguration | undefined;
404
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
401
405
  }
402
406
  export interface NumericFormatConfiguration {
403
- NumberDisplayFormatConfiguration?: NumberDisplayFormatConfiguration;
404
- CurrencyDisplayFormatConfiguration?: CurrencyDisplayFormatConfiguration;
405
- PercentageDisplayFormatConfiguration?: PercentageDisplayFormatConfiguration;
407
+ NumberDisplayFormatConfiguration?:
408
+ | NumberDisplayFormatConfiguration
409
+ | undefined;
410
+ CurrencyDisplayFormatConfiguration?:
411
+ | CurrencyDisplayFormatConfiguration
412
+ | undefined;
413
+ PercentageDisplayFormatConfiguration?:
414
+ | PercentageDisplayFormatConfiguration
415
+ | undefined;
406
416
  }
407
417
  export interface DateTimeFormatConfiguration {
408
- DateTimeFormat?: string;
409
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
410
- NumericFormatConfiguration?: NumericFormatConfiguration;
418
+ DateTimeFormat?: string | undefined;
419
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
420
+ NumericFormatConfiguration?: NumericFormatConfiguration | undefined;
411
421
  }
412
422
  export interface NumberFormatConfiguration {
413
- FormatConfiguration?: NumericFormatConfiguration;
423
+ FormatConfiguration?: NumericFormatConfiguration | undefined;
414
424
  }
415
425
  export interface StringFormatConfiguration {
416
- NullValueFormatConfiguration?: NullValueFormatConfiguration;
417
- NumericFormatConfiguration?: NumericFormatConfiguration;
426
+ NullValueFormatConfiguration?: NullValueFormatConfiguration | undefined;
427
+ NumericFormatConfiguration?: NumericFormatConfiguration | undefined;
418
428
  }
419
429
  export interface FormatConfiguration {
420
- StringFormatConfiguration?: StringFormatConfiguration;
421
- NumberFormatConfiguration?: NumberFormatConfiguration;
422
- DateTimeFormatConfiguration?: DateTimeFormatConfiguration;
430
+ StringFormatConfiguration?: StringFormatConfiguration | undefined;
431
+ NumberFormatConfiguration?: NumberFormatConfiguration | undefined;
432
+ DateTimeFormatConfiguration?: DateTimeFormatConfiguration | undefined;
423
433
  }
424
434
  export declare const ColumnRole: {
425
435
  readonly DIMENSION: "DIMENSION";
@@ -428,9 +438,9 @@ export declare const ColumnRole: {
428
438
  export type ColumnRole = (typeof ColumnRole)[keyof typeof ColumnRole];
429
439
  export interface ColumnConfiguration {
430
440
  Column: ColumnIdentifier | undefined;
431
- FormatConfiguration?: FormatConfiguration;
432
- Role?: ColumnRole;
433
- ColorsConfiguration?: ColorsConfiguration;
441
+ FormatConfiguration?: FormatConfiguration | undefined;
442
+ Role?: ColumnRole | undefined;
443
+ ColorsConfiguration?: ColorsConfiguration | undefined;
434
444
  }
435
445
  export interface DataSetIdentifierDeclaration {
436
446
  Identifier: string | undefined;
@@ -466,27 +476,27 @@ export type CategoryFilterSelectAllOptions =
466
476
  (typeof CategoryFilterSelectAllOptions)[keyof typeof CategoryFilterSelectAllOptions];
467
477
  export interface CustomFilterConfiguration {
468
478
  MatchOperator: CategoryFilterMatchOperator | undefined;
469
- CategoryValue?: string;
470
- SelectAllOptions?: CategoryFilterSelectAllOptions;
471
- ParameterName?: string;
479
+ CategoryValue?: string | undefined;
480
+ SelectAllOptions?: CategoryFilterSelectAllOptions | undefined;
481
+ ParameterName?: string | undefined;
472
482
  NullOption: FilterNullOption | undefined;
473
483
  }
474
484
  export interface CustomFilterListConfiguration {
475
485
  MatchOperator: CategoryFilterMatchOperator | undefined;
476
- CategoryValues?: string[];
477
- SelectAllOptions?: CategoryFilterSelectAllOptions;
486
+ CategoryValues?: string[] | undefined;
487
+ SelectAllOptions?: CategoryFilterSelectAllOptions | undefined;
478
488
  NullOption: FilterNullOption | undefined;
479
489
  }
480
490
  export interface FilterListConfiguration {
481
491
  MatchOperator: CategoryFilterMatchOperator | undefined;
482
- CategoryValues?: string[];
483
- SelectAllOptions?: CategoryFilterSelectAllOptions;
484
- NullOption?: FilterNullOption;
492
+ CategoryValues?: string[] | undefined;
493
+ SelectAllOptions?: CategoryFilterSelectAllOptions | undefined;
494
+ NullOption?: FilterNullOption | undefined;
485
495
  }
486
496
  export interface CategoryFilterConfiguration {
487
- FilterListConfiguration?: FilterListConfiguration;
488
- CustomFilterListConfiguration?: CustomFilterListConfiguration;
489
- CustomFilterConfiguration?: CustomFilterConfiguration;
497
+ FilterListConfiguration?: FilterListConfiguration | undefined;
498
+ CustomFilterListConfiguration?: CustomFilterListConfiguration | undefined;
499
+ CustomFilterConfiguration?: CustomFilterConfiguration | undefined;
490
500
  }
491
501
  export declare const CommitMode: {
492
502
  readonly AUTO: "AUTO";
@@ -494,8 +504,8 @@ export declare const CommitMode: {
494
504
  };
495
505
  export type CommitMode = (typeof CommitMode)[keyof typeof CommitMode];
496
506
  export interface SheetControlInfoIconLabelOptions {
497
- Visibility?: Visibility;
498
- InfoIconText?: string;
507
+ Visibility?: Visibility | undefined;
508
+ InfoIconText?: string | undefined;
499
509
  }
500
510
  export declare const FontDecoration: {
501
511
  readonly NONE: "NONE";
@@ -513,7 +523,7 @@ export declare const RelativeFontSize: {
513
523
  export type RelativeFontSize =
514
524
  (typeof RelativeFontSize)[keyof typeof RelativeFontSize];
515
525
  export interface FontSize {
516
- Relative?: RelativeFontSize;
526
+ Relative?: RelativeFontSize | undefined;
517
527
  }
518
528
  export declare const FontStyle: {
519
529
  readonly ITALIC: "ITALIC";
@@ -527,26 +537,26 @@ export declare const FontWeightName: {
527
537
  export type FontWeightName =
528
538
  (typeof FontWeightName)[keyof typeof FontWeightName];
529
539
  export interface FontWeight {
530
- Name?: FontWeightName;
540
+ Name?: FontWeightName | undefined;
531
541
  }
532
542
  export interface FontConfiguration {
533
- FontSize?: FontSize;
534
- FontDecoration?: FontDecoration;
535
- FontColor?: string;
536
- FontWeight?: FontWeight;
537
- FontStyle?: FontStyle;
543
+ FontSize?: FontSize | undefined;
544
+ FontDecoration?: FontDecoration | undefined;
545
+ FontColor?: string | undefined;
546
+ FontWeight?: FontWeight | undefined;
547
+ FontStyle?: FontStyle | undefined;
538
548
  }
539
549
  export interface LabelOptions {
540
- Visibility?: Visibility;
541
- FontConfiguration?: FontConfiguration;
542
- CustomLabel?: string;
550
+ Visibility?: Visibility | undefined;
551
+ FontConfiguration?: FontConfiguration | undefined;
552
+ CustomLabel?: string | undefined;
543
553
  }
544
554
  export interface DateTimePickerControlDisplayOptions {
545
- TitleOptions?: LabelOptions;
546
- DateTimeFormat?: string;
547
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
548
- HelperTextVisibility?: Visibility;
549
- DateIconVisibility?: Visibility;
555
+ TitleOptions?: LabelOptions | undefined;
556
+ DateTimeFormat?: string | undefined;
557
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
558
+ HelperTextVisibility?: Visibility | undefined;
559
+ DateIconVisibility?: Visibility | undefined;
550
560
  }
551
561
  export declare const SheetControlDateTimePickerType: {
552
562
  readonly DATE_RANGE: "DATE_RANGE";
@@ -555,20 +565,20 @@ export declare const SheetControlDateTimePickerType: {
555
565
  export type SheetControlDateTimePickerType =
556
566
  (typeof SheetControlDateTimePickerType)[keyof typeof SheetControlDateTimePickerType];
557
567
  export interface DefaultDateTimePickerControlOptions {
558
- Type?: SheetControlDateTimePickerType;
559
- DisplayOptions?: DateTimePickerControlDisplayOptions;
560
- CommitMode?: CommitMode;
568
+ Type?: SheetControlDateTimePickerType | undefined;
569
+ DisplayOptions?: DateTimePickerControlDisplayOptions | undefined;
570
+ CommitMode?: CommitMode | undefined;
561
571
  }
562
572
  export interface ListControlSelectAllOptions {
563
- Visibility?: Visibility;
573
+ Visibility?: Visibility | undefined;
564
574
  }
565
575
  export interface DropDownControlDisplayOptions {
566
- SelectAllOptions?: ListControlSelectAllOptions;
567
- TitleOptions?: LabelOptions;
568
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
576
+ SelectAllOptions?: ListControlSelectAllOptions | undefined;
577
+ TitleOptions?: LabelOptions | undefined;
578
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
569
579
  }
570
580
  export interface FilterSelectableValues {
571
- Values?: string[];
581
+ Values?: string[] | undefined;
572
582
  }
573
583
  export declare const SheetControlListType: {
574
584
  readonly MULTI_SELECT: "MULTI_SELECT";
@@ -577,37 +587,37 @@ export declare const SheetControlListType: {
577
587
  export type SheetControlListType =
578
588
  (typeof SheetControlListType)[keyof typeof SheetControlListType];
579
589
  export interface DefaultFilterDropDownControlOptions {
580
- DisplayOptions?: DropDownControlDisplayOptions;
581
- Type?: SheetControlListType;
582
- SelectableValues?: FilterSelectableValues;
583
- CommitMode?: CommitMode;
590
+ DisplayOptions?: DropDownControlDisplayOptions | undefined;
591
+ Type?: SheetControlListType | undefined;
592
+ SelectableValues?: FilterSelectableValues | undefined;
593
+ CommitMode?: CommitMode | undefined;
584
594
  }
585
595
  export interface ListControlSearchOptions {
586
- Visibility?: Visibility;
596
+ Visibility?: Visibility | undefined;
587
597
  }
588
598
  export interface ListControlDisplayOptions {
589
- SearchOptions?: ListControlSearchOptions;
590
- SelectAllOptions?: ListControlSelectAllOptions;
591
- TitleOptions?: LabelOptions;
592
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
599
+ SearchOptions?: ListControlSearchOptions | undefined;
600
+ SelectAllOptions?: ListControlSelectAllOptions | undefined;
601
+ TitleOptions?: LabelOptions | undefined;
602
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
593
603
  }
594
604
  export interface DefaultFilterListControlOptions {
595
- DisplayOptions?: ListControlDisplayOptions;
596
- Type?: SheetControlListType;
597
- SelectableValues?: FilterSelectableValues;
605
+ DisplayOptions?: ListControlDisplayOptions | undefined;
606
+ Type?: SheetControlListType | undefined;
607
+ SelectableValues?: FilterSelectableValues | undefined;
598
608
  }
599
609
  export interface RelativeDateTimeControlDisplayOptions {
600
- TitleOptions?: LabelOptions;
601
- DateTimeFormat?: string;
602
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
610
+ TitleOptions?: LabelOptions | undefined;
611
+ DateTimeFormat?: string | undefined;
612
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
603
613
  }
604
614
  export interface DefaultRelativeDateTimeControlOptions {
605
- DisplayOptions?: RelativeDateTimeControlDisplayOptions;
606
- CommitMode?: CommitMode;
615
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions | undefined;
616
+ CommitMode?: CommitMode | undefined;
607
617
  }
608
618
  export interface SliderControlDisplayOptions {
609
- TitleOptions?: LabelOptions;
610
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
619
+ TitleOptions?: LabelOptions | undefined;
620
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
611
621
  }
612
622
  export declare const SheetControlSliderType: {
613
623
  readonly RANGE: "RANGE";
@@ -616,40 +626,44 @@ export declare const SheetControlSliderType: {
616
626
  export type SheetControlSliderType =
617
627
  (typeof SheetControlSliderType)[keyof typeof SheetControlSliderType];
618
628
  export interface DefaultSliderControlOptions {
619
- DisplayOptions?: SliderControlDisplayOptions;
620
- Type?: SheetControlSliderType;
629
+ DisplayOptions?: SliderControlDisplayOptions | undefined;
630
+ Type?: SheetControlSliderType | undefined;
621
631
  MaximumValue: number | undefined;
622
632
  MinimumValue: number | undefined;
623
633
  StepSize: number | undefined;
624
634
  }
625
635
  export interface TextControlPlaceholderOptions {
626
- Visibility?: Visibility;
636
+ Visibility?: Visibility | undefined;
627
637
  }
628
638
  export interface TextAreaControlDisplayOptions {
629
- TitleOptions?: LabelOptions;
630
- PlaceholderOptions?: TextControlPlaceholderOptions;
631
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
639
+ TitleOptions?: LabelOptions | undefined;
640
+ PlaceholderOptions?: TextControlPlaceholderOptions | undefined;
641
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
632
642
  }
633
643
  export interface DefaultTextAreaControlOptions {
634
- Delimiter?: string;
635
- DisplayOptions?: TextAreaControlDisplayOptions;
644
+ Delimiter?: string | undefined;
645
+ DisplayOptions?: TextAreaControlDisplayOptions | undefined;
636
646
  }
637
647
  export interface TextFieldControlDisplayOptions {
638
- TitleOptions?: LabelOptions;
639
- PlaceholderOptions?: TextControlPlaceholderOptions;
640
- InfoIconLabelOptions?: SheetControlInfoIconLabelOptions;
648
+ TitleOptions?: LabelOptions | undefined;
649
+ PlaceholderOptions?: TextControlPlaceholderOptions | undefined;
650
+ InfoIconLabelOptions?: SheetControlInfoIconLabelOptions | undefined;
641
651
  }
642
652
  export interface DefaultTextFieldControlOptions {
643
- DisplayOptions?: TextFieldControlDisplayOptions;
653
+ DisplayOptions?: TextFieldControlDisplayOptions | undefined;
644
654
  }
645
655
  export interface DefaultFilterControlOptions {
646
- DefaultDateTimePickerOptions?: DefaultDateTimePickerControlOptions;
647
- DefaultListOptions?: DefaultFilterListControlOptions;
648
- DefaultDropdownOptions?: DefaultFilterDropDownControlOptions;
649
- DefaultTextFieldOptions?: DefaultTextFieldControlOptions;
650
- DefaultTextAreaOptions?: DefaultTextAreaControlOptions;
651
- DefaultSliderOptions?: DefaultSliderControlOptions;
652
- DefaultRelativeDateTimeOptions?: DefaultRelativeDateTimeControlOptions;
656
+ DefaultDateTimePickerOptions?:
657
+ | DefaultDateTimePickerControlOptions
658
+ | undefined;
659
+ DefaultListOptions?: DefaultFilterListControlOptions | undefined;
660
+ DefaultDropdownOptions?: DefaultFilterDropDownControlOptions | undefined;
661
+ DefaultTextFieldOptions?: DefaultTextFieldControlOptions | undefined;
662
+ DefaultTextAreaOptions?: DefaultTextAreaControlOptions | undefined;
663
+ DefaultSliderOptions?: DefaultSliderControlOptions | undefined;
664
+ DefaultRelativeDateTimeOptions?:
665
+ | DefaultRelativeDateTimeControlOptions
666
+ | undefined;
653
667
  }
654
668
  export interface DefaultFilterControlConfiguration {
655
669
  Title: string | undefined;
@@ -659,15 +673,19 @@ export interface CategoryFilter {
659
673
  FilterId: string | undefined;
660
674
  Column: ColumnIdentifier | undefined;
661
675
  Configuration: CategoryFilterConfiguration | undefined;
662
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
676
+ DefaultFilterControlConfiguration?:
677
+ | DefaultFilterControlConfiguration
678
+ | undefined;
663
679
  }
664
680
  export interface CategoryInnerFilter {
665
681
  Column: ColumnIdentifier | undefined;
666
682
  Configuration: CategoryFilterConfiguration | undefined;
667
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
683
+ DefaultFilterControlConfiguration?:
684
+ | DefaultFilterControlConfiguration
685
+ | undefined;
668
686
  }
669
687
  export interface InnerFilter {
670
- CategoryInnerFilter?: CategoryInnerFilter;
688
+ CategoryInnerFilter?: CategoryInnerFilter | undefined;
671
689
  }
672
690
  export interface NestedFilter {
673
691
  FilterId: string | undefined;
@@ -689,37 +707,41 @@ export type NumericFilterSelectAllOptions =
689
707
  export interface NumericEqualityFilter {
690
708
  FilterId: string | undefined;
691
709
  Column: ColumnIdentifier | undefined;
692
- Value?: number;
693
- SelectAllOptions?: NumericFilterSelectAllOptions;
710
+ Value?: number | undefined;
711
+ SelectAllOptions?: NumericFilterSelectAllOptions | undefined;
694
712
  MatchOperator: NumericEqualityMatchOperator | undefined;
695
- AggregationFunction?: AggregationFunction;
696
- ParameterName?: string;
713
+ AggregationFunction?: AggregationFunction | undefined;
714
+ ParameterName?: string | undefined;
697
715
  NullOption: FilterNullOption | undefined;
698
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
716
+ DefaultFilterControlConfiguration?:
717
+ | DefaultFilterControlConfiguration
718
+ | undefined;
699
719
  }
700
720
  export interface NumericRangeFilterValue {
701
- StaticValue?: number;
702
- Parameter?: string;
721
+ StaticValue?: number | undefined;
722
+ Parameter?: string | undefined;
703
723
  }
704
724
  export interface NumericRangeFilter {
705
725
  FilterId: string | undefined;
706
726
  Column: ColumnIdentifier | undefined;
707
- IncludeMinimum?: boolean;
708
- IncludeMaximum?: boolean;
709
- RangeMinimum?: NumericRangeFilterValue;
710
- RangeMaximum?: NumericRangeFilterValue;
711
- SelectAllOptions?: NumericFilterSelectAllOptions;
712
- AggregationFunction?: AggregationFunction;
727
+ IncludeMinimum?: boolean | undefined;
728
+ IncludeMaximum?: boolean | undefined;
729
+ RangeMinimum?: NumericRangeFilterValue | undefined;
730
+ RangeMaximum?: NumericRangeFilterValue | undefined;
731
+ SelectAllOptions?: NumericFilterSelectAllOptions | undefined;
732
+ AggregationFunction?: AggregationFunction | undefined;
713
733
  NullOption: FilterNullOption | undefined;
714
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
734
+ DefaultFilterControlConfiguration?:
735
+ | DefaultFilterControlConfiguration
736
+ | undefined;
715
737
  }
716
738
  export declare const AnchorOption: {
717
739
  readonly NOW: "NOW";
718
740
  };
719
741
  export type AnchorOption = (typeof AnchorOption)[keyof typeof AnchorOption];
720
742
  export interface AnchorDateConfiguration {
721
- AnchorOption?: AnchorOption;
722
- ParameterName?: string;
743
+ AnchorOption?: AnchorOption | undefined;
744
+ ParameterName?: string | undefined;
723
745
  }
724
746
  export declare const WidgetStatus: {
725
747
  readonly DISABLED: "DISABLED";
@@ -729,7 +751,7 @@ export type WidgetStatus = (typeof WidgetStatus)[keyof typeof WidgetStatus];
729
751
  export interface ExcludePeriodConfiguration {
730
752
  Amount: number | undefined;
731
753
  Granularity: TimeGranularity | undefined;
732
- Status?: WidgetStatus;
754
+ Status?: WidgetStatus | undefined;
733
755
  }
734
756
  export declare const RelativeDateType: {
735
757
  readonly LAST: "LAST";
@@ -744,63 +766,71 @@ export interface RelativeDatesFilter {
744
766
  FilterId: string | undefined;
745
767
  Column: ColumnIdentifier | undefined;
746
768
  AnchorDateConfiguration: AnchorDateConfiguration | undefined;
747
- MinimumGranularity?: TimeGranularity;
769
+ MinimumGranularity?: TimeGranularity | undefined;
748
770
  TimeGranularity: TimeGranularity | undefined;
749
771
  RelativeDateType: RelativeDateType | undefined;
750
- RelativeDateValue?: number;
751
- ParameterName?: string;
772
+ RelativeDateValue?: number | undefined;
773
+ ParameterName?: string | undefined;
752
774
  NullOption: FilterNullOption | undefined;
753
- ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
754
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
775
+ ExcludePeriodConfiguration?: ExcludePeriodConfiguration | undefined;
776
+ DefaultFilterControlConfiguration?:
777
+ | DefaultFilterControlConfiguration
778
+ | undefined;
755
779
  }
756
780
  export interface RollingDateConfiguration {
757
- DataSetIdentifier?: string;
781
+ DataSetIdentifier?: string | undefined;
758
782
  Expression: string | undefined;
759
783
  }
760
784
  export interface TimeEqualityFilter {
761
785
  FilterId: string | undefined;
762
786
  Column: ColumnIdentifier | undefined;
763
- Value?: Date;
764
- ParameterName?: string;
765
- TimeGranularity?: TimeGranularity;
766
- RollingDate?: RollingDateConfiguration;
767
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
787
+ Value?: Date | undefined;
788
+ ParameterName?: string | undefined;
789
+ TimeGranularity?: TimeGranularity | undefined;
790
+ RollingDate?: RollingDateConfiguration | undefined;
791
+ DefaultFilterControlConfiguration?:
792
+ | DefaultFilterControlConfiguration
793
+ | undefined;
768
794
  }
769
795
  export interface TimeRangeFilterValue {
770
- StaticValue?: Date;
771
- RollingDate?: RollingDateConfiguration;
772
- Parameter?: string;
796
+ StaticValue?: Date | undefined;
797
+ RollingDate?: RollingDateConfiguration | undefined;
798
+ Parameter?: string | undefined;
773
799
  }
774
800
  export interface TimeRangeFilter {
775
801
  FilterId: string | undefined;
776
802
  Column: ColumnIdentifier | undefined;
777
- IncludeMinimum?: boolean;
778
- IncludeMaximum?: boolean;
779
- RangeMinimumValue?: TimeRangeFilterValue;
780
- RangeMaximumValue?: TimeRangeFilterValue;
803
+ IncludeMinimum?: boolean | undefined;
804
+ IncludeMaximum?: boolean | undefined;
805
+ RangeMinimumValue?: TimeRangeFilterValue | undefined;
806
+ RangeMaximumValue?: TimeRangeFilterValue | undefined;
781
807
  NullOption: FilterNullOption | undefined;
782
- ExcludePeriodConfiguration?: ExcludePeriodConfiguration;
783
- TimeGranularity?: TimeGranularity;
784
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
808
+ ExcludePeriodConfiguration?: ExcludePeriodConfiguration | undefined;
809
+ TimeGranularity?: TimeGranularity | undefined;
810
+ DefaultFilterControlConfiguration?:
811
+ | DefaultFilterControlConfiguration
812
+ | undefined;
785
813
  }
786
814
  export interface TopBottomFilter {
787
815
  FilterId: string | undefined;
788
816
  Column: ColumnIdentifier | undefined;
789
- Limit?: number;
817
+ Limit?: number | undefined;
790
818
  AggregationSortConfigurations: AggregationSortConfiguration[] | undefined;
791
- TimeGranularity?: TimeGranularity;
792
- ParameterName?: string;
793
- DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
819
+ TimeGranularity?: TimeGranularity | undefined;
820
+ ParameterName?: string | undefined;
821
+ DefaultFilterControlConfiguration?:
822
+ | DefaultFilterControlConfiguration
823
+ | undefined;
794
824
  }
795
825
  export interface Filter {
796
- CategoryFilter?: CategoryFilter;
797
- NumericRangeFilter?: NumericRangeFilter;
798
- NumericEqualityFilter?: NumericEqualityFilter;
799
- TimeEqualityFilter?: TimeEqualityFilter;
800
- TimeRangeFilter?: TimeRangeFilter;
801
- RelativeDatesFilter?: RelativeDatesFilter;
802
- TopBottomFilter?: TopBottomFilter;
803
- NestedFilter?: NestedFilter;
826
+ CategoryFilter?: CategoryFilter | undefined;
827
+ NumericRangeFilter?: NumericRangeFilter | undefined;
828
+ NumericEqualityFilter?: NumericEqualityFilter | undefined;
829
+ TimeEqualityFilter?: TimeEqualityFilter | undefined;
830
+ TimeRangeFilter?: TimeRangeFilter | undefined;
831
+ RelativeDatesFilter?: RelativeDatesFilter | undefined;
832
+ TopBottomFilter?: TopBottomFilter | undefined;
833
+ NestedFilter?: NestedFilter | undefined;
804
834
  }
805
835
  export declare const FilterVisualScope: {
806
836
  readonly ALL_VISUALS: "ALL_VISUALS";
@@ -811,20 +841,22 @@ export type FilterVisualScope =
811
841
  export interface SheetVisualScopingConfiguration {
812
842
  SheetId: string | undefined;
813
843
  Scope: FilterVisualScope | undefined;
814
- VisualIds?: string[];
844
+ VisualIds?: string[] | undefined;
815
845
  }
816
846
  export interface SelectedSheetsFilterScopeConfiguration {
817
- SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[];
847
+ SheetVisualScopingConfigurations?:
848
+ | SheetVisualScopingConfiguration[]
849
+ | undefined;
818
850
  }
819
851
  export interface FilterScopeConfiguration {
820
- SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
821
- AllSheets?: AllSheetsFilterScopeConfiguration;
852
+ SelectedSheets?: SelectedSheetsFilterScopeConfiguration | undefined;
853
+ AllSheets?: AllSheetsFilterScopeConfiguration | undefined;
822
854
  }
823
855
  export interface FilterGroup {
824
856
  FilterGroupId: string | undefined;
825
857
  Filters: Filter[] | undefined;
826
858
  ScopeConfiguration: FilterScopeConfiguration | undefined;
827
- Status?: WidgetStatus;
859
+ Status?: WidgetStatus | undefined;
828
860
  CrossDataset: CrossDatasetTypes | undefined;
829
861
  }
830
862
  export declare const DayOfTheWeek: {
@@ -838,18 +870,18 @@ export declare const DayOfTheWeek: {
838
870
  };
839
871
  export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
840
872
  export interface AssetOptions {
841
- Timezone?: string;
842
- WeekStart?: DayOfTheWeek;
873
+ Timezone?: string | undefined;
874
+ WeekStart?: DayOfTheWeek | undefined;
843
875
  }
844
876
  export interface DynamicDefaultValue {
845
- UserNameColumn?: ColumnIdentifier;
846
- GroupNameColumn?: ColumnIdentifier;
877
+ UserNameColumn?: ColumnIdentifier | undefined;
878
+ GroupNameColumn?: ColumnIdentifier | undefined;
847
879
  DefaultValueColumn: ColumnIdentifier | undefined;
848
880
  }
849
881
  export interface DateTimeDefaultValues {
850
- DynamicValue?: DynamicDefaultValue;
851
- StaticValues?: Date[];
852
- RollingDate?: RollingDateConfiguration;
882
+ DynamicValue?: DynamicDefaultValue | undefined;
883
+ StaticValues?: Date[] | undefined;
884
+ RollingDate?: RollingDateConfiguration | undefined;
853
885
  }
854
886
  export interface MappedDataSetParameter {
855
887
  DataSetIdentifier: string | undefined;
@@ -862,19 +894,19 @@ export declare const ValueWhenUnsetOption: {
862
894
  export type ValueWhenUnsetOption =
863
895
  (typeof ValueWhenUnsetOption)[keyof typeof ValueWhenUnsetOption];
864
896
  export interface DateTimeValueWhenUnsetConfiguration {
865
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
866
- CustomValue?: Date;
897
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
898
+ CustomValue?: Date | undefined;
867
899
  }
868
900
  export interface DateTimeParameterDeclaration {
869
901
  Name: string | undefined;
870
- DefaultValues?: DateTimeDefaultValues;
871
- TimeGranularity?: TimeGranularity;
872
- ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
873
- MappedDataSetParameters?: MappedDataSetParameter[];
902
+ DefaultValues?: DateTimeDefaultValues | undefined;
903
+ TimeGranularity?: TimeGranularity | undefined;
904
+ ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration | undefined;
905
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
874
906
  }
875
907
  export interface DecimalDefaultValues {
876
- DynamicValue?: DynamicDefaultValue;
877
- StaticValues?: number[];
908
+ DynamicValue?: DynamicDefaultValue | undefined;
909
+ StaticValues?: number[] | undefined;
878
910
  }
879
911
  export declare const ParameterValueType: {
880
912
  readonly MULTI_VALUED: "MULTI_VALUED";
@@ -883,51 +915,51 @@ export declare const ParameterValueType: {
883
915
  export type ParameterValueType =
884
916
  (typeof ParameterValueType)[keyof typeof ParameterValueType];
885
917
  export interface DecimalValueWhenUnsetConfiguration {
886
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
887
- CustomValue?: number;
918
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
919
+ CustomValue?: number | undefined;
888
920
  }
889
921
  export interface DecimalParameterDeclaration {
890
922
  ParameterValueType: ParameterValueType | undefined;
891
923
  Name: string | undefined;
892
- DefaultValues?: DecimalDefaultValues;
893
- ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
894
- MappedDataSetParameters?: MappedDataSetParameter[];
924
+ DefaultValues?: DecimalDefaultValues | undefined;
925
+ ValueWhenUnset?: DecimalValueWhenUnsetConfiguration | undefined;
926
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
895
927
  }
896
928
  export interface IntegerDefaultValues {
897
- DynamicValue?: DynamicDefaultValue;
898
- StaticValues?: number[];
929
+ DynamicValue?: DynamicDefaultValue | undefined;
930
+ StaticValues?: number[] | undefined;
899
931
  }
900
932
  export interface IntegerValueWhenUnsetConfiguration {
901
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
902
- CustomValue?: number;
933
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
934
+ CustomValue?: number | undefined;
903
935
  }
904
936
  export interface IntegerParameterDeclaration {
905
937
  ParameterValueType: ParameterValueType | undefined;
906
938
  Name: string | undefined;
907
- DefaultValues?: IntegerDefaultValues;
908
- ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
909
- MappedDataSetParameters?: MappedDataSetParameter[];
939
+ DefaultValues?: IntegerDefaultValues | undefined;
940
+ ValueWhenUnset?: IntegerValueWhenUnsetConfiguration | undefined;
941
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
910
942
  }
911
943
  export interface StringDefaultValues {
912
- DynamicValue?: DynamicDefaultValue;
913
- StaticValues?: string[];
944
+ DynamicValue?: DynamicDefaultValue | undefined;
945
+ StaticValues?: string[] | undefined;
914
946
  }
915
947
  export interface StringValueWhenUnsetConfiguration {
916
- ValueWhenUnsetOption?: ValueWhenUnsetOption;
917
- CustomValue?: string;
948
+ ValueWhenUnsetOption?: ValueWhenUnsetOption | undefined;
949
+ CustomValue?: string | undefined;
918
950
  }
919
951
  export interface StringParameterDeclaration {
920
952
  ParameterValueType: ParameterValueType | undefined;
921
953
  Name: string | undefined;
922
- DefaultValues?: StringDefaultValues;
923
- ValueWhenUnset?: StringValueWhenUnsetConfiguration;
924
- MappedDataSetParameters?: MappedDataSetParameter[];
954
+ DefaultValues?: StringDefaultValues | undefined;
955
+ ValueWhenUnset?: StringValueWhenUnsetConfiguration | undefined;
956
+ MappedDataSetParameters?: MappedDataSetParameter[] | undefined;
925
957
  }
926
958
  export interface ParameterDeclaration {
927
- StringParameterDeclaration?: StringParameterDeclaration;
928
- DecimalParameterDeclaration?: DecimalParameterDeclaration;
929
- IntegerParameterDeclaration?: IntegerParameterDeclaration;
930
- DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
959
+ StringParameterDeclaration?: StringParameterDeclaration | undefined;
960
+ DecimalParameterDeclaration?: DecimalParameterDeclaration | undefined;
961
+ IntegerParameterDeclaration?: IntegerParameterDeclaration | undefined;
962
+ DateTimeParameterDeclaration?: DateTimeParameterDeclaration | undefined;
931
963
  }
932
964
  export declare const QueryExecutionMode: {
933
965
  readonly AUTO: "AUTO";
@@ -936,60 +968,60 @@ export declare const QueryExecutionMode: {
936
968
  export type QueryExecutionMode =
937
969
  (typeof QueryExecutionMode)[keyof typeof QueryExecutionMode];
938
970
  export interface QueryExecutionOptions {
939
- QueryExecutionMode?: QueryExecutionMode;
971
+ QueryExecutionMode?: QueryExecutionMode | undefined;
940
972
  }
941
973
  export interface CascadingControlSource {
942
- SourceSheetControlId?: string;
943
- ColumnToMatch?: ColumnIdentifier;
974
+ SourceSheetControlId?: string | undefined;
975
+ ColumnToMatch?: ColumnIdentifier | undefined;
944
976
  }
945
977
  export interface CascadingControlConfiguration {
946
- SourceControls?: CascadingControlSource[];
978
+ SourceControls?: CascadingControlSource[] | undefined;
947
979
  }
948
980
  export interface FilterCrossSheetControl {
949
981
  FilterControlId: string | undefined;
950
982
  SourceFilterId: string | undefined;
951
- CascadingControlConfiguration?: CascadingControlConfiguration;
983
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
952
984
  }
953
985
  export interface FilterDateTimePickerControl {
954
986
  FilterControlId: string | undefined;
955
987
  Title: string | undefined;
956
988
  SourceFilterId: string | undefined;
957
- DisplayOptions?: DateTimePickerControlDisplayOptions;
958
- Type?: SheetControlDateTimePickerType;
959
- CommitMode?: CommitMode;
989
+ DisplayOptions?: DateTimePickerControlDisplayOptions | undefined;
990
+ Type?: SheetControlDateTimePickerType | undefined;
991
+ CommitMode?: CommitMode | undefined;
960
992
  }
961
993
  export interface FilterDropDownControl {
962
994
  FilterControlId: string | undefined;
963
995
  Title: string | undefined;
964
996
  SourceFilterId: string | undefined;
965
- DisplayOptions?: DropDownControlDisplayOptions;
966
- Type?: SheetControlListType;
967
- SelectableValues?: FilterSelectableValues;
968
- CascadingControlConfiguration?: CascadingControlConfiguration;
969
- CommitMode?: CommitMode;
997
+ DisplayOptions?: DropDownControlDisplayOptions | undefined;
998
+ Type?: SheetControlListType | undefined;
999
+ SelectableValues?: FilterSelectableValues | undefined;
1000
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
1001
+ CommitMode?: CommitMode | undefined;
970
1002
  }
971
1003
  export interface FilterListControl {
972
1004
  FilterControlId: string | undefined;
973
1005
  Title: string | undefined;
974
1006
  SourceFilterId: string | undefined;
975
- DisplayOptions?: ListControlDisplayOptions;
976
- Type?: SheetControlListType;
977
- SelectableValues?: FilterSelectableValues;
978
- CascadingControlConfiguration?: CascadingControlConfiguration;
1007
+ DisplayOptions?: ListControlDisplayOptions | undefined;
1008
+ Type?: SheetControlListType | undefined;
1009
+ SelectableValues?: FilterSelectableValues | undefined;
1010
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
979
1011
  }
980
1012
  export interface FilterRelativeDateTimeControl {
981
1013
  FilterControlId: string | undefined;
982
1014
  Title: string | undefined;
983
1015
  SourceFilterId: string | undefined;
984
- DisplayOptions?: RelativeDateTimeControlDisplayOptions;
985
- CommitMode?: CommitMode;
1016
+ DisplayOptions?: RelativeDateTimeControlDisplayOptions | undefined;
1017
+ CommitMode?: CommitMode | undefined;
986
1018
  }
987
1019
  export interface FilterSliderControl {
988
1020
  FilterControlId: string | undefined;
989
1021
  Title: string | undefined;
990
1022
  SourceFilterId: string | undefined;
991
- DisplayOptions?: SliderControlDisplayOptions;
992
- Type?: SheetControlSliderType;
1023
+ DisplayOptions?: SliderControlDisplayOptions | undefined;
1024
+ Type?: SheetControlSliderType | undefined;
993
1025
  MaximumValue: number | undefined;
994
1026
  MinimumValue: number | undefined;
995
1027
  StepSize: number | undefined;
@@ -998,32 +1030,32 @@ export interface FilterTextAreaControl {
998
1030
  FilterControlId: string | undefined;
999
1031
  Title: string | undefined;
1000
1032
  SourceFilterId: string | undefined;
1001
- Delimiter?: string;
1002
- DisplayOptions?: TextAreaControlDisplayOptions;
1033
+ Delimiter?: string | undefined;
1034
+ DisplayOptions?: TextAreaControlDisplayOptions | undefined;
1003
1035
  }
1004
1036
  export interface FilterTextFieldControl {
1005
1037
  FilterControlId: string | undefined;
1006
1038
  Title: string | undefined;
1007
1039
  SourceFilterId: string | undefined;
1008
- DisplayOptions?: TextFieldControlDisplayOptions;
1040
+ DisplayOptions?: TextFieldControlDisplayOptions | undefined;
1009
1041
  }
1010
1042
  export interface FilterControl {
1011
- DateTimePicker?: FilterDateTimePickerControl;
1012
- List?: FilterListControl;
1013
- Dropdown?: FilterDropDownControl;
1014
- TextField?: FilterTextFieldControl;
1015
- TextArea?: FilterTextAreaControl;
1016
- Slider?: FilterSliderControl;
1017
- RelativeDateTime?: FilterRelativeDateTimeControl;
1018
- CrossSheet?: FilterCrossSheetControl;
1043
+ DateTimePicker?: FilterDateTimePickerControl | undefined;
1044
+ List?: FilterListControl | undefined;
1045
+ Dropdown?: FilterDropDownControl | undefined;
1046
+ TextField?: FilterTextFieldControl | undefined;
1047
+ TextArea?: FilterTextAreaControl | undefined;
1048
+ Slider?: FilterSliderControl | undefined;
1049
+ RelativeDateTime?: FilterRelativeDateTimeControl | undefined;
1050
+ CrossSheet?: FilterCrossSheetControl | undefined;
1019
1051
  }
1020
1052
  export interface FreeFormLayoutElementBackgroundStyle {
1021
- Visibility?: Visibility;
1022
- Color?: string;
1053
+ Visibility?: Visibility | undefined;
1054
+ Color?: string | undefined;
1023
1055
  }
1024
1056
  export interface FreeFormLayoutElementBorderStyle {
1025
- Visibility?: Visibility;
1026
- Color?: string;
1057
+ Visibility?: Visibility | undefined;
1058
+ Color?: string | undefined;
1027
1059
  }
1028
1060
  export declare const LayoutElementType: {
1029
1061
  readonly FILTER_CONTROL: "FILTER_CONTROL";
@@ -1034,10 +1066,10 @@ export declare const LayoutElementType: {
1034
1066
  export type LayoutElementType =
1035
1067
  (typeof LayoutElementType)[keyof typeof LayoutElementType];
1036
1068
  export interface LoadingAnimation {
1037
- Visibility?: Visibility;
1069
+ Visibility?: Visibility | undefined;
1038
1070
  }
1039
1071
  export interface SheetElementConfigurationOverrides {
1040
- Visibility?: Visibility;
1072
+ Visibility?: Visibility | undefined;
1041
1073
  }
1042
1074
  export interface SheetElementRenderingRule {
1043
1075
  Expression: string | undefined;
@@ -1050,28 +1082,28 @@ export interface FreeFormLayoutElement {
1050
1082
  YAxisLocation: string | undefined;
1051
1083
  Width: string | undefined;
1052
1084
  Height: string | undefined;
1053
- Visibility?: Visibility;
1054
- RenderingRules?: SheetElementRenderingRule[];
1055
- BorderStyle?: FreeFormLayoutElementBorderStyle;
1056
- SelectedBorderStyle?: FreeFormLayoutElementBorderStyle;
1057
- BackgroundStyle?: FreeFormLayoutElementBackgroundStyle;
1058
- LoadingAnimation?: LoadingAnimation;
1085
+ Visibility?: Visibility | undefined;
1086
+ RenderingRules?: SheetElementRenderingRule[] | undefined;
1087
+ BorderStyle?: FreeFormLayoutElementBorderStyle | undefined;
1088
+ SelectedBorderStyle?: FreeFormLayoutElementBorderStyle | undefined;
1089
+ BackgroundStyle?: FreeFormLayoutElementBackgroundStyle | undefined;
1090
+ LoadingAnimation?: LoadingAnimation | undefined;
1059
1091
  }
1060
1092
  export interface FreeFormLayoutConfiguration {
1061
1093
  Elements: FreeFormLayoutElement[] | undefined;
1062
- CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions;
1094
+ CanvasSizeOptions?: FreeFormLayoutCanvasSizeOptions | undefined;
1063
1095
  }
1064
1096
  export interface GridLayoutElement {
1065
1097
  ElementId: string | undefined;
1066
1098
  ElementType: LayoutElementType | undefined;
1067
- ColumnIndex?: number;
1099
+ ColumnIndex?: number | undefined;
1068
1100
  ColumnSpan: number | undefined;
1069
- RowIndex?: number;
1101
+ RowIndex?: number | undefined;
1070
1102
  RowSpan: number | undefined;
1071
1103
  }
1072
1104
  export interface GridLayoutConfiguration {
1073
1105
  Elements: GridLayoutElement[] | undefined;
1074
- CanvasSizeOptions?: GridLayoutCanvasSizeOptions;
1106
+ CanvasSizeOptions?: GridLayoutCanvasSizeOptions | undefined;
1075
1107
  }
1076
1108
  export interface FreeFormSectionLayoutConfiguration {
1077
1109
  Elements: FreeFormLayoutElement[] | undefined;
@@ -1080,7 +1112,7 @@ export interface SectionLayoutConfiguration {
1080
1112
  FreeFormLayout: FreeFormSectionLayoutConfiguration | undefined;
1081
1113
  }
1082
1114
  export interface BodySectionContent {
1083
- Layout?: SectionLayoutConfiguration;
1115
+ Layout?: SectionLayoutConfiguration | undefined;
1084
1116
  }
1085
1117
  export declare const SectionPageBreakStatus: {
1086
1118
  readonly DISABLED: "DISABLED";
@@ -1089,53 +1121,59 @@ export declare const SectionPageBreakStatus: {
1089
1121
  export type SectionPageBreakStatus =
1090
1122
  (typeof SectionPageBreakStatus)[keyof typeof SectionPageBreakStatus];
1091
1123
  export interface SectionAfterPageBreak {
1092
- Status?: SectionPageBreakStatus;
1124
+ Status?: SectionPageBreakStatus | undefined;
1093
1125
  }
1094
1126
  export interface SectionPageBreakConfiguration {
1095
- After?: SectionAfterPageBreak;
1127
+ After?: SectionAfterPageBreak | undefined;
1096
1128
  }
1097
1129
  export interface ColumnSort {
1098
1130
  SortBy: ColumnIdentifier | undefined;
1099
1131
  Direction: SortDirection | undefined;
1100
- AggregationFunction?: AggregationFunction;
1132
+ AggregationFunction?: AggregationFunction | undefined;
1101
1133
  }
1102
1134
  export interface BodySectionDynamicCategoryDimensionConfiguration {
1103
1135
  Column: ColumnIdentifier | undefined;
1104
- Limit?: number;
1105
- SortByMetrics?: ColumnSort[];
1136
+ Limit?: number | undefined;
1137
+ SortByMetrics?: ColumnSort[] | undefined;
1106
1138
  }
1107
1139
  export interface BodySectionDynamicNumericDimensionConfiguration {
1108
1140
  Column: ColumnIdentifier | undefined;
1109
- Limit?: number;
1110
- SortByMetrics?: ColumnSort[];
1141
+ Limit?: number | undefined;
1142
+ SortByMetrics?: ColumnSort[] | undefined;
1111
1143
  }
1112
1144
  export interface BodySectionRepeatDimensionConfiguration {
1113
- DynamicCategoryDimensionConfiguration?: BodySectionDynamicCategoryDimensionConfiguration;
1114
- DynamicNumericDimensionConfiguration?: BodySectionDynamicNumericDimensionConfiguration;
1145
+ DynamicCategoryDimensionConfiguration?:
1146
+ | BodySectionDynamicCategoryDimensionConfiguration
1147
+ | undefined;
1148
+ DynamicNumericDimensionConfiguration?:
1149
+ | BodySectionDynamicNumericDimensionConfiguration
1150
+ | undefined;
1115
1151
  }
1116
1152
  export interface BodySectionRepeatPageBreakConfiguration {
1117
- After?: SectionAfterPageBreak;
1153
+ After?: SectionAfterPageBreak | undefined;
1118
1154
  }
1119
1155
  export interface BodySectionRepeatConfiguration {
1120
- DimensionConfigurations?: BodySectionRepeatDimensionConfiguration[];
1121
- PageBreakConfiguration?: BodySectionRepeatPageBreakConfiguration;
1122
- NonRepeatingVisuals?: string[];
1156
+ DimensionConfigurations?:
1157
+ | BodySectionRepeatDimensionConfiguration[]
1158
+ | undefined;
1159
+ PageBreakConfiguration?: BodySectionRepeatPageBreakConfiguration | undefined;
1160
+ NonRepeatingVisuals?: string[] | undefined;
1123
1161
  }
1124
1162
  export interface SectionStyle {
1125
- Height?: string;
1126
- Padding?: Spacing;
1163
+ Height?: string | undefined;
1164
+ Padding?: Spacing | undefined;
1127
1165
  }
1128
1166
  export interface BodySectionConfiguration {
1129
1167
  SectionId: string | undefined;
1130
1168
  Content: BodySectionContent | undefined;
1131
- Style?: SectionStyle;
1132
- PageBreakConfiguration?: SectionPageBreakConfiguration;
1133
- RepeatConfiguration?: BodySectionRepeatConfiguration;
1169
+ Style?: SectionStyle | undefined;
1170
+ PageBreakConfiguration?: SectionPageBreakConfiguration | undefined;
1171
+ RepeatConfiguration?: BodySectionRepeatConfiguration | undefined;
1134
1172
  }
1135
1173
  export interface HeaderFooterSectionConfiguration {
1136
1174
  SectionId: string | undefined;
1137
1175
  Layout: SectionLayoutConfiguration | undefined;
1138
- Style?: SectionStyle;
1176
+ Style?: SectionStyle | undefined;
1139
1177
  }
1140
1178
  export interface SectionBasedLayoutConfiguration {
1141
1179
  HeaderSections: HeaderFooterSectionConfiguration[] | undefined;
@@ -1144,9 +1182,9 @@ export interface SectionBasedLayoutConfiguration {
1144
1182
  CanvasSizeOptions: SectionBasedLayoutCanvasSizeOptions | undefined;
1145
1183
  }
1146
1184
  export interface LayoutConfiguration {
1147
- GridLayout?: GridLayoutConfiguration;
1148
- FreeFormLayout?: FreeFormLayoutConfiguration;
1149
- SectionBasedLayout?: SectionBasedLayoutConfiguration;
1185
+ GridLayout?: GridLayoutConfiguration | undefined;
1186
+ FreeFormLayout?: FreeFormLayoutConfiguration | undefined;
1187
+ SectionBasedLayout?: SectionBasedLayoutConfiguration | undefined;
1150
1188
  }
1151
1189
  export interface Layout {
1152
1190
  Configuration: LayoutConfiguration | undefined;
@@ -1155,36 +1193,36 @@ export interface ParameterDateTimePickerControl {
1155
1193
  ParameterControlId: string | undefined;
1156
1194
  Title: string | undefined;
1157
1195
  SourceParameterName: string | undefined;
1158
- DisplayOptions?: DateTimePickerControlDisplayOptions;
1196
+ DisplayOptions?: DateTimePickerControlDisplayOptions | undefined;
1159
1197
  }
1160
1198
  export interface ParameterSelectableValues {
1161
- Values?: string[];
1162
- LinkToDataSetColumn?: ColumnIdentifier;
1199
+ Values?: string[] | undefined;
1200
+ LinkToDataSetColumn?: ColumnIdentifier | undefined;
1163
1201
  }
1164
1202
  export interface ParameterDropDownControl {
1165
1203
  ParameterControlId: string | undefined;
1166
1204
  Title: string | undefined;
1167
1205
  SourceParameterName: string | undefined;
1168
- DisplayOptions?: DropDownControlDisplayOptions;
1169
- Type?: SheetControlListType;
1170
- SelectableValues?: ParameterSelectableValues;
1171
- CascadingControlConfiguration?: CascadingControlConfiguration;
1172
- CommitMode?: CommitMode;
1206
+ DisplayOptions?: DropDownControlDisplayOptions | undefined;
1207
+ Type?: SheetControlListType | undefined;
1208
+ SelectableValues?: ParameterSelectableValues | undefined;
1209
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
1210
+ CommitMode?: CommitMode | undefined;
1173
1211
  }
1174
1212
  export interface ParameterListControl {
1175
1213
  ParameterControlId: string | undefined;
1176
1214
  Title: string | undefined;
1177
1215
  SourceParameterName: string | undefined;
1178
- DisplayOptions?: ListControlDisplayOptions;
1179
- Type?: SheetControlListType;
1180
- SelectableValues?: ParameterSelectableValues;
1181
- CascadingControlConfiguration?: CascadingControlConfiguration;
1216
+ DisplayOptions?: ListControlDisplayOptions | undefined;
1217
+ Type?: SheetControlListType | undefined;
1218
+ SelectableValues?: ParameterSelectableValues | undefined;
1219
+ CascadingControlConfiguration?: CascadingControlConfiguration | undefined;
1182
1220
  }
1183
1221
  export interface ParameterSliderControl {
1184
1222
  ParameterControlId: string | undefined;
1185
1223
  Title: string | undefined;
1186
1224
  SourceParameterName: string | undefined;
1187
- DisplayOptions?: SliderControlDisplayOptions;
1225
+ DisplayOptions?: SliderControlDisplayOptions | undefined;
1188
1226
  MaximumValue: number | undefined;
1189
1227
  MinimumValue: number | undefined;
1190
1228
  StepSize: number | undefined;
@@ -1193,32 +1231,32 @@ export interface ParameterTextAreaControl {
1193
1231
  ParameterControlId: string | undefined;
1194
1232
  Title: string | undefined;
1195
1233
  SourceParameterName: string | undefined;
1196
- Delimiter?: string;
1197
- DisplayOptions?: TextAreaControlDisplayOptions;
1234
+ Delimiter?: string | undefined;
1235
+ DisplayOptions?: TextAreaControlDisplayOptions | undefined;
1198
1236
  }
1199
1237
  export interface ParameterTextFieldControl {
1200
1238
  ParameterControlId: string | undefined;
1201
1239
  Title: string | undefined;
1202
1240
  SourceParameterName: string | undefined;
1203
- DisplayOptions?: TextFieldControlDisplayOptions;
1241
+ DisplayOptions?: TextFieldControlDisplayOptions | undefined;
1204
1242
  }
1205
1243
  export interface ParameterControl {
1206
- DateTimePicker?: ParameterDateTimePickerControl;
1207
- List?: ParameterListControl;
1208
- Dropdown?: ParameterDropDownControl;
1209
- TextField?: ParameterTextFieldControl;
1210
- TextArea?: ParameterTextAreaControl;
1211
- Slider?: ParameterSliderControl;
1244
+ DateTimePicker?: ParameterDateTimePickerControl | undefined;
1245
+ List?: ParameterListControl | undefined;
1246
+ Dropdown?: ParameterDropDownControl | undefined;
1247
+ TextField?: ParameterTextFieldControl | undefined;
1248
+ TextArea?: ParameterTextAreaControl | undefined;
1249
+ Slider?: ParameterSliderControl | undefined;
1212
1250
  }
1213
1251
  export interface SheetControlLayoutConfiguration {
1214
- GridLayout?: GridLayoutConfiguration;
1252
+ GridLayout?: GridLayoutConfiguration | undefined;
1215
1253
  }
1216
1254
  export interface SheetControlLayout {
1217
1255
  Configuration: SheetControlLayoutConfiguration | undefined;
1218
1256
  }
1219
1257
  export interface SheetTextBox {
1220
1258
  SheetTextBoxId: string | undefined;
1221
- Content?: string;
1259
+ Content?: string | undefined;
1222
1260
  }
1223
1261
  export declare const SelectedFieldOptions: {
1224
1262
  readonly ALL_FIELDS: "ALL_FIELDS";
@@ -1226,9 +1264,9 @@ export declare const SelectedFieldOptions: {
1226
1264
  export type SelectedFieldOptions =
1227
1265
  (typeof SelectedFieldOptions)[keyof typeof SelectedFieldOptions];
1228
1266
  export interface FilterOperationSelectedFieldsConfiguration {
1229
- SelectedFields?: string[];
1230
- SelectedFieldOptions?: SelectedFieldOptions;
1231
- SelectedColumns?: ColumnIdentifier[];
1267
+ SelectedFields?: string[] | undefined;
1268
+ SelectedFieldOptions?: SelectedFieldOptions | undefined;
1269
+ SelectedColumns?: ColumnIdentifier[] | undefined;
1232
1270
  }
1233
1271
  export declare const TargetVisualOptions: {
1234
1272
  readonly ALL_VISUALS: "ALL_VISUALS";
@@ -1236,11 +1274,13 @@ export declare const TargetVisualOptions: {
1236
1274
  export type TargetVisualOptions =
1237
1275
  (typeof TargetVisualOptions)[keyof typeof TargetVisualOptions];
1238
1276
  export interface SameSheetTargetVisualConfiguration {
1239
- TargetVisuals?: string[];
1240
- TargetVisualOptions?: TargetVisualOptions;
1277
+ TargetVisuals?: string[] | undefined;
1278
+ TargetVisualOptions?: TargetVisualOptions | undefined;
1241
1279
  }
1242
1280
  export interface FilterOperationTargetVisualsConfiguration {
1243
- SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration;
1281
+ SameSheetTargetVisualConfiguration?:
1282
+ | SameSheetTargetVisualConfiguration
1283
+ | undefined;
1244
1284
  }
1245
1285
  export interface CustomActionFilterOperation {
1246
1286
  SelectedFieldsConfiguration:
@@ -1254,16 +1294,16 @@ export interface LocalNavigationConfiguration {
1254
1294
  TargetSheetId: string | undefined;
1255
1295
  }
1256
1296
  export interface CustomActionNavigationOperation {
1257
- LocalNavigationConfiguration?: LocalNavigationConfiguration;
1297
+ LocalNavigationConfiguration?: LocalNavigationConfiguration | undefined;
1258
1298
  }
1259
1299
  export interface CustomParameterValues {
1260
- StringValues?: string[];
1261
- IntegerValues?: number[];
1262
- DecimalValues?: number[];
1263
- DateTimeValues?: Date[];
1300
+ StringValues?: string[] | undefined;
1301
+ IntegerValues?: number[] | undefined;
1302
+ DecimalValues?: number[] | undefined;
1303
+ DateTimeValues?: Date[] | undefined;
1264
1304
  }
1265
1305
  export interface CustomValuesConfiguration {
1266
- IncludeNullValue?: boolean;
1306
+ IncludeNullValue?: boolean | undefined;
1267
1307
  CustomValues: CustomParameterValues | undefined;
1268
1308
  }
1269
1309
  export declare const SelectAllValueOptions: {
@@ -1272,11 +1312,11 @@ export declare const SelectAllValueOptions: {
1272
1312
  export type SelectAllValueOptions =
1273
1313
  (typeof SelectAllValueOptions)[keyof typeof SelectAllValueOptions];
1274
1314
  export interface DestinationParameterValueConfiguration {
1275
- CustomValuesConfiguration?: CustomValuesConfiguration;
1276
- SelectAllValueOptions?: SelectAllValueOptions;
1277
- SourceParameterName?: string;
1278
- SourceField?: string;
1279
- SourceColumn?: ColumnIdentifier;
1315
+ CustomValuesConfiguration?: CustomValuesConfiguration | undefined;
1316
+ SelectAllValueOptions?: SelectAllValueOptions | undefined;
1317
+ SourceParameterName?: string | undefined;
1318
+ SourceField?: string | undefined;
1319
+ SourceColumn?: ColumnIdentifier | undefined;
1280
1320
  }
1281
1321
  export interface SetParameterValueConfiguration {
1282
1322
  DestinationParameterName: string | undefined;
@@ -1297,10 +1337,10 @@ export interface CustomActionURLOperation {
1297
1337
  URLTarget: URLTargetConfiguration | undefined;
1298
1338
  }
1299
1339
  export interface VisualCustomActionOperation {
1300
- FilterOperation?: CustomActionFilterOperation;
1301
- NavigationOperation?: CustomActionNavigationOperation;
1302
- URLOperation?: CustomActionURLOperation;
1303
- SetParametersOperation?: CustomActionSetParametersOperation;
1340
+ FilterOperation?: CustomActionFilterOperation | undefined;
1341
+ NavigationOperation?: CustomActionNavigationOperation | undefined;
1342
+ URLOperation?: CustomActionURLOperation | undefined;
1343
+ SetParametersOperation?: CustomActionSetParametersOperation | undefined;
1304
1344
  }
1305
1345
  export declare const VisualCustomActionTrigger: {
1306
1346
  readonly DATA_POINT_CLICK: "DATA_POINT_CLICK";
@@ -1311,7 +1351,7 @@ export type VisualCustomActionTrigger =
1311
1351
  export interface VisualCustomAction {
1312
1352
  CustomActionId: string | undefined;
1313
1353
  Name: string | undefined;
1314
- Status?: WidgetStatus;
1354
+ Status?: WidgetStatus | undefined;
1315
1355
  Trigger: VisualCustomActionTrigger | undefined;
1316
1356
  ActionOperations: VisualCustomActionOperation[] | undefined;
1317
1357
  }
@@ -1323,101 +1363,101 @@ export declare const BarsArrangement: {
1323
1363
  export type BarsArrangement =
1324
1364
  (typeof BarsArrangement)[keyof typeof BarsArrangement];
1325
1365
  export interface DateAxisOptions {
1326
- MissingDateVisibility?: Visibility;
1366
+ MissingDateVisibility?: Visibility | undefined;
1327
1367
  }
1328
1368
  export interface AxisDisplayDataDrivenRange {}
1329
1369
  export interface AxisDisplayMinMaxRange {
1330
- Minimum?: number;
1331
- Maximum?: number;
1370
+ Minimum?: number | undefined;
1371
+ Maximum?: number | undefined;
1332
1372
  }
1333
1373
  export interface AxisDisplayRange {
1334
- MinMax?: AxisDisplayMinMaxRange;
1335
- DataDriven?: AxisDisplayDataDrivenRange;
1374
+ MinMax?: AxisDisplayMinMaxRange | undefined;
1375
+ DataDriven?: AxisDisplayDataDrivenRange | undefined;
1336
1376
  }
1337
1377
  export interface AxisLinearScale {
1338
- StepCount?: number;
1339
- StepSize?: number;
1378
+ StepCount?: number | undefined;
1379
+ StepSize?: number | undefined;
1340
1380
  }
1341
1381
  export interface AxisLogarithmicScale {
1342
- Base?: number;
1382
+ Base?: number | undefined;
1343
1383
  }
1344
1384
  export interface AxisScale {
1345
- Linear?: AxisLinearScale;
1346
- Logarithmic?: AxisLogarithmicScale;
1385
+ Linear?: AxisLinearScale | undefined;
1386
+ Logarithmic?: AxisLogarithmicScale | undefined;
1347
1387
  }
1348
1388
  export interface NumericAxisOptions {
1349
- Scale?: AxisScale;
1350
- Range?: AxisDisplayRange;
1389
+ Scale?: AxisScale | undefined;
1390
+ Range?: AxisDisplayRange | undefined;
1351
1391
  }
1352
1392
  export interface AxisDataOptions {
1353
- NumericAxisOptions?: NumericAxisOptions;
1354
- DateAxisOptions?: DateAxisOptions;
1393
+ NumericAxisOptions?: NumericAxisOptions | undefined;
1394
+ DateAxisOptions?: DateAxisOptions | undefined;
1355
1395
  }
1356
1396
  export interface PercentVisibleRange {
1357
- From?: number;
1358
- To?: number;
1397
+ From?: number | undefined;
1398
+ To?: number | undefined;
1359
1399
  }
1360
1400
  export interface VisibleRangeOptions {
1361
- PercentRange?: PercentVisibleRange;
1401
+ PercentRange?: PercentVisibleRange | undefined;
1362
1402
  }
1363
1403
  export interface ScrollBarOptions {
1364
- Visibility?: Visibility;
1365
- VisibleRange?: VisibleRangeOptions;
1404
+ Visibility?: Visibility | undefined;
1405
+ VisibleRange?: VisibleRangeOptions | undefined;
1366
1406
  }
1367
1407
  export interface AxisTickLabelOptions {
1368
- LabelOptions?: LabelOptions;
1369
- RotationAngle?: number;
1408
+ LabelOptions?: LabelOptions | undefined;
1409
+ RotationAngle?: number | undefined;
1370
1410
  }
1371
1411
  export interface AxisDisplayOptions {
1372
- TickLabelOptions?: AxisTickLabelOptions;
1373
- AxisLineVisibility?: Visibility;
1374
- GridLineVisibility?: Visibility;
1375
- DataOptions?: AxisDataOptions;
1376
- ScrollbarOptions?: ScrollBarOptions;
1377
- AxisOffset?: string;
1412
+ TickLabelOptions?: AxisTickLabelOptions | undefined;
1413
+ AxisLineVisibility?: Visibility | undefined;
1414
+ GridLineVisibility?: Visibility | undefined;
1415
+ DataOptions?: AxisDataOptions | undefined;
1416
+ ScrollbarOptions?: ScrollBarOptions | undefined;
1417
+ AxisOffset?: string | undefined;
1378
1418
  }
1379
1419
  export interface AxisLabelReferenceOptions {
1380
1420
  FieldId: string | undefined;
1381
1421
  Column: ColumnIdentifier | undefined;
1382
1422
  }
1383
1423
  export interface AxisLabelOptions {
1384
- FontConfiguration?: FontConfiguration;
1385
- CustomLabel?: string;
1386
- ApplyTo?: AxisLabelReferenceOptions;
1424
+ FontConfiguration?: FontConfiguration | undefined;
1425
+ CustomLabel?: string | undefined;
1426
+ ApplyTo?: AxisLabelReferenceOptions | undefined;
1387
1427
  }
1388
1428
  export interface ChartAxisLabelOptions {
1389
- Visibility?: Visibility;
1390
- SortIconVisibility?: Visibility;
1391
- AxisLabelOptions?: AxisLabelOptions[];
1429
+ Visibility?: Visibility | undefined;
1430
+ SortIconVisibility?: Visibility | undefined;
1431
+ AxisLabelOptions?: AxisLabelOptions[] | undefined;
1392
1432
  }
1393
1433
  export interface ContributionAnalysisDefault {
1394
1434
  MeasureFieldId: string | undefined;
1395
1435
  ContributorDimensions: ColumnIdentifier[] | undefined;
1396
1436
  }
1397
1437
  export interface DataPathLabelType {
1398
- FieldId?: string;
1399
- FieldValue?: string;
1400
- Visibility?: Visibility;
1438
+ FieldId?: string | undefined;
1439
+ FieldValue?: string | undefined;
1440
+ Visibility?: Visibility | undefined;
1401
1441
  }
1402
1442
  export interface FieldLabelType {
1403
- FieldId?: string;
1404
- Visibility?: Visibility;
1443
+ FieldId?: string | undefined;
1444
+ Visibility?: Visibility | undefined;
1405
1445
  }
1406
1446
  export interface MaximumLabelType {
1407
- Visibility?: Visibility;
1447
+ Visibility?: Visibility | undefined;
1408
1448
  }
1409
1449
  export interface MinimumLabelType {
1410
- Visibility?: Visibility;
1450
+ Visibility?: Visibility | undefined;
1411
1451
  }
1412
1452
  export interface RangeEndsLabelType {
1413
- Visibility?: Visibility;
1453
+ Visibility?: Visibility | undefined;
1414
1454
  }
1415
1455
  export interface DataLabelType {
1416
- FieldLabelType?: FieldLabelType;
1417
- DataPathLabelType?: DataPathLabelType;
1418
- RangeEndsLabelType?: RangeEndsLabelType;
1419
- MinimumLabelType?: MinimumLabelType;
1420
- MaximumLabelType?: MaximumLabelType;
1456
+ FieldLabelType?: FieldLabelType | undefined;
1457
+ DataPathLabelType?: DataPathLabelType | undefined;
1458
+ RangeEndsLabelType?: RangeEndsLabelType | undefined;
1459
+ MinimumLabelType?: MinimumLabelType | undefined;
1460
+ MaximumLabelType?: MaximumLabelType | undefined;
1421
1461
  }
1422
1462
  export declare const DataLabelContent: {
1423
1463
  readonly PERCENT: "PERCENT";
@@ -1443,40 +1483,40 @@ export declare const DataLabelPosition: {
1443
1483
  export type DataLabelPosition =
1444
1484
  (typeof DataLabelPosition)[keyof typeof DataLabelPosition];
1445
1485
  export interface DataLabelOptions {
1446
- Visibility?: Visibility;
1447
- CategoryLabelVisibility?: Visibility;
1448
- MeasureLabelVisibility?: Visibility;
1449
- DataLabelTypes?: DataLabelType[];
1450
- Position?: DataLabelPosition;
1451
- LabelContent?: DataLabelContent;
1452
- LabelFontConfiguration?: FontConfiguration;
1453
- LabelColor?: string;
1454
- Overlap?: DataLabelOverlap;
1455
- TotalsVisibility?: Visibility;
1486
+ Visibility?: Visibility | undefined;
1487
+ CategoryLabelVisibility?: Visibility | undefined;
1488
+ MeasureLabelVisibility?: Visibility | undefined;
1489
+ DataLabelTypes?: DataLabelType[] | undefined;
1490
+ Position?: DataLabelPosition | undefined;
1491
+ LabelContent?: DataLabelContent | undefined;
1492
+ LabelFontConfiguration?: FontConfiguration | undefined;
1493
+ LabelColor?: string | undefined;
1494
+ Overlap?: DataLabelOverlap | undefined;
1495
+ TotalsVisibility?: Visibility | undefined;
1456
1496
  }
1457
1497
  export interface CategoricalDimensionField {
1458
1498
  FieldId: string | undefined;
1459
1499
  Column: ColumnIdentifier | undefined;
1460
- HierarchyId?: string;
1461
- FormatConfiguration?: StringFormatConfiguration;
1500
+ HierarchyId?: string | undefined;
1501
+ FormatConfiguration?: StringFormatConfiguration | undefined;
1462
1502
  }
1463
1503
  export interface DateDimensionField {
1464
1504
  FieldId: string | undefined;
1465
1505
  Column: ColumnIdentifier | undefined;
1466
- DateGranularity?: TimeGranularity;
1467
- HierarchyId?: string;
1468
- FormatConfiguration?: DateTimeFormatConfiguration;
1506
+ DateGranularity?: TimeGranularity | undefined;
1507
+ HierarchyId?: string | undefined;
1508
+ FormatConfiguration?: DateTimeFormatConfiguration | undefined;
1469
1509
  }
1470
1510
  export interface NumericalDimensionField {
1471
1511
  FieldId: string | undefined;
1472
1512
  Column: ColumnIdentifier | undefined;
1473
- HierarchyId?: string;
1474
- FormatConfiguration?: NumberFormatConfiguration;
1513
+ HierarchyId?: string | undefined;
1514
+ FormatConfiguration?: NumberFormatConfiguration | undefined;
1475
1515
  }
1476
1516
  export interface DimensionField {
1477
- NumericalDimensionField?: NumericalDimensionField;
1478
- CategoricalDimensionField?: CategoricalDimensionField;
1479
- DateDimensionField?: DateDimensionField;
1517
+ NumericalDimensionField?: NumericalDimensionField | undefined;
1518
+ CategoricalDimensionField?: CategoricalDimensionField | undefined;
1519
+ DateDimensionField?: DateDimensionField | undefined;
1480
1520
  }
1481
1521
  export interface CalculatedMeasureField {
1482
1522
  FieldId: string | undefined;
@@ -1485,45 +1525,45 @@ export interface CalculatedMeasureField {
1485
1525
  export interface CategoricalMeasureField {
1486
1526
  FieldId: string | undefined;
1487
1527
  Column: ColumnIdentifier | undefined;
1488
- AggregationFunction?: CategoricalAggregationFunction;
1489
- FormatConfiguration?: StringFormatConfiguration;
1528
+ AggregationFunction?: CategoricalAggregationFunction | undefined;
1529
+ FormatConfiguration?: StringFormatConfiguration | undefined;
1490
1530
  }
1491
1531
  export interface DateMeasureField {
1492
1532
  FieldId: string | undefined;
1493
1533
  Column: ColumnIdentifier | undefined;
1494
- AggregationFunction?: DateAggregationFunction;
1495
- FormatConfiguration?: DateTimeFormatConfiguration;
1534
+ AggregationFunction?: DateAggregationFunction | undefined;
1535
+ FormatConfiguration?: DateTimeFormatConfiguration | undefined;
1496
1536
  }
1497
1537
  export interface NumericalMeasureField {
1498
1538
  FieldId: string | undefined;
1499
1539
  Column: ColumnIdentifier | undefined;
1500
- AggregationFunction?: NumericalAggregationFunction;
1501
- FormatConfiguration?: NumberFormatConfiguration;
1540
+ AggregationFunction?: NumericalAggregationFunction | undefined;
1541
+ FormatConfiguration?: NumberFormatConfiguration | undefined;
1502
1542
  }
1503
1543
  export interface MeasureField {
1504
- NumericalMeasureField?: NumericalMeasureField;
1505
- CategoricalMeasureField?: CategoricalMeasureField;
1506
- DateMeasureField?: DateMeasureField;
1507
- CalculatedMeasureField?: CalculatedMeasureField;
1544
+ NumericalMeasureField?: NumericalMeasureField | undefined;
1545
+ CategoricalMeasureField?: CategoricalMeasureField | undefined;
1546
+ DateMeasureField?: DateMeasureField | undefined;
1547
+ CalculatedMeasureField?: CalculatedMeasureField | undefined;
1508
1548
  }
1509
1549
  export interface BarChartAggregatedFieldWells {
1510
- Category?: DimensionField[];
1511
- Values?: MeasureField[];
1512
- Colors?: DimensionField[];
1513
- SmallMultiples?: DimensionField[];
1550
+ Category?: DimensionField[] | undefined;
1551
+ Values?: MeasureField[] | undefined;
1552
+ Colors?: DimensionField[] | undefined;
1553
+ SmallMultiples?: DimensionField[] | undefined;
1514
1554
  }
1515
1555
  export interface BarChartFieldWells {
1516
- BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells;
1556
+ BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells | undefined;
1517
1557
  }
1518
1558
  export interface ContextMenuOption {
1519
- AvailabilityStatus?: DashboardBehavior;
1559
+ AvailabilityStatus?: DashboardBehavior | undefined;
1520
1560
  }
1521
1561
  export interface VisualMenuOption {
1522
- AvailabilityStatus?: DashboardBehavior;
1562
+ AvailabilityStatus?: DashboardBehavior | undefined;
1523
1563
  }
1524
1564
  export interface VisualInteractionOptions {
1525
- VisualMenuOption?: VisualMenuOption;
1526
- ContextMenuOption?: ContextMenuOption;
1565
+ VisualMenuOption?: VisualMenuOption | undefined;
1566
+ ContextMenuOption?: ContextMenuOption | undefined;
1527
1567
  }
1528
1568
  export declare const LegendPosition: {
1529
1569
  readonly AUTO: "AUTO";
@@ -1534,11 +1574,11 @@ export declare const LegendPosition: {
1534
1574
  export type LegendPosition =
1535
1575
  (typeof LegendPosition)[keyof typeof LegendPosition];
1536
1576
  export interface LegendOptions {
1537
- Visibility?: Visibility;
1538
- Title?: LabelOptions;
1539
- Position?: LegendPosition;
1540
- Width?: string;
1541
- Height?: string;
1577
+ Visibility?: Visibility | undefined;
1578
+ Title?: LabelOptions | undefined;
1579
+ Position?: LegendPosition | undefined;
1580
+ Width?: string | undefined;
1581
+ Height?: string | undefined;
1542
1582
  }
1543
1583
  export declare const BarChartOrientation: {
1544
1584
  readonly HORIZONTAL: "HORIZONTAL";
@@ -1553,7 +1593,7 @@ export declare const AxisBinding: {
1553
1593
  export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
1554
1594
  export interface ReferenceLineDynamicDataConfiguration {
1555
1595
  Column: ColumnIdentifier | undefined;
1556
- MeasureAggregationFunction?: AggregationFunction;
1596
+ MeasureAggregationFunction?: AggregationFunction | undefined;
1557
1597
  Calculation: NumericalAggregationFunction | undefined;
1558
1598
  }
1559
1599
  export declare const ReferenceLineSeriesType: {
@@ -1566,10 +1606,10 @@ export interface ReferenceLineStaticDataConfiguration {
1566
1606
  Value: number | undefined;
1567
1607
  }
1568
1608
  export interface ReferenceLineDataConfiguration {
1569
- StaticConfiguration?: ReferenceLineStaticDataConfiguration;
1570
- DynamicConfiguration?: ReferenceLineDynamicDataConfiguration;
1571
- AxisBinding?: AxisBinding;
1572
- SeriesType?: ReferenceLineSeriesType;
1609
+ StaticConfiguration?: ReferenceLineStaticDataConfiguration | undefined;
1610
+ DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | undefined;
1611
+ AxisBinding?: AxisBinding | undefined;
1612
+ SeriesType?: ReferenceLineSeriesType | undefined;
1573
1613
  }
1574
1614
  export interface ReferenceLineCustomLabelConfiguration {
1575
1615
  CustomLabel: string | undefined;
@@ -1588,8 +1628,8 @@ export declare const ReferenceLineValueLabelRelativePosition: {
1588
1628
  export type ReferenceLineValueLabelRelativePosition =
1589
1629
  (typeof ReferenceLineValueLabelRelativePosition)[keyof typeof ReferenceLineValueLabelRelativePosition];
1590
1630
  export interface ReferenceLineValueLabelConfiguration {
1591
- RelativePosition?: ReferenceLineValueLabelRelativePosition;
1592
- FormatConfiguration?: NumericFormatConfiguration;
1631
+ RelativePosition?: ReferenceLineValueLabelRelativePosition | undefined;
1632
+ FormatConfiguration?: NumericFormatConfiguration | undefined;
1593
1633
  }
1594
1634
  export declare const ReferenceLineLabelVerticalPosition: {
1595
1635
  readonly ABOVE: "ABOVE";
@@ -1598,12 +1638,12 @@ export declare const ReferenceLineLabelVerticalPosition: {
1598
1638
  export type ReferenceLineLabelVerticalPosition =
1599
1639
  (typeof ReferenceLineLabelVerticalPosition)[keyof typeof ReferenceLineLabelVerticalPosition];
1600
1640
  export interface ReferenceLineLabelConfiguration {
1601
- ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration;
1602
- CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration;
1603
- FontConfiguration?: FontConfiguration;
1604
- FontColor?: string;
1605
- HorizontalPosition?: ReferenceLineLabelHorizontalPosition;
1606
- VerticalPosition?: ReferenceLineLabelVerticalPosition;
1641
+ ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration | undefined;
1642
+ CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration | undefined;
1643
+ FontConfiguration?: FontConfiguration | undefined;
1644
+ FontColor?: string | undefined;
1645
+ HorizontalPosition?: ReferenceLineLabelHorizontalPosition | undefined;
1646
+ VerticalPosition?: ReferenceLineLabelVerticalPosition | undefined;
1607
1647
  }
1608
1648
  export declare const ReferenceLinePatternType: {
1609
1649
  readonly DASHED: "DASHED";
@@ -1613,14 +1653,14 @@ export declare const ReferenceLinePatternType: {
1613
1653
  export type ReferenceLinePatternType =
1614
1654
  (typeof ReferenceLinePatternType)[keyof typeof ReferenceLinePatternType];
1615
1655
  export interface ReferenceLineStyleConfiguration {
1616
- Pattern?: ReferenceLinePatternType;
1617
- Color?: string;
1656
+ Pattern?: ReferenceLinePatternType | undefined;
1657
+ Color?: string | undefined;
1618
1658
  }
1619
1659
  export interface ReferenceLine {
1620
- Status?: WidgetStatus;
1660
+ Status?: WidgetStatus | undefined;
1621
1661
  DataConfiguration: ReferenceLineDataConfiguration | undefined;
1622
- StyleConfiguration?: ReferenceLineStyleConfiguration;
1623
- LabelConfiguration?: ReferenceLineLabelConfiguration;
1662
+ StyleConfiguration?: ReferenceLineStyleConfiguration | undefined;
1663
+ LabelConfiguration?: ReferenceLineLabelConfiguration | undefined;
1624
1664
  }
1625
1665
  export declare const PanelBorderStyle: {
1626
1666
  readonly DASHED: "DASHED";
@@ -1638,20 +1678,20 @@ export declare const HorizontalTextAlignment: {
1638
1678
  export type HorizontalTextAlignment =
1639
1679
  (typeof HorizontalTextAlignment)[keyof typeof HorizontalTextAlignment];
1640
1680
  export interface PanelTitleOptions {
1641
- Visibility?: Visibility;
1642
- FontConfiguration?: FontConfiguration;
1643
- HorizontalTextAlignment?: HorizontalTextAlignment;
1681
+ Visibility?: Visibility | undefined;
1682
+ FontConfiguration?: FontConfiguration | undefined;
1683
+ HorizontalTextAlignment?: HorizontalTextAlignment | undefined;
1644
1684
  }
1645
1685
  export interface PanelConfiguration {
1646
- Title?: PanelTitleOptions;
1647
- BorderVisibility?: Visibility;
1648
- BorderThickness?: string;
1649
- BorderStyle?: PanelBorderStyle;
1650
- BorderColor?: string;
1651
- GutterVisibility?: Visibility;
1652
- GutterSpacing?: string;
1653
- BackgroundVisibility?: Visibility;
1654
- BackgroundColor?: string;
1686
+ Title?: PanelTitleOptions | undefined;
1687
+ BorderVisibility?: Visibility | undefined;
1688
+ BorderThickness?: string | undefined;
1689
+ BorderStyle?: PanelBorderStyle | undefined;
1690
+ BorderColor?: string | undefined;
1691
+ GutterVisibility?: Visibility | undefined;
1692
+ GutterSpacing?: string | undefined;
1693
+ BackgroundVisibility?: Visibility | undefined;
1694
+ BackgroundColor?: string | undefined;
1655
1695
  }
1656
1696
  export declare const SmallMultiplesAxisPlacement: {
1657
1697
  readonly INSIDE: "INSIDE";
@@ -1666,15 +1706,15 @@ export declare const SmallMultiplesAxisScale: {
1666
1706
  export type SmallMultiplesAxisScale =
1667
1707
  (typeof SmallMultiplesAxisScale)[keyof typeof SmallMultiplesAxisScale];
1668
1708
  export interface SmallMultiplesAxisProperties {
1669
- Scale?: SmallMultiplesAxisScale;
1670
- Placement?: SmallMultiplesAxisPlacement;
1709
+ Scale?: SmallMultiplesAxisScale | undefined;
1710
+ Placement?: SmallMultiplesAxisPlacement | undefined;
1671
1711
  }
1672
1712
  export interface SmallMultiplesOptions {
1673
- MaxVisibleRows?: number;
1674
- MaxVisibleColumns?: number;
1675
- PanelConfiguration?: PanelConfiguration;
1676
- XAxis?: SmallMultiplesAxisProperties;
1677
- YAxis?: SmallMultiplesAxisProperties;
1713
+ MaxVisibleRows?: number | undefined;
1714
+ MaxVisibleColumns?: number | undefined;
1715
+ PanelConfiguration?: PanelConfiguration | undefined;
1716
+ XAxis?: SmallMultiplesAxisProperties | undefined;
1717
+ YAxis?: SmallMultiplesAxisProperties | undefined;
1678
1718
  }
1679
1719
  export declare const CalculatedFieldFilterSensitiveLog: (
1680
1720
  obj: CalculatedField