@salesforce/lds-adapters-analytics-unifiedanalytics 1.377.0 → 1.378.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/analytics-unifiedanalytics.js +0 -1
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +1 -2
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +1 -2
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +1 -2
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +1 -2
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +1 -2
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +1 -2
- package/package.json +3 -3
- package/sfdc/index.js +1 -2
- package/src/raml/api.raml +0 -8
- package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +0 -30
|
@@ -4341,7 +4341,6 @@ var DiscriminatorValues;
|
|
|
4341
4341
|
(function (DiscriminatorValues) {
|
|
4342
4342
|
DiscriminatorValues["Daily"] = "Daily";
|
|
4343
4343
|
DiscriminatorValues["Weekly"] = "Weekly";
|
|
4344
|
-
DiscriminatorValues["Cron"] = "Cron";
|
|
4345
4344
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
4346
4345
|
function validate$I(obj, path = 'DataAlertScheduleInputRepresentation') {
|
|
4347
4346
|
const v_error = (() => {
|
|
@@ -4,7 +4,6 @@ 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 { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
|
|
8
7
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
9
8
|
import { ResourceRequestConfig as resources_postTableauDataAlerts_ResourceRequestConfig } from '../resources/postTableauDataAlerts';
|
|
10
9
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -16,7 +15,7 @@ export interface CreateDataAlertConfig {
|
|
|
16
15
|
analysisUtterance: string;
|
|
17
16
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
18
17
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
19
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation
|
|
18
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
20
19
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
21
20
|
utterance: string;
|
|
22
21
|
}
|
|
@@ -4,7 +4,6 @@ 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 { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
|
|
8
7
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
9
8
|
import { ResourceRequestConfig as resources_putTableauDataAlertsByDataAlertId_ResourceRequestConfig } from '../resources/putTableauDataAlertsByDataAlertId';
|
|
10
9
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -17,7 +16,7 @@ export interface UpdateDataAlertConfig {
|
|
|
17
16
|
analysisUtterance: string;
|
|
18
17
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
19
18
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
20
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation
|
|
19
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
21
20
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
22
21
|
utterance: string;
|
|
23
22
|
}
|
|
@@ -2,7 +2,6 @@ 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 { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
|
|
6
5
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
7
6
|
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';
|
|
8
7
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -14,7 +13,7 @@ export interface ResourceRequestConfig {
|
|
|
14
13
|
analysisUtterance: string;
|
|
15
14
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
16
15
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
17
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation
|
|
16
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
18
17
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
19
18
|
utterance: string;
|
|
20
19
|
};
|
|
@@ -2,7 +2,6 @@ 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 { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
|
|
6
5
|
import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
|
|
7
6
|
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';
|
|
8
7
|
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
|
|
@@ -17,7 +16,7 @@ export interface ResourceRequestConfig {
|
|
|
17
16
|
analysisUtterance: string;
|
|
18
17
|
content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
19
18
|
deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
20
|
-
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation
|
|
19
|
+
schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
21
20
|
thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
22
21
|
utterance: string;
|
|
23
22
|
};
|
|
@@ -6,7 +6,6 @@ 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
|
-
import { DataAlertCronScheduleInputRepresentation as DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from './DataAlertCronScheduleInputRepresentation';
|
|
10
9
|
export declare const VERSION = "59d3b7b32b5f5050f45fd53cf91a3448";
|
|
11
10
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
11
|
export declare const RepresentationType: string;
|
|
@@ -41,7 +40,7 @@ export interface DataAlertInputRepresentation {
|
|
|
41
40
|
analysisUtterance: string;
|
|
42
41
|
content: DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
43
42
|
deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
44
|
-
schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation
|
|
43
|
+
schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
45
44
|
thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
46
45
|
utterance: string;
|
|
47
46
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
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"
|
|
5
|
-
Cron = "Cron"
|
|
4
|
+
Weekly = "Weekly"
|
|
6
5
|
}
|
|
7
6
|
export declare const VERSION = "8d402553906feb8f614591983a82c64f";
|
|
8
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.378.0",
|
|
4
4
|
"description": "Tableau Unified Analytics Platform",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/analytics-unifiedanalytics.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.378.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.378.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2683,7 +2683,6 @@ var DiscriminatorValues;
|
|
|
2683
2683
|
(function (DiscriminatorValues) {
|
|
2684
2684
|
DiscriminatorValues["Daily"] = "Daily";
|
|
2685
2685
|
DiscriminatorValues["Weekly"] = "Weekly";
|
|
2686
|
-
DiscriminatorValues["Cron"] = "Cron";
|
|
2687
2686
|
})(DiscriminatorValues || (DiscriminatorValues = {}));
|
|
2688
2687
|
function validate$Q(obj, path = 'DataAlertScheduleInputRepresentation') {
|
|
2689
2688
|
const v_error = (() => {
|
|
@@ -14733,4 +14732,4 @@ withDefaultLuvio((luvio) => {
|
|
|
14733
14732
|
});
|
|
14734
14733
|
|
|
14735
14734
|
export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createTemplate, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteDataAlert, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_imperative, getDataAlert, getDataAlertCollection, getDataAlertCollection_imperative, getDataAlertNotifyChange, getDataAlert_imperative, getDataAssetDependencies, getDataAssetDependencies_imperative, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests, getDataAssetRequestsCount, getDataAssetRequestsCount_imperative, getDataAssetRequests_imperative, getFlowByName, getFlowByName_imperative, getFlows, getFlows_imperative, getFollowedAssets, getFollowedAssets_imperative, getFollowers, getFollowers_imperative, getMarketplaceListingInstallationProgress, getMarketplaceListingInstallationProgress_imperative, getOrg, getOrg_imperative, getShares, getSharesNotifyChange, getShares_imperative, getSlackAppInfo, getSlackAppInfo_imperative, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getSubscriptionDigestConfig_imperative, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getUniqueFollowerCount_imperative, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationBundle_imperative, getVisualizationNotifyChange, getVisualization_imperative, getVisualizations, getVisualizations_imperative, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaceByIdOrName_imperative, getWorkspaces, getWorkspaces_imperative, initiateMarketplaceListingInstallation, initiateMarketplaceListingInstallation_imperative, postDataAlertRun, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
|
|
14736
|
-
// version: 1.
|
|
14735
|
+
// version: 1.378.0-63d7c07562
|
package/src/raml/api.raml
CHANGED
|
@@ -1259,14 +1259,6 @@ types:
|
|
|
1259
1259
|
type: array
|
|
1260
1260
|
items:
|
|
1261
1261
|
type: string
|
|
1262
|
-
DataAlertCronScheduleInputRepresentation:
|
|
1263
|
-
description: Input representation for cron based data alert schedule
|
|
1264
|
-
type: DataAlertScheduleInputRepresentation
|
|
1265
|
-
discriminatorValue: Cron
|
|
1266
|
-
properties:
|
|
1267
|
-
cronExpression:
|
|
1268
|
-
description: cron expression
|
|
1269
|
-
type: string
|
|
1270
1262
|
DataAlertDailyScheduleInputRepresentation:
|
|
1271
1263
|
description: Input representation for daily alert schedule
|
|
1272
1264
|
type: DataAlertScheduleInputRepresentation
|
package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
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 = "f49fb05c65f1871d14029bb845b58158";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: DataAlertCronScheduleInputRepresentation, existing: DataAlertCronScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertCronScheduleInputRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: DataAlertCronScheduleInputRepresentationNormalized, incoming: DataAlertCronScheduleInputRepresentationNormalized): 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: DataAlertCronScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
-
/**
|
|
12
|
-
* Input representation for cron based data alert schedule
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface DataAlertCronScheduleInputRepresentationNormalized extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
|
|
18
|
-
/** cron expression */
|
|
19
|
-
cronExpression: string;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Input representation for cron based data alert schedule
|
|
23
|
-
*
|
|
24
|
-
* Keys:
|
|
25
|
-
* (none)
|
|
26
|
-
*/
|
|
27
|
-
export interface DataAlertCronScheduleInputRepresentation extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
|
|
28
|
-
cronExpression: string;
|
|
29
|
-
type: 'Cron';
|
|
30
|
-
}
|