@salesforce/lds-adapters-analytics-unifiedanalytics 1.308.0 → 1.309.0-dev9
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 +2314 -1628
- package/dist/es/es2018/types/src/generated/adapters/createAnnotation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createAssetSlackChannel.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createLoglines.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/createWorkspaceAsset.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspaceAsset.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/generateSFDriveCredentials.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnnotations.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getAssetSlackChannels.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFlowByName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFollowedAssets.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getFollowers.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackAppInfo.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getSubscriptionDigestConfig.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getUnifiedAnalyticsLibraryAssets.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/getUniqueFollowerCount.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaceByIdOrName.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaces.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/queryAssets.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/unfollow.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateSubscriptionDigestConfig.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/adapters/updateWorkspace.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +6 -1
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowerCountByFollowedAssetId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauOrgsByUserName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGenerateCredential.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/OrgInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SlackMessageOutputRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/UniqueFollowerCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceRepresentation.d.ts +3 -6
- package/package.json +3 -3
- package/sfdc/index.js +1985 -1276
- package/src/raml/api.raml +133 -9
- package/src/raml/luvio.raml +51 -25
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → deleteTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts → deleteTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → deleteTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts → deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{deleteUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → deleteTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsAnnotations.d.ts → getTableauAnnotations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsAnnotationsSlackAppInfo.d.ts → getTableauAnnotationsSlackAppInfo.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsDashboards.d.ts → getTableauDashboards.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → getTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFlows.d.ts → getTableauFlows.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFlowsByFlowApiName.d.ts → getTableauFlowsByFlowApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowAssetsFollowersByFollowedAssetId.d.ts → getTableauFollowAssetsFollowersByFollowedAssetId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowFollowersFollowedAssetsByFollowerId.d.ts → getTableauFollowFollowersFollowedAssetsByFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts → getTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsSlackChannels.d.ts → getTableauSlackChannels.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsSubscriptionsDigestByDigestConfigOwner.d.ts → getTableauSubscriptionsDigestByDigestConfigOwner.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizations.d.ts → getTableauVisualizations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizationsBundleByVisualizationIdOrApiName.d.ts → getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → getTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspaces.d.ts → getTableauWorkspaces.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts → getTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesAssetsByWorkspaceIdOrApiName.d.ts → getTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{getUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → getTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts → patchTableauDashboardsByDashboardIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsSubscriptionsDigestByDigestConfigOwner.d.ts → patchTableauSubscriptionsDigestByDigestConfigOwner.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsVisualizationsByVisualizationIdOrApiName.d.ts → patchTableauVisualizationsByVisualizationIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{patchUnifiedAnalyticsWorkspacesByWorkspaceIdOrApiName.d.ts → patchTableauWorkspacesByWorkspaceIdOrApiName.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAdminMonitoringEvents.d.ts → postTableauAdminMonitoringEvents.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAnnotations.d.ts → postTableauAnnotations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsAssetsQuery.d.ts → postTableauAssetsQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsDashboards.d.ts → postTableauDashboards.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsFollowFollowersFollowsByFollowerId.d.ts → postTableauFollowFollowersFollowsByFollowerId.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsLibraryAssetsQuery.d.ts → postTableauLibraryAssetsQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsLoglines.d.ts → postTableauLoglines.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsSlackChannels.d.ts → postTableauSlackChannels.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsUsersQuery.d.ts → postTableauUsersQuery.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsVisualizations.d.ts → postTableauVisualizations.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsWorkspaces.d.ts → postTableauWorkspaces.d.ts} +0 -0
- /package/dist/es/es2018/types/src/generated/resources/{postUnifiedAnalyticsWorkspacesAssetsByWorkspaceIdOrApiName.d.ts → postTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts} +0 -0
|
@@ -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 = "4cd25d250e24c7df1618a3222ae67ead";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpAssetBaseInputRepresentation, existing: CdpAssetBaseInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetBaseInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpAssetBaseInputRepresentationNormalized, incoming: CdpAssetBaseInputRepresentationNormalized): 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: CdpAssetBaseInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a base asset
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpAssetBaseInputRepresentationNormalized {
|
|
17
|
+
/** Id */
|
|
18
|
+
id: string;
|
|
19
|
+
/** Name */
|
|
20
|
+
name: string;
|
|
21
|
+
/** Namespace */
|
|
22
|
+
namespace: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents a base asset
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpAssetBaseInputRepresentation {
|
|
31
|
+
id: string;
|
|
32
|
+
name: string;
|
|
33
|
+
namespace: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { OrgRepresentation as OrgRepresentation_OrgRepresentation } from './OrgRepresentation';
|
|
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
|
+
export declare const TTL = 500;
|
|
4
|
+
export declare const VERSION = "ebd45d9f8ecdc711027eec047d0803ac";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
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;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: OrgCollectionRepresentationNormalized, incoming: OrgCollectionRepresentationNormalized): 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: OrgCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* A collection of unified analytics orgs.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface OrgCollectionRepresentationNormalized {
|
|
19
|
+
currentOrg: OrgRepresentation_OrgRepresentation;
|
|
20
|
+
/** List of orgs being returned. */
|
|
21
|
+
orgs: Array<OrgRepresentation_OrgRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A collection of unified analytics orgs.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface OrgCollectionRepresentation {
|
|
30
|
+
currentOrg: OrgRepresentation_OrgRepresentation;
|
|
31
|
+
orgs: Array<OrgRepresentation_OrgRepresentation>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "91822a5a0b6152c95ee4b82259676e3b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: OrgInputRepresentation, existing: OrgInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): OrgInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: OrgInputRepresentationNormalized, incoming: OrgInputRepresentationNormalized): 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: OrgInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Unified Analytics Org Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface OrgInputRepresentationNormalized {
|
|
17
|
+
/** The name of the user to query to orgs for. */
|
|
18
|
+
userName: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Unified Analytics Org Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface OrgInputRepresentation {
|
|
27
|
+
userName: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
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;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: OrgRepresentationNormalized, incoming: OrgRepresentationNormalized): 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: OrgRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Unified analytics org representation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface OrgRepresentationNormalized {
|
|
17
|
+
/** ID of this org. */
|
|
18
|
+
id: string;
|
|
19
|
+
/** Named label to display for this org */
|
|
20
|
+
label: string;
|
|
21
|
+
/** URL to display for this org */
|
|
22
|
+
orgUrl: string;
|
|
23
|
+
/** URL to switch to this org. */
|
|
24
|
+
targetUrl: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Unified analytics org representation.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface OrgRepresentation {
|
|
33
|
+
id: string;
|
|
34
|
+
label: string;
|
|
35
|
+
orgUrl: string;
|
|
36
|
+
targetUrl: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CdpAssetBaseInputRepresentation as CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation } from './CdpAssetBaseInputRepresentation';
|
|
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 = "1715a0fa4e1679ba0acb786f40379667";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SFDriveCredentialInputRepresentation, existing: SFDriveCredentialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SFDriveCredentialInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SFDriveCredentialInputRepresentationNormalized, incoming: SFDriveCredentialInputRepresentationNormalized): 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: SFDriveCredentialInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for sf drive credentials
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SFDriveCredentialInputRepresentationNormalized extends CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation {
|
|
18
|
+
/** The path in sfdrive for which credentials are needed. */
|
|
19
|
+
path: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for sf drive credentials
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SFDriveCredentialInputRepresentation extends CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation {
|
|
28
|
+
path: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 1000;
|
|
3
|
+
export declare const VERSION = "b74220848da66f28aac811c5ea8a8c23";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
fullyQualifiedLocationInDrive: string;
|
|
8
|
+
}
|
|
9
|
+
export type SFDriveCredentialRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialSFDriveCredentialRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SFDriveCredentialRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SFDriveCredentialRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SFDriveCredentialRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: SFDriveCredentialRepresentation, existing: SFDriveCredentialRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SFDriveCredentialRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: SFDriveCredentialRepresentationNormalized, incoming: SFDriveCredentialRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SFDriveCredentialRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Response representation for SFDrive Credentials Request
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* fullyQualifiedLocationInDrive (string): fullyQualifiedLocationInDrive
|
|
25
|
+
*/
|
|
26
|
+
export interface SFDriveCredentialRepresentationNormalized {
|
|
27
|
+
/** Access Credentials for location in SF Drive */
|
|
28
|
+
accessCredential: {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
/** Fully Qualified Location in SF Drive */
|
|
32
|
+
fullyQualifiedLocationInDrive: string;
|
|
33
|
+
/** Tenant Key Id */
|
|
34
|
+
tenantKeyId: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Response representation for SFDrive Credentials Request
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* fullyQualifiedLocationInDrive (string): fullyQualifiedLocationInDrive
|
|
41
|
+
*/
|
|
42
|
+
export interface SFDriveCredentialRepresentation {
|
|
43
|
+
accessCredential: {
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
};
|
|
46
|
+
fullyQualifiedLocationInDrive: string;
|
|
47
|
+
tenantKeyId: string;
|
|
48
|
+
}
|
|
@@ -2,7 +2,7 @@ import { SlackFileOutputRepresentation as SlackFileOutputRepresentation_SlackFil
|
|
|
2
2
|
import { SlackReactionOutputRepresentation as SlackReactionOutputRepresentation_SlackReactionOutputRepresentation } from './SlackReactionOutputRepresentation';
|
|
3
3
|
import { SlackUserInfoOutputRepresentation as SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation } from './SlackUserInfoOutputRepresentation';
|
|
4
4
|
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';
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "36fdb9a2ab130f2771d0992f2e9734ea";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export declare function normalize(input: SlackMessageOutputRepresentation, existing: SlackMessageOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SlackMessageOutputRepresentationNormalized;
|
|
@@ -28,13 +28,13 @@ export interface SlackMessageOutputRepresentationNormalized {
|
|
|
28
28
|
/** Does this message includes Custom emoji? */
|
|
29
29
|
includesCustomEmoji: boolean | null;
|
|
30
30
|
/** Is this a reply also sent to the Channel? */
|
|
31
|
-
isBroadcast: boolean;
|
|
31
|
+
isBroadcast: boolean | null;
|
|
32
32
|
/** Can this message be edited? */
|
|
33
33
|
isEditable: boolean;
|
|
34
34
|
/** Is this an edited message? */
|
|
35
|
-
isEdited: boolean;
|
|
35
|
+
isEdited: boolean | null;
|
|
36
36
|
/** Does the App contains required scopes to read Slack files? */
|
|
37
|
-
isFileReadAllowed: boolean;
|
|
37
|
+
isFileReadAllowed: boolean | null;
|
|
38
38
|
/** Latest Reply timestamp */
|
|
39
39
|
latestReplyTimestamp: string | null;
|
|
40
40
|
/** Content of the Message */
|
|
@@ -60,7 +60,7 @@ export interface SlackMessageOutputRepresentationNormalized {
|
|
|
60
60
|
/** Timestamp of the thread to which this message belong to */
|
|
61
61
|
threadTs: string | null;
|
|
62
62
|
/** Type of Message */
|
|
63
|
-
type: string;
|
|
63
|
+
type: string | null;
|
|
64
64
|
/** Unique Key for this message */
|
|
65
65
|
uniqueKey: string;
|
|
66
66
|
/** Url for this message */
|
|
@@ -79,10 +79,10 @@ export interface SlackMessageOutputRepresentation {
|
|
|
79
79
|
channelId: string;
|
|
80
80
|
files: Array<SlackFileOutputRepresentation_SlackFileOutputRepresentation>;
|
|
81
81
|
includesCustomEmoji: boolean | null;
|
|
82
|
-
isBroadcast: boolean;
|
|
82
|
+
isBroadcast: boolean | null;
|
|
83
83
|
isEditable: boolean;
|
|
84
|
-
isEdited: boolean;
|
|
85
|
-
isFileReadAllowed: boolean;
|
|
84
|
+
isEdited: boolean | null;
|
|
85
|
+
isFileReadAllowed: boolean | null;
|
|
86
86
|
latestReplyTimestamp: string | null;
|
|
87
87
|
message: string;
|
|
88
88
|
messageEpochMillisecond: number;
|
|
@@ -95,7 +95,7 @@ export interface SlackMessageOutputRepresentation {
|
|
|
95
95
|
subtype: string | null;
|
|
96
96
|
teamId: string;
|
|
97
97
|
threadTs: string | null;
|
|
98
|
-
type: string;
|
|
98
|
+
type: string | null;
|
|
99
99
|
uniqueKey: string;
|
|
100
100
|
url: string;
|
|
101
101
|
userInfo: SlackUserInfoOutputRepresentation_SlackUserInfoOutputRepresentation;
|
|
@@ -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 = "a4167cdb0a6477d9d7ddbe70da03f1b4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: UniqueFollowerCountRepresentation, existing: UniqueFollowerCountRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UniqueFollowerCountRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: UniqueFollowerCountRepresentationNormalized, incoming: UniqueFollowerCountRepresentationNormalized): 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: UniqueFollowerCountRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Unique count of followers
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface UniqueFollowerCountRepresentationNormalized {
|
|
18
|
+
/** Unique count of followers */
|
|
19
|
+
uniqueFollowerCount: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Unique count of followers
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface UniqueFollowerCountRepresentation {
|
|
28
|
+
uniqueFollowerCount: number;
|
|
29
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "1d72d9ce1a25023f80eef5daa23f140e";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -21,11 +21,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
21
21
|
* Unified analytics workspace representation.
|
|
22
22
|
*
|
|
23
23
|
* Keys:
|
|
24
|
-
* name (string):
|
|
24
|
+
* name (string): name
|
|
25
25
|
*/
|
|
26
26
|
export interface WorkspaceRepresentationNormalized {
|
|
27
|
-
/** Key to use for caching the workspace output. */
|
|
28
|
-
cacheableKey: string;
|
|
29
27
|
/** Created by of the asset. */
|
|
30
28
|
createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
31
29
|
/** Created date of the asset */
|
|
@@ -49,10 +47,9 @@ export interface WorkspaceRepresentationNormalized {
|
|
|
49
47
|
* Unified analytics workspace representation.
|
|
50
48
|
*
|
|
51
49
|
* Keys:
|
|
52
|
-
* name (string):
|
|
50
|
+
* name (string): name
|
|
53
51
|
*/
|
|
54
52
|
export interface WorkspaceRepresentation {
|
|
55
|
-
cacheableKey: string;
|
|
56
53
|
createdBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
|
|
57
54
|
createdDate: string;
|
|
58
55
|
description?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.309.0-dev9",
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.309.0-dev9"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.309.0-dev9"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|