@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev1 → 1.332.0-dev11
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 +2335 -759
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +4 -5
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +12 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/{getTableauOrgsByUserName.d.ts → getTableauOrgs.d.ts} +0 -3
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +7 -4
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +117 -0
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +6 -6
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +4 -4
- package/package.json +3 -3
- package/sfdc/index.js +4379 -2705
- package/src/raml/api.raml +371 -23
- package/src/raml/luvio.raml +51 -1
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +0 -28
package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DataAssetRequestRepresentation as DataAssetRequestRepresentation_DataAssetRequestRepresentation } from './DataAssetRequestRepresentation';
|
|
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, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 500;
|
|
4
|
+
export declare const VERSION = "b130e3ebdd5cd1a5007c21dad3bfa38a";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataAssetRequestCollectionRepresentation, existing: DataAssetRequestCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: DataAssetRequestCollectionRepresentationNormalized, incoming: DataAssetRequestCollectionRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAssetRequestCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Collection of Data Asset Requests
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataAssetRequestCollectionRepresentationNormalized {
|
|
19
|
+
/** List of data asset requests being returned */
|
|
20
|
+
dataAssetRequests: Array<$64$luvio_engine_StoreLink>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Collection of Data Asset Requests
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataAssetRequestCollectionRepresentation {
|
|
29
|
+
dataAssetRequests: Array<DataAssetRequestRepresentation_DataAssetRequestRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
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';
|
|
2
|
+
export declare const TTL = 500;
|
|
3
|
+
export declare const VERSION = "e424b55efdacaf049d687461eddd10cc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAssetRequestCountRepresentation, existing: DataAssetRequestCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestCountRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: DataAssetRequestCountRepresentationNormalized, incoming: DataAssetRequestCountRepresentationNormalized): 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: DataAssetRequestCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a data asset request count
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAssetRequestCountRepresentationNormalized {
|
|
18
|
+
/** Count of data asset requests */
|
|
19
|
+
count: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents a data asset request count
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAssetRequestCountRepresentation {
|
|
28
|
+
count: number;
|
|
29
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 = "90b925d8647c67d3ad89f3256f55f15e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
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;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataAssetRequestInputRepresentationNormalized, incoming: DataAssetRequestInputRepresentationNormalized): 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: DataAssetRequestInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* DataAssetRequest input representation in unified analytics.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataAssetRequestInputRepresentationNormalized {
|
|
17
|
+
/** Id of Asset being promoted */
|
|
18
|
+
assetId?: string;
|
|
19
|
+
/** Id for the request */
|
|
20
|
+
id?: string;
|
|
21
|
+
/** Label to be used for the request */
|
|
22
|
+
label?: string;
|
|
23
|
+
/** Number of dependencies associated with the asset being tracked */
|
|
24
|
+
numberOfDependencies?: number;
|
|
25
|
+
/** Rejection comment */
|
|
26
|
+
rejectionComment?: string;
|
|
27
|
+
/** Type of the request */
|
|
28
|
+
requestType?: string;
|
|
29
|
+
/** Requester comment */
|
|
30
|
+
requesterComment?: string;
|
|
31
|
+
/** Id for the source request */
|
|
32
|
+
sourceRequestId?: string;
|
|
33
|
+
/** Status of the request */
|
|
34
|
+
status?: string;
|
|
35
|
+
/** Workspace id or name of personal org related to the request */
|
|
36
|
+
workspaceIdOrApiName?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* DataAssetRequest input representation in unified analytics.
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* (none)
|
|
43
|
+
*/
|
|
44
|
+
export interface DataAssetRequestInputRepresentation {
|
|
45
|
+
assetId?: string;
|
|
46
|
+
id?: string;
|
|
47
|
+
label?: string;
|
|
48
|
+
numberOfDependencies?: number;
|
|
49
|
+
rejectionComment?: string;
|
|
50
|
+
requestType?: string;
|
|
51
|
+
requesterComment?: string;
|
|
52
|
+
sourceRequestId?: string;
|
|
53
|
+
status?: string;
|
|
54
|
+
workspaceIdOrApiName?: string;
|
|
55
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
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 = "43c05ab1871f7e0f8c17a6eaf58cdc17";
|
|
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
|
+
/** Migration Succeeded date */
|
|
53
|
+
migrationSucceededDate: string | null;
|
|
54
|
+
/** Number of dependencies associated with workspace asset being tracked in the request */
|
|
55
|
+
numberOfDependencies: number | null;
|
|
56
|
+
/** ID of personal org */
|
|
57
|
+
personalOrgId: string | null;
|
|
58
|
+
/** Workspace ID from personal org */
|
|
59
|
+
personalOrgWorkspaceId: string | null;
|
|
60
|
+
/** ID of production org */
|
|
61
|
+
productionOrgId: string | null;
|
|
62
|
+
/** Workspace ID from production org */
|
|
63
|
+
productionOrgWorkspaceId: string | null;
|
|
64
|
+
/** Rejection Comment */
|
|
65
|
+
rejectionComment: string | null;
|
|
66
|
+
/** Type of the request */
|
|
67
|
+
requestType: string;
|
|
68
|
+
/** The user who requested this request */
|
|
69
|
+
requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
70
|
+
/** Requested date */
|
|
71
|
+
requestedDate: string;
|
|
72
|
+
/** Requester Comment */
|
|
73
|
+
requesterComment: string;
|
|
74
|
+
/** Data Asset Request Source Id */
|
|
75
|
+
sourceRequestId: string | null;
|
|
76
|
+
/** Data Asset Request Status */
|
|
77
|
+
status: string;
|
|
78
|
+
/** Data Asset Request Target Id */
|
|
79
|
+
targetRequestId: string | null;
|
|
80
|
+
/** workspaceAssetId in the workspace */
|
|
81
|
+
workspaceAssetId: string;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Represents a data asset request
|
|
85
|
+
*
|
|
86
|
+
* Keys:
|
|
87
|
+
* dataAssetRequestId (string): id
|
|
88
|
+
*/
|
|
89
|
+
export interface DataAssetRequestRepresentation {
|
|
90
|
+
acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
91
|
+
acknowledgedDate: string | null;
|
|
92
|
+
assetId: string;
|
|
93
|
+
assetLabel: string | null;
|
|
94
|
+
cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
95
|
+
cancelledDate: string | null;
|
|
96
|
+
completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
|
|
97
|
+
completedDate: string | null;
|
|
98
|
+
failedDate: string | null;
|
|
99
|
+
id: string;
|
|
100
|
+
installedDate: string | null;
|
|
101
|
+
label: string;
|
|
102
|
+
migrationSucceededDate: string | null;
|
|
103
|
+
numberOfDependencies: number | null;
|
|
104
|
+
personalOrgId: string | null;
|
|
105
|
+
personalOrgWorkspaceId: string | null;
|
|
106
|
+
productionOrgId: string | null;
|
|
107
|
+
productionOrgWorkspaceId: string | null;
|
|
108
|
+
rejectionComment: string | null;
|
|
109
|
+
requestType: string;
|
|
110
|
+
requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
111
|
+
requestedDate: string;
|
|
112
|
+
requesterComment: string;
|
|
113
|
+
sourceRequestId: string | null;
|
|
114
|
+
status: string;
|
|
115
|
+
targetRequestId: string | null;
|
|
116
|
+
workspaceAssetId: string;
|
|
117
|
+
}
|
|
@@ -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 = "
|
|
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
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
|
|
31
|
-
|
|
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 = "
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev11",
|
|
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-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.332.0-dev11"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0-dev11"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|