@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev2 → 1.332.0-dev21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/analytics-unifiedanalytics.js +3050 -671
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
- package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +38 -0
- package/package.json +3 -3
- package/sfdc/index.js +5055 -2566
- package/src/raml/api.raml +868 -23
- package/src/raml/luvio.raml +69 -1
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation } from '../types/DataAssetRequestRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
requestIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
10
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAssetRequestRepresentation_DataAssetRequestRepresentation): void;
|
|
12
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
13
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
16
|
+
export declare function createResourceRequestFromRepresentation(representation: types_DataAssetRequestRepresentation_DataAssetRequestRepresentation): $64$luvio_engine_ResourceRequest;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { DataAssetRequestCountRepresentation as types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation } from '../types/DataAssetRequestCountRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
assetId?: string;
|
|
6
|
+
assetType?: string;
|
|
7
|
+
createdBy?: string;
|
|
8
|
+
searchQueryTerm?: string;
|
|
9
|
+
status?: string;
|
|
10
|
+
taskType?: string;
|
|
11
|
+
workspaceIdOrApiName?: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation): void;
|
|
18
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>;
|
|
19
|
+
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
20
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
21
|
+
export default createResourceRequest;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
2
|
import { OrgCollectionRepresentation as types_OrgCollectionRepresentation_OrgCollectionRepresentation } from '../types/OrgCollectionRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
userName: string;
|
|
6
|
-
};
|
|
7
4
|
}
|
|
8
5
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
6
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
visualizationIdOrApiName: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
minorVersion?: number;
|
|
9
|
+
};
|
|
7
10
|
}
|
|
8
11
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -4,6 +4,9 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
visualizationIdOrApiName: string;
|
|
6
6
|
};
|
|
7
|
+
queryParams: {
|
|
8
|
+
minorVersion?: number;
|
|
9
|
+
};
|
|
7
10
|
}
|
|
8
11
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
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
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation } from '../types/DataAssetRequestRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
requestIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
assetId?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
label?: string;
|
|
11
|
+
numberOfDependencies?: number;
|
|
12
|
+
rejectionComment?: string;
|
|
13
|
+
requestType?: string;
|
|
14
|
+
requesterComment?: string;
|
|
15
|
+
sourceRequestId?: string;
|
|
16
|
+
status?: string;
|
|
17
|
+
workspaceIdOrApiName?: string;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAssetRequestRepresentation_DataAssetRequestRepresentation): void;
|
|
22
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
23
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
24
|
+
export default createResourceRequest;
|
|
@@ -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 | null;
|
|
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;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
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
2
|
import { DashboardRepresentation as types_DashboardRepresentation_DashboardRepresentation } from '../types/DashboardRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
minorVersion?: number;
|
|
6
|
+
};
|
|
4
7
|
body: {
|
|
5
8
|
description?: string;
|
|
6
9
|
id?: string;
|
|
@@ -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;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
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
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation } from '../types/DataAssetRequestRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
assetId?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
numberOfDependencies?: number;
|
|
9
|
+
rejectionComment?: string;
|
|
10
|
+
requestType?: string;
|
|
11
|
+
requesterComment?: string;
|
|
12
|
+
sourceRequestId?: string;
|
|
13
|
+
status?: string;
|
|
14
|
+
workspaceIdOrApiName?: string;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_DataAssetRequestRepresentation_DataAssetRequestRepresentation): void;
|
|
19
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
20
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
21
|
+
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;
|
|
@@ -3,7 +3,10 @@ import { AnalyticsUsersQueryResultsRepresentation as types_AnalyticsUsersQueryRe
|
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
body: {
|
|
5
5
|
searchTerm: string;
|
|
6
|
+
userCapability: string;
|
|
6
7
|
useAutoSuggest: boolean;
|
|
8
|
+
limit: number;
|
|
9
|
+
offset: number;
|
|
7
10
|
};
|
|
8
11
|
}
|
|
9
12
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
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
2
|
import { VisualizationRepresentation as types_VisualizationRepresentation_VisualizationRepresentation } from '../types/VisualizationRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
|
+
queryParams: {
|
|
5
|
+
minorVersion?: number;
|
|
6
|
+
};
|
|
4
7
|
body: {
|
|
5
8
|
id?: string;
|
|
6
9
|
description?: string;
|
|
@@ -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;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { BaseAnalyticsLibraryAssetRepresentation as BaseAnalyticsLibraryAssetRepresentation_BaseAnalyticsLibraryAssetRepresentation } from './BaseAnalyticsLibraryAssetRepresentation';
|
|
2
|
-
import { AnalyticsLibraryImageRepresentation as AnalyticsLibraryImageRepresentation_AnalyticsLibraryImageRepresentation } from './AnalyticsLibraryImageRepresentation';
|
|
3
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';
|
|
4
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "289e8a9c84f4204d2fbcacdd87d5d659";
|
|
5
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
5
|
export declare const RepresentationType: string;
|
|
7
6
|
export declare function normalize(input: AnalyticsLibraryDashboardTemplateRepresentation, existing: AnalyticsLibraryDashboardTemplateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnalyticsLibraryDashboardTemplateRepresentationNormalized;
|
|
@@ -16,7 +15,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
15
|
* (none)
|
|
17
16
|
*/
|
|
18
17
|
export interface AnalyticsLibraryDashboardTemplateRepresentationNormalized extends BaseAnalyticsLibraryAssetRepresentation_BaseAnalyticsLibraryAssetRepresentation {
|
|
19
|
-
|
|
18
|
+
/** The badge icon configured for template */
|
|
19
|
+
templateBadge: string;
|
|
20
|
+
/** The preview images configured for the template */
|
|
21
|
+
templatePreviews: Array<string>;
|
|
20
22
|
}
|
|
21
23
|
/**
|
|
22
24
|
* Output representation of dashboard template preview in analytics library
|
|
@@ -25,5 +27,6 @@ export interface AnalyticsLibraryDashboardTemplateRepresentationNormalized exten
|
|
|
25
27
|
* (none)
|
|
26
28
|
*/
|
|
27
29
|
export interface AnalyticsLibraryDashboardTemplateRepresentation extends BaseAnalyticsLibraryAssetRepresentation_BaseAnalyticsLibraryAssetRepresentation {
|
|
28
|
-
|
|
30
|
+
templateBadge: string;
|
|
31
|
+
templatePreviews: Array<string>;
|
|
29
32
|
}
|
package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts
CHANGED
|
@@ -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 = "5f382ad0b2dbb558f2c8d44da610a2c8";
|
|
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: AnalyticsUsersQueryInputRepresentation, existing: AnalyticsUsersQueryInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnalyticsUsersQueryInputRepresentationNormalized;
|
|
@@ -14,10 +14,16 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface AnalyticsUsersQueryInputRepresentationNormalized {
|
|
17
|
+
/** Limit parameter value */
|
|
18
|
+
limit: number;
|
|
19
|
+
/** Offset parameter value */
|
|
20
|
+
offset: number;
|
|
17
21
|
/** Search term parameter value */
|
|
18
22
|
searchTerm: string;
|
|
19
23
|
/** Use auto suggest term parameter value */
|
|
20
24
|
useAutoSuggest: boolean;
|
|
25
|
+
/** User permission */
|
|
26
|
+
userCapability: string;
|
|
21
27
|
}
|
|
22
28
|
/**
|
|
23
29
|
* Unified Analytics Users Query Input Representation
|
|
@@ -26,6 +32,9 @@ export interface AnalyticsUsersQueryInputRepresentationNormalized {
|
|
|
26
32
|
* (none)
|
|
27
33
|
*/
|
|
28
34
|
export interface AnalyticsUsersQueryInputRepresentation {
|
|
35
|
+
limit: number;
|
|
36
|
+
offset: number;
|
|
29
37
|
searchTerm: string;
|
|
30
38
|
useAutoSuggest: boolean;
|
|
39
|
+
userCapability: string;
|
|
31
40
|
}
|
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts
ADDED
|
@@ -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
|
+
}
|