@aws-sdk/client-quicksight 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +311 -372
- package/dist-cjs/models/models_1.js +276 -326
- package/dist-cjs/models/models_2.js +249 -281
- package/dist-cjs/models/models_3.js +6 -8
- package/dist-es/models/models_0.js +311 -372
- package/dist-es/models/models_1.js +276 -326
- package/dist-es/models/models_2.js +249 -281
- package/dist-es/models/models_3.js +6 -8
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
- package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
- package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
- package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
- package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +616 -311
- package/dist-types/models/models_1.d.ts +526 -276
- package/dist-types/models/models_2.d.ts +410 -250
- package/dist-types/models/models_3.d.ts +16 -6
- package/dist-types/ts3.4/models/models_0.d.ts +422 -311
- package/dist-types/ts3.4/models/models_1.d.ts +369 -276
- package/dist-types/ts3.4/models/models_2.d.ts +302 -249
- package/dist-types/ts3.4/models/models_3.d.ts +10 -6
- package/package.json +34 -34
|
@@ -13,11 +13,12 @@ export interface AccountCustomization {
|
|
|
13
13
|
DefaultTheme?: string;
|
|
14
14
|
DefaultEmailCustomizationTemplate?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare
|
|
17
|
-
ENTERPRISE
|
|
18
|
-
ENTERPRISE_AND_Q
|
|
19
|
-
STANDARD
|
|
20
|
-
}
|
|
16
|
+
export declare const Edition: {
|
|
17
|
+
readonly ENTERPRISE: "ENTERPRISE";
|
|
18
|
+
readonly ENTERPRISE_AND_Q: "ENTERPRISE_AND_Q";
|
|
19
|
+
readonly STANDARD: "STANDARD";
|
|
20
|
+
};
|
|
21
|
+
export type Edition = (typeof Edition)[keyof typeof Edition];
|
|
21
22
|
export interface AccountInfo {
|
|
22
23
|
AccountName?: string;
|
|
23
24
|
Edition?: Edition | string;
|
|
@@ -37,39 +38,47 @@ export interface ActiveIAMPolicyAssignment {
|
|
|
37
38
|
AssignmentName?: string;
|
|
38
39
|
PolicyArn?: string;
|
|
39
40
|
}
|
|
40
|
-
export declare
|
|
41
|
-
DISABLED
|
|
42
|
-
ENABLED
|
|
43
|
-
}
|
|
41
|
+
export declare const DashboardBehavior: {
|
|
42
|
+
readonly DISABLED: "DISABLED";
|
|
43
|
+
readonly ENABLED: "ENABLED";
|
|
44
|
+
};
|
|
45
|
+
export type DashboardBehavior =
|
|
46
|
+
(typeof DashboardBehavior)[keyof typeof DashboardBehavior];
|
|
44
47
|
export interface AdHocFilteringOption {
|
|
45
48
|
AvailabilityStatus?: DashboardBehavior | string;
|
|
46
49
|
}
|
|
47
|
-
export declare
|
|
48
|
-
COUNT
|
|
49
|
-
DISTINCT_COUNT
|
|
50
|
-
}
|
|
51
|
-
export
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
50
|
+
export declare const CategoricalAggregationFunction: {
|
|
51
|
+
readonly COUNT: "COUNT";
|
|
52
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
53
|
+
};
|
|
54
|
+
export type CategoricalAggregationFunction =
|
|
55
|
+
(typeof CategoricalAggregationFunction)[keyof typeof CategoricalAggregationFunction];
|
|
56
|
+
export declare const DateAggregationFunction: {
|
|
57
|
+
readonly COUNT: "COUNT";
|
|
58
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
59
|
+
readonly MAX: "MAX";
|
|
60
|
+
readonly MIN: "MIN";
|
|
61
|
+
};
|
|
62
|
+
export type DateAggregationFunction =
|
|
63
|
+
(typeof DateAggregationFunction)[keyof typeof DateAggregationFunction];
|
|
57
64
|
export interface PercentileAggregation {
|
|
58
65
|
PercentileValue?: number;
|
|
59
66
|
}
|
|
60
|
-
export declare
|
|
61
|
-
AVERAGE
|
|
62
|
-
COUNT
|
|
63
|
-
DISTINCT_COUNT
|
|
64
|
-
MAX
|
|
65
|
-
MEDIAN
|
|
66
|
-
MIN
|
|
67
|
-
STDEV
|
|
68
|
-
STDEVP
|
|
69
|
-
SUM
|
|
70
|
-
VAR
|
|
71
|
-
VARP
|
|
72
|
-
}
|
|
67
|
+
export declare const SimpleNumericalAggregationFunction: {
|
|
68
|
+
readonly AVERAGE: "AVERAGE";
|
|
69
|
+
readonly COUNT: "COUNT";
|
|
70
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
71
|
+
readonly MAX: "MAX";
|
|
72
|
+
readonly MEDIAN: "MEDIAN";
|
|
73
|
+
readonly MIN: "MIN";
|
|
74
|
+
readonly STDEV: "STDEV";
|
|
75
|
+
readonly STDEVP: "STDEVP";
|
|
76
|
+
readonly SUM: "SUM";
|
|
77
|
+
readonly VAR: "VAR";
|
|
78
|
+
readonly VARP: "VARP";
|
|
79
|
+
};
|
|
80
|
+
export type SimpleNumericalAggregationFunction =
|
|
81
|
+
(typeof SimpleNumericalAggregationFunction)[keyof typeof SimpleNumericalAggregationFunction];
|
|
73
82
|
export interface NumericalAggregationFunction {
|
|
74
83
|
SimpleNumericalAggregation?: SimpleNumericalAggregationFunction | string;
|
|
75
84
|
PercentileAggregation?: PercentileAggregation;
|
|
@@ -83,10 +92,11 @@ export interface ColumnIdentifier {
|
|
|
83
92
|
DataSetIdentifier: string | undefined;
|
|
84
93
|
ColumnName: string | undefined;
|
|
85
94
|
}
|
|
86
|
-
export declare
|
|
87
|
-
ASC
|
|
88
|
-
DESC
|
|
89
|
-
}
|
|
95
|
+
export declare const SortDirection: {
|
|
96
|
+
readonly ASC: "ASC";
|
|
97
|
+
readonly DESC: "DESC";
|
|
98
|
+
};
|
|
99
|
+
export type SortDirection = (typeof SortDirection)[keyof typeof SortDirection];
|
|
90
100
|
export interface AggregationSortConfiguration {
|
|
91
101
|
Column: ColumnIdentifier | undefined;
|
|
92
102
|
SortDirection: SortDirection | string | undefined;
|
|
@@ -98,18 +108,20 @@ export interface AmazonElasticsearchParameters {
|
|
|
98
108
|
export interface AmazonOpenSearchParameters {
|
|
99
109
|
Domain: string | undefined;
|
|
100
110
|
}
|
|
101
|
-
export declare
|
|
102
|
-
ACCESS_DENIED
|
|
103
|
-
COLUMN_GEOGRAPHIC_ROLE_MISMATCH
|
|
104
|
-
COLUMN_REPLACEMENT_MISSING
|
|
105
|
-
COLUMN_TYPE_MISMATCH
|
|
106
|
-
DATA_SET_NOT_FOUND
|
|
107
|
-
INTERNAL_FAILURE
|
|
108
|
-
PARAMETER_NOT_FOUND
|
|
109
|
-
PARAMETER_TYPE_INVALID
|
|
110
|
-
PARAMETER_VALUE_INCOMPATIBLE
|
|
111
|
-
SOURCE_NOT_FOUND
|
|
112
|
-
}
|
|
111
|
+
export declare const AnalysisErrorType: {
|
|
112
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
113
|
+
readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
|
|
114
|
+
readonly COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING";
|
|
115
|
+
readonly COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH";
|
|
116
|
+
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
117
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
118
|
+
readonly PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND";
|
|
119
|
+
readonly PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID";
|
|
120
|
+
readonly PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE";
|
|
121
|
+
readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
|
|
122
|
+
};
|
|
123
|
+
export type AnalysisErrorType =
|
|
124
|
+
(typeof AnalysisErrorType)[keyof typeof AnalysisErrorType];
|
|
113
125
|
export interface Entity {
|
|
114
126
|
Path?: string;
|
|
115
127
|
}
|
|
@@ -122,15 +134,17 @@ export interface Sheet {
|
|
|
122
134
|
SheetId?: string;
|
|
123
135
|
Name?: string;
|
|
124
136
|
}
|
|
125
|
-
export declare
|
|
126
|
-
CREATION_FAILED
|
|
127
|
-
CREATION_IN_PROGRESS
|
|
128
|
-
CREATION_SUCCESSFUL
|
|
129
|
-
DELETED
|
|
130
|
-
UPDATE_FAILED
|
|
131
|
-
UPDATE_IN_PROGRESS
|
|
132
|
-
UPDATE_SUCCESSFUL
|
|
133
|
-
}
|
|
137
|
+
export declare const ResourceStatus: {
|
|
138
|
+
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
139
|
+
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
140
|
+
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
141
|
+
readonly DELETED: "DELETED";
|
|
142
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
143
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
144
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
145
|
+
};
|
|
146
|
+
export type ResourceStatus =
|
|
147
|
+
(typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
134
148
|
export interface Analysis {
|
|
135
149
|
AnalysisId?: string;
|
|
136
150
|
Arn?: string;
|
|
@@ -152,10 +166,11 @@ export interface FreeFormLayoutCanvasSizeOptions {
|
|
|
152
166
|
export interface DefaultFreeFormLayoutConfiguration {
|
|
153
167
|
CanvasSizeOptions: FreeFormLayoutCanvasSizeOptions | undefined;
|
|
154
168
|
}
|
|
155
|
-
export declare
|
|
156
|
-
FIXED
|
|
157
|
-
RESPONSIVE
|
|
158
|
-
}
|
|
169
|
+
export declare const ResizeOption: {
|
|
170
|
+
readonly FIXED: "FIXED";
|
|
171
|
+
readonly RESPONSIVE: "RESPONSIVE";
|
|
172
|
+
};
|
|
173
|
+
export type ResizeOption = (typeof ResizeOption)[keyof typeof ResizeOption];
|
|
159
174
|
export interface GridLayoutScreenCanvasSizeOptions {
|
|
160
175
|
ResizeOption: ResizeOption | string | undefined;
|
|
161
176
|
OptimizedViewPortWidth?: string;
|
|
@@ -176,23 +191,26 @@ export interface Spacing {
|
|
|
176
191
|
Left?: string;
|
|
177
192
|
Right?: string;
|
|
178
193
|
}
|
|
179
|
-
export declare
|
|
180
|
-
LANDSCAPE
|
|
181
|
-
PORTRAIT
|
|
182
|
-
}
|
|
183
|
-
export
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
export declare const PaperOrientation: {
|
|
195
|
+
readonly LANDSCAPE: "LANDSCAPE";
|
|
196
|
+
readonly PORTRAIT: "PORTRAIT";
|
|
197
|
+
};
|
|
198
|
+
export type PaperOrientation =
|
|
199
|
+
(typeof PaperOrientation)[keyof typeof PaperOrientation];
|
|
200
|
+
export declare const PaperSize: {
|
|
201
|
+
readonly A0: "A0";
|
|
202
|
+
readonly A1: "A1";
|
|
203
|
+
readonly A2: "A2";
|
|
204
|
+
readonly A3: "A3";
|
|
205
|
+
readonly A4: "A4";
|
|
206
|
+
readonly A5: "A5";
|
|
207
|
+
readonly JIS_B4: "JIS_B4";
|
|
208
|
+
readonly JIS_B5: "JIS_B5";
|
|
209
|
+
readonly US_LEGAL: "US_LEGAL";
|
|
210
|
+
readonly US_LETTER: "US_LETTER";
|
|
211
|
+
readonly US_TABLOID_LEDGER: "US_TABLOID_LEDGER";
|
|
212
|
+
};
|
|
213
|
+
export type PaperSize = (typeof PaperSize)[keyof typeof PaperSize];
|
|
196
214
|
export interface SectionBasedLayoutPaperCanvasSizeOptions {
|
|
197
215
|
PaperSize?: PaperSize | string;
|
|
198
216
|
PaperOrientation?: PaperOrientation | string;
|
|
@@ -207,10 +225,12 @@ export interface DefaultSectionBasedLayoutConfiguration {
|
|
|
207
225
|
export interface DefaultPaginatedLayoutConfiguration {
|
|
208
226
|
SectionBased?: DefaultSectionBasedLayoutConfiguration;
|
|
209
227
|
}
|
|
210
|
-
export declare
|
|
211
|
-
INTERACTIVE
|
|
212
|
-
PAGINATED
|
|
213
|
-
}
|
|
228
|
+
export declare const SheetContentType: {
|
|
229
|
+
readonly INTERACTIVE: "INTERACTIVE";
|
|
230
|
+
readonly PAGINATED: "PAGINATED";
|
|
231
|
+
};
|
|
232
|
+
export type SheetContentType =
|
|
233
|
+
(typeof SheetContentType)[keyof typeof SheetContentType];
|
|
214
234
|
export interface DefaultNewSheetConfiguration {
|
|
215
235
|
InteractiveLayoutConfiguration?: DefaultInteractiveLayoutConfiguration;
|
|
216
236
|
PaginatedLayoutConfiguration?: DefaultPaginatedLayoutConfiguration;
|
|
@@ -230,30 +250,36 @@ export interface NullValueFormatConfiguration {
|
|
|
230
250
|
export interface DecimalPlacesConfiguration {
|
|
231
251
|
DecimalPlaces: number | undefined;
|
|
232
252
|
}
|
|
233
|
-
export declare
|
|
234
|
-
NEGATIVE
|
|
235
|
-
POSITIVE
|
|
236
|
-
}
|
|
253
|
+
export declare const NegativeValueDisplayMode: {
|
|
254
|
+
readonly NEGATIVE: "NEGATIVE";
|
|
255
|
+
readonly POSITIVE: "POSITIVE";
|
|
256
|
+
};
|
|
257
|
+
export type NegativeValueDisplayMode =
|
|
258
|
+
(typeof NegativeValueDisplayMode)[keyof typeof NegativeValueDisplayMode];
|
|
237
259
|
export interface NegativeValueConfiguration {
|
|
238
260
|
DisplayMode: NegativeValueDisplayMode | string | undefined;
|
|
239
261
|
}
|
|
240
|
-
export declare
|
|
241
|
-
AUTO
|
|
242
|
-
BILLIONS
|
|
243
|
-
MILLIONS
|
|
244
|
-
NONE
|
|
245
|
-
THOUSANDS
|
|
246
|
-
TRILLIONS
|
|
247
|
-
}
|
|
248
|
-
export
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
262
|
+
export declare const NumberScale: {
|
|
263
|
+
readonly AUTO: "AUTO";
|
|
264
|
+
readonly BILLIONS: "BILLIONS";
|
|
265
|
+
readonly MILLIONS: "MILLIONS";
|
|
266
|
+
readonly NONE: "NONE";
|
|
267
|
+
readonly THOUSANDS: "THOUSANDS";
|
|
268
|
+
readonly TRILLIONS: "TRILLIONS";
|
|
269
|
+
};
|
|
270
|
+
export type NumberScale = (typeof NumberScale)[keyof typeof NumberScale];
|
|
271
|
+
export declare const NumericSeparatorSymbol: {
|
|
272
|
+
readonly COMMA: "COMMA";
|
|
273
|
+
readonly DOT: "DOT";
|
|
274
|
+
readonly SPACE: "SPACE";
|
|
275
|
+
};
|
|
276
|
+
export type NumericSeparatorSymbol =
|
|
277
|
+
(typeof NumericSeparatorSymbol)[keyof typeof NumericSeparatorSymbol];
|
|
278
|
+
export declare const Visibility: {
|
|
279
|
+
readonly HIDDEN: "HIDDEN";
|
|
280
|
+
readonly VISIBLE: "VISIBLE";
|
|
281
|
+
};
|
|
282
|
+
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
257
283
|
export interface ThousandSeparatorOptions {
|
|
258
284
|
Symbol?: NumericSeparatorSymbol | string;
|
|
259
285
|
Visibility?: Visibility | string;
|
|
@@ -311,10 +337,11 @@ export interface FormatConfiguration {
|
|
|
311
337
|
NumberFormatConfiguration?: NumberFormatConfiguration;
|
|
312
338
|
DateTimeFormatConfiguration?: DateTimeFormatConfiguration;
|
|
313
339
|
}
|
|
314
|
-
export declare
|
|
315
|
-
DIMENSION
|
|
316
|
-
MEASURE
|
|
317
|
-
}
|
|
340
|
+
export declare const ColumnRole: {
|
|
341
|
+
readonly DIMENSION: "DIMENSION";
|
|
342
|
+
readonly MEASURE: "MEASURE";
|
|
343
|
+
};
|
|
344
|
+
export type ColumnRole = (typeof ColumnRole)[keyof typeof ColumnRole];
|
|
318
345
|
export interface ColumnConfiguration {
|
|
319
346
|
Column: ColumnIdentifier | undefined;
|
|
320
347
|
FormatConfiguration?: FormatConfiguration;
|
|
@@ -324,26 +351,34 @@ export interface DataSetIdentifierDeclaration {
|
|
|
324
351
|
Identifier: string | undefined;
|
|
325
352
|
DataSetArn: string | undefined;
|
|
326
353
|
}
|
|
327
|
-
export declare
|
|
328
|
-
ALL_DATASETS
|
|
329
|
-
SINGLE_DATASET
|
|
330
|
-
}
|
|
331
|
-
export
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
354
|
+
export declare const CrossDatasetTypes: {
|
|
355
|
+
readonly ALL_DATASETS: "ALL_DATASETS";
|
|
356
|
+
readonly SINGLE_DATASET: "SINGLE_DATASET";
|
|
357
|
+
};
|
|
358
|
+
export type CrossDatasetTypes =
|
|
359
|
+
(typeof CrossDatasetTypes)[keyof typeof CrossDatasetTypes];
|
|
360
|
+
export declare const CategoryFilterMatchOperator: {
|
|
361
|
+
readonly CONTAINS: "CONTAINS";
|
|
362
|
+
readonly DOES_NOT_CONTAIN: "DOES_NOT_CONTAIN";
|
|
363
|
+
readonly DOES_NOT_EQUAL: "DOES_NOT_EQUAL";
|
|
364
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
365
|
+
readonly EQUALS: "EQUALS";
|
|
366
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
367
|
+
};
|
|
368
|
+
export type CategoryFilterMatchOperator =
|
|
369
|
+
(typeof CategoryFilterMatchOperator)[keyof typeof CategoryFilterMatchOperator];
|
|
370
|
+
export declare const FilterNullOption: {
|
|
371
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
372
|
+
readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
|
|
373
|
+
readonly NULLS_ONLY: "NULLS_ONLY";
|
|
374
|
+
};
|
|
375
|
+
export type FilterNullOption =
|
|
376
|
+
(typeof FilterNullOption)[keyof typeof FilterNullOption];
|
|
377
|
+
export declare const CategoryFilterSelectAllOptions: {
|
|
378
|
+
readonly FILTER_ALL_VALUES: "FILTER_ALL_VALUES";
|
|
379
|
+
};
|
|
380
|
+
export type CategoryFilterSelectAllOptions =
|
|
381
|
+
(typeof CategoryFilterSelectAllOptions)[keyof typeof CategoryFilterSelectAllOptions];
|
|
347
382
|
export interface CustomFilterConfiguration {
|
|
348
383
|
MatchOperator: CategoryFilterMatchOperator | string | undefined;
|
|
349
384
|
CategoryValue?: string;
|
|
@@ -372,13 +407,17 @@ export interface CategoryFilter {
|
|
|
372
407
|
Column: ColumnIdentifier | undefined;
|
|
373
408
|
Configuration: CategoryFilterConfiguration | undefined;
|
|
374
409
|
}
|
|
375
|
-
export declare
|
|
376
|
-
DOES_NOT_EQUAL
|
|
377
|
-
EQUALS
|
|
378
|
-
}
|
|
379
|
-
export
|
|
380
|
-
|
|
381
|
-
|
|
410
|
+
export declare const NumericEqualityMatchOperator: {
|
|
411
|
+
readonly DOES_NOT_EQUAL: "DOES_NOT_EQUAL";
|
|
412
|
+
readonly EQUALS: "EQUALS";
|
|
413
|
+
};
|
|
414
|
+
export type NumericEqualityMatchOperator =
|
|
415
|
+
(typeof NumericEqualityMatchOperator)[keyof typeof NumericEqualityMatchOperator];
|
|
416
|
+
export declare const NumericFilterSelectAllOptions: {
|
|
417
|
+
readonly FILTER_ALL_VALUES: "FILTER_ALL_VALUES";
|
|
418
|
+
};
|
|
419
|
+
export type NumericFilterSelectAllOptions =
|
|
420
|
+
(typeof NumericFilterSelectAllOptions)[keyof typeof NumericFilterSelectAllOptions];
|
|
382
421
|
export interface NumericEqualityFilter {
|
|
383
422
|
FilterId: string | undefined;
|
|
384
423
|
Column: ColumnIdentifier | undefined;
|
|
@@ -404,40 +443,46 @@ export interface NumericRangeFilter {
|
|
|
404
443
|
AggregationFunction?: AggregationFunction;
|
|
405
444
|
NullOption: FilterNullOption | string | undefined;
|
|
406
445
|
}
|
|
407
|
-
export declare
|
|
408
|
-
NOW
|
|
409
|
-
}
|
|
446
|
+
export declare const AnchorOption: {
|
|
447
|
+
readonly NOW: "NOW";
|
|
448
|
+
};
|
|
449
|
+
export type AnchorOption = (typeof AnchorOption)[keyof typeof AnchorOption];
|
|
410
450
|
export interface AnchorDateConfiguration {
|
|
411
451
|
AnchorOption?: AnchorOption | string;
|
|
412
452
|
ParameterName?: string;
|
|
413
453
|
}
|
|
414
|
-
export declare
|
|
415
|
-
DAY
|
|
416
|
-
HOUR
|
|
417
|
-
MILLISECOND
|
|
418
|
-
MINUTE
|
|
419
|
-
MONTH
|
|
420
|
-
QUARTER
|
|
421
|
-
SECOND
|
|
422
|
-
WEEK
|
|
423
|
-
YEAR
|
|
424
|
-
}
|
|
425
|
-
export
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
454
|
+
export declare const TimeGranularity: {
|
|
455
|
+
readonly DAY: "DAY";
|
|
456
|
+
readonly HOUR: "HOUR";
|
|
457
|
+
readonly MILLISECOND: "MILLISECOND";
|
|
458
|
+
readonly MINUTE: "MINUTE";
|
|
459
|
+
readonly MONTH: "MONTH";
|
|
460
|
+
readonly QUARTER: "QUARTER";
|
|
461
|
+
readonly SECOND: "SECOND";
|
|
462
|
+
readonly WEEK: "WEEK";
|
|
463
|
+
readonly YEAR: "YEAR";
|
|
464
|
+
};
|
|
465
|
+
export type TimeGranularity =
|
|
466
|
+
(typeof TimeGranularity)[keyof typeof TimeGranularity];
|
|
467
|
+
export declare const WidgetStatus: {
|
|
468
|
+
readonly DISABLED: "DISABLED";
|
|
469
|
+
readonly ENABLED: "ENABLED";
|
|
470
|
+
};
|
|
471
|
+
export type WidgetStatus = (typeof WidgetStatus)[keyof typeof WidgetStatus];
|
|
429
472
|
export interface ExcludePeriodConfiguration {
|
|
430
473
|
Amount: number | undefined;
|
|
431
474
|
Granularity: TimeGranularity | string | undefined;
|
|
432
475
|
Status?: WidgetStatus | string;
|
|
433
476
|
}
|
|
434
|
-
export declare
|
|
435
|
-
LAST
|
|
436
|
-
NEXT
|
|
437
|
-
NOW
|
|
438
|
-
PREVIOUS
|
|
439
|
-
THIS
|
|
440
|
-
}
|
|
477
|
+
export declare const RelativeDateType: {
|
|
478
|
+
readonly LAST: "LAST";
|
|
479
|
+
readonly NEXT: "NEXT";
|
|
480
|
+
readonly NOW: "NOW";
|
|
481
|
+
readonly PREVIOUS: "PREVIOUS";
|
|
482
|
+
readonly THIS: "THIS";
|
|
483
|
+
};
|
|
484
|
+
export type RelativeDateType =
|
|
485
|
+
(typeof RelativeDateType)[keyof typeof RelativeDateType];
|
|
441
486
|
export interface RelativeDatesFilter {
|
|
442
487
|
FilterId: string | undefined;
|
|
443
488
|
Column: ColumnIdentifier | undefined;
|
|
@@ -494,10 +539,12 @@ export interface Filter {
|
|
|
494
539
|
RelativeDatesFilter?: RelativeDatesFilter;
|
|
495
540
|
TopBottomFilter?: TopBottomFilter;
|
|
496
541
|
}
|
|
497
|
-
export declare
|
|
498
|
-
ALL_VISUALS
|
|
499
|
-
SELECTED_VISUALS
|
|
500
|
-
}
|
|
542
|
+
export declare const FilterVisualScope: {
|
|
543
|
+
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
544
|
+
readonly SELECTED_VISUALS: "SELECTED_VISUALS";
|
|
545
|
+
};
|
|
546
|
+
export type FilterVisualScope =
|
|
547
|
+
(typeof FilterVisualScope)[keyof typeof FilterVisualScope];
|
|
501
548
|
export interface SheetVisualScopingConfiguration {
|
|
502
549
|
SheetId: string | undefined;
|
|
503
550
|
Scope: FilterVisualScope | string | undefined;
|
|
@@ -526,10 +573,12 @@ export interface DateTimeDefaultValues {
|
|
|
526
573
|
StaticValues?: Date[];
|
|
527
574
|
RollingDate?: RollingDateConfiguration;
|
|
528
575
|
}
|
|
529
|
-
export declare
|
|
530
|
-
NULL
|
|
531
|
-
RECOMMENDED_VALUE
|
|
532
|
-
}
|
|
576
|
+
export declare const ValueWhenUnsetOption: {
|
|
577
|
+
readonly NULL: "NULL";
|
|
578
|
+
readonly RECOMMENDED_VALUE: "RECOMMENDED_VALUE";
|
|
579
|
+
};
|
|
580
|
+
export type ValueWhenUnsetOption =
|
|
581
|
+
(typeof ValueWhenUnsetOption)[keyof typeof ValueWhenUnsetOption];
|
|
533
582
|
export interface DateTimeValueWhenUnsetConfiguration {
|
|
534
583
|
ValueWhenUnsetOption?: ValueWhenUnsetOption | string;
|
|
535
584
|
CustomValue?: Date;
|
|
@@ -544,10 +593,12 @@ export interface DecimalDefaultValues {
|
|
|
544
593
|
DynamicValue?: DynamicDefaultValue;
|
|
545
594
|
StaticValues?: number[];
|
|
546
595
|
}
|
|
547
|
-
export declare
|
|
548
|
-
MULTI_VALUED
|
|
549
|
-
SINGLE_VALUED
|
|
550
|
-
}
|
|
596
|
+
export declare const ParameterValueType: {
|
|
597
|
+
readonly MULTI_VALUED: "MULTI_VALUED";
|
|
598
|
+
readonly SINGLE_VALUED: "SINGLE_VALUED";
|
|
599
|
+
};
|
|
600
|
+
export type ParameterValueType =
|
|
601
|
+
(typeof ParameterValueType)[keyof typeof ParameterValueType];
|
|
551
602
|
export interface DecimalValueWhenUnsetConfiguration {
|
|
552
603
|
ValueWhenUnsetOption?: ValueWhenUnsetOption | string;
|
|
553
604
|
CustomValue?: number;
|
|
@@ -592,28 +643,35 @@ export interface ParameterDeclaration {
|
|
|
592
643
|
IntegerParameterDeclaration?: IntegerParameterDeclaration;
|
|
593
644
|
DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
|
|
594
645
|
}
|
|
595
|
-
export declare
|
|
596
|
-
NONE
|
|
597
|
-
UNDERLINE
|
|
598
|
-
}
|
|
599
|
-
export
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
646
|
+
export declare const FontDecoration: {
|
|
647
|
+
readonly NONE: "NONE";
|
|
648
|
+
readonly UNDERLINE: "UNDERLINE";
|
|
649
|
+
};
|
|
650
|
+
export type FontDecoration =
|
|
651
|
+
(typeof FontDecoration)[keyof typeof FontDecoration];
|
|
652
|
+
export declare const RelativeFontSize: {
|
|
653
|
+
readonly EXTRA_LARGE: "EXTRA_LARGE";
|
|
654
|
+
readonly EXTRA_SMALL: "EXTRA_SMALL";
|
|
655
|
+
readonly LARGE: "LARGE";
|
|
656
|
+
readonly MEDIUM: "MEDIUM";
|
|
657
|
+
readonly SMALL: "SMALL";
|
|
658
|
+
};
|
|
659
|
+
export type RelativeFontSize =
|
|
660
|
+
(typeof RelativeFontSize)[keyof typeof RelativeFontSize];
|
|
606
661
|
export interface FontSize {
|
|
607
662
|
Relative?: RelativeFontSize | string;
|
|
608
663
|
}
|
|
609
|
-
export declare
|
|
610
|
-
ITALIC
|
|
611
|
-
NORMAL
|
|
612
|
-
}
|
|
613
|
-
export
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
664
|
+
export declare const FontStyle: {
|
|
665
|
+
readonly ITALIC: "ITALIC";
|
|
666
|
+
readonly NORMAL: "NORMAL";
|
|
667
|
+
};
|
|
668
|
+
export type FontStyle = (typeof FontStyle)[keyof typeof FontStyle];
|
|
669
|
+
export declare const FontWeightName: {
|
|
670
|
+
readonly BOLD: "BOLD";
|
|
671
|
+
readonly NORMAL: "NORMAL";
|
|
672
|
+
};
|
|
673
|
+
export type FontWeightName =
|
|
674
|
+
(typeof FontWeightName)[keyof typeof FontWeightName];
|
|
617
675
|
export interface FontWeight {
|
|
618
676
|
Name?: FontWeightName | string;
|
|
619
677
|
}
|
|
@@ -633,10 +691,12 @@ export interface DateTimePickerControlDisplayOptions {
|
|
|
633
691
|
TitleOptions?: LabelOptions;
|
|
634
692
|
DateTimeFormat?: string;
|
|
635
693
|
}
|
|
636
|
-
export declare
|
|
637
|
-
DATE_RANGE
|
|
638
|
-
SINGLE_VALUED
|
|
639
|
-
}
|
|
694
|
+
export declare const SheetControlDateTimePickerType: {
|
|
695
|
+
readonly DATE_RANGE: "DATE_RANGE";
|
|
696
|
+
readonly SINGLE_VALUED: "SINGLE_VALUED";
|
|
697
|
+
};
|
|
698
|
+
export type SheetControlDateTimePickerType =
|
|
699
|
+
(typeof SheetControlDateTimePickerType)[keyof typeof SheetControlDateTimePickerType];
|
|
640
700
|
export interface FilterDateTimePickerControl {
|
|
641
701
|
FilterControlId: string | undefined;
|
|
642
702
|
Title: string | undefined;
|
|
@@ -661,10 +721,12 @@ export interface DropDownControlDisplayOptions {
|
|
|
661
721
|
export interface FilterSelectableValues {
|
|
662
722
|
Values?: string[];
|
|
663
723
|
}
|
|
664
|
-
export declare
|
|
665
|
-
MULTI_SELECT
|
|
666
|
-
SINGLE_SELECT
|
|
667
|
-
}
|
|
724
|
+
export declare const SheetControlListType: {
|
|
725
|
+
readonly MULTI_SELECT: "MULTI_SELECT";
|
|
726
|
+
readonly SINGLE_SELECT: "SINGLE_SELECT";
|
|
727
|
+
};
|
|
728
|
+
export type SheetControlListType =
|
|
729
|
+
(typeof SheetControlListType)[keyof typeof SheetControlListType];
|
|
668
730
|
export interface FilterDropDownControl {
|
|
669
731
|
FilterControlId: string | undefined;
|
|
670
732
|
Title: string | undefined;
|
|
@@ -704,10 +766,12 @@ export interface FilterRelativeDateTimeControl {
|
|
|
704
766
|
export interface SliderControlDisplayOptions {
|
|
705
767
|
TitleOptions?: LabelOptions;
|
|
706
768
|
}
|
|
707
|
-
export declare
|
|
708
|
-
RANGE
|
|
709
|
-
SINGLE_POINT
|
|
710
|
-
}
|
|
769
|
+
export declare const SheetControlSliderType: {
|
|
770
|
+
readonly RANGE: "RANGE";
|
|
771
|
+
readonly SINGLE_POINT: "SINGLE_POINT";
|
|
772
|
+
};
|
|
773
|
+
export type SheetControlSliderType =
|
|
774
|
+
(typeof SheetControlSliderType)[keyof typeof SheetControlSliderType];
|
|
711
775
|
export interface FilterSliderControl {
|
|
712
776
|
FilterControlId: string | undefined;
|
|
713
777
|
Title: string | undefined;
|
|
@@ -759,12 +823,14 @@ export interface FreeFormLayoutElementBorderStyle {
|
|
|
759
823
|
Visibility?: Visibility | string;
|
|
760
824
|
Color?: string;
|
|
761
825
|
}
|
|
762
|
-
export declare
|
|
763
|
-
FILTER_CONTROL
|
|
764
|
-
PARAMETER_CONTROL
|
|
765
|
-
TEXT_BOX
|
|
766
|
-
VISUAL
|
|
767
|
-
}
|
|
826
|
+
export declare const LayoutElementType: {
|
|
827
|
+
readonly FILTER_CONTROL: "FILTER_CONTROL";
|
|
828
|
+
readonly PARAMETER_CONTROL: "PARAMETER_CONTROL";
|
|
829
|
+
readonly TEXT_BOX: "TEXT_BOX";
|
|
830
|
+
readonly VISUAL: "VISUAL";
|
|
831
|
+
};
|
|
832
|
+
export type LayoutElementType =
|
|
833
|
+
(typeof LayoutElementType)[keyof typeof LayoutElementType];
|
|
768
834
|
export interface LoadingAnimation {
|
|
769
835
|
Visibility?: Visibility | string;
|
|
770
836
|
}
|
|
@@ -814,10 +880,12 @@ export interface SectionLayoutConfiguration {
|
|
|
814
880
|
export interface BodySectionContent {
|
|
815
881
|
Layout?: SectionLayoutConfiguration;
|
|
816
882
|
}
|
|
817
|
-
export declare
|
|
818
|
-
DISABLED
|
|
819
|
-
ENABLED
|
|
820
|
-
}
|
|
883
|
+
export declare const SectionPageBreakStatus: {
|
|
884
|
+
readonly DISABLED: "DISABLED";
|
|
885
|
+
readonly ENABLED: "ENABLED";
|
|
886
|
+
};
|
|
887
|
+
export type SectionPageBreakStatus =
|
|
888
|
+
(typeof SectionPageBreakStatus)[keyof typeof SectionPageBreakStatus];
|
|
821
889
|
export interface SectionAfterPageBreak {
|
|
822
890
|
Status?: SectionPageBreakStatus | string;
|
|
823
891
|
}
|
|
@@ -921,16 +989,20 @@ export interface SheetTextBox {
|
|
|
921
989
|
SheetTextBoxId: string | undefined;
|
|
922
990
|
Content?: string;
|
|
923
991
|
}
|
|
924
|
-
export declare
|
|
925
|
-
ALL_FIELDS
|
|
926
|
-
}
|
|
992
|
+
export declare const SelectedFieldOptions: {
|
|
993
|
+
readonly ALL_FIELDS: "ALL_FIELDS";
|
|
994
|
+
};
|
|
995
|
+
export type SelectedFieldOptions =
|
|
996
|
+
(typeof SelectedFieldOptions)[keyof typeof SelectedFieldOptions];
|
|
927
997
|
export interface FilterOperationSelectedFieldsConfiguration {
|
|
928
998
|
SelectedFields?: string[];
|
|
929
999
|
SelectedFieldOptions?: SelectedFieldOptions | string;
|
|
930
1000
|
}
|
|
931
|
-
export declare
|
|
932
|
-
ALL_VISUALS
|
|
933
|
-
}
|
|
1001
|
+
export declare const TargetVisualOptions: {
|
|
1002
|
+
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
1003
|
+
};
|
|
1004
|
+
export type TargetVisualOptions =
|
|
1005
|
+
(typeof TargetVisualOptions)[keyof typeof TargetVisualOptions];
|
|
934
1006
|
export interface SameSheetTargetVisualConfiguration {
|
|
935
1007
|
TargetVisuals?: string[];
|
|
936
1008
|
TargetVisualOptions?: TargetVisualOptions | string;
|
|
@@ -962,9 +1034,11 @@ export interface CustomValuesConfiguration {
|
|
|
962
1034
|
IncludeNullValue?: boolean;
|
|
963
1035
|
CustomValues: CustomParameterValues | undefined;
|
|
964
1036
|
}
|
|
965
|
-
export declare
|
|
966
|
-
ALL_VALUES
|
|
967
|
-
}
|
|
1037
|
+
export declare const SelectAllValueOptions: {
|
|
1038
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
1039
|
+
};
|
|
1040
|
+
export type SelectAllValueOptions =
|
|
1041
|
+
(typeof SelectAllValueOptions)[keyof typeof SelectAllValueOptions];
|
|
968
1042
|
export interface DestinationParameterValueConfiguration {
|
|
969
1043
|
CustomValuesConfiguration?: CustomValuesConfiguration;
|
|
970
1044
|
SelectAllValueOptions?: SelectAllValueOptions | string;
|
|
@@ -978,11 +1052,13 @@ export interface SetParameterValueConfiguration {
|
|
|
978
1052
|
export interface CustomActionSetParametersOperation {
|
|
979
1053
|
ParameterValueConfigurations: SetParameterValueConfiguration[] | undefined;
|
|
980
1054
|
}
|
|
981
|
-
export declare
|
|
982
|
-
NEW_TAB
|
|
983
|
-
NEW_WINDOW
|
|
984
|
-
SAME_TAB
|
|
985
|
-
}
|
|
1055
|
+
export declare const URLTargetConfiguration: {
|
|
1056
|
+
readonly NEW_TAB: "NEW_TAB";
|
|
1057
|
+
readonly NEW_WINDOW: "NEW_WINDOW";
|
|
1058
|
+
readonly SAME_TAB: "SAME_TAB";
|
|
1059
|
+
};
|
|
1060
|
+
export type URLTargetConfiguration =
|
|
1061
|
+
(typeof URLTargetConfiguration)[keyof typeof URLTargetConfiguration];
|
|
986
1062
|
export interface CustomActionURLOperation {
|
|
987
1063
|
URLTemplate: string | undefined;
|
|
988
1064
|
URLTarget: URLTargetConfiguration | string | undefined;
|
|
@@ -993,10 +1069,12 @@ export interface VisualCustomActionOperation {
|
|
|
993
1069
|
URLOperation?: CustomActionURLOperation;
|
|
994
1070
|
SetParametersOperation?: CustomActionSetParametersOperation;
|
|
995
1071
|
}
|
|
996
|
-
export declare
|
|
997
|
-
DATA_POINT_CLICK
|
|
998
|
-
DATA_POINT_MENU
|
|
999
|
-
}
|
|
1072
|
+
export declare const VisualCustomActionTrigger: {
|
|
1073
|
+
readonly DATA_POINT_CLICK: "DATA_POINT_CLICK";
|
|
1074
|
+
readonly DATA_POINT_MENU: "DATA_POINT_MENU";
|
|
1075
|
+
};
|
|
1076
|
+
export type VisualCustomActionTrigger =
|
|
1077
|
+
(typeof VisualCustomActionTrigger)[keyof typeof VisualCustomActionTrigger];
|
|
1000
1078
|
export interface VisualCustomAction {
|
|
1001
1079
|
CustomActionId: string | undefined;
|
|
1002
1080
|
Name: string | undefined;
|
|
@@ -1004,11 +1082,13 @@ export interface VisualCustomAction {
|
|
|
1004
1082
|
Trigger: VisualCustomActionTrigger | string | undefined;
|
|
1005
1083
|
ActionOperations: VisualCustomActionOperation[] | undefined;
|
|
1006
1084
|
}
|
|
1007
|
-
export declare
|
|
1008
|
-
CLUSTERED
|
|
1009
|
-
STACKED
|
|
1010
|
-
STACKED_PERCENT
|
|
1011
|
-
}
|
|
1085
|
+
export declare const BarsArrangement: {
|
|
1086
|
+
readonly CLUSTERED: "CLUSTERED";
|
|
1087
|
+
readonly STACKED: "STACKED";
|
|
1088
|
+
readonly STACKED_PERCENT: "STACKED_PERCENT";
|
|
1089
|
+
};
|
|
1090
|
+
export type BarsArrangement =
|
|
1091
|
+
(typeof BarsArrangement)[keyof typeof BarsArrangement];
|
|
1012
1092
|
export interface DateAxisOptions {
|
|
1013
1093
|
MissingDateVisibility?: Visibility | string;
|
|
1014
1094
|
}
|
|
@@ -1106,23 +1186,29 @@ export interface DataLabelType {
|
|
|
1106
1186
|
MinimumLabelType?: MinimumLabelType;
|
|
1107
1187
|
MaximumLabelType?: MaximumLabelType;
|
|
1108
1188
|
}
|
|
1109
|
-
export declare
|
|
1110
|
-
PERCENT
|
|
1111
|
-
VALUE
|
|
1112
|
-
VALUE_AND_PERCENT
|
|
1113
|
-
}
|
|
1114
|
-
export
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1189
|
+
export declare const DataLabelContent: {
|
|
1190
|
+
readonly PERCENT: "PERCENT";
|
|
1191
|
+
readonly VALUE: "VALUE";
|
|
1192
|
+
readonly VALUE_AND_PERCENT: "VALUE_AND_PERCENT";
|
|
1193
|
+
};
|
|
1194
|
+
export type DataLabelContent =
|
|
1195
|
+
(typeof DataLabelContent)[keyof typeof DataLabelContent];
|
|
1196
|
+
export declare const DataLabelOverlap: {
|
|
1197
|
+
readonly DISABLE_OVERLAP: "DISABLE_OVERLAP";
|
|
1198
|
+
readonly ENABLE_OVERLAP: "ENABLE_OVERLAP";
|
|
1199
|
+
};
|
|
1200
|
+
export type DataLabelOverlap =
|
|
1201
|
+
(typeof DataLabelOverlap)[keyof typeof DataLabelOverlap];
|
|
1202
|
+
export declare const DataLabelPosition: {
|
|
1203
|
+
readonly BOTTOM: "BOTTOM";
|
|
1204
|
+
readonly INSIDE: "INSIDE";
|
|
1205
|
+
readonly LEFT: "LEFT";
|
|
1206
|
+
readonly OUTSIDE: "OUTSIDE";
|
|
1207
|
+
readonly RIGHT: "RIGHT";
|
|
1208
|
+
readonly TOP: "TOP";
|
|
1209
|
+
};
|
|
1210
|
+
export type DataLabelPosition =
|
|
1211
|
+
(typeof DataLabelPosition)[keyof typeof DataLabelPosition];
|
|
1126
1212
|
export interface DataLabelOptions {
|
|
1127
1213
|
Visibility?: Visibility | string;
|
|
1128
1214
|
CategoryLabelVisibility?: Visibility | string;
|
|
@@ -1195,12 +1281,14 @@ export interface BarChartAggregatedFieldWells {
|
|
|
1195
1281
|
export interface BarChartFieldWells {
|
|
1196
1282
|
BarChartAggregatedFieldWells?: BarChartAggregatedFieldWells;
|
|
1197
1283
|
}
|
|
1198
|
-
export declare
|
|
1199
|
-
AUTO
|
|
1200
|
-
BOTTOM
|
|
1201
|
-
RIGHT
|
|
1202
|
-
TOP
|
|
1203
|
-
}
|
|
1284
|
+
export declare const LegendPosition: {
|
|
1285
|
+
readonly AUTO: "AUTO";
|
|
1286
|
+
readonly BOTTOM: "BOTTOM";
|
|
1287
|
+
readonly RIGHT: "RIGHT";
|
|
1288
|
+
readonly TOP: "TOP";
|
|
1289
|
+
};
|
|
1290
|
+
export type LegendPosition =
|
|
1291
|
+
(typeof LegendPosition)[keyof typeof LegendPosition];
|
|
1204
1292
|
export interface LegendOptions {
|
|
1205
1293
|
Visibility?: Visibility | string;
|
|
1206
1294
|
Title?: LabelOptions;
|
|
@@ -1208,14 +1296,17 @@ export interface LegendOptions {
|
|
|
1208
1296
|
Width?: string;
|
|
1209
1297
|
Height?: string;
|
|
1210
1298
|
}
|
|
1211
|
-
export declare
|
|
1212
|
-
HORIZONTAL
|
|
1213
|
-
VERTICAL
|
|
1214
|
-
}
|
|
1215
|
-
export
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1299
|
+
export declare const BarChartOrientation: {
|
|
1300
|
+
readonly HORIZONTAL: "HORIZONTAL";
|
|
1301
|
+
readonly VERTICAL: "VERTICAL";
|
|
1302
|
+
};
|
|
1303
|
+
export type BarChartOrientation =
|
|
1304
|
+
(typeof BarChartOrientation)[keyof typeof BarChartOrientation];
|
|
1305
|
+
export declare const AxisBinding: {
|
|
1306
|
+
readonly PRIMARY_YAXIS: "PRIMARY_YAXIS";
|
|
1307
|
+
readonly SECONDARY_YAXIS: "SECONDARY_YAXIS";
|
|
1308
|
+
};
|
|
1309
|
+
export type AxisBinding = (typeof AxisBinding)[keyof typeof AxisBinding];
|
|
1219
1310
|
export interface ReferenceLineDynamicDataConfiguration {
|
|
1220
1311
|
Column: ColumnIdentifier | undefined;
|
|
1221
1312
|
MeasureAggregationFunction: AggregationFunction | undefined;
|
|
@@ -1232,23 +1323,29 @@ export interface ReferenceLineDataConfiguration {
|
|
|
1232
1323
|
export interface ReferenceLineCustomLabelConfiguration {
|
|
1233
1324
|
CustomLabel: string | undefined;
|
|
1234
1325
|
}
|
|
1235
|
-
export declare
|
|
1236
|
-
CENTER
|
|
1237
|
-
LEFT
|
|
1238
|
-
RIGHT
|
|
1239
|
-
}
|
|
1240
|
-
export
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1326
|
+
export declare const ReferenceLineLabelHorizontalPosition: {
|
|
1327
|
+
readonly CENTER: "CENTER";
|
|
1328
|
+
readonly LEFT: "LEFT";
|
|
1329
|
+
readonly RIGHT: "RIGHT";
|
|
1330
|
+
};
|
|
1331
|
+
export type ReferenceLineLabelHorizontalPosition =
|
|
1332
|
+
(typeof ReferenceLineLabelHorizontalPosition)[keyof typeof ReferenceLineLabelHorizontalPosition];
|
|
1333
|
+
export declare const ReferenceLineValueLabelRelativePosition: {
|
|
1334
|
+
readonly AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL";
|
|
1335
|
+
readonly BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL";
|
|
1336
|
+
};
|
|
1337
|
+
export type ReferenceLineValueLabelRelativePosition =
|
|
1338
|
+
(typeof ReferenceLineValueLabelRelativePosition)[keyof typeof ReferenceLineValueLabelRelativePosition];
|
|
1244
1339
|
export interface ReferenceLineValueLabelConfiguration {
|
|
1245
1340
|
RelativePosition?: ReferenceLineValueLabelRelativePosition | string;
|
|
1246
1341
|
FormatConfiguration?: NumericFormatConfiguration;
|
|
1247
1342
|
}
|
|
1248
|
-
export declare
|
|
1249
|
-
ABOVE
|
|
1250
|
-
BELOW
|
|
1251
|
-
}
|
|
1343
|
+
export declare const ReferenceLineLabelVerticalPosition: {
|
|
1344
|
+
readonly ABOVE: "ABOVE";
|
|
1345
|
+
readonly BELOW: "BELOW";
|
|
1346
|
+
};
|
|
1347
|
+
export type ReferenceLineLabelVerticalPosition =
|
|
1348
|
+
(typeof ReferenceLineLabelVerticalPosition)[keyof typeof ReferenceLineLabelVerticalPosition];
|
|
1252
1349
|
export interface ReferenceLineLabelConfiguration {
|
|
1253
1350
|
ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration;
|
|
1254
1351
|
CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration;
|
|
@@ -1257,11 +1354,13 @@ export interface ReferenceLineLabelConfiguration {
|
|
|
1257
1354
|
HorizontalPosition?: ReferenceLineLabelHorizontalPosition | string;
|
|
1258
1355
|
VerticalPosition?: ReferenceLineLabelVerticalPosition | string;
|
|
1259
1356
|
}
|
|
1260
|
-
export declare
|
|
1261
|
-
DASHED
|
|
1262
|
-
DOTTED
|
|
1263
|
-
SOLID
|
|
1264
|
-
}
|
|
1357
|
+
export declare const ReferenceLinePatternType: {
|
|
1358
|
+
readonly DASHED: "DASHED";
|
|
1359
|
+
readonly DOTTED: "DOTTED";
|
|
1360
|
+
readonly SOLID: "SOLID";
|
|
1361
|
+
};
|
|
1362
|
+
export type ReferenceLinePatternType =
|
|
1363
|
+
(typeof ReferenceLinePatternType)[keyof typeof ReferenceLinePatternType];
|
|
1265
1364
|
export interface ReferenceLineStyleConfiguration {
|
|
1266
1365
|
Pattern?: ReferenceLinePatternType | string;
|
|
1267
1366
|
Color?: string;
|
|
@@ -1272,17 +1371,21 @@ export interface ReferenceLine {
|
|
|
1272
1371
|
StyleConfiguration?: ReferenceLineStyleConfiguration;
|
|
1273
1372
|
LabelConfiguration?: ReferenceLineLabelConfiguration;
|
|
1274
1373
|
}
|
|
1275
|
-
export declare
|
|
1276
|
-
DASHED
|
|
1277
|
-
DOTTED
|
|
1278
|
-
SOLID
|
|
1279
|
-
}
|
|
1280
|
-
export
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1374
|
+
export declare const PanelBorderStyle: {
|
|
1375
|
+
readonly DASHED: "DASHED";
|
|
1376
|
+
readonly DOTTED: "DOTTED";
|
|
1377
|
+
readonly SOLID: "SOLID";
|
|
1378
|
+
};
|
|
1379
|
+
export type PanelBorderStyle =
|
|
1380
|
+
(typeof PanelBorderStyle)[keyof typeof PanelBorderStyle];
|
|
1381
|
+
export declare const HorizontalTextAlignment: {
|
|
1382
|
+
readonly AUTO: "AUTO";
|
|
1383
|
+
readonly CENTER: "CENTER";
|
|
1384
|
+
readonly LEFT: "LEFT";
|
|
1385
|
+
readonly RIGHT: "RIGHT";
|
|
1386
|
+
};
|
|
1387
|
+
export type HorizontalTextAlignment =
|
|
1388
|
+
(typeof HorizontalTextAlignment)[keyof typeof HorizontalTextAlignment];
|
|
1286
1389
|
export interface PanelTitleOptions {
|
|
1287
1390
|
Visibility?: Visibility | string;
|
|
1288
1391
|
FontConfiguration?: FontConfiguration;
|
|
@@ -1304,10 +1407,12 @@ export interface SmallMultiplesOptions {
|
|
|
1304
1407
|
MaxVisibleColumns?: number;
|
|
1305
1408
|
PanelConfiguration?: PanelConfiguration;
|
|
1306
1409
|
}
|
|
1307
|
-
export declare
|
|
1308
|
-
EXCLUDE
|
|
1309
|
-
INCLUDE
|
|
1310
|
-
}
|
|
1410
|
+
export declare const OtherCategories: {
|
|
1411
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1412
|
+
readonly INCLUDE: "INCLUDE";
|
|
1413
|
+
};
|
|
1414
|
+
export type OtherCategories =
|
|
1415
|
+
(typeof OtherCategories)[keyof typeof OtherCategories];
|
|
1311
1416
|
export interface ItemsLimitConfiguration {
|
|
1312
1417
|
ItemsLimit?: number;
|
|
1313
1418
|
OtherCategories?: OtherCategories | string;
|
|
@@ -1348,19 +1453,23 @@ export interface TooltipItem {
|
|
|
1348
1453
|
FieldTooltipItem?: FieldTooltipItem;
|
|
1349
1454
|
ColumnTooltipItem?: ColumnTooltipItem;
|
|
1350
1455
|
}
|
|
1351
|
-
export declare
|
|
1352
|
-
NONE
|
|
1353
|
-
PRIMARY_VALUE
|
|
1354
|
-
}
|
|
1456
|
+
export declare const TooltipTitleType: {
|
|
1457
|
+
readonly NONE: "NONE";
|
|
1458
|
+
readonly PRIMARY_VALUE: "PRIMARY_VALUE";
|
|
1459
|
+
};
|
|
1460
|
+
export type TooltipTitleType =
|
|
1461
|
+
(typeof TooltipTitleType)[keyof typeof TooltipTitleType];
|
|
1355
1462
|
export interface FieldBasedTooltip {
|
|
1356
1463
|
AggregationVisibility?: Visibility | string;
|
|
1357
1464
|
TooltipTitleType?: TooltipTitleType | string;
|
|
1358
1465
|
TooltipFields?: TooltipItem[];
|
|
1359
1466
|
}
|
|
1360
|
-
export declare
|
|
1361
|
-
BASIC
|
|
1362
|
-
DETAILED
|
|
1363
|
-
}
|
|
1467
|
+
export declare const SelectedTooltipType: {
|
|
1468
|
+
readonly BASIC: "BASIC";
|
|
1469
|
+
readonly DETAILED: "DETAILED";
|
|
1470
|
+
};
|
|
1471
|
+
export type SelectedTooltipType =
|
|
1472
|
+
(typeof SelectedTooltipType)[keyof typeof SelectedTooltipType];
|
|
1364
1473
|
export interface TooltipOptions {
|
|
1365
1474
|
TooltipVisibility?: Visibility | string;
|
|
1366
1475
|
SelectedTooltipType?: SelectedTooltipType | string;
|
|
@@ -1459,10 +1568,12 @@ export interface BarChartVisual {
|
|
|
1459
1568
|
Actions?: VisualCustomAction[];
|
|
1460
1569
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
1461
1570
|
}
|
|
1462
|
-
export declare
|
|
1463
|
-
SOLID
|
|
1464
|
-
TRANSPARENT
|
|
1465
|
-
}
|
|
1571
|
+
export declare const BoxPlotFillStyle: {
|
|
1572
|
+
readonly SOLID: "SOLID";
|
|
1573
|
+
readonly TRANSPARENT: "TRANSPARENT";
|
|
1574
|
+
};
|
|
1575
|
+
export type BoxPlotFillStyle =
|
|
1576
|
+
(typeof BoxPlotFillStyle)[keyof typeof BoxPlotFillStyle];
|
|
1466
1577
|
export interface BoxPlotStyleOptions {
|
|
1467
1578
|
FillStyle?: BoxPlotFillStyle | string;
|
|
1468
1579
|
}
|