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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +3050 -671
  2. package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +1 -0
  3. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +27 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +1 -0
  6. package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +1 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +1 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
  14. package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +1 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +1 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +1 -0
  17. package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +3 -0
  18. package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +1 -0
  19. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +28 -0
  20. package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
  21. package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +20 -0
  22. package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +1 -0
  23. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
  24. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -1
  25. package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +1 -0
  26. package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
  27. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
  28. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
  29. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
  30. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
  31. package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
  32. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +1 -0
  33. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +3 -0
  34. package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
  35. package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +3 -0
  36. package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
  37. package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
  38. package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +3 -0
  39. package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +3 -0
  40. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +26 -0
  41. package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
  42. package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +2 -0
  43. package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +3 -0
  44. package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +3 -0
  45. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +29 -0
  46. package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
  47. package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +10 -1
  48. package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
  49. package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
  50. package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleInputRepresentation.d.ts +30 -0
  51. package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
  52. package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
  53. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +47 -0
  54. package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
  55. package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
  56. package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
  57. package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
  58. package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
  59. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +38 -0
  60. package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +38 -0
  61. package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
  62. package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
  63. package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
  64. package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
  65. package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
  66. package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
  67. package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +69 -0
  68. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
  69. package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
  70. package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
  71. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
  72. package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +4 -1
  73. package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +5 -1
  74. package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
  75. package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +5 -1
  76. package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
  77. package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
  78. package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
  79. package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +38 -0
  80. package/package.json +3 -3
  81. package/sfdc/index.js +5055 -2566
  82. package/src/raml/api.raml +868 -23
  83. package/src/raml/luvio.raml +69 -1
  84. package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
@@ -0,0 +1,123 @@
1
+ import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
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
+ export declare const TTL = 500;
4
+ export declare const VERSION = "6e1c96752ff32573835ff880edbeaac0";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
8
+ dataAssetRequestId: string;
9
+ }
10
+ export type DataAssetRequestRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export type PartialDataAssetRequestRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): DataAssetRequestRepresentationNormalizedKeyMetadata;
14
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: DataAssetRequestRepresentation): string;
15
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: DataAssetRequestRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
16
+ export declare function normalize(input: DataAssetRequestRepresentation, existing: DataAssetRequestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestRepresentationNormalized;
17
+ export declare const select: () => $64$luvio_engine_BaseFragment;
18
+ export declare function equals(existing: DataAssetRequestRepresentationNormalized, incoming: DataAssetRequestRepresentationNormalized): boolean;
19
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
20
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAssetRequestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
21
+ /**
22
+ * Represents a data asset request
23
+ *
24
+ * Keys:
25
+ * dataAssetRequestId (string): id
26
+ */
27
+ export interface DataAssetRequestRepresentationNormalized {
28
+ /** The user who approved or rejected this request */
29
+ acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
30
+ /** Acknowledged date */
31
+ acknowledgedDate: string | null;
32
+ /** assetId associated with the request */
33
+ assetId: string;
34
+ /** Asset Label */
35
+ assetLabel: string | null;
36
+ /** The user who cancelled this request */
37
+ cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
38
+ /** Cancelled date */
39
+ cancelledDate: string | null;
40
+ /** The user who completed this request */
41
+ completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
42
+ /** Completed date */
43
+ completedDate: string | null;
44
+ /** Failed date */
45
+ failedDate: string | null;
46
+ /** Data Asset Request Id */
47
+ id: string;
48
+ /** Installed date */
49
+ installedDate: string | null;
50
+ /** Data Asset Request Label */
51
+ label: string;
52
+ /** The user who last modified this request */
53
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
54
+ /** Last modified date for the data asset record */
55
+ lastModifiedDate: string;
56
+ /** Migration Succeeded date */
57
+ migrationSucceededDate: string | null;
58
+ /** Number of dependencies associated with workspace asset being tracked in the request */
59
+ numberOfDependencies: number | null;
60
+ /** ID of personal org */
61
+ personalOrgId: string | null;
62
+ /** Workspace ID from personal org */
63
+ personalOrgWorkspaceId: string | null;
64
+ /** ID of production org */
65
+ productionOrgId: string | null;
66
+ /** Workspace ID from production org */
67
+ productionOrgWorkspaceId: string | null;
68
+ /** Rejection Comment */
69
+ rejectionComment: string | null;
70
+ /** Type of the request */
71
+ requestType: string;
72
+ /** The user who requested this request */
73
+ requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
74
+ /** Requested date */
75
+ requestedDate: string;
76
+ /** Requester Comment */
77
+ requesterComment: string;
78
+ /** Data Asset Request Source Id */
79
+ sourceRequestId: string | null;
80
+ /** Data Asset Request Status */
81
+ status: string;
82
+ /** Data Asset Request Target Id */
83
+ targetRequestId: string | null;
84
+ /** workspaceAssetId in the workspace */
85
+ workspaceAssetId: string | null;
86
+ }
87
+ /**
88
+ * Represents a data asset request
89
+ *
90
+ * Keys:
91
+ * dataAssetRequestId (string): id
92
+ */
93
+ export interface DataAssetRequestRepresentation {
94
+ acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
95
+ acknowledgedDate: string | null;
96
+ assetId: string;
97
+ assetLabel: string | null;
98
+ cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
99
+ cancelledDate: string | null;
100
+ completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
101
+ completedDate: string | null;
102
+ failedDate: string | null;
103
+ id: string;
104
+ installedDate: string | null;
105
+ label: string;
106
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
107
+ lastModifiedDate: string;
108
+ migrationSucceededDate: string | null;
109
+ numberOfDependencies: number | null;
110
+ personalOrgId: string | null;
111
+ personalOrgWorkspaceId: string | null;
112
+ productionOrgId: string | null;
113
+ productionOrgWorkspaceId: string | null;
114
+ rejectionComment: string | null;
115
+ requestType: string;
116
+ requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
117
+ requestedDate: string;
118
+ requesterComment: string;
119
+ sourceRequestId: string | null;
120
+ status: string;
121
+ targetRequestId: string | null;
122
+ workspaceAssetId: string | null;
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
  }
@@ -1,7 +1,7 @@
1
1
  import { OrgRepresentation as OrgRepresentation_OrgRepresentation } from './OrgRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
3
  export declare const TTL = 500;
4
- export declare const VERSION = "ebd45d9f8ecdc711027eec047d0803ac";
4
+ export declare const VERSION = "dba0af366d4e42611a2437d6eeb19b6e";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export declare function normalize(input: OrgCollectionRepresentation, existing: OrgCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OrgCollectionRepresentationNormalized;
@@ -16,9 +16,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  * (none)
17
17
  */
18
18
  export interface OrgCollectionRepresentationNormalized {
19
- currentOrg: OrgRepresentation_OrgRepresentation;
20
- /** List of orgs being returned. */
21
- orgs: Array<OrgRepresentation_OrgRepresentation>;
19
+ /** List of Personal Orgs. */
20
+ personalOrgs: Array<OrgRepresentation_OrgRepresentation>;
21
+ productionOrg: OrgRepresentation_OrgRepresentation;
22
22
  }
23
23
  /**
24
24
  * A collection of unified analytics orgs.
@@ -27,6 +27,6 @@ export interface OrgCollectionRepresentationNormalized {
27
27
  * (none)
28
28
  */
29
29
  export interface OrgCollectionRepresentation {
30
- currentOrg: OrgRepresentation_OrgRepresentation;
31
- orgs: Array<OrgRepresentation_OrgRepresentation>;
30
+ personalOrgs: Array<OrgRepresentation_OrgRepresentation>;
31
+ productionOrg: OrgRepresentation_OrgRepresentation;
32
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 = "532599d95fdaea9817e22dadcc92d155";
2
+ export declare const VERSION = "66a4e5489233a961b3f3ae71f34756ad";
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: OrgRepresentation, existing: OrgRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OrgRepresentationNormalized;
@@ -16,10 +16,10 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  export interface OrgRepresentationNormalized {
17
17
  /** ID of this org. */
18
18
  id: string;
19
+ /** Is user currently logged in this org */
20
+ isCurrentOrg: boolean;
19
21
  /** Named label to display for this org */
20
22
  label: string;
21
- /** URL to display for this org */
22
- orgUrl: string;
23
23
  /** URL to switch to this org. */
24
24
  targetUrl: string;
25
25
  }
@@ -31,7 +31,7 @@ export interface OrgRepresentationNormalized {
31
31
  */
32
32
  export interface OrgRepresentation {
33
33
  id: string;
34
+ isCurrentOrg: boolean;
34
35
  label: string;
35
- orgUrl: string;
36
36
  targetUrl: string;
37
37
  }
@@ -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,38 @@
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 = "0694d9a08ad023f17a5520aec2b0fac5";
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
+ /** Time Range filter representation */
23
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
24
+ /** Follower type */
25
+ followerType?: string;
26
+ }
27
+ /**
28
+ * Update followed asset input representation in unified analytics.
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface UpdateFollowedAssetInputRepresentation {
34
+ assetId: string;
35
+ assetType?: string;
36
+ followedTimeRange?: FollowedTimeRangeRepresentation_FollowedTimeRangeRepresentation | null;
37
+ followerType?: string;
38
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.332.0-dev2",
3
+ "version": "1.332.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.332.0-dev2"
43
+ "@salesforce/lds-bindings": "^1.332.0-dev21"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.332.0-dev2"
46
+ "@salesforce/lds-compiler-plugins": "^1.332.0-dev21"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {