@salesforce/lds-adapters-analytics-unifiedanalytics 1.380.0-dev2 → 1.380.0-dev22
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 +1488 -1076
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecordShares.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAllShares.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +4 -3
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordId.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFlows.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauRecordsSharesByRecordId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/types/AnalyticsVersionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCollectionRepresentation.d.ts +5 -14
- package/dist/es/es2018/types/src/generated/types/DataAlertEveryNMinutesScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertEveryNMinutesScheduleRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +6 -5
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +5 -4
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataSpaceInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessCollectionRepresentation.d.ts +32 -1
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/VisualizationCollectionRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/VisualizationRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/VisualizationShallowRepresentation.d.ts +77 -0
- package/package.json +3 -3
- package/sfdc/index.js +1617 -1249
- package/src/raml/api.raml +242 -7
- package/src/raml/luvio.raml +25 -0
|
@@ -4,6 +4,7 @@ import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricConte
|
|
|
4
4
|
import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
|
|
5
5
|
import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
|
|
6
6
|
import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
|
|
7
|
+
import { DataAlertEveryNMinutesScheduleInputRepresentation as types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation } from '../types/DataAlertEveryNMinutesScheduleInputRepresentation';
|
|
7
8
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
8
9
|
import { ResourceRequestConfig as resources_postTableauDataAlerts_ResourceRequestConfig } from '../resources/postTableauDataAlerts';
|
|
9
10
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -12,10 +13,10 @@ export declare const createDataAlert_ConfigPropertyMetadata: $64$luvio_engine_Ad
|
|
|
12
13
|
export declare const createDataAlert_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
13
14
|
export interface CreateDataAlertConfig {
|
|
14
15
|
runNow?: boolean;
|
|
15
|
-
analysisUtterance: string;
|
|
16
16
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
17
|
+
dataAlertType: string;
|
|
17
18
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
18
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
19
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation;
|
|
19
20
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
20
21
|
utterance: string;
|
|
21
22
|
}
|
|
@@ -16,6 +16,7 @@ export interface CreateDataAssetRequestConfig {
|
|
|
16
16
|
sourceRequestId?: string;
|
|
17
17
|
status?: string;
|
|
18
18
|
workspaceIdOrApiName?: string;
|
|
19
|
+
packageExportStatus?: string;
|
|
19
20
|
}
|
|
20
21
|
export declare const createResourceParams: (config: CreateDataAssetRequestConfig) => resources_postTableauDataAssetsRequests_ResourceRequestConfig;
|
|
21
22
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataAssetRequestConfig>): adapter$45$utils_Untrusted<CreateDataAssetRequestConfig>;
|
|
@@ -8,6 +8,7 @@ export declare const createRecordShares_ConfigPropertyNames: adapter$45$utils_Ad
|
|
|
8
8
|
export interface CreateRecordSharesConfig {
|
|
9
9
|
recordId: string;
|
|
10
10
|
accessRequestItems: Array<unknown>;
|
|
11
|
+
sendNotificationToRecipients?: boolean;
|
|
11
12
|
}
|
|
12
13
|
export declare const createResourceParams: (config: CreateRecordSharesConfig) => resources_postTableauRecordsSharesByRecordId_ResourceRequestConfig;
|
|
13
14
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateRecordSharesConfig>): adapter$45$utils_Untrusted<CreateRecordSharesConfig>;
|
|
@@ -6,6 +6,10 @@ export declare const deleteAllShares_ConfigPropertyMetadata: $64$luvio_engine_Ad
|
|
|
6
6
|
export declare const deleteAllShares_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
7
|
export interface DeleteAllSharesConfig {
|
|
8
8
|
recordId: string;
|
|
9
|
+
userOrGroupId?: string | null;
|
|
10
|
+
orderBy?: string;
|
|
11
|
+
sortOrder?: string;
|
|
12
|
+
filterByRecipientType?: Array<string>;
|
|
9
13
|
}
|
|
10
14
|
export declare const createResourceParams: (config: DeleteAllSharesConfig) => resources_deleteTableauRecordsSharesByRecordId_ResourceRequestConfig;
|
|
11
15
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteAllSharesConfig>): adapter$45$utils_Untrusted<DeleteAllSharesConfig>;
|
|
@@ -7,6 +7,7 @@ export declare const getDataAssetDependencies_ConfigPropertyMetadata: $64$luvio_
|
|
|
7
7
|
export declare const getDataAssetDependencies_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetDataAssetDependenciesConfig {
|
|
9
9
|
assetId: string;
|
|
10
|
+
includeSynchronizationInfo?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetDataAssetDependenciesConfig) => resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): string;
|
|
@@ -8,6 +8,7 @@ export declare const getFlows_ConfigPropertyNames: adapter$45$utils_AdapterValid
|
|
|
8
8
|
export interface GetFlowsConfig {
|
|
9
9
|
limit?: number;
|
|
10
10
|
offset?: number;
|
|
11
|
+
searchTerm?: string;
|
|
11
12
|
}
|
|
12
13
|
export declare const createResourceParams: (config: GetFlowsConfig) => resources_getTableauFlows_ResourceRequestConfig;
|
|
13
14
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
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
|
-
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
3
|
import { ResourceRequestConfig as resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig } from '../resources/getTableauRecordsSharesByRecordId';
|
|
4
|
-
import { SetupRecordAccessCollectionRepresentation as types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation
|
|
4
|
+
import { SetupRecordAccessCollectionRepresentation as types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation } from '../types/SetupRecordAccessCollectionRepresentation';
|
|
5
5
|
export declare const adapterName = "getShares";
|
|
6
6
|
export declare const getShares_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const getShares_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
@@ -12,6 +12,8 @@ export interface GetSharesConfig {
|
|
|
12
12
|
userOrGroupId?: string;
|
|
13
13
|
orderBy?: string;
|
|
14
14
|
sortOrder?: string;
|
|
15
|
+
filterByRecipientType?: Array<string>;
|
|
16
|
+
recipientSearchTerm?: string;
|
|
15
17
|
}
|
|
16
18
|
export declare const createResourceParams: (config: GetSharesConfig) => resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig;
|
|
17
19
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): string;
|
|
@@ -30,4 +32,3 @@ export type BuildSnapshotContext = {
|
|
|
30
32
|
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>>;
|
|
31
33
|
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation>): $64$luvio_engine_Snapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>;
|
|
32
34
|
export declare const getSharesAdapterFactory: $64$luvio_engine_AdapterFactory<GetSharesConfig, types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation>;
|
|
33
|
-
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_SetupRecordAccessCollectionRepresentation_KeyParams, any>[]) => void;
|
|
@@ -4,6 +4,7 @@ import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricConte
|
|
|
4
4
|
import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
|
|
5
5
|
import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
|
|
6
6
|
import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
|
|
7
|
+
import { DataAlertEveryNMinutesScheduleInputRepresentation as types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation } from '../types/DataAlertEveryNMinutesScheduleInputRepresentation';
|
|
7
8
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
8
9
|
import { ResourceRequestConfig as resources_putTableauDataAlertsByDataAlertId_ResourceRequestConfig } from '../resources/putTableauDataAlertsByDataAlertId';
|
|
9
10
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -13,10 +14,10 @@ export declare const updateDataAlert_ConfigPropertyNames: adapter$45$utils_Adapt
|
|
|
13
14
|
export interface UpdateDataAlertConfig {
|
|
14
15
|
dataAlertId: string;
|
|
15
16
|
runNow?: boolean;
|
|
16
|
-
analysisUtterance: string;
|
|
17
17
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
18
|
+
dataAlertType: string;
|
|
18
19
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
19
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
20
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation;
|
|
20
21
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
21
22
|
utterance: string;
|
|
22
23
|
}
|
|
@@ -17,6 +17,7 @@ export interface UpdateDataAssetRequestConfig {
|
|
|
17
17
|
sourceRequestId?: string;
|
|
18
18
|
status?: string;
|
|
19
19
|
workspaceIdOrApiName?: string;
|
|
20
|
+
packageExportStatus?: string;
|
|
20
21
|
}
|
|
21
22
|
export declare const createResourceParams: (config: UpdateDataAssetRequestConfig) => resources_patchTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig;
|
|
22
23
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateDataAssetRequestConfig>): adapter$45$utils_Untrusted<UpdateDataAssetRequestConfig>;
|
|
@@ -59,3 +59,4 @@ export { initiateMarketplaceListingInstallationAdapterFactory } from '../adapter
|
|
|
59
59
|
export { getMarketplaceListingInstallationProgressAdapterFactory } from '../adapters/getMarketplaceListingInstallationProgress';
|
|
60
60
|
export { createTemplateAdapterFactory } from '../adapters/createTemplate';
|
|
61
61
|
export { publishToMarketplaceAdapterFactory } from '../adapters/publishToMarketplace';
|
|
62
|
+
export { notifyUpdateAvailableFactory as notifySharesUpdateAvailableFactory } from '../types/SetupRecordAccessCollectionRepresentation';
|
|
@@ -38,7 +38,6 @@ declare let getFollowers: any;
|
|
|
38
38
|
declare let getMarketplaceListingInstallationProgress: any;
|
|
39
39
|
declare let getOrg: any;
|
|
40
40
|
declare let getShares: any;
|
|
41
|
-
declare let getSharesNotifyChange: any;
|
|
42
41
|
declare let getSlackAppInfo: any;
|
|
43
42
|
declare let getSubscriptionDigestConfig: any;
|
|
44
43
|
declare let getSubscriptionDigestConfigNotifyChange: any;
|
|
@@ -93,4 +92,6 @@ declare let getVisualizations_imperative: any;
|
|
|
93
92
|
declare let getWorkspaceByIdOrName_imperative: any;
|
|
94
93
|
declare let getWorkspaces_imperative: any;
|
|
95
94
|
declare let initiateMarketplaceListingInstallation_imperative: any;
|
|
96
|
-
|
|
95
|
+
declare let notifySharesUpdateAvailable: any;
|
|
96
|
+
export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createTemplate, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteDataAlert, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAssetSlackChannels, getDashboardByName, getDashboardByNameNotifyChange, getDashboards, getDataAlert, getDataAlertCollection, getDataAlertNotifyChange, getDataAssetDependencies, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequests, getDataAssetRequestsCount, getFlowByName, getFlows, getFollowedAssets, getFollowers, getMarketplaceListingInstallationProgress, getOrg, getShares, getSlackAppInfo, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationNotifyChange, getVisualizations, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaces, initiateMarketplaceListingInstallation, postDataAlertRun, publish, publishToMarketplace, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace, getAnnotations_imperative, getAssetSlackChannels_imperative, getDashboardByName_imperative, getDashboards_imperative, getDataAlert_imperative, getDataAlertCollection_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, };
|
|
97
|
+
export { notifySharesUpdateAvailable };
|
package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordId.d.ts
CHANGED
|
@@ -3,6 +3,12 @@ export interface ResourceRequestConfig {
|
|
|
3
3
|
urlParams: {
|
|
4
4
|
recordId: string;
|
|
5
5
|
};
|
|
6
|
+
queryParams: {
|
|
7
|
+
userOrGroupId?: string | null;
|
|
8
|
+
orderBy?: string;
|
|
9
|
+
sortOrder?: string;
|
|
10
|
+
filterByRecipientType?: Array<string>;
|
|
11
|
+
};
|
|
6
12
|
}
|
|
7
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
8
14
|
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
assetId: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
includeSynchronizationInfo?: boolean;
|
|
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;
|
|
@@ -10,6 +10,8 @@ export interface ResourceRequestConfig {
|
|
|
10
10
|
userOrGroupId?: string;
|
|
11
11
|
orderBy?: string;
|
|
12
12
|
sortOrder?: string;
|
|
13
|
+
filterByRecipientType?: Array<string>;
|
|
14
|
+
recipientSearchTerm?: string;
|
|
13
15
|
};
|
|
14
16
|
}
|
|
15
17
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -20,4 +22,3 @@ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourcePar
|
|
|
20
22
|
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
21
23
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
22
24
|
export default createResourceRequest;
|
|
23
|
-
export declare function createResourceRequestFromRepresentation(representation: types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -15,6 +15,7 @@ export interface ResourceRequestConfig {
|
|
|
15
15
|
sourceRequestId?: string;
|
|
16
16
|
status?: string;
|
|
17
17
|
workspaceIdOrApiName?: string;
|
|
18
|
+
packageExportStatus?: string;
|
|
18
19
|
};
|
|
19
20
|
}
|
|
20
21
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -2,6 +2,7 @@ import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricConte
|
|
|
2
2
|
import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
|
|
3
3
|
import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
|
|
4
4
|
import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
|
|
5
|
+
import { DataAlertEveryNMinutesScheduleInputRepresentation as types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation } from '../types/DataAlertEveryNMinutesScheduleInputRepresentation';
|
|
5
6
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
6
7
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
7
8
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -10,10 +11,10 @@ export interface ResourceRequestConfig {
|
|
|
10
11
|
runNow?: boolean;
|
|
11
12
|
};
|
|
12
13
|
body: {
|
|
13
|
-
analysisUtterance: string;
|
|
14
14
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
15
|
+
dataAlertType: string;
|
|
15
16
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
16
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
17
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation;
|
|
17
18
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
18
19
|
utterance: string;
|
|
19
20
|
};
|
|
@@ -12,6 +12,7 @@ export interface ResourceRequestConfig {
|
|
|
12
12
|
sourceRequestId?: string;
|
|
13
13
|
status?: string;
|
|
14
14
|
workspaceIdOrApiName?: string;
|
|
15
|
+
packageExportStatus?: string;
|
|
15
16
|
};
|
|
16
17
|
}
|
|
17
18
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
package/dist/es/es2018/types/src/generated/resources/postTableauRecordsSharesByRecordId.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export interface ResourceRequestConfig {
|
|
|
6
6
|
};
|
|
7
7
|
body: {
|
|
8
8
|
accessRequestItems: Array<unknown>;
|
|
9
|
+
sendNotificationToRecipients?: boolean;
|
|
9
10
|
};
|
|
10
11
|
}
|
|
11
12
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -2,6 +2,7 @@ import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricConte
|
|
|
2
2
|
import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
|
|
3
3
|
import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
|
|
4
4
|
import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
|
|
5
|
+
import { DataAlertEveryNMinutesScheduleInputRepresentation as types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation } from '../types/DataAlertEveryNMinutesScheduleInputRepresentation';
|
|
5
6
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
6
7
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
7
8
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -13,10 +14,10 @@ export interface ResourceRequestConfig {
|
|
|
13
14
|
runNow?: boolean;
|
|
14
15
|
};
|
|
15
16
|
body: {
|
|
16
|
-
analysisUtterance: string;
|
|
17
17
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
18
|
+
dataAlertType: string;
|
|
18
19
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
19
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
20
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation;
|
|
20
21
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
21
22
|
utterance: string;
|
|
22
23
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "71b675742171e2110b9622634d20f476";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AnalyticsVersionRepresentation, existing: AnalyticsVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnalyticsVersionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AnalyticsVersionRepresentationNormalized, incoming: AnalyticsVersionRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AnalyticsVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Unified analytics version representation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AnalyticsVersionRepresentationNormalized {
|
|
17
|
+
/** Major version of the visualization. */
|
|
18
|
+
major: number;
|
|
19
|
+
/** Minor version of the visualization. */
|
|
20
|
+
minor: number;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Unified analytics version representation.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AnalyticsVersionRepresentation {
|
|
29
|
+
major: number;
|
|
30
|
+
minor: number;
|
|
31
|
+
}
|
|
@@ -1,23 +1,14 @@
|
|
|
1
|
-
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
1
|
import { DataAlertRepresentation as DataAlertRepresentation_DataAlertRepresentation } from './DataAlertRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const TTL = 500;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "d3e9e0efe02f7fa88865b7e72fe25f25";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export declare function normalize(input: DataAlertCollectionRepresentation, existing: DataAlertCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertCollectionRepresentationNormalized;
|
|
8
|
-
export
|
|
9
|
-
dataAlerts: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
}
|
|
11
|
-
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataAlertCollectionRepresentation, existing: DataAlertCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataAlertCollectionRepresentationNormalized;
|
|
12
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
-
export interface DynamicSelectParams {
|
|
14
|
-
dataAlerts?: $64$luvio_engine_LinkSelection;
|
|
15
|
-
}
|
|
16
|
-
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
9
|
export declare function equals(existing: DataAlertCollectionRepresentationNormalized, incoming: DataAlertCollectionRepresentationNormalized): boolean;
|
|
18
10
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
11
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
-
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
12
|
/**
|
|
22
13
|
* A collection of unified analytics data alerts.
|
|
23
14
|
*
|
|
@@ -28,7 +19,7 @@ export interface DataAlertCollectionRepresentationNormalized {
|
|
|
28
19
|
/** List of data alerts being returned. */
|
|
29
20
|
dataAlerts: Array<$64$luvio_engine_StoreLink>;
|
|
30
21
|
/** Next page url for pagination. */
|
|
31
|
-
nextPageUrl: string;
|
|
22
|
+
nextPageUrl: string | null;
|
|
32
23
|
/** Total size of data alert array returned. */
|
|
33
24
|
totalSize: number;
|
|
34
25
|
}
|
|
@@ -40,6 +31,6 @@ export interface DataAlertCollectionRepresentationNormalized {
|
|
|
40
31
|
*/
|
|
41
32
|
export interface DataAlertCollectionRepresentation {
|
|
42
33
|
dataAlerts: Array<DataAlertRepresentation_DataAlertRepresentation>;
|
|
43
|
-
nextPageUrl: string;
|
|
34
|
+
nextPageUrl: string | null;
|
|
44
35
|
totalSize: number;
|
|
45
36
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DataAlertScheduleInputRepresentation as DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation } from './DataAlertScheduleInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "b83cc64f6578bc13284ee1b4be9d255b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertEveryNMinutesScheduleInputRepresentation, existing: DataAlertEveryNMinutesScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertEveryNMinutesScheduleInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertEveryNMinutesScheduleInputRepresentationNormalized, incoming: DataAlertEveryNMinutesScheduleInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertEveryNMinutesScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for an every N minutes alert schedule
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertEveryNMinutesScheduleInputRepresentationNormalized extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
|
|
18
|
+
/** Frequency in minutes at which to run the data alert */
|
|
19
|
+
minuteLevelFrequency: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for an every N minutes alert schedule
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAlertEveryNMinutesScheduleInputRepresentation extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
|
|
28
|
+
minuteLevelFrequency: number;
|
|
29
|
+
type: 'EveryNMinutes';
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertEveryNMinutesScheduleRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_DataAlertScheduleRepresentation } from './DataAlertScheduleRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "cee2878a320d02b766fd79086975e598";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertEveryNMinutesScheduleRepresentation, existing: DataAlertEveryNMinutesScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertEveryNMinutesScheduleRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertEveryNMinutesScheduleRepresentationNormalized, incoming: DataAlertEveryNMinutesScheduleRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertEveryNMinutesScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the every N minutes schedule for a data alert
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertEveryNMinutesScheduleRepresentationNormalized extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
|
|
18
|
+
/** Frequency in minutes at which to run the data alert */
|
|
19
|
+
minuteLevelFrequency: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents the every N minutes schedule for a data alert
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAlertEveryNMinutesScheduleRepresentation extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
|
|
28
|
+
minuteLevelFrequency: number;
|
|
29
|
+
}
|
|
@@ -6,7 +6,8 @@ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Lu
|
|
|
6
6
|
import { DataAlertMetricContentInputRepresentation as DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from './DataAlertMetricContentInputRepresentation';
|
|
7
7
|
import { DataAlertDailyScheduleInputRepresentation as DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from './DataAlertDailyScheduleInputRepresentation';
|
|
8
8
|
import { DataAlertWeeklyScheduleInputRepresentation as DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from './DataAlertWeeklyScheduleInputRepresentation';
|
|
9
|
-
|
|
9
|
+
import { DataAlertEveryNMinutesScheduleInputRepresentation as DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation } from './DataAlertEveryNMinutesScheduleInputRepresentation';
|
|
10
|
+
export declare const VERSION = "afe2ab03fbe9b609eb4584a6e4dd3839";
|
|
10
11
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
12
|
export declare const RepresentationType: string;
|
|
12
13
|
export declare function normalize(input: DataAlertInputRepresentation, existing: DataAlertInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertInputRepresentationNormalized;
|
|
@@ -21,9 +22,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
21
22
|
* (none)
|
|
22
23
|
*/
|
|
23
24
|
export interface DataAlertInputRepresentationNormalized {
|
|
24
|
-
/** user entered utterance for generating analysis. */
|
|
25
|
-
analysisUtterance: string;
|
|
26
25
|
content: DataAlertContentInputRepresentation_DataAlertContentInputRepresentation;
|
|
26
|
+
/** Type of data alert */
|
|
27
|
+
dataAlertType: string;
|
|
27
28
|
deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
28
29
|
schedule: DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation;
|
|
29
30
|
thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
@@ -37,10 +38,10 @@ export interface DataAlertInputRepresentationNormalized {
|
|
|
37
38
|
* (none)
|
|
38
39
|
*/
|
|
39
40
|
export interface DataAlertInputRepresentation {
|
|
40
|
-
analysisUtterance: string;
|
|
41
41
|
content: DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
42
|
+
dataAlertType: string;
|
|
42
43
|
deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
43
|
-
schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
44
|
+
schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation;
|
|
44
45
|
thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
45
46
|
utterance: string;
|
|
46
47
|
}
|
|
@@ -4,7 +4,7 @@ import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_Data
|
|
|
4
4
|
import { DataAlertThresholdsRepresentation as DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation } from './DataAlertThresholdsRepresentation';
|
|
5
5
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
6
|
export declare const TTL = 500;
|
|
7
|
-
export declare const VERSION = "
|
|
7
|
+
export declare const VERSION = "04f6ab40ada1d70c527b0dd9ba6e7415";
|
|
8
8
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
9
|
export declare const RepresentationType: string;
|
|
10
10
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -32,10 +32,16 @@ export interface DataAlertRepresentationNormalized {
|
|
|
32
32
|
alertName: string;
|
|
33
33
|
/** Notification content configuration. Contains the config needed to generate the notification content. */
|
|
34
34
|
content: DataAlertContentRepresentation_DataAlertContentRepresentation;
|
|
35
|
+
/** Creation date of the data alert */
|
|
36
|
+
createdDate: string;
|
|
37
|
+
/** Type of data alert. */
|
|
38
|
+
dataAlertType: string;
|
|
35
39
|
/** Data alert delivery configurations. */
|
|
36
40
|
deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
|
|
37
41
|
/** ID of the Data Alert */
|
|
38
42
|
id: string;
|
|
43
|
+
/** Last modified date of the data alert */
|
|
44
|
+
lastModifiedDate: string;
|
|
39
45
|
schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
|
|
40
46
|
thresholds: DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation;
|
|
41
47
|
}
|
|
@@ -48,8 +54,11 @@ export interface DataAlertRepresentationNormalized {
|
|
|
48
54
|
export interface DataAlertRepresentation {
|
|
49
55
|
alertName: string;
|
|
50
56
|
content: DataAlertContentRepresentation_DataAlertContentRepresentation;
|
|
57
|
+
createdDate: string;
|
|
58
|
+
dataAlertType: string;
|
|
51
59
|
deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
|
|
52
60
|
id: string;
|
|
61
|
+
lastModifiedDate: string;
|
|
53
62
|
schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
|
|
54
63
|
thresholds: DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation;
|
|
55
64
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
2
|
export declare enum DiscriminatorValues {
|
|
3
3
|
Daily = "Daily",
|
|
4
|
-
Weekly = "Weekly"
|
|
4
|
+
Weekly = "Weekly",
|
|
5
|
+
EveryNMinutes = "EveryNMinutes"
|
|
5
6
|
}
|
|
6
|
-
export declare const VERSION = "
|
|
7
|
+
export declare const VERSION = "43a5c01b72f1e7d7acde32f9e53981ec";
|
|
7
8
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
9
|
export declare const RepresentationType: string;
|
|
9
10
|
export declare function normalize(input: DataAlertScheduleInputRepresentation, existing: DataAlertScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertScheduleInputRepresentationNormalized;
|
|
@@ -21,7 +22,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
21
22
|
*/
|
|
22
23
|
export interface DataAlertScheduleInputRepresentationNormalized {
|
|
23
24
|
/** schedule time */
|
|
24
|
-
hoursOfDay
|
|
25
|
+
hoursOfDay?: Array<number>;
|
|
25
26
|
/** schedule type */
|
|
26
27
|
type: string;
|
|
27
28
|
}
|
|
@@ -32,6 +33,6 @@ export interface DataAlertScheduleInputRepresentationNormalized {
|
|
|
32
33
|
* (none)
|
|
33
34
|
*/
|
|
34
35
|
export interface DataAlertScheduleInputRepresentation {
|
|
35
|
-
hoursOfDay
|
|
36
|
+
hoursOfDay?: Array<number>;
|
|
36
37
|
type: string;
|
|
37
38
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "b26b64c6300fd19bac3ba0af2a66082e";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: DataAlertScheduleRepresentation, existing: DataAlertScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertScheduleRepresentationNormalized;
|
|
@@ -15,7 +15,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface DataAlertScheduleRepresentationNormalized {
|
|
17
17
|
/** Schedule time */
|
|
18
|
-
hoursOfDay
|
|
18
|
+
hoursOfDay?: Array<number>;
|
|
19
19
|
/** Type of schedule */
|
|
20
20
|
type: string;
|
|
21
21
|
}
|
|
@@ -26,6 +26,6 @@ export interface DataAlertScheduleRepresentationNormalized {
|
|
|
26
26
|
* (none)
|
|
27
27
|
*/
|
|
28
28
|
export interface DataAlertScheduleRepresentation {
|
|
29
|
-
hoursOfDay
|
|
29
|
+
hoursOfDay?: Array<number>;
|
|
30
30
|
type: string;
|
|
31
31
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
|
|
2
|
+
import { DataSpaceInfoRepresentation as DataSpaceInfoRepresentation_DataSpaceInfoRepresentation } from './DataSpaceInfoRepresentation';
|
|
2
3
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
4
|
export declare const TTL = 500;
|
|
4
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "134770c1d9615b1dc86453d641a15b2e";
|
|
5
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
7
|
export declare const RepresentationType: string;
|
|
7
8
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -33,6 +34,10 @@ export interface DataAssetRepresentationNormalized {
|
|
|
33
34
|
createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
34
35
|
/** Created date of the DataAsset */
|
|
35
36
|
createdDate?: string;
|
|
37
|
+
/** Workspace where the DataAsset was created */
|
|
38
|
+
createdWorkspace?: string;
|
|
39
|
+
/** List of DataSpace Info */
|
|
40
|
+
dataSpaceInfo?: Array<DataSpaceInfoRepresentation_DataSpaceInfoRepresentation>;
|
|
36
41
|
/** Description of the DataAsset. */
|
|
37
42
|
description?: string;
|
|
38
43
|
/** DataAsset id. */
|
|
@@ -45,6 +50,8 @@ export interface DataAssetRepresentationNormalized {
|
|
|
45
50
|
lastModifiedDate: string;
|
|
46
51
|
/** Name of the DataAsset. */
|
|
47
52
|
name: string;
|
|
53
|
+
/** Synchronization status of the DataAsset */
|
|
54
|
+
synchronizationStatus?: string;
|
|
48
55
|
/** Id of the workspace which the DataAsset is part of */
|
|
49
56
|
workspaceId?: string;
|
|
50
57
|
}
|
|
@@ -59,11 +66,14 @@ export interface DataAssetRepresentation {
|
|
|
59
66
|
assetType: string;
|
|
60
67
|
createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
61
68
|
createdDate?: string;
|
|
69
|
+
createdWorkspace?: string;
|
|
70
|
+
dataSpaceInfo?: Array<DataSpaceInfoRepresentation_DataSpaceInfoRepresentation>;
|
|
62
71
|
description?: string;
|
|
63
72
|
id?: string;
|
|
64
73
|
label: string;
|
|
65
74
|
lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
66
75
|
lastModifiedDate: string;
|
|
67
76
|
name: string;
|
|
77
|
+
synchronizationStatus?: string;
|
|
68
78
|
workspaceId?: string;
|
|
69
79
|
}
|