@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev2 → 1.332.0-dev21
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/es/es2018/analytics-unifiedanalytics.js +3050 -671
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
- package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +38 -0
- package/package.json +3 -3
- package/sfdc/index.js +5055 -2566
- package/src/raml/api.raml +868 -23
- package/src/raml/luvio.raml +69 -1
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
|
@@ -6,6 +6,7 @@ export declare const adapterName = "createDashboard";
|
|
|
6
6
|
export declare const createDashboard_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const createDashboard_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface CreateDashboardConfig {
|
|
9
|
+
minorVersion?: number;
|
|
9
10
|
description?: string;
|
|
10
11
|
id?: string;
|
|
11
12
|
workspaceIdOrApiName?: string;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from '../types/DataAlertMetricContentInputRepresentation';
|
|
4
|
+
import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
|
|
5
|
+
import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
|
|
6
|
+
import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
|
|
7
|
+
import { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
|
|
8
|
+
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
9
|
+
import { ResourceRequestConfig as resources_postTableauDataAlerts_ResourceRequestConfig } from '../resources/postTableauDataAlerts';
|
|
10
|
+
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
11
|
+
export declare const adapterName = "createDataAlert";
|
|
12
|
+
export declare const createDataAlert_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
13
|
+
export declare const createDataAlert_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
14
|
+
export interface CreateDataAlertConfig {
|
|
15
|
+
runNow?: boolean;
|
|
16
|
+
analysisUtterance: string;
|
|
17
|
+
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
18
|
+
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
19
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation;
|
|
20
|
+
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
21
|
+
utterance: string;
|
|
22
|
+
}
|
|
23
|
+
export declare const createResourceParams: (config: CreateDataAlertConfig) => resources_postTableauDataAlerts_ResourceRequestConfig;
|
|
24
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataAlertConfig>): adapter$45$utils_Untrusted<CreateDataAlertConfig>;
|
|
25
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateDataAlertConfig | null;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateDataAlertConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>>;
|
|
27
|
+
export declare const createDataAlertAdapterFactory: $64$luvio_engine_AdapterFactory<CreateDataAlertConfig, types_DataAlertRepresentation_DataAlertRepresentation>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_postTableauDataAssetsRequests_ResourceRequestConfig } from '../resources/postTableauDataAssetsRequests';
|
|
4
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation } from '../types/DataAssetRequestRepresentation';
|
|
5
|
+
export declare const adapterName = "createDataAssetRequest";
|
|
6
|
+
export declare const createDataAssetRequest_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const createDataAssetRequest_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface CreateDataAssetRequestConfig {
|
|
9
|
+
assetId?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
numberOfDependencies?: number;
|
|
13
|
+
rejectionComment?: string;
|
|
14
|
+
requestType?: string;
|
|
15
|
+
requesterComment?: string;
|
|
16
|
+
sourceRequestId?: string;
|
|
17
|
+
status?: string;
|
|
18
|
+
workspaceIdOrApiName?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const createResourceParams: (config: CreateDataAssetRequestConfig) => resources_postTableauDataAssetsRequests_ResourceRequestConfig;
|
|
21
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataAssetRequestConfig>): adapter$45$utils_Untrusted<CreateDataAssetRequestConfig>;
|
|
22
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateDataAssetRequestConfig | null;
|
|
23
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateDataAssetRequestConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
24
|
+
export declare const createDataAssetRequestAdapterFactory: $64$luvio_engine_AdapterFactory<CreateDataAssetRequestConfig, types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>;
|
|
@@ -6,6 +6,7 @@ export declare const adapterName = "createVisualization";
|
|
|
6
6
|
export declare const createVisualization_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const createVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface CreateVisualizationConfig {
|
|
9
|
+
minorVersion?: number;
|
|
9
10
|
id?: string;
|
|
10
11
|
description?: string;
|
|
11
12
|
label: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { FollowedTimeRangeRepresentation as types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from '../types/FollowedTimeRangeRepresentation';
|
|
3
4
|
import { ResourceRequestConfig as resources_postTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig } from '../resources/postTableauFollowFollowersFollowsByFollowerId';
|
|
4
5
|
import { FollowerAssetRepresentation as types_FollowerAssetRepresentation_FollowerAssetRepresentation } from '../types/FollowerAssetRepresentation';
|
|
5
6
|
export declare const adapterName = "follow";
|
|
@@ -10,6 +11,7 @@ export interface FollowConfig {
|
|
|
10
11
|
assetId: string;
|
|
11
12
|
assetType: string;
|
|
12
13
|
followerType: string;
|
|
14
|
+
followedTimeRange?: types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
|
|
13
15
|
}
|
|
14
16
|
export declare const createResourceParams: (config: FollowConfig) => resources_postTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig;
|
|
15
17
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<FollowConfig>): adapter$45$utils_Untrusted<FollowConfig>;
|
|
@@ -7,6 +7,7 @@ export declare const getDashboardByName_ConfigPropertyMetadata: $64$luvio_engine
|
|
|
7
7
|
export declare const getDashboardByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetDashboardByNameConfig {
|
|
9
9
|
dashboardIdOrApiName: string;
|
|
10
|
+
minorVersion?: number;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetDashboardByNameConfig) => resources_getTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig): string;
|
|
@@ -7,6 +7,7 @@ export declare const getDashboards_ConfigPropertyMetadata: $64$luvio_engine_Adap
|
|
|
7
7
|
export declare const getDashboards_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetDashboardsConfig {
|
|
9
9
|
limit?: number;
|
|
10
|
+
minorVersion?: number;
|
|
10
11
|
offset?: number;
|
|
11
12
|
}
|
|
12
13
|
export declare const createResourceParams: (config: GetDashboardsConfig) => resources_getTableauDashboards_ResourceRequestConfig;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig } from '../resources/getTableauDataAssetsDependenciesByAssetId';
|
|
4
|
+
import { DataAssetDependentCollectionRepresentation as types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation } from '../types/DataAssetDependentCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetDependencies";
|
|
6
|
+
export declare const getDataAssetDependencies_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetDependencies_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetDependenciesConfig {
|
|
9
|
+
assetId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetDataAssetDependenciesConfig) => resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetDependenciesConfig>): adapter$45$utils_Untrusted<GetDataAssetDependenciesConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetDependenciesConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): $64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig, resourceParams: resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig, resourceParams: resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetDataAssetDependenciesConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>;
|
|
27
|
+
export declare const getDataAssetDependenciesAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetDependenciesConfig, types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig } from '../resources/getTableauDataAssetsRequestsByRequestIdOrApiName';
|
|
4
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, KeyParams as types_DataAssetRequestRepresentation_KeyParams } from '../types/DataAssetRequestRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetRequestByIdOrApiName";
|
|
6
|
+
export declare const getDataAssetRequestByIdOrApiName_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetRequestByIdOrApiName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetRequestByIdOrApiNameConfig {
|
|
9
|
+
requestIdOrApiName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetDataAssetRequestByIdOrApiNameConfig) => resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetRequestByIdOrApiNameConfig>): adapter$45$utils_Untrusted<GetDataAssetRequestByIdOrApiNameConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetRequestByIdOrApiNameConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): $64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig, resourceParams: resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig, resourceParams: resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetDataAssetRequestByIdOrApiNameConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
27
|
+
export declare const getDataAssetRequestByIdOrApiNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetRequestByIdOrApiNameConfig, types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>;
|
|
28
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_DataAssetRequestRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsRequests_ResourceRequestConfig } from '../resources/getTableauDataAssetsRequests';
|
|
4
|
+
import { DataAssetRequestCollectionRepresentation as types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation } from '../types/DataAssetRequestCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetRequests";
|
|
6
|
+
export declare const getDataAssetRequests_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetRequests_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetRequestsConfig {
|
|
9
|
+
assetId?: string;
|
|
10
|
+
assetType?: string;
|
|
11
|
+
createdBy?: string;
|
|
12
|
+
limit?: number;
|
|
13
|
+
offset?: number;
|
|
14
|
+
orderBy?: string;
|
|
15
|
+
requestType?: string;
|
|
16
|
+
searchQueryTerm?: string;
|
|
17
|
+
sortBy?: string;
|
|
18
|
+
status?: string;
|
|
19
|
+
workspaceIdOrApiName?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const createResourceParams: (config: GetDataAssetRequestsConfig) => resources_getTableauDataAssetsRequests_ResourceRequestConfig;
|
|
22
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): string;
|
|
23
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
24
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetRequestsConfig>): adapter$45$utils_Untrusted<GetDataAssetRequestsConfig>;
|
|
25
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetRequestsConfig | null;
|
|
26
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): $64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>;
|
|
28
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig, resourceParams: resources_getTableauDataAssetsRequests_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>>;
|
|
29
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig, resourceParams: resources_getTableauDataAssetsRequests_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
30
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>>;
|
|
31
|
+
export type BuildSnapshotContext = {
|
|
32
|
+
luvio: $64$luvio_engine_Luvio;
|
|
33
|
+
config: GetDataAssetRequestsConfig;
|
|
34
|
+
};
|
|
35
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>>;
|
|
36
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>;
|
|
37
|
+
export declare const getDataAssetRequestsAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetRequestsConfig, types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig } from '../resources/getTableauDataAssetsRequestsCount';
|
|
4
|
+
import { DataAssetRequestCountRepresentation as types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation } from '../types/DataAssetRequestCountRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetRequestsCount";
|
|
6
|
+
export declare const getDataAssetRequestsCount_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetRequestsCount_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetRequestsCountConfig {
|
|
9
|
+
assetId?: string;
|
|
10
|
+
assetType?: string;
|
|
11
|
+
createdBy?: string;
|
|
12
|
+
searchQueryTerm?: string;
|
|
13
|
+
status?: string;
|
|
14
|
+
taskType?: string;
|
|
15
|
+
workspaceIdOrApiName?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const createResourceParams: (config: GetDataAssetRequestsCountConfig) => resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetRequestsCountConfig>): adapter$45$utils_Untrusted<GetDataAssetRequestsCountConfig>;
|
|
21
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetRequestsCountConfig | null;
|
|
22
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): $64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>;
|
|
24
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig, resourceParams: resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>>;
|
|
25
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig, resourceParams: resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>>;
|
|
27
|
+
export type BuildSnapshotContext = {
|
|
28
|
+
luvio: $64$luvio_engine_Luvio;
|
|
29
|
+
config: GetDataAssetRequestsCountConfig;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>;
|
|
33
|
+
export declare const getDataAssetRequestsCountAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetRequestsCountConfig, types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>;
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
-
import { ResourceRequestConfig as
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauOrgs_ResourceRequestConfig } from '../resources/getTableauOrgs';
|
|
4
4
|
import { OrgCollectionRepresentation as types_OrgCollectionRepresentation_OrgCollectionRepresentation } from '../types/OrgCollectionRepresentation';
|
|
5
5
|
export declare const adapterName = "getOrg";
|
|
6
6
|
export declare const getOrg_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const getOrg_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetOrgConfig {
|
|
9
|
-
userName: string;
|
|
10
9
|
}
|
|
11
|
-
export declare const createResourceParams: (config: GetOrgConfig) =>
|
|
10
|
+
export declare const createResourceParams: (config: GetOrgConfig) => resources_getTableauOrgs_ResourceRequestConfig;
|
|
12
11
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): string;
|
|
13
12
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
13
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetOrgConfig>): adapter$45$utils_Untrusted<GetOrgConfig>;
|
|
15
14
|
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetOrgConfig | null;
|
|
16
15
|
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_Fragment;
|
|
17
16
|
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>;
|
|
18
|
-
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams:
|
|
19
|
-
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams:
|
|
17
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgs_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OrgCollectionRepresentation_OrgCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
|
|
18
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgs_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
19
|
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
|
|
21
20
|
export type BuildSnapshotContext = {
|
|
22
21
|
luvio: $64$luvio_engine_Luvio;
|
|
@@ -7,6 +7,7 @@ export declare const getVisualization_ConfigPropertyMetadata: $64$luvio_engine_A
|
|
|
7
7
|
export declare const getVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetVisualizationConfig {
|
|
9
9
|
visualizationIdOrApiName: string;
|
|
10
|
+
minorVersion?: number;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetVisualizationConfig) => resources_getTableauVisualizationsByVisualizationIdOrApiName_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetVisualizationConfig): string;
|
|
@@ -7,6 +7,7 @@ export declare const getVisualizationBundle_ConfigPropertyMetadata: $64$luvio_en
|
|
|
7
7
|
export declare const getVisualizationBundle_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetVisualizationBundleConfig {
|
|
9
9
|
visualizationIdOrApiName: string;
|
|
10
|
+
minorVersion?: number;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetVisualizationBundleConfig) => resources_getTableauVisualizationsBundleByVisualizationIdOrApiName_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetVisualizationBundleConfig): string;
|
|
@@ -8,6 +8,7 @@ export declare const getVisualizations_ConfigPropertyNames: adapter$45$utils_Ada
|
|
|
8
8
|
export interface GetVisualizationsConfig {
|
|
9
9
|
limit?: number;
|
|
10
10
|
offset?: number;
|
|
11
|
+
minorVersion?: number;
|
|
11
12
|
}
|
|
12
13
|
export declare const createResourceParams: (config: GetVisualizationsConfig) => resources_getTableauVisualizations_ResourceRequestConfig;
|
|
13
14
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetVisualizationsConfig): string;
|
|
@@ -7,7 +7,10 @@ export declare const queryUsers_ConfigPropertyMetadata: $64$luvio_engine_Adapter
|
|
|
7
7
|
export declare const queryUsers_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface QueryUsersConfig {
|
|
9
9
|
searchTerm: string;
|
|
10
|
+
userCapability: string;
|
|
10
11
|
useAutoSuggest: boolean;
|
|
12
|
+
limit: number;
|
|
13
|
+
offset: number;
|
|
11
14
|
}
|
|
12
15
|
export declare const createResourceParams: (config: QueryUsersConfig) => resources_postTableauUsersQuery_ResourceRequestConfig;
|
|
13
16
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<QueryUsersConfig>): adapter$45$utils_Untrusted<QueryUsersConfig>;
|
|
@@ -7,6 +7,7 @@ export declare const updateDashboard_ConfigPropertyMetadata: $64$luvio_engine_Ad
|
|
|
7
7
|
export declare const updateDashboard_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface UpdateDashboardConfig {
|
|
9
9
|
dashboardIdOrApiName: string;
|
|
10
|
+
minorVersion?: number;
|
|
10
11
|
description?: string;
|
|
11
12
|
id?: string;
|
|
12
13
|
workspaceIdOrApiName?: string;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from '../types/DataAlertMetricContentInputRepresentation';
|
|
4
|
+
import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
|
|
5
|
+
import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
|
|
6
|
+
import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
|
|
7
|
+
import { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
|
|
8
|
+
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
9
|
+
import { ResourceRequestConfig as resources_putTableauDataAlertsByDataAlertId_ResourceRequestConfig } from '../resources/putTableauDataAlertsByDataAlertId';
|
|
10
|
+
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
11
|
+
export declare const adapterName = "updateDataAlert";
|
|
12
|
+
export declare const updateDataAlert_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
13
|
+
export declare const updateDataAlert_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
14
|
+
export interface UpdateDataAlertConfig {
|
|
15
|
+
dataAlertId: string;
|
|
16
|
+
runNow?: boolean;
|
|
17
|
+
analysisUtterance: string;
|
|
18
|
+
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
19
|
+
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
20
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation;
|
|
21
|
+
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
22
|
+
utterance: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const createResourceParams: (config: UpdateDataAlertConfig) => resources_putTableauDataAlertsByDataAlertId_ResourceRequestConfig;
|
|
25
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateDataAlertConfig>): adapter$45$utils_Untrusted<UpdateDataAlertConfig>;
|
|
26
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateDataAlertConfig | null;
|
|
27
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateDataAlertConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>>;
|
|
28
|
+
export declare const updateDataAlertAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateDataAlertConfig, types_DataAlertRepresentation_DataAlertRepresentation>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig } from '../resources/patchTableauDataAssetsRequestsByRequestIdOrApiName';
|
|
4
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation } from '../types/DataAssetRequestRepresentation';
|
|
5
|
+
export declare const adapterName = "updateDataAssetRequest";
|
|
6
|
+
export declare const updateDataAssetRequest_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const updateDataAssetRequest_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateDataAssetRequestConfig {
|
|
9
|
+
requestIdOrApiName: string;
|
|
10
|
+
assetId?: string;
|
|
11
|
+
id?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
numberOfDependencies?: number;
|
|
14
|
+
rejectionComment?: string;
|
|
15
|
+
requestType?: string;
|
|
16
|
+
requesterComment?: string;
|
|
17
|
+
sourceRequestId?: string;
|
|
18
|
+
status?: string;
|
|
19
|
+
workspaceIdOrApiName?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const createResourceParams: (config: UpdateDataAssetRequestConfig) => resources_patchTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig;
|
|
22
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateDataAssetRequestConfig>): adapter$45$utils_Untrusted<UpdateDataAssetRequestConfig>;
|
|
23
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateDataAssetRequestConfig | null;
|
|
24
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateDataAssetRequestConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
25
|
+
export declare const updateDataAssetRequestAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateDataAssetRequestConfig, types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { FollowedTimeRangeRepresentation as types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from '../types/FollowedTimeRangeRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_patchTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig } from '../resources/patchTableauFollowFollowersFollowsByFollowerId';
|
|
5
|
+
import { FollowerAssetRepresentation as types_FollowerAssetRepresentation_FollowerAssetRepresentation } from '../types/FollowerAssetRepresentation';
|
|
6
|
+
export declare const adapterName = "updateFollowedAsset";
|
|
7
|
+
export declare const updateFollowedAsset_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const updateFollowedAsset_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface UpdateFollowedAssetConfig {
|
|
10
|
+
followerId: string;
|
|
11
|
+
assetId: string;
|
|
12
|
+
assetType?: string;
|
|
13
|
+
followerType?: string;
|
|
14
|
+
followedTimeRange?: types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
|
|
15
|
+
}
|
|
16
|
+
export declare const createResourceParams: (config: UpdateFollowedAssetConfig) => resources_patchTableauFollowFollowersFollowsByFollowerId_ResourceRequestConfig;
|
|
17
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateFollowedAssetConfig>): adapter$45$utils_Untrusted<UpdateFollowedAssetConfig>;
|
|
18
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateFollowedAssetConfig | null;
|
|
19
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateFollowedAssetConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, any>>;
|
|
20
|
+
export declare const updateFollowedAssetAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateFollowedAssetConfig, types_FollowerAssetRepresentation_FollowerAssetRepresentation>;
|
|
@@ -7,6 +7,7 @@ export declare const updateVisualization_ConfigPropertyMetadata: $64$luvio_engin
|
|
|
7
7
|
export declare const updateVisualization_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface UpdateVisualizationConfig {
|
|
9
9
|
visualizationIdOrApiName: string;
|
|
10
|
+
minorVersion?: number;
|
|
10
11
|
id?: string;
|
|
11
12
|
description?: string;
|
|
12
13
|
label: string;
|
|
@@ -8,7 +8,16 @@ export { createDashboardAdapterFactory } from '../adapters/createDashboard';
|
|
|
8
8
|
export { deleteDashboardAdapterFactory } from '../adapters/deleteDashboard';
|
|
9
9
|
export { getDashboardByNameAdapterFactory } from '../adapters/getDashboardByName';
|
|
10
10
|
export { updateDashboardAdapterFactory } from '../adapters/updateDashboard';
|
|
11
|
+
export { createDataAlertAdapterFactory } from '../adapters/createDataAlert';
|
|
12
|
+
export { updateDataAlertAdapterFactory } from '../adapters/updateDataAlert';
|
|
13
|
+
export { getDataAssetRequestsAdapterFactory } from '../adapters/getDataAssetRequests';
|
|
14
|
+
export { createDataAssetRequestAdapterFactory } from '../adapters/createDataAssetRequest';
|
|
15
|
+
export { getDataAssetRequestsCountAdapterFactory } from '../adapters/getDataAssetRequestsCount';
|
|
16
|
+
export { getDataAssetRequestByIdOrApiNameAdapterFactory } from '../adapters/getDataAssetRequestByIdOrApiName';
|
|
17
|
+
export { updateDataAssetRequestAdapterFactory } from '../adapters/updateDataAssetRequest';
|
|
18
|
+
export { getDataAssetDependenciesAdapterFactory } from '../adapters/getDataAssetDependencies';
|
|
11
19
|
export { followAdapterFactory } from '../adapters/follow';
|
|
20
|
+
export { updateFollowedAssetAdapterFactory } from '../adapters/updateFollowedAsset';
|
|
12
21
|
export { unfollowAdapterFactory } from '../adapters/unfollow';
|
|
13
22
|
export { getFollowersAdapterFactory } from '../adapters/getFollowers';
|
|
14
23
|
export { getFollowedAssetsAdapterFactory } from '../adapters/getFollowedAssets';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
declare let createAnnotation: any;
|
|
2
2
|
declare let createAssetSlackChannel: any;
|
|
3
3
|
declare let createDashboard: any;
|
|
4
|
+
declare let createDataAlert: any;
|
|
5
|
+
declare let createDataAssetRequest: any;
|
|
4
6
|
declare let createLoglines: any;
|
|
5
7
|
declare let createRecordShares: any;
|
|
6
8
|
declare let createVisualization: any;
|
|
@@ -19,6 +21,11 @@ declare let getAssetSlackChannels: any;
|
|
|
19
21
|
declare let getDashboardByName: any;
|
|
20
22
|
declare let getDashboardByNameNotifyChange: any;
|
|
21
23
|
declare let getDashboards: any;
|
|
24
|
+
declare let getDataAssetDependencies: any;
|
|
25
|
+
declare let getDataAssetRequestByIdOrApiName: any;
|
|
26
|
+
declare let getDataAssetRequestByIdOrApiNameNotifyChange: any;
|
|
27
|
+
declare let getDataAssetRequests: any;
|
|
28
|
+
declare let getDataAssetRequestsCount: any;
|
|
22
29
|
declare let getFlowByName: any;
|
|
23
30
|
declare let getFlows: any;
|
|
24
31
|
declare let getFollowedAssets: any;
|
|
@@ -46,6 +53,9 @@ declare let queryAssets: any;
|
|
|
46
53
|
declare let queryUsers: any;
|
|
47
54
|
declare let unfollow: any;
|
|
48
55
|
declare let updateDashboard: any;
|
|
56
|
+
declare let updateDataAlert: any;
|
|
57
|
+
declare let updateDataAssetRequest: any;
|
|
58
|
+
declare let updateFollowedAsset: any;
|
|
49
59
|
declare let updateRecordShares: any;
|
|
50
60
|
declare let updateSubscriptionDigestConfig: any;
|
|
51
61
|
declare let updateVisualization: any;
|
|
@@ -54,6 +64,10 @@ declare let getAnnotations_imperative: any;
|
|
|
54
64
|
declare let getAssetSlackChannels_imperative: any;
|
|
55
65
|
declare let getDashboardByName_imperative: any;
|
|
56
66
|
declare let getDashboards_imperative: any;
|
|
67
|
+
declare let getDataAssetDependencies_imperative: any;
|
|
68
|
+
declare let getDataAssetRequestByIdOrApiName_imperative: any;
|
|
69
|
+
declare let getDataAssetRequests_imperative: any;
|
|
70
|
+
declare let getDataAssetRequestsCount_imperative: any;
|
|
57
71
|
declare let getFlowByName_imperative: any;
|
|
58
72
|
declare let getFlows_imperative: any;
|
|
59
73
|
declare let getFollowedAssets_imperative: any;
|
|
@@ -70,4 +84,4 @@ declare let getVisualizations_imperative: any;
|
|
|
70
84
|
declare let getWorkspaceByIdOrName_imperative: any;
|
|
71
85
|
declare let getWorkspaces_imperative: any;
|
|
72
86
|
declare let initiateMarketplaceListingInstallation_imperative: any;
|
|
73
|
-
export { createAnnotation, createAssetSlackChannel, createDashboard, createLoglines, createRecordShares, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAssetSlackChannels, getDashboardByName, getDashboardByNameNotifyChange, getDashboards, getFlowByName, getFlows, getFollowedAssets, getFollowers, getMarketplaceListingInstallationProgress, getOrg, getShares, getSharesNotifyChange, getSlackAppInfo, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationNotifyChange, getVisualizations, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaces, initiateMarketplaceListingInstallation, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace, getAnnotations_imperative, getAssetSlackChannels_imperative, getDashboardByName_imperative, getDashboards_imperative, getFlowByName_imperative, getFlows_imperative, getFollowedAssets_imperative, getFollowers_imperative, getMarketplaceListingInstallationProgress_imperative, getOrg_imperative, getShares_imperative, getSlackAppInfo_imperative, getSubscriptionDigestConfig_imperative, getUniqueFollowerCount_imperative, getVisualization_imperative, getVisualizationBundle_imperative, getVisualizations_imperative, getWorkspaceByIdOrName_imperative, getWorkspaces_imperative, initiateMarketplaceListingInstallation_imperative, };
|
|
87
|
+
export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAssetSlackChannels, getDashboardByName, getDashboardByNameNotifyChange, getDashboards, getDataAssetDependencies, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequests, getDataAssetRequestsCount, getFlowByName, getFlows, getFollowedAssets, getFollowers, getMarketplaceListingInstallationProgress, getOrg, getShares, getSharesNotifyChange, getSlackAppInfo, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationNotifyChange, getVisualizations, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaces, initiateMarketplaceListingInstallation, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace, getAnnotations_imperative, getAssetSlackChannels_imperative, getDashboardByName_imperative, getDashboards_imperative, getDataAssetDependencies_imperative, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests_imperative, getDataAssetRequestsCount_imperative, getFlowByName_imperative, getFlows_imperative, getFollowedAssets_imperative, getFollowers_imperative, getMarketplaceListingInstallationProgress_imperative, getOrg_imperative, getShares_imperative, getSlackAppInfo_imperative, getSubscriptionDigestConfig_imperative, getUniqueFollowerCount_imperative, getVisualization_imperative, getVisualizationBundle_imperative, getVisualizations_imperative, getWorkspaceByIdOrName_imperative, getWorkspaces_imperative, initiateMarketplaceListingInstallation_imperative, };
|
package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
dashboardIdOrApiName: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
minorVersion?: number;
|
|
9
|
+
};
|
|
7
10
|
}
|
|
8
11
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataAssetDependentCollectionRepresentation as types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation } from '../types/DataAssetDependentCollectionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
assetId: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataAssetRequestCollectionRepresentation as types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation } from '../types/DataAssetRequestCollectionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
assetId?: string;
|
|
6
|
+
assetType?: string;
|
|
7
|
+
createdBy?: string;
|
|
8
|
+
limit?: number;
|
|
9
|
+
offset?: number;
|
|
10
|
+
orderBy?: string;
|
|
11
|
+
requestType?: string;
|
|
12
|
+
searchQueryTerm?: string;
|
|
13
|
+
sortBy?: string;
|
|
14
|
+
status?: string;
|
|
15
|
+
workspaceIdOrApiName?: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
20
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation): void;
|
|
22
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>;
|
|
23
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|