@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev10 → 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.
@@ -6,16 +6,16 @@ export declare const adapterName = "createDataAssetRequest";
6
6
  export declare const createDataAssetRequest_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const createDataAssetRequest_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface CreateDataAssetRequestConfig {
9
- assetId: string;
10
- id: string;
11
- label: string;
12
- numberOfDependencies: number;
13
- rejectionComment: string;
14
- requestType: string;
15
- requesterComment: string;
16
- sourceRequestId: string;
17
- status: string;
18
- workspaceIdOrApiName: string;
9
+ assetId?: string;
10
+ id?: string;
11
+ label?: string;
12
+ numberOfDependencies?: number;
13
+ rejectionComment?: string;
14
+ requestType?: string;
15
+ requesterComment?: string;
16
+ sourceRequestId?: string;
17
+ status?: string;
18
+ workspaceIdOrApiName?: string;
19
19
  }
20
20
  export declare const createResourceParams: (config: CreateDataAssetRequestConfig) => resources_postTableauDataAssetsRequests_ResourceRequestConfig;
21
21
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataAssetRequestConfig>): adapter$45$utils_Untrusted<CreateDataAssetRequestConfig>;
@@ -1,22 +1,21 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
- import { ResourceRequestConfig as resources_getTableauOrgsByUserName_ResourceRequestConfig } from '../resources/getTableauOrgsByUserName';
3
+ import { ResourceRequestConfig as resources_getTableauOrgs_ResourceRequestConfig } from '../resources/getTableauOrgs';
4
4
  import { OrgCollectionRepresentation as types_OrgCollectionRepresentation_OrgCollectionRepresentation } from '../types/OrgCollectionRepresentation';
5
5
  export declare const adapterName = "getOrg";
6
6
  export declare const getOrg_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const getOrg_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetOrgConfig {
9
- userName: string;
10
9
  }
11
- export declare const createResourceParams: (config: GetOrgConfig) => resources_getTableauOrgsByUserName_ResourceRequestConfig;
10
+ export declare const createResourceParams: (config: GetOrgConfig) => resources_getTableauOrgs_ResourceRequestConfig;
12
11
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): string;
13
12
  export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
13
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetOrgConfig>): adapter$45$utils_Untrusted<GetOrgConfig>;
15
14
  export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetOrgConfig | null;
16
15
  export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_Fragment;
17
16
  export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>;
18
- export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgsByUserName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OrgCollectionRepresentation_OrgCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
19
- export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgsByUserName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
17
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgs_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OrgCollectionRepresentation_OrgCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
18
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgs_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
20
19
  export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
21
20
  export type BuildSnapshotContext = {
22
21
  luvio: $64$luvio_engine_Luvio;
@@ -7,16 +7,16 @@ export declare const updateDataAssetRequest_ConfigPropertyMetadata: $64$luvio_en
7
7
  export declare const updateDataAssetRequest_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface UpdateDataAssetRequestConfig {
9
9
  requestIdOrApiName: string;
10
- assetId: string;
11
- id: string;
12
- label: string;
13
- numberOfDependencies: number;
14
- rejectionComment: string;
15
- requestType: string;
16
- requesterComment: string;
17
- sourceRequestId: string;
18
- status: string;
19
- workspaceIdOrApiName: string;
10
+ assetId?: string;
11
+ id?: string;
12
+ label?: string;
13
+ numberOfDependencies?: number;
14
+ rejectionComment?: string;
15
+ requestType?: string;
16
+ requesterComment?: string;
17
+ sourceRequestId?: string;
18
+ status?: string;
19
+ workspaceIdOrApiName?: string;
20
20
  }
21
21
  export declare const createResourceParams: (config: UpdateDataAssetRequestConfig) => resources_patchTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig;
22
22
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateDataAssetRequestConfig>): adapter$45$utils_Untrusted<UpdateDataAssetRequestConfig>;
@@ -1,9 +1,6 @@
1
1
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
2
  import { OrgCollectionRepresentation as types_OrgCollectionRepresentation_OrgCollectionRepresentation } from '../types/OrgCollectionRepresentation';
3
3
  export interface ResourceRequestConfig {
4
- urlParams: {
5
- userName: string;
6
- };
7
4
  }
8
5
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
9
6
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
@@ -5,16 +5,16 @@ export interface ResourceRequestConfig {
5
5
  requestIdOrApiName: string;
6
6
  };
7
7
  body: {
8
- assetId: string;
9
- id: string;
10
- label: string;
11
- numberOfDependencies: number;
12
- rejectionComment: string;
13
- requestType: string;
14
- requesterComment: string;
15
- sourceRequestId: string;
16
- status: string;
17
- workspaceIdOrApiName: string;
8
+ assetId?: string;
9
+ id?: string;
10
+ label?: string;
11
+ numberOfDependencies?: number;
12
+ rejectionComment?: string;
13
+ requestType?: string;
14
+ requesterComment?: string;
15
+ sourceRequestId?: string;
16
+ status?: string;
17
+ workspaceIdOrApiName?: string;
18
18
  };
19
19
  }
20
20
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -2,16 +2,16 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
2
2
  import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation } from '../types/DataAssetRequestRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  body: {
5
- assetId: string;
6
- id: string;
7
- label: string;
8
- numberOfDependencies: number;
9
- rejectionComment: string;
10
- requestType: string;
11
- requesterComment: string;
12
- sourceRequestId: string;
13
- status: string;
14
- workspaceIdOrApiName: string;
5
+ assetId?: string;
6
+ id?: string;
7
+ label?: string;
8
+ numberOfDependencies?: number;
9
+ rejectionComment?: string;
10
+ requestType?: string;
11
+ requesterComment?: string;
12
+ sourceRequestId?: string;
13
+ status?: string;
14
+ workspaceIdOrApiName?: string;
15
15
  };
16
16
  }
17
17
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -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 = "e4953d010f5d944d34a98217111938b9";
2
+ export declare const VERSION = "90b925d8647c67d3ad89f3256f55f15e";
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;
@@ -15,25 +15,25 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  */
16
16
  export interface DataAssetRequestInputRepresentationNormalized {
17
17
  /** Id of Asset being promoted */
18
- assetId: string;
18
+ assetId?: string;
19
19
  /** Id for the request */
20
- id: string;
20
+ id?: string;
21
21
  /** Label to be used for the request */
22
- label: string;
22
+ label?: string;
23
23
  /** Number of dependencies associated with the asset being tracked */
24
- numberOfDependencies: number;
24
+ numberOfDependencies?: number;
25
25
  /** Rejection comment */
26
- rejectionComment: string;
26
+ rejectionComment?: string;
27
27
  /** Type of the request */
28
- requestType: string;
28
+ requestType?: string;
29
29
  /** Requester comment */
30
- requesterComment: string;
30
+ requesterComment?: string;
31
31
  /** Id for the source request */
32
- sourceRequestId: string;
32
+ sourceRequestId?: string;
33
33
  /** Status of the request */
34
- status: string;
34
+ status?: string;
35
35
  /** Workspace id or name of personal org related to the request */
36
- workspaceIdOrApiName: string;
36
+ workspaceIdOrApiName?: string;
37
37
  }
38
38
  /**
39
39
  * DataAssetRequest input representation in unified analytics.
@@ -42,14 +42,14 @@ export interface DataAssetRequestInputRepresentationNormalized {
42
42
  * (none)
43
43
  */
44
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;
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
55
  }
@@ -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 = "c15a48fd883f79a937626b94739e8f58";
4
+ export declare const VERSION = "43c05ab1871f7e0f8c17a6eaf58cdc17";
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 {
@@ -26,43 +26,43 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
26
26
  */
27
27
  export interface DataAssetRequestRepresentationNormalized {
28
28
  /** The user who approved or rejected this request */
29
- acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
29
+ acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
30
30
  /** Acknowledged date */
31
- acknowledgedDate: string;
31
+ acknowledgedDate: string | null;
32
32
  /** assetId associated with the request */
33
33
  assetId: string;
34
34
  /** Asset Label */
35
- assetLabel: string;
35
+ assetLabel: string | null;
36
36
  /** The user who cancelled this request */
37
- cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
37
+ cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
38
38
  /** Cancelled date */
39
- cancelledDate: string;
39
+ cancelledDate: string | null;
40
40
  /** The user who completed this request */
41
- completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
41
+ completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
42
42
  /** Completed date */
43
- completedDate: string;
43
+ completedDate: string | null;
44
44
  /** Failed date */
45
- failedDate: string;
45
+ failedDate: string | null;
46
46
  /** Data Asset Request Id */
47
47
  id: string;
48
48
  /** Installed date */
49
- installedDate: string;
49
+ installedDate: string | null;
50
50
  /** Data Asset Request Label */
51
51
  label: string;
52
52
  /** Migration Succeeded date */
53
- migrationSucceededDate: string;
53
+ migrationSucceededDate: string | null;
54
54
  /** Number of dependencies associated with workspace asset being tracked in the request */
55
- numberOfDependencies: number;
55
+ numberOfDependencies: number | null;
56
56
  /** ID of personal org */
57
- personalOrgId: string;
57
+ personalOrgId: string | null;
58
58
  /** Workspace ID from personal org */
59
- personalOrgWorkspaceId: string;
59
+ personalOrgWorkspaceId: string | null;
60
60
  /** ID of production org */
61
- productionOrgId: string;
61
+ productionOrgId: string | null;
62
62
  /** Workspace ID from production org */
63
- productionOrgWorkspaceId: string;
63
+ productionOrgWorkspaceId: string | null;
64
64
  /** Rejection Comment */
65
- rejectionComment: string;
65
+ rejectionComment: string | null;
66
66
  /** Type of the request */
67
67
  requestType: string;
68
68
  /** The user who requested this request */
@@ -72,11 +72,11 @@ export interface DataAssetRequestRepresentationNormalized {
72
72
  /** Requester Comment */
73
73
  requesterComment: string;
74
74
  /** Data Asset Request Source Id */
75
- sourceRequestId: string;
75
+ sourceRequestId: string | null;
76
76
  /** Data Asset Request Status */
77
77
  status: string;
78
78
  /** Data Asset Request Target Id */
79
- targetRequestId: string;
79
+ targetRequestId: string | null;
80
80
  /** workspaceAssetId in the workspace */
81
81
  workspaceAssetId: string;
82
82
  }
@@ -87,31 +87,31 @@ export interface DataAssetRequestRepresentationNormalized {
87
87
  * dataAssetRequestId (string): id
88
88
  */
89
89
  export interface DataAssetRequestRepresentation {
90
- acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
91
- acknowledgedDate: string;
90
+ acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
91
+ acknowledgedDate: string | null;
92
92
  assetId: string;
93
- assetLabel: string;
94
- cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
95
- cancelledDate: string;
96
- completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
97
- completedDate: string;
98
- failedDate: 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
99
  id: string;
100
- installedDate: string;
100
+ installedDate: string | null;
101
101
  label: string;
102
- migrationSucceededDate: string;
103
- numberOfDependencies: number;
104
- personalOrgId: string;
105
- personalOrgWorkspaceId: string;
106
- productionOrgId: string;
107
- productionOrgWorkspaceId: string;
108
- rejectionComment: 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
109
  requestType: string;
110
110
  requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
111
111
  requestedDate: string;
112
112
  requesterComment: string;
113
- sourceRequestId: string;
113
+ sourceRequestId: string | null;
114
114
  status: string;
115
- targetRequestId: string;
115
+ targetRequestId: string | null;
116
116
  workspaceAssetId: string;
117
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 = "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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.332.0-dev10",
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-dev10"
43
+ "@salesforce/lds-bindings": "^1.332.0-dev11"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.332.0-dev10"
46
+ "@salesforce/lds-compiler-plugins": "^1.332.0-dev11"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {