@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev2 → 1.332.0-dev20

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 (66) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +3029 -662
  2. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
  3. package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
  4. package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
  10. package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
  11. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
  12. package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
  13. package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
  14. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
  15. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
  16. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
  17. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
  18. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
  19. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
  20. package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
  21. package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
  22. package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
  23. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
  24. package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
  25. package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
  26. package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
  27. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
  28. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
  29. package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
  30. package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
  31. package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
  32. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
  33. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
  34. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
  35. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
  36. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
  37. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
  38. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
  39. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
  40. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
  41. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
  42. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
  43. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
  44. package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
  45. package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
  46. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
  47. package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
  48. package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
  49. package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
  50. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
  51. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
  52. package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
  53. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
  54. package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
  55. package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
  56. package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
  57. package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
  58. package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
  59. package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
  60. package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
  61. package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +37 -0
  62. package/package.json +3 -3
  63. package/sfdc/index.js +6437 -3963
  64. package/src/raml/api.raml +833 -23
  65. package/src/raml/luvio.raml +69 -1
  66. package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
@@ -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;
@@ -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 = "a4768eba6e2a6aaad63c7aad6d74be1a";
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
- previewImage: AnalyticsLibraryImageRepresentation_AnalyticsLibraryImageRepresentation;
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
- previewImage: AnalyticsLibraryImageRepresentation_AnalyticsLibraryImageRepresentation;
30
+ templateBadge: string;
31
+ templatePreviews: Array<string>;
29
32
  }
@@ -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 = "43946c55c3595ee19175b4bdba283cce";
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
+ }
@@ -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
+ }
@@ -0,0 +1,33 @@
1
+ import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
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 = "d19b970e09db8dcf9dfa3b9475235725";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertRawValueInputRepresentation, existing: DataAlertRawValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRawValueInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertRawValueInputRepresentationNormalized, incoming: DataAlertRawValueInputRepresentationNormalized): 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: DataAlertRawValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Abstract input representation for raw value operands
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertRawValueInputRepresentationNormalized extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
18
+ /** data types for the raw value: percentage, currency etc. */
19
+ dataType: string;
20
+ /** raw value of the operand */
21
+ value: string;
22
+ }
23
+ /**
24
+ * Abstract input representation for raw value operands
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertRawValueInputRepresentation extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
30
+ dataType: string;
31
+ value: string;
32
+ type: 'RawValue';
33
+ }
@@ -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
+ Notification = "Notification"
4
+ }
5
+ export declare const VERSION = "89d38c1901682638f542d12da09938e9";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: DataAlertReceiversInputRepresentation, existing: DataAlertReceiversInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertReceiversInputRepresentationNormalized;
9
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
10
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
11
+ export declare function equals(existing: DataAlertReceiversInputRepresentationNormalized, incoming: DataAlertReceiversInputRepresentationNormalized): 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: DataAlertReceiversInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Input representation for data alert recipients
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface DataAlertReceiversInputRepresentationNormalized {
22
+ /** delivery type */
23
+ type: string;
24
+ }
25
+ /**
26
+ * Input representation for data alert recipients
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface DataAlertReceiversInputRepresentation {
32
+ type: string;
33
+ }
@@ -0,0 +1,38 @@
1
+ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 500;
3
+ export declare const VERSION = "7f11b071aca79c0d2d3ecbfb23e11589";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ dataAlertId: string;
8
+ }
9
+ export type DataAlertRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialDataAlertRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataAlertRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataAlertRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataAlertRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: DataAlertRepresentation, existing: DataAlertRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: DataAlertRepresentationNormalized, incoming: DataAlertRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output of Data Alert
22
+ *
23
+ * Keys:
24
+ * dataAlertId (string): id
25
+ */
26
+ export interface DataAlertRepresentationNormalized {
27
+ /** Database record id of the data alert. */
28
+ id: string;
29
+ }
30
+ /**
31
+ * Output of Data Alert
32
+ *
33
+ * Keys:
34
+ * dataAlertId (string): id
35
+ */
36
+ export interface DataAlertRepresentation {
37
+ id: string;
38
+ }