@salesforce/lds-adapters-analytics-unifiedanalytics 1.380.0-dev2 → 1.380.0-dev20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/analytics-unifiedanalytics.js +1488 -1076
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecordShares.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAllShares.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +4 -3
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordId.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFlows.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauRecordsSharesByRecordId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/types/AnalyticsVersionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCollectionRepresentation.d.ts +5 -14
- package/dist/es/es2018/types/src/generated/types/DataAlertEveryNMinutesScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertEveryNMinutesScheduleRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +6 -5
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +5 -4
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/DataSpaceInfoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessCollectionRepresentation.d.ts +32 -1
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/VisualizationCollectionRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/VisualizationRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/VisualizationShallowRepresentation.d.ts +77 -0
- package/package.json +3 -3
- package/sfdc/index.js +1617 -1249
- package/src/raml/api.raml +242 -7
- package/src/raml/luvio.raml +25 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "da2ac730d90a960ad2384f274f7a0257";
|
|
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: DataAssetRequestInputRepresentation, existing: DataAssetRequestInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestInputRepresentationNormalized;
|
|
@@ -22,6 +22,8 @@ export interface DataAssetRequestInputRepresentationNormalized {
|
|
|
22
22
|
label?: string;
|
|
23
23
|
/** Number of dependencies associated with the asset being tracked */
|
|
24
24
|
numberOfDependencies?: number;
|
|
25
|
+
/** Export status of the promotion metadata package */
|
|
26
|
+
packageExportStatus?: string;
|
|
25
27
|
/** Rejection comment */
|
|
26
28
|
rejectionComment?: string;
|
|
27
29
|
/** Type of the request */
|
|
@@ -46,6 +48,7 @@ export interface DataAssetRequestInputRepresentation {
|
|
|
46
48
|
id?: string;
|
|
47
49
|
label?: string;
|
|
48
50
|
numberOfDependencies?: number;
|
|
51
|
+
packageExportStatus?: string;
|
|
49
52
|
rejectionComment?: string;
|
|
50
53
|
requestType?: string;
|
|
51
54
|
requesterComment?: string;
|
|
@@ -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 = "
|
|
4
|
+
export declare const VERSION = "c3146faa002b9dc423c9bb45dc4db3f2";
|
|
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 {
|
|
@@ -57,6 +57,12 @@ export interface DataAssetRequestRepresentationNormalized {
|
|
|
57
57
|
migrationSucceededDate: string | null;
|
|
58
58
|
/** Number of dependencies associated with workspace asset being tracked in the request */
|
|
59
59
|
numberOfDependencies: number | null;
|
|
60
|
+
/** Export status of the metadata package request */
|
|
61
|
+
packageExportStatus: string | null;
|
|
62
|
+
/** User that last exported the metadata package request */
|
|
63
|
+
packageExportedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
64
|
+
/** Date and time the metadata package was exported */
|
|
65
|
+
packageExportedDate: string | null;
|
|
60
66
|
/** ID of personal org */
|
|
61
67
|
personalOrgId: string | null;
|
|
62
68
|
/** Workspace ID from personal org */
|
|
@@ -107,6 +113,9 @@ export interface DataAssetRequestRepresentation {
|
|
|
107
113
|
lastModifiedDate: string;
|
|
108
114
|
migrationSucceededDate: string | null;
|
|
109
115
|
numberOfDependencies: number | null;
|
|
116
|
+
packageExportStatus: string | null;
|
|
117
|
+
packageExportedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
118
|
+
packageExportedDate: string | null;
|
|
110
119
|
personalOrgId: string | null;
|
|
111
120
|
personalOrgWorkspaceId: string | null;
|
|
112
121
|
productionOrgId: string | null;
|
|
@@ -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 = "348890df55934c5a777c5b9a913f4b3f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataSpaceInfoRepresentation, existing: DataSpaceInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataSpaceInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataSpaceInfoRepresentationNormalized, incoming: DataSpaceInfoRepresentationNormalized): 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: DataSpaceInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* DataSpace Info Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataSpaceInfoRepresentationNormalized {
|
|
17
|
+
/** DataSpace developer name. */
|
|
18
|
+
dataSpaceDeveloperName: string;
|
|
19
|
+
/** DataSpace label. */
|
|
20
|
+
dataSpaceLabel: string;
|
|
21
|
+
/** DataSpace prefix. */
|
|
22
|
+
dataSpacePrefix: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* DataSpace Info Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataSpaceInfoRepresentation {
|
|
31
|
+
dataSpaceDeveloperName: string;
|
|
32
|
+
dataSpaceLabel: string;
|
|
33
|
+
dataSpacePrefix: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SetupRecordAccessCollectionRepresentation.d.ts
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { SetupRecordAccessRepresentation as SetupRecordAccessRepresentation_SetupRecordAccessRepresentation } from './SetupRecordAccessRepresentation';
|
|
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, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
3
|
export declare const TTL = 1000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "29800a9767c855e655dd3548834bae10";
|
|
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 {
|
|
8
|
+
filterByRecipientType: Array<string>;
|
|
8
9
|
recordId: string;
|
|
10
|
+
filterByUserOrGroupId: string | null;
|
|
11
|
+
sortOrder: string;
|
|
12
|
+
orderBy: string;
|
|
9
13
|
}
|
|
10
14
|
export type SetupRecordAccessCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
15
|
export type PartialSetupRecordAccessCollectionRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
@@ -22,21 +26,48 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
22
26
|
* A collection of record access mapping
|
|
23
27
|
*
|
|
24
28
|
* Keys:
|
|
29
|
+
* filterByRecipientType (Array<string>): filterByRecipientType
|
|
25
30
|
* recordId (string): recordId
|
|
31
|
+
* filterByUserOrGroupId (string | null): filterByUserOrGroupId
|
|
32
|
+
* sortOrder (string): sortOrder
|
|
33
|
+
* orderBy (string): orderBy
|
|
26
34
|
*/
|
|
27
35
|
export interface SetupRecordAccessCollectionRepresentationNormalized {
|
|
36
|
+
/** recipient filter value, default is none */
|
|
37
|
+
filterByRecipientType: Array<string>;
|
|
38
|
+
/** Id of the User/Group */
|
|
39
|
+
filterByUserOrGroupId: string | null;
|
|
40
|
+
/** Limit parameter value */
|
|
41
|
+
limit: number;
|
|
42
|
+
/** Offset parameter value */
|
|
43
|
+
offset: number;
|
|
44
|
+
/** Order By value for response */
|
|
45
|
+
orderBy: string;
|
|
28
46
|
/** List of shares being returned for a record */
|
|
29
47
|
recordAccessMappings: Array<$64$luvio_engine_StoreLink>;
|
|
30
48
|
/** Id for record */
|
|
31
49
|
recordId: string;
|
|
50
|
+
/** Sort Order value for response */
|
|
51
|
+
sortOrder: string;
|
|
32
52
|
}
|
|
33
53
|
/**
|
|
34
54
|
* A collection of record access mapping
|
|
35
55
|
*
|
|
36
56
|
* Keys:
|
|
57
|
+
* filterByRecipientType (Array<string>): filterByRecipientType
|
|
37
58
|
* recordId (string): recordId
|
|
59
|
+
* filterByUserOrGroupId (string | null): filterByUserOrGroupId
|
|
60
|
+
* sortOrder (string): sortOrder
|
|
61
|
+
* orderBy (string): orderBy
|
|
38
62
|
*/
|
|
39
63
|
export interface SetupRecordAccessCollectionRepresentation {
|
|
64
|
+
filterByRecipientType: Array<string>;
|
|
65
|
+
filterByUserOrGroupId: string | null;
|
|
66
|
+
limit: number;
|
|
67
|
+
offset: number;
|
|
68
|
+
orderBy: string;
|
|
40
69
|
recordAccessMappings: Array<SetupRecordAccessRepresentation_SetupRecordAccessRepresentation>;
|
|
41
70
|
recordId: string;
|
|
71
|
+
sortOrder: string;
|
|
42
72
|
}
|
|
73
|
+
export declare const notifyUpdateAvailableFactory: (luvio: $64$luvio_engine_Luvio) => (configs: Partial<KeyParams>[]) => Promise<void>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "535532bdabc5e474f966246eb0a0f04b";
|
|
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: SetupRecordAccessInputRepresentation, existing: SetupRecordAccessInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordAccessInputRepresentationNormalized;
|
|
@@ -16,6 +16,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
16
|
export interface SetupRecordAccessInputRepresentationNormalized {
|
|
17
17
|
/** List of records shares */
|
|
18
18
|
accessRequestItems: Array<unknown>;
|
|
19
|
+
/** check for sending notification to recipients */
|
|
20
|
+
sendNotificationToRecipients?: boolean;
|
|
19
21
|
}
|
|
20
22
|
/**
|
|
21
23
|
* User Or Role Access Input Representation
|
|
@@ -25,4 +27,5 @@ export interface SetupRecordAccessInputRepresentationNormalized {
|
|
|
25
27
|
*/
|
|
26
28
|
export interface SetupRecordAccessInputRepresentation {
|
|
27
29
|
accessRequestItems: Array<unknown>;
|
|
30
|
+
sendNotificationToRecipients?: boolean;
|
|
28
31
|
}
|
package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "56cf7641df9c98fbbbcf8b438caa22e9";
|
|
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: SetupRecordShareUserOrGroupRepresentation, existing: SetupRecordShareUserOrGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareUserOrGroupRepresentationNormalized;
|
|
@@ -18,6 +18,8 @@ export interface SetupRecordShareUserOrGroupRepresentationNormalized {
|
|
|
18
18
|
displayName?: string;
|
|
19
19
|
/** Email of the User */
|
|
20
20
|
email?: string;
|
|
21
|
+
/** Count of users in group */
|
|
22
|
+
groupMemberCount?: number;
|
|
21
23
|
/** Id of the User or Group */
|
|
22
24
|
id?: string;
|
|
23
25
|
/** Profile Photo URL of the User */
|
|
@@ -34,6 +36,7 @@ export interface SetupRecordShareUserOrGroupRepresentationNormalized {
|
|
|
34
36
|
export interface SetupRecordShareUserOrGroupRepresentation {
|
|
35
37
|
displayName?: string;
|
|
36
38
|
email?: string;
|
|
39
|
+
groupMemberCount?: number;
|
|
37
40
|
id?: string;
|
|
38
41
|
profilePhotoUrl?: string;
|
|
39
42
|
username?: string;
|
|
@@ -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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
import {
|
|
2
|
+
import { VisualizationShallowRepresentation as VisualizationShallowRepresentation_VisualizationShallowRepresentation } from './VisualizationShallowRepresentation';
|
|
3
3
|
export declare const VERSION = "5776801816925590eb98255014a10bd4";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
@@ -34,5 +34,5 @@ export interface VisualizationCollectionRepresentationNormalized {
|
|
|
34
34
|
* (none)
|
|
35
35
|
*/
|
|
36
36
|
export interface VisualizationCollectionRepresentation {
|
|
37
|
-
visualizations: Array<
|
|
37
|
+
visualizations: Array<VisualizationShallowRepresentation_VisualizationShallowRepresentation>;
|
|
38
38
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
|
|
2
|
+
import { AnalyticsVersionRepresentation as AnalyticsVersionRepresentation_AnalyticsVersionRepresentation } from './AnalyticsVersionRepresentation';
|
|
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
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "26516899843aa6fea56b3261cf3d1d39";
|
|
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 {
|
|
@@ -50,6 +51,8 @@ export interface VisualizationRepresentationNormalized {
|
|
|
50
51
|
lastModifiedDate?: string;
|
|
51
52
|
/** Name of the asset. */
|
|
52
53
|
name: string;
|
|
54
|
+
/** Api version of the visualization. */
|
|
55
|
+
sourceVersion: AnalyticsVersionRepresentation_AnalyticsVersionRepresentation;
|
|
53
56
|
/** The visualization view. */
|
|
54
57
|
view?: {
|
|
55
58
|
[key: string]: unknown;
|
|
@@ -85,6 +88,7 @@ export interface VisualizationRepresentation {
|
|
|
85
88
|
lastModifiedBy?: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
86
89
|
lastModifiedDate?: string;
|
|
87
90
|
name: string;
|
|
91
|
+
sourceVersion: AnalyticsVersionRepresentation_AnalyticsVersionRepresentation;
|
|
88
92
|
view?: {
|
|
89
93
|
[key: string]: unknown;
|
|
90
94
|
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
|
|
2
|
+
import { AnalyticsVersionRepresentation as AnalyticsVersionRepresentation_AnalyticsVersionRepresentation } from './AnalyticsVersionRepresentation';
|
|
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';
|
|
4
|
+
export declare const VERSION = "5cff5567020fdfd5728d63c747edea62";
|
|
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
|
+
name: string;
|
|
9
|
+
}
|
|
10
|
+
export type VisualizationShallowRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialVisualizationShallowRepresentationNormalizedKeyMetadata = 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): VisualizationShallowRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: VisualizationShallowRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: VisualizationShallowRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: VisualizationShallowRepresentation, existing: VisualizationShallowRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationShallowRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: VisualizationShallowRepresentationNormalized, incoming: VisualizationShallowRepresentationNormalized): 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: VisualizationShallowRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Unified analytics visualization shallow representation with base properties only.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* name (string): name
|
|
26
|
+
*/
|
|
27
|
+
export interface VisualizationShallowRepresentationNormalized {
|
|
28
|
+
/** Created by of the asset. */
|
|
29
|
+
createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
30
|
+
/** Created date of the asset */
|
|
31
|
+
createdDate: string;
|
|
32
|
+
/** Datasource of this visualization. */
|
|
33
|
+
dataSource: {
|
|
34
|
+
[key: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
/** Description of the asset. */
|
|
37
|
+
description?: string;
|
|
38
|
+
/** Visualization id. */
|
|
39
|
+
id: string;
|
|
40
|
+
/** Label of the asset. */
|
|
41
|
+
label: string;
|
|
42
|
+
/** Last modified by of the asset. */
|
|
43
|
+
lastModifiedBy?: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
44
|
+
/** Last modified date of the asset. */
|
|
45
|
+
lastModifiedDate?: string;
|
|
46
|
+
/** Name of the asset. */
|
|
47
|
+
name: string;
|
|
48
|
+
/** Api version of the visualization. */
|
|
49
|
+
sourceVersion: AnalyticsVersionRepresentation_AnalyticsVersionRepresentation;
|
|
50
|
+
/** The workspace name the visualization belongs to. */
|
|
51
|
+
workspace: {
|
|
52
|
+
[key: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Unified analytics visualization shallow representation with base properties only.
|
|
57
|
+
*
|
|
58
|
+
* Keys:
|
|
59
|
+
* name (string): name
|
|
60
|
+
*/
|
|
61
|
+
export interface VisualizationShallowRepresentation {
|
|
62
|
+
createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
63
|
+
createdDate: string;
|
|
64
|
+
dataSource: {
|
|
65
|
+
[key: string]: unknown;
|
|
66
|
+
};
|
|
67
|
+
description?: string;
|
|
68
|
+
id: string;
|
|
69
|
+
label: string;
|
|
70
|
+
lastModifiedBy?: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
71
|
+
lastModifiedDate?: string;
|
|
72
|
+
name: string;
|
|
73
|
+
sourceVersion: AnalyticsVersionRepresentation_AnalyticsVersionRepresentation;
|
|
74
|
+
workspace: {
|
|
75
|
+
[key: string]: unknown;
|
|
76
|
+
};
|
|
77
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev20",
|
|
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.380.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.380.0-dev20"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.380.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.380.0-dev20"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|