@salesforce/lds-adapters-analytics-unifiedanalytics 1.287.0
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/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-unifiedanalytics.js +1138 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/resources/deleteUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getUnifiedAnalyticsDashboards.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchUnifiedAnalyticsDashboardsByDashboardIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/postUnifiedAnalyticsDashboards.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsUserRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsWidgetInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsWidgetRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsWidgetStylesInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsWidgetStylesRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/BaseAnalyticsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ButtonWidgetIconInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ButtonWidgetIconRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ButtonWidgetParametersInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ButtonWidgetParametersRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ButtonWidgetStylesInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ButtonWidgetStylesRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DashboardCollectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DashboardInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DashboardLayoutInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/DashboardLayoutPageInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DashboardLayoutPageRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DashboardLayoutRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DashboardPageWidgetInputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DashboardPageWidgetRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DashboardRepresentation.d.ts +74 -0
- package/dist/es/es2018/types/src/generated/types/FilterWidgetParametersInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/FilterWidgetParametersRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TextWidgetContentAttributeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TextWidgetContentAttributeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TextWidgetContentParameterInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TextWidgetContentParameterRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TextWidgetParametersInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TextWidgetParametersRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VisualizationWidgetParametersInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VisualizationWidgetParametersRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1225 -0
- package/src/raml/api.raml +623 -0
- package/src/raml/luvio.raml +29 -0
package/dist/es/es2018/types/src/generated/types/TextWidgetContentAttributeRepresentation.d.ts
ADDED
|
@@ -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 = "92250e10fcbf4980dc25d0fc91c6d24d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TextWidgetContentAttributeRepresentation, existing: TextWidgetContentAttributeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextWidgetContentAttributeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TextWidgetContentAttributeRepresentationNormalized, incoming: TextWidgetContentAttributeRepresentationNormalized): 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: TextWidgetContentAttributeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents text widget parameter content attribute representation in unified analytics
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TextWidgetContentAttributeRepresentationNormalized {
|
|
17
|
+
/** Bold attribute of text widget */
|
|
18
|
+
bold: boolean;
|
|
19
|
+
/** Color attribute of text widget */
|
|
20
|
+
color: string;
|
|
21
|
+
/** Size attribute of text widget */
|
|
22
|
+
size: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents text widget parameter content attribute representation in unified analytics
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TextWidgetContentAttributeRepresentation {
|
|
31
|
+
bold: boolean;
|
|
32
|
+
color: string;
|
|
33
|
+
size: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/TextWidgetContentParameterInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4d9b30070608a294e4ae66b936a2c2c0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TextWidgetContentParameterInputRepresentation, existing: TextWidgetContentParameterInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextWidgetContentParameterInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TextWidgetContentParameterInputRepresentationNormalized, incoming: TextWidgetContentParameterInputRepresentationNormalized): 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: TextWidgetContentParameterInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Text widget parameters definition input representation in unified analytics
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TextWidgetContentParameterInputRepresentationNormalized {
|
|
17
|
+
/** Attributes of the text widget */
|
|
18
|
+
attributes: {};
|
|
19
|
+
/** Insert of the text widget */
|
|
20
|
+
insert: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Text widget parameters definition input representation in unified analytics
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TextWidgetContentParameterInputRepresentation {
|
|
29
|
+
attributes: {};
|
|
30
|
+
insert: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/TextWidgetContentParameterRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { TextWidgetContentAttributeRepresentation as TextWidgetContentAttributeRepresentation_TextWidgetContentAttributeRepresentation } from './TextWidgetContentAttributeRepresentation';
|
|
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 = "80e486afa1c9d6b3143c1a2e645f5b3f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TextWidgetContentParameterRepresentation, existing: TextWidgetContentParameterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextWidgetContentParameterRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TextWidgetContentParameterRepresentationNormalized, incoming: TextWidgetContentParameterRepresentationNormalized): 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: TextWidgetContentParameterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents text widget parameter content representation in unified analytics
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TextWidgetContentParameterRepresentationNormalized {
|
|
18
|
+
/** Attributes of text widget */
|
|
19
|
+
attributes: TextWidgetContentAttributeRepresentation_TextWidgetContentAttributeRepresentation;
|
|
20
|
+
/** Inserted text in text widget */
|
|
21
|
+
insert: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents text widget parameter content representation in unified analytics
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TextWidgetContentParameterRepresentation {
|
|
30
|
+
attributes: TextWidgetContentAttributeRepresentation_TextWidgetContentAttributeRepresentation;
|
|
31
|
+
insert: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "d9f1019812fb08cd691444effa745cf9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TextWidgetParametersInputRepresentation, existing: TextWidgetParametersInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextWidgetParametersInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TextWidgetParametersInputRepresentationNormalized, incoming: TextWidgetParametersInputRepresentationNormalized): 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: TextWidgetParametersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Text widget parameters definition input representation in unified analytics
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TextWidgetParametersInputRepresentationNormalized {
|
|
17
|
+
/** Text content of the text widget */
|
|
18
|
+
content: Array<{}>;
|
|
19
|
+
/** Tooltip of the text widget */
|
|
20
|
+
tooltip: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Text widget parameters definition input representation in unified analytics
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TextWidgetParametersInputRepresentation {
|
|
29
|
+
content: Array<{}>;
|
|
30
|
+
tooltip: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { TextWidgetContentParameterRepresentation as TextWidgetContentParameterRepresentation_TextWidgetContentParameterRepresentation } from './TextWidgetContentParameterRepresentation';
|
|
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 = "7b473192c4f886228c14ef711dd1ac21";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TextWidgetParametersRepresentation, existing: TextWidgetParametersRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextWidgetParametersRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TextWidgetParametersRepresentationNormalized, incoming: TextWidgetParametersRepresentationNormalized): 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: TextWidgetParametersRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents text widget parameter representation in unified analytics
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TextWidgetParametersRepresentationNormalized {
|
|
18
|
+
/** Parameters content associated with text widget */
|
|
19
|
+
content: Array<TextWidgetContentParameterRepresentation_TextWidgetContentParameterRepresentation>;
|
|
20
|
+
/** Tooltip associated with text widget */
|
|
21
|
+
tooltip: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents text widget parameter representation in unified analytics
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TextWidgetParametersRepresentation {
|
|
30
|
+
content: Array<TextWidgetContentParameterRepresentation_TextWidgetContentParameterRepresentation>;
|
|
31
|
+
tooltip: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "f8066d353cd7cf6bc4fe23e2c53d74fd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VisualizationWidgetParametersInputRepresentation, existing: VisualizationWidgetParametersInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationWidgetParametersInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VisualizationWidgetParametersInputRepresentationNormalized, incoming: VisualizationWidgetParametersInputRepresentationNormalized): 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: VisualizationWidgetParametersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Visualization widget parameters definition input representation in unified analytics
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface VisualizationWidgetParametersInputRepresentationNormalized {
|
|
17
|
+
/** ShareState Parameter value */
|
|
18
|
+
shareState: boolean;
|
|
19
|
+
/** Source Parameter value */
|
|
20
|
+
source: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Visualization widget parameters definition input representation in unified analytics
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface VisualizationWidgetParametersInputRepresentation {
|
|
29
|
+
shareState: boolean;
|
|
30
|
+
source: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/VisualizationWidgetParametersRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4836b82bd6377bc519f5d3cc93a2de51";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VisualizationWidgetParametersRepresentation, existing: VisualizationWidgetParametersRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VisualizationWidgetParametersRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VisualizationWidgetParametersRepresentationNormalized, incoming: VisualizationWidgetParametersRepresentationNormalized): 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: VisualizationWidgetParametersRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of a visualizationWidgetParameter.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface VisualizationWidgetParametersRepresentationNormalized {
|
|
17
|
+
/** ShareState in visualizationWidgetParameter */
|
|
18
|
+
shareState: boolean;
|
|
19
|
+
/** Source in visualizationWidgetParameter */
|
|
20
|
+
source: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation of a visualizationWidgetParameter.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface VisualizationWidgetParametersRepresentation {
|
|
29
|
+
shareState: boolean;
|
|
30
|
+
source: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectKeys: {
|
|
3
|
+
(o: object): string[];
|
|
4
|
+
(o: {}): string[];
|
|
5
|
+
}, ObjectCreate: {
|
|
6
|
+
(o: object | null): any;
|
|
7
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
8
|
+
}, ObjectAssign: {
|
|
9
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
10
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
11
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
12
|
+
(target: object, ...sources: any[]): any;
|
|
13
|
+
};
|
|
14
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
15
|
+
export declare const JSONStringify: {
|
|
16
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
17
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
18
|
+
};
|
|
19
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
20
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
21
|
+
export type RecursivePartial<T> = null | {
|
|
22
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
23
|
+
};
|
|
24
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
25
|
+
export declare function equalsObject<U, V extends {
|
|
26
|
+
[key: string]: U;
|
|
27
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
28
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
29
|
+
__ref: string;
|
|
30
|
+
};
|
|
31
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
32
|
+
export {};
|
package/package.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
+
"version": "1.287.0",
|
|
4
|
+
"description": "Tableau Unified Analytics Platform",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
|
+
"main": "dist/es/es2018/analytics-unifiedanalytics.js",
|
|
7
|
+
"module": "dist/es/es2018/analytics-unifiedanalytics.js",
|
|
8
|
+
"types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"sfdc",
|
|
12
|
+
"src/raml/*"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts",
|
|
17
|
+
"import": "./dist/es/es2018/analytics-unifiedanalytics.js",
|
|
18
|
+
"require": "./dist/es/es2018/analytics-unifiedanalytics.js"
|
|
19
|
+
},
|
|
20
|
+
"./sfdc": {
|
|
21
|
+
"types": "./sfdc/index.d.ts",
|
|
22
|
+
"import": "./sfdc/index.js",
|
|
23
|
+
"default": "./sfdc/index.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"sfdc": {
|
|
27
|
+
"namespace": "lightning",
|
|
28
|
+
"module": "analyticsUnifiedanalyticsApi"
|
|
29
|
+
},
|
|
30
|
+
"contributors": [
|
|
31
|
+
"pritiraj.singh@salesforce.com"
|
|
32
|
+
],
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "yarn build:services",
|
|
35
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
|
|
36
|
+
"build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
|
|
37
|
+
"clean": "rm -rf dist sfdc src/generated",
|
|
38
|
+
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-analytics-unifiedanalytics",
|
|
39
|
+
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-analytics-unifiedanalytics",
|
|
40
|
+
"test:unit": "jest"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@salesforce/lds-bindings": "^1.287.0"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.287.0"
|
|
47
|
+
},
|
|
48
|
+
"nx": {
|
|
49
|
+
"targets": {
|
|
50
|
+
"build": {
|
|
51
|
+
"outputs": [
|
|
52
|
+
"{projectRoot}/dist",
|
|
53
|
+
"{projectRoot}/sfdc"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
"build:raml": {
|
|
57
|
+
"outputs": [
|
|
58
|
+
"{projectRoot}/src/generated"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"volta": {
|
|
64
|
+
"extends": "../../package.json"
|
|
65
|
+
}
|
|
66
|
+
}
|
package/sfdc/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';
|