@aws-sdk/client-quicksight 3.451.0 → 3.454.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/README.md +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/CreateRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/DeleteRoleMembershipCommand.js +51 -0
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/ListRoleMembershipsCommand.js +51 -0
- package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +51 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +10 -10
- package/dist-cjs/models/models_2.js +17 -104
- package/dist-cjs/models/models_3.js +112 -1
- package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +488 -10
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/CreateRoleMembershipCommand.js +47 -0
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/DeleteRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/DeleteRoleMembershipCommand.js +47 -0
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +2 -1
- package/dist-es/commands/DescribeRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/ListRoleMembershipsCommand.js +47 -0
- package/dist-es/commands/UpdateRoleCustomPermissionCommand.js +47 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -9
- package/dist-es/models/models_2.js +14 -94
- package/dist-es/models/models_3.js +102 -1
- package/dist-es/pagination/ListRoleMembershipsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +469 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +100 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +101 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +0 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +18 -7
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +0 -4
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +9 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +0 -4
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +9 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +112 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTopicsCommand.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/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.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 +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -7
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +150 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +33 -38
- package/dist-types/models/models_2.d.ts +573 -773
- package/dist-types/models/models_3.d.ts +3973 -4050
- package/dist-types/models/models_4.d.ts +1012 -4
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -15
- package/dist-types/ts3.4/models/models_2.d.ts +177 -206
- package/dist-types/ts3.4/models/models_3.d.ts +264 -201
- package/dist-types/ts3.4/models/models_4.d.ts +229 -4
- package/dist-types/ts3.4/pagination/ListRoleMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +2 -2
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeRoleCustomPermissionRequest,
|
|
11
|
+
DescribeRoleCustomPermissionResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeRoleCustomPermissionCommandInput
|
|
20
|
+
extends DescribeRoleCustomPermissionRequest {}
|
|
21
|
+
export interface DescribeRoleCustomPermissionCommandOutput
|
|
22
|
+
extends DescribeRoleCustomPermissionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeRoleCustomPermissionCommand extends $Command<
|
|
25
|
+
DescribeRoleCustomPermissionCommandInput,
|
|
26
|
+
DescribeRoleCustomPermissionCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeRoleCustomPermissionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeRoleCustomPermissionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeRoleCustomPermissionCommandInput,
|
|
38
|
+
DescribeRoleCustomPermissionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListRoleMembershipsRequest,
|
|
11
|
+
ListRoleMembershipsResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRoleMembershipsCommandInput
|
|
20
|
+
extends ListRoleMembershipsRequest {}
|
|
21
|
+
export interface ListRoleMembershipsCommandOutput
|
|
22
|
+
extends ListRoleMembershipsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRoleMembershipsCommand extends $Command<
|
|
25
|
+
ListRoleMembershipsCommandInput,
|
|
26
|
+
ListRoleMembershipsCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRoleMembershipsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRoleMembershipsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { ListThemesRequest, ListThemesResponse } from "../models/
|
|
9
|
+
import { ListThemesRequest, ListThemesResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { ListTopicsRequest, ListTopicsResponse } from "../models/
|
|
9
|
+
import { ListTopicsRequest, ListTopicsResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { ListUsersRequest, ListUsersResponse } from "../models/
|
|
9
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { RegisterUserRequest, RegisterUserResponse } from "../models/
|
|
9
|
+
import { RegisterUserRequest, RegisterUserResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
SearchDataSetsRequest,
|
|
11
|
+
SearchDataSetsResponse,
|
|
12
|
+
} from "../models/models_4";
|
|
11
13
|
import {
|
|
12
14
|
QuickSightClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateRoleCustomPermissionRequest,
|
|
11
|
+
UpdateRoleCustomPermissionResponse,
|
|
12
|
+
} from "../models/models_4";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateRoleCustomPermissionCommandInput
|
|
20
|
+
extends UpdateRoleCustomPermissionRequest {}
|
|
21
|
+
export interface UpdateRoleCustomPermissionCommandOutput
|
|
22
|
+
extends UpdateRoleCustomPermissionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateRoleCustomPermissionCommand extends $Command<
|
|
25
|
+
UpdateRoleCustomPermissionCommandInput,
|
|
26
|
+
UpdateRoleCustomPermissionCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateRoleCustomPermissionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateRoleCustomPermissionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateRoleCustomPermissionCommandInput,
|
|
38
|
+
UpdateRoleCustomPermissionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -13,6 +13,7 @@ export * from "./CreateIAMPolicyAssignmentCommand";
|
|
|
13
13
|
export * from "./CreateIngestionCommand";
|
|
14
14
|
export * from "./CreateNamespaceCommand";
|
|
15
15
|
export * from "./CreateRefreshScheduleCommand";
|
|
16
|
+
export * from "./CreateRoleMembershipCommand";
|
|
16
17
|
export * from "./CreateTemplateAliasCommand";
|
|
17
18
|
export * from "./CreateTemplateCommand";
|
|
18
19
|
export * from "./CreateThemeAliasCommand";
|
|
@@ -34,6 +35,8 @@ export * from "./DeleteGroupMembershipCommand";
|
|
|
34
35
|
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
35
36
|
export * from "./DeleteNamespaceCommand";
|
|
36
37
|
export * from "./DeleteRefreshScheduleCommand";
|
|
38
|
+
export * from "./DeleteRoleCustomPermissionCommand";
|
|
39
|
+
export * from "./DeleteRoleMembershipCommand";
|
|
37
40
|
export * from "./DeleteTemplateAliasCommand";
|
|
38
41
|
export * from "./DeleteTemplateCommand";
|
|
39
42
|
export * from "./DeleteThemeAliasCommand";
|
|
@@ -71,6 +74,7 @@ export * from "./DescribeIngestionCommand";
|
|
|
71
74
|
export * from "./DescribeIpRestrictionCommand";
|
|
72
75
|
export * from "./DescribeNamespaceCommand";
|
|
73
76
|
export * from "./DescribeRefreshScheduleCommand";
|
|
77
|
+
export * from "./DescribeRoleCustomPermissionCommand";
|
|
74
78
|
export * from "./DescribeTemplateAliasCommand";
|
|
75
79
|
export * from "./DescribeTemplateCommand";
|
|
76
80
|
export * from "./DescribeTemplateDefinitionCommand";
|
|
@@ -104,6 +108,7 @@ export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
|
104
108
|
export * from "./ListIngestionsCommand";
|
|
105
109
|
export * from "./ListNamespacesCommand";
|
|
106
110
|
export * from "./ListRefreshSchedulesCommand";
|
|
111
|
+
export * from "./ListRoleMembershipsCommand";
|
|
107
112
|
export * from "./ListTagsForResourceCommand";
|
|
108
113
|
export * from "./ListTemplateAliasesCommand";
|
|
109
114
|
export * from "./ListTemplateVersionsCommand";
|
|
@@ -148,6 +153,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
|
148
153
|
export * from "./UpdateIpRestrictionCommand";
|
|
149
154
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
150
155
|
export * from "./UpdateRefreshScheduleCommand";
|
|
156
|
+
export * from "./UpdateRoleCustomPermissionCommand";
|
|
151
157
|
export * from "./UpdateTemplateAliasCommand";
|
|
152
158
|
export * from "./UpdateTemplateCommand";
|
|
153
159
|
export * from "./UpdateTemplatePermissionsCommand";
|
|
@@ -142,20 +142,6 @@ export interface AnalysisError {
|
|
|
142
142
|
Message?: string;
|
|
143
143
|
ViolatedEntities?: Entity[];
|
|
144
144
|
}
|
|
145
|
-
export declare const DayOfTheWeek: {
|
|
146
|
-
readonly FRIDAY: "FRIDAY";
|
|
147
|
-
readonly MONDAY: "MONDAY";
|
|
148
|
-
readonly SATURDAY: "SATURDAY";
|
|
149
|
-
readonly SUNDAY: "SUNDAY";
|
|
150
|
-
readonly THURSDAY: "THURSDAY";
|
|
151
|
-
readonly TUESDAY: "TUESDAY";
|
|
152
|
-
readonly WEDNESDAY: "WEDNESDAY";
|
|
153
|
-
};
|
|
154
|
-
export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
155
|
-
export interface AssetOptions {
|
|
156
|
-
Timezone?: string;
|
|
157
|
-
WeekStart?: DayOfTheWeek;
|
|
158
|
-
}
|
|
159
145
|
export interface Sheet {
|
|
160
146
|
SheetId?: string;
|
|
161
147
|
Name?: string;
|
|
@@ -182,7 +168,6 @@ export interface Analysis {
|
|
|
182
168
|
CreatedTime?: Date;
|
|
183
169
|
LastUpdatedTime?: Date;
|
|
184
170
|
Sheets?: Sheet[];
|
|
185
|
-
Options?: AssetOptions;
|
|
186
171
|
}
|
|
187
172
|
export interface FreeFormLayoutScreenCanvasSizeOptions {
|
|
188
173
|
OptimizedViewPortWidth: string | undefined;
|
|
@@ -608,6 +593,20 @@ export interface FilterGroup {
|
|
|
608
593
|
Status?: WidgetStatus;
|
|
609
594
|
CrossDataset: CrossDatasetTypes | undefined;
|
|
610
595
|
}
|
|
596
|
+
export declare const DayOfTheWeek: {
|
|
597
|
+
readonly FRIDAY: "FRIDAY";
|
|
598
|
+
readonly MONDAY: "MONDAY";
|
|
599
|
+
readonly SATURDAY: "SATURDAY";
|
|
600
|
+
readonly SUNDAY: "SUNDAY";
|
|
601
|
+
readonly THURSDAY: "THURSDAY";
|
|
602
|
+
readonly TUESDAY: "TUESDAY";
|
|
603
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
604
|
+
};
|
|
605
|
+
export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
606
|
+
export interface AssetOptions {
|
|
607
|
+
Timezone?: string;
|
|
608
|
+
WeekStart?: DayOfTheWeek;
|
|
609
|
+
}
|
|
611
610
|
export interface DynamicDefaultValue {
|
|
612
611
|
UserNameColumn?: ColumnIdentifier;
|
|
613
612
|
GroupNameColumn?: ColumnIdentifier;
|