@salesforce/lds-adapters-analytics-unifiedanalytics 1.354.0-dev2 → 1.354.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.
Files changed (41) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +1750 -816
  2. package/dist/es/es2018/types/src/generated/adapters/deleteDataAlert.d.ts +14 -0
  3. package/dist/es/es2018/types/src/generated/adapters/getDataAlert.d.ts +28 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getDataAlertCollection.d.ts +29 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +2 -0
  6. package/dist/es/es2018/types/src/generated/adapters/postDataAlertRun.d.ts +15 -0
  7. package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +5 -5
  8. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +8 -1
  10. package/dist/es/es2018/types/src/generated/resources/deleteTableauDataAlertsByDataAlertId.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/resources/getTableauDataAlerts.d.ts +17 -0
  12. package/dist/es/es2018/types/src/generated/resources/getTableauDataAlertsByDataAlertId.d.ts +16 -0
  13. package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +2 -0
  14. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlertsRunByDataAlertId.d.ts +12 -0
  15. package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +5 -5
  16. package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsItemRepresentation.d.ts +4 -1
  17. package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +11 -11
  18. package/dist/es/es2018/types/src/generated/types/DataAlertCollectionRepresentation.d.ts +36 -0
  19. package/dist/es/es2018/types/src/generated/types/DataAlertConditionRepresentation.d.ts +33 -0
  20. package/dist/es/es2018/types/src/generated/types/DataAlertContentRepresentation.d.ts +28 -0
  21. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleRepresentation.d.ts +29 -0
  22. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleRepresentation.d.ts +26 -0
  23. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationRepresentation.d.ts +29 -0
  24. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentRepresentation.d.ts +32 -0
  25. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueRepresentation.d.ts +51 -0
  26. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsRepresentation.d.ts +29 -0
  27. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueRepresentation.d.ts +32 -0
  28. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversRepresentation.d.ts +28 -0
  29. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +27 -4
  30. package/dist/es/es2018/types/src/generated/types/DataAlertRunOutputRepresentation.d.ts +44 -0
  31. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleRepresentation.d.ts +31 -0
  32. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsRepresentation.d.ts +32 -0
  33. package/dist/es/es2018/types/src/generated/types/DataAlertValueRepresentation.d.ts +28 -0
  34. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleRepresentation.d.ts +29 -0
  35. package/dist/es/es2018/types/src/generated/types/SetupRecordAccessRepresentation.d.ts +8 -1
  36. package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts +40 -0
  37. package/dist/es/es2018/types/src/generated/types/UnifiedFilterRepresentation.d.ts +34 -0
  38. package/package.json +3 -3
  39. package/sfdc/index.js +3369 -2365
  40. package/src/raml/api.raml +362 -7
  41. package/src/raml/luvio.raml +24 -1
@@ -0,0 +1,51 @@
1
+ import { DataAlertValueRepresentation as DataAlertValueRepresentation_DataAlertValueRepresentation } from './DataAlertValueRepresentation';
2
+ import { UnifiedFilterRepresentation as UnifiedFilterRepresentation_UnifiedFilterRepresentation } from './UnifiedFilterRepresentation';
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 = "4ac088c4e602c8fb3a8306da1eb51d14";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: DataAlertMetricValueRepresentation, existing: DataAlertMetricValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricValueRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: DataAlertMetricValueRepresentationNormalized, incoming: DataAlertMetricValueRepresentationNormalized): 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: DataAlertMetricValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents a metric value for a data alert condition
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface DataAlertMetricValueRepresentationNormalized extends DataAlertValueRepresentation_DataAlertValueRepresentation {
19
+ /** fact key */
20
+ factKey: string;
21
+ /** filter context */
22
+ filterContext: Array<UnifiedFilterRepresentation_UnifiedFilterRepresentation>;
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
+ timeContext: UnifiedFilterRepresentation_UnifiedFilterRepresentation;
34
+ }
35
+ /**
36
+ * Represents a metric value for a data alert condition
37
+ *
38
+ * Keys:
39
+ * (none)
40
+ */
41
+ export interface DataAlertMetricValueRepresentation extends DataAlertValueRepresentation_DataAlertValueRepresentation {
42
+ factKey: string;
43
+ filterContext: Array<UnifiedFilterRepresentation_UnifiedFilterRepresentation>;
44
+ insightType: string;
45
+ metricId: string;
46
+ modelApiNameOrId: string;
47
+ params: {
48
+ [key: string]: string;
49
+ };
50
+ timeContext: UnifiedFilterRepresentation_UnifiedFilterRepresentation;
51
+ }
@@ -0,0 +1,29 @@
1
+ import { DataAlertReceiversRepresentation as DataAlertReceiversRepresentation_DataAlertReceiversRepresentation } from './DataAlertReceiversRepresentation';
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 = "e0fb6eb70333ab8ff6f2d4f741b95324";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertNotificationRecipientsRepresentation, existing: DataAlertNotificationRecipientsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertNotificationRecipientsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertNotificationRecipientsRepresentationNormalized, incoming: DataAlertNotificationRecipientsRepresentationNormalized): 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: DataAlertNotificationRecipientsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents notification recipients for a data alert
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertNotificationRecipientsRepresentationNormalized extends DataAlertReceiversRepresentation_DataAlertReceiversRepresentation {
18
+ /** list of notification recipients */
19
+ recipients: Array<string>;
20
+ }
21
+ /**
22
+ * Represents notification recipients for a data alert
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAlertNotificationRecipientsRepresentation extends DataAlertReceiversRepresentation_DataAlertReceiversRepresentation {
28
+ recipients: Array<string>;
29
+ }
@@ -0,0 +1,32 @@
1
+ import { DataAlertValueRepresentation as DataAlertValueRepresentation_DataAlertValueRepresentation } from './DataAlertValueRepresentation';
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 = "69a4b2c39d86c0554ebd12dff8b8add9";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertRawValueRepresentation, existing: DataAlertRawValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRawValueRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertRawValueRepresentationNormalized, incoming: DataAlertRawValueRepresentationNormalized): 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: DataAlertRawValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents a raw value for a data alert condition
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertRawValueRepresentationNormalized extends DataAlertValueRepresentation_DataAlertValueRepresentation {
18
+ /** Data type of the raw value */
19
+ dataType: string;
20
+ /** Raw value */
21
+ value: string;
22
+ }
23
+ /**
24
+ * Represents a raw value for a data alert condition
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertRawValueRepresentation extends DataAlertValueRepresentation_DataAlertValueRepresentation {
30
+ dataType: string;
31
+ value: string;
32
+ }
@@ -0,0 +1,28 @@
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 = "81c494b37a0057605cbb1a850f4bc7c6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAlertReceiversRepresentation, existing: DataAlertReceiversRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertReceiversRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAlertReceiversRepresentationNormalized, incoming: DataAlertReceiversRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertReceiversRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents receivers for a data alert
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAlertReceiversRepresentationNormalized {
17
+ /** delivery type */
18
+ type: string;
19
+ }
20
+ /**
21
+ * Represents receivers for a data alert
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataAlertReceiversRepresentation {
27
+ type: string;
28
+ }
@@ -1,6 +1,10 @@
1
+ import { DataAlertContentRepresentation as DataAlertContentRepresentation_DataAlertContentRepresentation } from './DataAlertContentRepresentation';
2
+ import { DataAlertDeliveryConfigurationRepresentation as DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation } from './DataAlertDeliveryConfigurationRepresentation';
3
+ import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_DataAlertScheduleRepresentation } from './DataAlertScheduleRepresentation';
4
+ import { DataAlertThresholdsRepresentation as DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation } from './DataAlertThresholdsRepresentation';
1
5
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
6
  export declare const TTL = 500;
3
- export declare const VERSION = "7f11b071aca79c0d2d3ecbfb23e11589";
7
+ export declare const VERSION = "219373b56f198f8a68fe8ca6afd30b60";
4
8
  export declare function validate(obj: any, path?: string): TypeError | null;
5
9
  export declare const RepresentationType: string;
6
10
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -18,21 +22,40 @@ export declare function equals(existing: DataAlertRepresentationNormalized, inco
18
22
  export declare const ingest: $64$luvio_engine_ResourceIngest;
19
23
  export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
24
  /**
21
- * Output of Data Alert
25
+ * Output representation for Data Alert
22
26
  *
23
27
  * Keys:
24
28
  * dataAlertId (string): id
25
29
  */
26
30
  export interface DataAlertRepresentationNormalized {
27
- /** Database record id of the data alert. */
31
+ /** User entered alert name. */
32
+ alertName: string;
33
+ /** Notification content configuration. Contains the config needed to generate the notification content. */
34
+ content: DataAlertContentRepresentation_DataAlertContentRepresentation;
35
+ /** Creation date of the data alert */
36
+ createdDate: string;
37
+ /** Data alert delivery configurations. */
38
+ deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
39
+ /** ID of the Data Alert */
28
40
  id: string;
41
+ /** Last modified date of the data alert */
42
+ lastModifiedDate: string;
43
+ schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
44
+ thresholds: DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation;
29
45
  }
30
46
  /**
31
- * Output of Data Alert
47
+ * Output representation for Data Alert
32
48
  *
33
49
  * Keys:
34
50
  * dataAlertId (string): id
35
51
  */
36
52
  export interface DataAlertRepresentation {
53
+ alertName: string;
54
+ content: DataAlertContentRepresentation_DataAlertContentRepresentation;
55
+ createdDate: string;
56
+ deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
37
57
  id: string;
58
+ lastModifiedDate: string;
59
+ schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
60
+ thresholds: DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation;
38
61
  }
@@ -0,0 +1,44 @@
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const TTL = 100;
3
+ export declare const VERSION = "26cdd644d03794763d0bbd771321ec42";
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 DataAlertRunOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialDataAlertRunOutputRepresentationNormalizedKeyMetadata = 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): DataAlertRunOutputRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataAlertRunOutputRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataAlertRunOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: DataAlertRunOutputRepresentation, existing: DataAlertRunOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRunOutputRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: DataAlertRunOutputRepresentationNormalized, incoming: DataAlertRunOutputRepresentationNormalized): 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: DataAlertRunOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Output of running a Data Alert
22
+ *
23
+ * Keys:
24
+ * dataAlertId (string): id
25
+ */
26
+ export interface DataAlertRunOutputRepresentationNormalized {
27
+ /** Timestamp when the data alert was executed. */
28
+ executedAt: string;
29
+ /** Database record id of the data alert. */
30
+ id: string;
31
+ /** Whether the data alert was triggered by this run. */
32
+ triggered: boolean;
33
+ }
34
+ /**
35
+ * Output of running a Data Alert
36
+ *
37
+ * Keys:
38
+ * dataAlertId (string): id
39
+ */
40
+ export interface DataAlertRunOutputRepresentation {
41
+ executedAt: string;
42
+ id: string;
43
+ triggered: boolean;
44
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "e82a2b85fc4e75cfe3cb197e0affba1c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAlertScheduleRepresentation, existing: DataAlertScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertScheduleRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAlertScheduleRepresentationNormalized, incoming: DataAlertScheduleRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents the schedule for a data alert
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAlertScheduleRepresentationNormalized {
17
+ /** Schedule time */
18
+ hoursOfDay: Array<number>;
19
+ /** Type of schedule */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Represents the schedule for a data alert
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataAlertScheduleRepresentation {
29
+ hoursOfDay: Array<number>;
30
+ type: string;
31
+ }
@@ -0,0 +1,32 @@
1
+ import { DataAlertConditionRepresentation as DataAlertConditionRepresentation_DataAlertConditionRepresentation } from './DataAlertConditionRepresentation';
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 = "9467ef47efe77c7d9e08b2edf20e31c8";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertThresholdsRepresentation, existing: DataAlertThresholdsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertThresholdsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertThresholdsRepresentationNormalized, incoming: DataAlertThresholdsRepresentationNormalized): 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: DataAlertThresholdsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the thresholds for a data alert
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertThresholdsRepresentationNormalized {
18
+ /** Conditions for the data alert */
19
+ conditions: Array<DataAlertConditionRepresentation_DataAlertConditionRepresentation>;
20
+ /** Logical operations between conditions */
21
+ customLogicalOperation: string;
22
+ }
23
+ /**
24
+ * Represents the thresholds for a data alert
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertThresholdsRepresentation {
30
+ conditions: Array<DataAlertConditionRepresentation_DataAlertConditionRepresentation>;
31
+ customLogicalOperation: string;
32
+ }
@@ -0,0 +1,28 @@
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 = "6bff4e7c75cd378fcdd0e9874abcf92a";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAlertValueRepresentation, existing: DataAlertValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertValueRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAlertValueRepresentationNormalized, incoming: DataAlertValueRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents a value for a data alert condition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAlertValueRepresentationNormalized {
17
+ /** Type of data value */
18
+ type: string;
19
+ }
20
+ /**
21
+ * Represents a value for a data alert condition
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataAlertValueRepresentation {
27
+ type: string;
28
+ }
@@ -0,0 +1,29 @@
1
+ import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_DataAlertScheduleRepresentation } from './DataAlertScheduleRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "e4d9253fcea523bf802cdb6569d54c2d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertWeeklyScheduleRepresentation, existing: DataAlertWeeklyScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertWeeklyScheduleRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertWeeklyScheduleRepresentationNormalized, incoming: DataAlertWeeklyScheduleRepresentationNormalized): 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: DataAlertWeeklyScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents the weekly schedule for a data alert
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertWeeklyScheduleRepresentationNormalized extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
18
+ /** Days of the week for the schedule */
19
+ daysOfWeek: Array<string>;
20
+ }
21
+ /**
22
+ * Represents the weekly schedule for a data alert
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAlertWeeklyScheduleRepresentation extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
28
+ daysOfWeek: Array<string>;
29
+ }
@@ -1,6 +1,7 @@
1
+ import { SetupRecordShareUserOrGroupRepresentation as SetupRecordShareUserOrGroupRepresentation_SetupRecordShareUserOrGroupRepresentation } from './SetupRecordShareUserOrGroupRepresentation';
1
2
  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
3
  export declare const TTL = 500;
3
- export declare const VERSION = "6e67645c7857b2dce4cd492f77241ff0";
4
+ export declare const VERSION = "3e64719fa22958fe475ca3695a82422a";
4
5
  export declare function validate(obj: any, path?: string): TypeError | null;
5
6
  export declare const RepresentationType: string;
6
7
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -28,6 +29,10 @@ export interface SetupRecordAccessRepresentationNormalized {
28
29
  accessType: string;
29
30
  /** Type of Application Domain */
30
31
  applicationDomain: string;
32
+ /** Created Date */
33
+ createdDate: string;
34
+ /** User/Group */
35
+ userOrGroup: SetupRecordShareUserOrGroupRepresentation_SetupRecordShareUserOrGroupRepresentation;
31
36
  /** User/Group Id */
32
37
  userOrGroupId: string;
33
38
  }
@@ -40,5 +45,7 @@ export interface SetupRecordAccessRepresentationNormalized {
40
45
  export interface SetupRecordAccessRepresentation {
41
46
  accessType: string;
42
47
  applicationDomain: string;
48
+ createdDate: string;
49
+ userOrGroup: SetupRecordShareUserOrGroupRepresentation_SetupRecordShareUserOrGroupRepresentation;
43
50
  userOrGroupId: string;
44
51
  }
@@ -0,0 +1,40 @@
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 = "d1614bb2b4e44eba88be256d9176f648";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: SetupRecordShareUserOrGroupRepresentation, existing: SetupRecordShareUserOrGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareUserOrGroupRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: SetupRecordShareUserOrGroupRepresentationNormalized, incoming: SetupRecordShareUserOrGroupRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SetupRecordShareUserOrGroupRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * User or Group Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface SetupRecordShareUserOrGroupRepresentationNormalized {
17
+ /** Display name of the User or Group */
18
+ displayName?: string;
19
+ /** Email of the User */
20
+ email?: string;
21
+ /** Id of the User or Group */
22
+ id?: string;
23
+ /** Profile Photo URL of the User */
24
+ profilePhotoUrl?: string;
25
+ /** Username of the User */
26
+ username?: string;
27
+ }
28
+ /**
29
+ * User or Group Representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface SetupRecordShareUserOrGroupRepresentation {
35
+ displayName?: string;
36
+ email?: string;
37
+ id?: string;
38
+ profilePhotoUrl?: string;
39
+ username?: string;
40
+ }
@@ -0,0 +1,34 @@
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 = "ba80266e2c25e84debc4ae6c969b26c4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UnifiedFilterRepresentation, existing: UnifiedFilterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedFilterRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UnifiedFilterRepresentationNormalized, incoming: UnifiedFilterRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UnifiedFilterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Unified filter representation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UnifiedFilterRepresentationNormalized {
17
+ /** fieldName */
18
+ fieldName: string;
19
+ /** operator */
20
+ operator: string;
21
+ /** values */
22
+ values: Array<{}>;
23
+ }
24
+ /**
25
+ * Unified filter representation.
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface UnifiedFilterRepresentation {
31
+ fieldName: string;
32
+ operator: string;
33
+ values: Array<{}>;
34
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.354.0-dev2",
3
+ "version": "1.354.0-dev21",
4
4
  "description": "Tableau Unified Analytics Platform",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/analytics-unifiedanalytics.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.354.0-dev2"
43
+ "@salesforce/lds-bindings": "^1.354.0-dev21"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.354.0-dev2"
46
+ "@salesforce/lds-compiler-plugins": "^1.354.0-dev21"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {