@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev16 → 1.332.0-dev18

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.
Files changed (39) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +1421 -700
  2. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
  3. package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
  4. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +4 -1
  8. package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
  9. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
  10. package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
  11. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
  12. package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
  13. package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
  14. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
  15. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
  16. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
  17. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
  18. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
  19. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
  20. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
  21. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
  22. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
  23. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
  24. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
  25. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
  26. package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
  28. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
  29. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +3 -3
  30. package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
  31. package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
  32. package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
  34. package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
  35. package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +37 -0
  36. package/package.json +3 -3
  37. package/sfdc/index.js +2021 -1291
  38. package/src/raml/api.raml +419 -1
  39. package/src/raml/luvio.raml +18 -0
@@ -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>;
@@ -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>;
@@ -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,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;
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>;
@@ -8,6 +8,8 @@ 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';
11
13
  export { getDataAssetRequestsAdapterFactory } from '../adapters/getDataAssetRequests';
12
14
  export { createDataAssetRequestAdapterFactory } from '../adapters/createDataAssetRequest';
13
15
  export { getDataAssetRequestsCountAdapterFactory } from '../adapters/getDataAssetRequestsCount';
@@ -15,6 +17,7 @@ export { getDataAssetRequestByIdOrApiNameAdapterFactory } from '../adapters/getD
15
17
  export { updateDataAssetRequestAdapterFactory } from '../adapters/updateDataAssetRequest';
16
18
  export { getDataAssetDependenciesAdapterFactory } from '../adapters/getDataAssetDependencies';
17
19
  export { followAdapterFactory } from '../adapters/follow';
20
+ export { updateFollowedAssetAdapterFactory } from '../adapters/updateFollowedAsset';
18
21
  export { unfollowAdapterFactory } from '../adapters/unfollow';
19
22
  export { getFollowersAdapterFactory } from '../adapters/getFollowers';
20
23
  export { getFollowedAssetsAdapterFactory } from '../adapters/getFollowedAssets';
@@ -1,6 +1,7 @@
1
1
  declare let createAnnotation: any;
2
2
  declare let createAssetSlackChannel: any;
3
3
  declare let createDashboard: any;
4
+ declare let createDataAlert: any;
4
5
  declare let createDataAssetRequest: any;
5
6
  declare let createLoglines: any;
6
7
  declare let createRecordShares: any;
@@ -52,7 +53,9 @@ declare let queryAssets: any;
52
53
  declare let queryUsers: any;
53
54
  declare let unfollow: any;
54
55
  declare let updateDashboard: any;
56
+ declare let updateDataAlert: any;
55
57
  declare let updateDataAssetRequest: any;
58
+ declare let updateFollowedAsset: any;
56
59
  declare let updateRecordShares: any;
57
60
  declare let updateSubscriptionDigestConfig: any;
58
61
  declare let updateVisualization: any;
@@ -81,4 +84,4 @@ declare let getVisualizations_imperative: any;
81
84
  declare let getWorkspaceByIdOrName_imperative: any;
82
85
  declare let getWorkspaces_imperative: any;
83
86
  declare let initiateMarketplaceListingInstallation_imperative: any;
84
- export { createAnnotation, createAssetSlackChannel, createDashboard, 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, updateDataAssetRequest, 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, };
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, };
@@ -0,0 +1,19 @@
1
+ import { FollowedTimeRangeRepresentation as types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from '../types/FollowedTimeRangeRepresentation';
2
+ 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';
3
+ import { FollowerAssetRepresentation as types_FollowerAssetRepresentation_FollowerAssetRepresentation } from '../types/FollowerAssetRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ urlParams: {
6
+ followerId: string;
7
+ };
8
+ body: {
9
+ assetId: string;
10
+ assetType?: string;
11
+ followerType?: string;
12
+ followedTimeRange: types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
13
+ };
14
+ }
15
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
16
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FollowerAssetRepresentation_FollowerAssetRepresentation): void;
17
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FollowerAssetRepresentation_FollowerAssetRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FollowerAssetRepresentation_FollowerAssetRepresentation, any>;
18
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
19
+ export default createResourceRequest;
@@ -0,0 +1,26 @@
1
+ import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from '../types/DataAlertMetricContentInputRepresentation';
2
+ import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
3
+ import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
4
+ import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
5
+ import { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
6
+ import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
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';
8
+ import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
9
+ export interface ResourceRequestConfig {
10
+ queryParams: {
11
+ runNow?: boolean;
12
+ };
13
+ body: {
14
+ analysisUtterance: string;
15
+ content: types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
16
+ deliveryConfigurations: types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
17
+ schedule: types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation;
18
+ thresholds: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
19
+ utterance: string;
20
+ };
21
+ }
22
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
23
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAlertRepresentation_DataAlertRepresentation): void;
24
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAlertRepresentation_DataAlertRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>;
25
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
26
+ export default createResourceRequest;
@@ -1,3 +1,4 @@
1
+ import { FollowedTimeRangeRepresentation as types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from '../types/FollowedTimeRangeRepresentation';
1
2
  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';
2
3
  import { FollowerAssetRepresentation as types_FollowerAssetRepresentation_FollowerAssetRepresentation } from '../types/FollowerAssetRepresentation';
3
4
  export interface ResourceRequestConfig {
@@ -8,6 +9,7 @@ export interface ResourceRequestConfig {
8
9
  assetId: string;
9
10
  assetType: string;
10
11
  followerType: string;
12
+ followedTimeRange?: types_FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
11
13
  };
12
14
  }
13
15
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -0,0 +1,29 @@
1
+ import { DataAlertMetricContentInputRepresentation as types_DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from '../types/DataAlertMetricContentInputRepresentation';
2
+ import { DataAlertDeliveryConfigurationInputRepresentation as types_DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from '../types/DataAlertDeliveryConfigurationInputRepresentation';
3
+ import { DataAlertDailyScheduleInputRepresentation as types_DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from '../types/DataAlertDailyScheduleInputRepresentation';
4
+ import { DataAlertWeeklyScheduleInputRepresentation as types_DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from '../types/DataAlertWeeklyScheduleInputRepresentation';
5
+ import { DataAlertCronScheduleInputRepresentation as types_DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from '../types/DataAlertCronScheduleInputRepresentation';
6
+ import { DataAlertThresholdsInputRepresentation as types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from '../types/DataAlertThresholdsInputRepresentation';
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';
8
+ import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation } from '../types/DataAlertRepresentation';
9
+ export interface ResourceRequestConfig {
10
+ urlParams: {
11
+ dataAlertId: string;
12
+ };
13
+ queryParams: {
14
+ runNow?: boolean;
15
+ };
16
+ body: {
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
+ }
25
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
26
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAlertRepresentation_DataAlertRepresentation): void;
27
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAlertRepresentation_DataAlertRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>;
28
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
29
+ export default createResourceRequest;
@@ -0,0 +1,38 @@
1
+ import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
2
+ import { DataAlertValueRightOperandInputRepresentation as DataAlertValueRightOperandInputRepresentation_DataAlertValueRightOperandInputRepresentation } from './DataAlertValueRightOperandInputRepresentation';
3
+ 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';
4
+ import { DataAlertRawValueInputRepresentation as DataAlertRawValueInputRepresentation_DataAlertRawValueInputRepresentation } from './DataAlertRawValueInputRepresentation';
5
+ import { DataAlertMetricValueInputRepresentation as DataAlertMetricValueInputRepresentation_DataAlertMetricValueInputRepresentation } from './DataAlertMetricValueInputRepresentation';
6
+ export declare const VERSION = "90840e167de1cd3f1cfe15245bf21524";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: DataAlertConditionInputRepresentation, existing: DataAlertConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertConditionInputRepresentationNormalized;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: DataAlertConditionInputRepresentationNormalized, incoming: DataAlertConditionInputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
14
+ /**
15
+ * A single condition representation
16
+ *
17
+ * Keys:
18
+ * (none)
19
+ */
20
+ export interface DataAlertConditionInputRepresentationNormalized {
21
+ /** Left operand of the condition */
22
+ leftOperand: DataAlertValueInputRepresentation_DataAlertValueInputRepresentation;
23
+ /** operator of the condition */
24
+ operator: string;
25
+ /** Right operand of the condition */
26
+ rightOperand: DataAlertValueRightOperandInputRepresentation_DataAlertValueRightOperandInputRepresentation;
27
+ }
28
+ /**
29
+ * A single condition representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface DataAlertConditionInputRepresentation {
35
+ leftOperand: DataAlertRawValueInputRepresentation_DataAlertRawValueInputRepresentation | DataAlertMetricValueInputRepresentation_DataAlertMetricValueInputRepresentation;
36
+ operator: string;
37
+ rightOperand: DataAlertValueRightOperandInputRepresentation_DataAlertValueRightOperandInputRepresentation;
38
+ }
@@ -0,0 +1,33 @@
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
+ export declare enum DiscriminatorValues {
3
+ Metric = "Metric"
4
+ }
5
+ export declare const VERSION = "b2d6bbf857930f270768de4df3aa1741";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: DataAlertContentInputRepresentation, existing: DataAlertContentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertContentInputRepresentationNormalized;
9
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: DataAlertContentInputRepresentationNormalized, incoming: DataAlertContentInputRepresentationNormalized): boolean;
12
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
13
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertContentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Input representation for data alert content
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface DataAlertContentInputRepresentationNormalized {
22
+ /** content type */
23
+ type: string;
24
+ }
25
+ /**
26
+ * Input representation for data alert content
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface DataAlertContentInputRepresentation {
32
+ type: string;
33
+ }
@@ -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 = "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
+ }
@@ -0,0 +1,26 @@
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 = "70a5c13b6a7cbd2affad61599c735617";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertDailyScheduleInputRepresentation, existing: DataAlertDailyScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertDailyScheduleInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertDailyScheduleInputRepresentationNormalized, incoming: DataAlertDailyScheduleInputRepresentationNormalized): 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: DataAlertDailyScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for daily alert schedule
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertDailyScheduleInputRepresentationNormalized extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
18
+ }
19
+ /**
20
+ * Input representation for daily alert schedule
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface DataAlertDailyScheduleInputRepresentation extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
26
+ }
@@ -0,0 +1,30 @@
1
+ import { DataAlertReceiversInputRepresentation as DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation } from './DataAlertReceiversInputRepresentation';
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
+ import { DataAlertNotificationRecipientsInputRepresentation as DataAlertNotificationRecipientsInputRepresentation_DataAlertNotificationRecipientsInputRepresentation } from './DataAlertNotificationRecipientsInputRepresentation';
4
+ export declare const VERSION = "e65b9ee95f4d79713e04a15c7f735a75";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAlertDeliveryConfigurationInputRepresentation, existing: DataAlertDeliveryConfigurationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertDeliveryConfigurationInputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: DataAlertDeliveryConfigurationInputRepresentationNormalized, incoming: DataAlertDeliveryConfigurationInputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertDeliveryConfigurationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Delivery configuration for data alerts.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAlertDeliveryConfigurationInputRepresentationNormalized {
19
+ /** list of recipients to be notified. */
20
+ receivers: Array<DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation>;
21
+ }
22
+ /**
23
+ * Delivery configuration for data alerts.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataAlertDeliveryConfigurationInputRepresentation {
29
+ receivers: Array<DataAlertNotificationRecipientsInputRepresentation_DataAlertNotificationRecipientsInputRepresentation>;
30
+ }
@@ -0,0 +1,47 @@
1
+ import { DataAlertContentInputRepresentation as DataAlertContentInputRepresentation_DataAlertContentInputRepresentation } from './DataAlertContentInputRepresentation';
2
+ import { DataAlertDeliveryConfigurationInputRepresentation as DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from './DataAlertDeliveryConfigurationInputRepresentation';
3
+ import { DataAlertScheduleInputRepresentation as DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation } from './DataAlertScheduleInputRepresentation';
4
+ import { DataAlertThresholdsInputRepresentation as DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from './DataAlertThresholdsInputRepresentation';
5
+ 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';
6
+ import { DataAlertMetricContentInputRepresentation as DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from './DataAlertMetricContentInputRepresentation';
7
+ import { DataAlertDailyScheduleInputRepresentation as DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from './DataAlertDailyScheduleInputRepresentation';
8
+ import { DataAlertWeeklyScheduleInputRepresentation as DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from './DataAlertWeeklyScheduleInputRepresentation';
9
+ import { DataAlertCronScheduleInputRepresentation as DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation } from './DataAlertCronScheduleInputRepresentation';
10
+ export declare const VERSION = "59d3b7b32b5f5050f45fd53cf91a3448";
11
+ export declare function validate(obj: any, path?: string): TypeError | null;
12
+ export declare const RepresentationType: string;
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;
14
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
15
+ export declare function equals(existing: DataAlertInputRepresentationNormalized, incoming: DataAlertInputRepresentationNormalized): boolean;
16
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
17
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
18
+ /**
19
+ * A top level data alert metadata representation.
20
+ *
21
+ * Keys:
22
+ * (none)
23
+ */
24
+ export interface DataAlertInputRepresentationNormalized {
25
+ /** user entered utterance for generating analysis. */
26
+ analysisUtterance: string;
27
+ content: DataAlertContentInputRepresentation_DataAlertContentInputRepresentation;
28
+ deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
29
+ schedule: DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation;
30
+ thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
31
+ /** user entered utterance */
32
+ utterance: string;
33
+ }
34
+ /**
35
+ * A top level data alert metadata representation.
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface DataAlertInputRepresentation {
41
+ analysisUtterance: string;
42
+ content: DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
43
+ deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
44
+ schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | DataAlertCronScheduleInputRepresentation_DataAlertCronScheduleInputRepresentation;
45
+ thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
46
+ utterance: string;
47
+ }
@@ -0,0 +1,33 @@
1
+ import { DataAlertContentInputRepresentation as DataAlertContentInputRepresentation_DataAlertContentInputRepresentation } from './DataAlertContentInputRepresentation';
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 = "efafb488df0cc1139a045ea0d635db67";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertMetricContentInputRepresentation, existing: DataAlertMetricContentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricContentInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertMetricContentInputRepresentationNormalized, incoming: DataAlertMetricContentInputRepresentationNormalized): 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: DataAlertMetricContentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for content based on metric value
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertMetricContentInputRepresentationNormalized extends DataAlertContentInputRepresentation_DataAlertContentInputRepresentation {
18
+ /** input string instruction */
19
+ instruction: string;
20
+ /** Id or API name of the semantic data model */
21
+ modelApiNameOrId: Array<string>;
22
+ }
23
+ /**
24
+ * Input representation for content based on metric value
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertMetricContentInputRepresentation extends DataAlertContentInputRepresentation_DataAlertContentInputRepresentation {
30
+ instruction: string;
31
+ modelApiNameOrId: Array<string>;
32
+ type: 'Metric';
33
+ }
@@ -0,0 +1,55 @@
1
+ import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
2
+ import { UnifiedFilterInputRepresentation as UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation } from './UnifiedFilterInputRepresentation';
3
+ 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';
4
+ export declare const VERSION = "ec135f593d163dfbaf4030cca3e91d6f";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAlertMetricValueInputRepresentation, existing: DataAlertMetricValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricValueInputRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: DataAlertMetricValueInputRepresentationNormalized, incoming: DataAlertMetricValueInputRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertMetricValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Input representation for metric operands
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAlertMetricValueInputRepresentationNormalized extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
19
+ /** fact key */
20
+ factKey: string;
21
+ /** filter context */
22
+ filterContext: Array<UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation>;
23
+ /** type of insight */
24
+ insightType: string;
25
+ /** metric or sub-metric Id */
26
+ metricId: string;
27
+ /** Id or API name of the semantic data model */
28
+ modelApiNameOrId: string;
29
+ /** additional metric params */
30
+ params: {
31
+ [key: string]: string;
32
+ };
33
+ /** SDM ID of the semantic data model */
34
+ sdmId: string;
35
+ timeContext: UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation;
36
+ }
37
+ /**
38
+ * Input representation for metric operands
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface DataAlertMetricValueInputRepresentation extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
44
+ factKey: string;
45
+ filterContext: Array<UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation>;
46
+ insightType: string;
47
+ metricId: string;
48
+ modelApiNameOrId: string;
49
+ params: {
50
+ [key: string]: string;
51
+ };
52
+ sdmId: string;
53
+ timeContext: UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation;
54
+ type: 'Insights';
55
+ }
@@ -0,0 +1,30 @@
1
+ import { DataAlertReceiversInputRepresentation as DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation } from './DataAlertReceiversInputRepresentation';
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 = "758a9a59e8ee05131bafdf65b578d214";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertNotificationRecipientsInputRepresentation, existing: DataAlertNotificationRecipientsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertNotificationRecipientsInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertNotificationRecipientsInputRepresentationNormalized, incoming: DataAlertNotificationRecipientsInputRepresentationNormalized): 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: DataAlertNotificationRecipientsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * List of UNS recipients for Data alerts. May contain user or group Ids.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertNotificationRecipientsInputRepresentationNormalized extends DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation {
18
+ /** group or user Ids */
19
+ recipients: Array<string>;
20
+ }
21
+ /**
22
+ * List of UNS recipients for Data alerts. May contain user or group Ids.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAlertNotificationRecipientsInputRepresentation extends DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation {
28
+ recipients: Array<string>;
29
+ type: 'Notification';
30
+ }