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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +1421 -700
  2. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
  3. package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
  4. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
  6. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +4 -1
  8. package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
  9. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
  10. package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
  11. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
  12. package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
  13. package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
  14. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
  15. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
  16. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
  17. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
  18. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
  19. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
  20. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
  21. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
  22. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
  23. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
  24. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
  25. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
  26. package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
  27. package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
  28. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
  29. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +3 -3
  30. package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
  31. package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
  32. package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
  34. package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
  35. package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +37 -0
  36. package/package.json +3 -3
  37. package/sfdc/index.js +2021 -1291
  38. package/src/raml/api.raml +419 -1
  39. package/src/raml/luvio.raml +18 -0
@@ -0,0 +1,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
+ }
@@ -0,0 +1,38 @@
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
+ Daily = "Daily",
4
+ Weekly = "Weekly",
5
+ Cron = "Cron"
6
+ }
7
+ export declare const VERSION = "8d402553906feb8f614591983a82c64f";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: DataAlertScheduleInputRepresentation, existing: DataAlertScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertScheduleInputRepresentationNormalized;
11
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: DataAlertScheduleInputRepresentationNormalized, incoming: DataAlertScheduleInputRepresentationNormalized): boolean;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
17
+ /**
18
+ * Input representation for data alert schedule
19
+ *
20
+ * Keys:
21
+ * (none)
22
+ */
23
+ export interface DataAlertScheduleInputRepresentationNormalized {
24
+ /** schedule time */
25
+ hoursOfDay: Array<number>;
26
+ /** schedule type */
27
+ type: string;
28
+ }
29
+ /**
30
+ * Input representation for data alert schedule
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface DataAlertScheduleInputRepresentation {
36
+ hoursOfDay: Array<number>;
37
+ type: string;
38
+ }
@@ -0,0 +1,32 @@
1
+ import { DataAlertConditionInputRepresentation as DataAlertConditionInputRepresentation_DataAlertConditionInputRepresentation } from './DataAlertConditionInputRepresentation';
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 = "e38db7ea88bfcb72fc573e714e41b476";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertThresholdsInputRepresentation, existing: DataAlertThresholdsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertThresholdsInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertThresholdsInputRepresentationNormalized, incoming: DataAlertThresholdsInputRepresentationNormalized): 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: DataAlertThresholdsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Data alert thresholds input representation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertThresholdsInputRepresentationNormalized {
18
+ /** list of conditions to be evaluated. */
19
+ conditions: Array<DataAlertConditionInputRepresentation_DataAlertConditionInputRepresentation>;
20
+ /** logical operations between conditions */
21
+ customLogicalOperation: string;
22
+ }
23
+ /**
24
+ * Data alert thresholds input representation.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface DataAlertThresholdsInputRepresentation {
30
+ conditions: Array<DataAlertConditionInputRepresentation_DataAlertConditionInputRepresentation>;
31
+ customLogicalOperation: string;
32
+ }
@@ -0,0 +1,34 @@
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
+ RawValue = "RawValue",
4
+ Insights = "Insights"
5
+ }
6
+ export declare const VERSION = "526ef45bf1d0db9ef0185464ddd25721";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: DataAlertValueInputRepresentation, existing: DataAlertValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertValueInputRepresentationNormalized;
10
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: DataAlertValueInputRepresentationNormalized, incoming: DataAlertValueInputRepresentationNormalized): boolean;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
16
+ /**
17
+ * Abstract input representation for operands
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface DataAlertValueInputRepresentationNormalized {
23
+ /** type of operand */
24
+ type: string;
25
+ }
26
+ /**
27
+ * Abstract input representation for operands
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface DataAlertValueInputRepresentation {
33
+ type: string;
34
+ }
@@ -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 = "f807bfa55cdb9d27bef596f4cc64c4ea";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAlertValueRightOperandInputRepresentation, existing: DataAlertValueRightOperandInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertValueRightOperandInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAlertValueRightOperandInputRepresentationNormalized, incoming: DataAlertValueRightOperandInputRepresentationNormalized): 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: DataAlertValueRightOperandInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Abstract input representation for operands
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAlertValueRightOperandInputRepresentationNormalized {
17
+ /** type of operand */
18
+ type: string;
19
+ }
20
+ /**
21
+ * Abstract input representation for operands
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface DataAlertValueRightOperandInputRepresentation {
27
+ type: string;
28
+ }
@@ -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 = "e80885995fc293beffb1eb4e7c8186ae";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: DataAlertWeeklyScheduleInputRepresentation, existing: DataAlertWeeklyScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertWeeklyScheduleInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: DataAlertWeeklyScheduleInputRepresentationNormalized, incoming: DataAlertWeeklyScheduleInputRepresentationNormalized): 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: DataAlertWeeklyScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for weekly alert alert schedule
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface DataAlertWeeklyScheduleInputRepresentationNormalized extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
18
+ /** days of the week to receive data alerts */
19
+ daysOfWeek: Array<string>;
20
+ }
21
+ /**
22
+ * Input representation for weekly alert alert schedule
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface DataAlertWeeklyScheduleInputRepresentation extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
28
+ daysOfWeek: Array<string>;
29
+ type: 'Weekly';
30
+ }
@@ -1,7 +1,7 @@
1
1
  import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
2
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';
3
3
  export declare const TTL = 500;
4
- export declare const VERSION = "ada5b73b64faa32b0113876061677c0a";
4
+ export declare const VERSION = "6e1c96752ff32573835ff880edbeaac0";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -82,7 +82,7 @@ export interface DataAssetRequestRepresentationNormalized {
82
82
  /** Data Asset Request Target Id */
83
83
  targetRequestId: string | null;
84
84
  /** workspaceAssetId in the workspace */
85
- workspaceAssetId: string;
85
+ workspaceAssetId: string | null;
86
86
  }
87
87
  /**
88
88
  * Represents a data asset request
@@ -119,5 +119,5 @@ export interface DataAssetRequestRepresentation {
119
119
  sourceRequestId: string | null;
120
120
  status: string;
121
121
  targetRequestId: string | null;
122
- workspaceAssetId: string;
122
+ workspaceAssetId: string | null;
123
123
  }
@@ -1,5 +1,6 @@
1
+ import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
1
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';
2
- export declare const VERSION = "de36c0572f37b1a02fa80bec841a9bb0";
3
+ export declare const VERSION = "72ba19137e3c57dbef3fb646bf3cf92f";
3
4
  export declare function validate(obj: any, path?: string): TypeError | null;
4
5
  export declare const RepresentationType: string;
5
6
  export declare function normalize(input: FollowInputRepresentation, existing: FollowInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowInputRepresentationNormalized;
@@ -18,6 +19,7 @@ export interface FollowInputRepresentationNormalized {
18
19
  assetId: string;
19
20
  /** Followed asset type */
20
21
  assetType: string;
22
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
21
23
  /** Follower type */
22
24
  followerType: string;
23
25
  }
@@ -30,5 +32,6 @@ export interface FollowInputRepresentationNormalized {
30
32
  export interface FollowInputRepresentation {
31
33
  assetId: string;
32
34
  assetType: string;
35
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
33
36
  followerType: string;
34
37
  }
@@ -1,6 +1,7 @@
1
+ import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
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 = "78c8f4aaf4225e205a8cca55d191cce6";
4
+ export declare const VERSION = "9cd6980f9593d6d32a175fd89cc6d611";
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 {
@@ -32,6 +33,8 @@ export interface FollowedAssetRepresentationNormalized {
32
33
  createdDate: string;
33
34
  /** Description of the asset. */
34
35
  description?: string;
36
+ /** Time Range filter representation */
37
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
35
38
  /** Database record id of the asset. */
36
39
  id: string;
37
40
  /** Label of the asset. */
@@ -54,6 +57,7 @@ export interface FollowedAssetRepresentation {
54
57
  createdBy: unknown;
55
58
  createdDate: string;
56
59
  description?: string;
60
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
57
61
  id: string;
58
62
  label: string;
59
63
  lastModifiedBy?: unknown;
@@ -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 = "485d6ce6d6797417575c91493e9d23fa";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FollowedTimeRangeRepresentation, existing: FollowedTimeRangeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowedTimeRangeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FollowedTimeRangeRepresentationNormalized, incoming: FollowedTimeRangeRepresentationNormalized): 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: FollowedTimeRangeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Followed Time Range Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FollowedTimeRangeRepresentationNormalized {
17
+ fieldName: string;
18
+ operator: string;
19
+ values: Array<string | number>;
20
+ }
21
+ /**
22
+ * Followed Time Range Representation
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FollowedTimeRangeRepresentation {
28
+ fieldName: string;
29
+ operator: string;
30
+ values: Array<string | number>;
31
+ }
@@ -1,7 +1,8 @@
1
1
  import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
2
+ import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
2
3
  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';
3
4
  export declare const TTL = 500;
4
- export declare const VERSION = "9a4f1166e92aab266ef84b910ef0c322";
5
+ export declare const VERSION = "c3bc904365300b26d1f104c9bc055527";
5
6
  export declare function validate(obj: any, path?: string): TypeError | null;
6
7
  export declare const RepresentationType: string;
7
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -33,6 +34,8 @@ export interface FollowerAssetRepresentationNormalized {
33
34
  followedAssetId: string;
34
35
  /** Followed asset type */
35
36
  followedAssetType: string;
37
+ /** Time Range filter representation */
38
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
36
39
  /** Follower ID */
37
40
  followerId: string;
38
41
  /** Follower type */
@@ -49,6 +52,7 @@ export interface FollowerAssetRepresentation {
49
52
  createdDate: string;
50
53
  followedAssetId: string;
51
54
  followedAssetType: string;
55
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
52
56
  followerId: string;
53
57
  followerType: string;
54
58
  }
@@ -0,0 +1,33 @@
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 = "f9584e5051c544109bbcc14819c3a3e7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: UnifiedFilterInputRepresentation, existing: UnifiedFilterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedFilterInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: UnifiedFilterInputRepresentationNormalized, incoming: UnifiedFilterInputRepresentationNormalized): 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: UnifiedFilterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Message representing the Unified Filter.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface UnifiedFilterInputRepresentationNormalized {
17
+ /** FieldName */
18
+ fieldName?: string;
19
+ operator?: string;
20
+ /** An array of values. All values must be of the same type. We support strings, numbers, and booleans. */
21
+ values?: Array<unknown>;
22
+ }
23
+ /**
24
+ * Message representing the Unified Filter.
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface UnifiedFilterInputRepresentation {
30
+ fieldName?: string;
31
+ operator?: string;
32
+ values?: Array<unknown>;
33
+ }
@@ -0,0 +1,37 @@
1
+ import { FollowedTimeRangeRepresentation as FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation } from './FollowedTimeRangeRepresentation';
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 = "60b4ded6fba2268d24c8fb907e260165";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: UpdateFollowedAssetInputRepresentation, existing: UpdateFollowedAssetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UpdateFollowedAssetInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: UpdateFollowedAssetInputRepresentationNormalized, incoming: UpdateFollowedAssetInputRepresentationNormalized): 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: UpdateFollowedAssetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Update followed asset input representation in unified analytics.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface UpdateFollowedAssetInputRepresentationNormalized {
18
+ /** Asset ID */
19
+ assetId: string;
20
+ /** Followed asset type */
21
+ assetType?: string;
22
+ followedTimeRange: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
23
+ /** Follower type */
24
+ followerType?: string;
25
+ }
26
+ /**
27
+ * Update followed asset input representation in unified analytics.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface UpdateFollowedAssetInputRepresentation {
33
+ assetId: string;
34
+ assetType?: string;
35
+ followedTimeRange: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation;
36
+ followerType?: string;
37
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.332.0-dev16",
3
+ "version": "1.332.0-dev18",
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.332.0-dev16"
43
+ "@salesforce/lds-bindings": "^1.332.0-dev18"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.332.0-dev16"
46
+ "@salesforce/lds-compiler-plugins": "^1.332.0-dev18"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {