@salesforce/lds-adapters-analytics-unifiedanalytics 1.354.0-dev13 → 1.354.0-dev15
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 +198 -149
- package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +11 -11
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessRepresentation.d.ts +8 -1
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts +40 -0
- package/package.json +3 -3
- package/sfdc/index.js +165 -116
- package/src/raml/api.raml +44 -0
|
@@ -10,6 +10,8 @@ export interface GetSharesConfig {
|
|
|
10
10
|
limit?: number;
|
|
11
11
|
offset?: number;
|
|
12
12
|
userOrGroupId?: string;
|
|
13
|
+
orderBy?: string;
|
|
14
|
+
sortOrder?: string;
|
|
13
15
|
}
|
|
14
16
|
export declare const createResourceParams: (config: GetSharesConfig) => resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig;
|
|
15
17
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): string;
|
|
@@ -6,11 +6,11 @@ export declare const adapterName = "queryUsers";
|
|
|
6
6
|
export declare const queryUsers_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const queryUsers_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface QueryUsersConfig {
|
|
9
|
-
searchTerm
|
|
10
|
-
userCapability
|
|
11
|
-
useAutoSuggest
|
|
12
|
-
limit
|
|
13
|
-
offset
|
|
9
|
+
searchTerm?: string;
|
|
10
|
+
userCapability?: string;
|
|
11
|
+
useAutoSuggest?: boolean;
|
|
12
|
+
limit?: number;
|
|
13
|
+
offset?: number;
|
|
14
14
|
}
|
|
15
15
|
export declare const createResourceParams: (config: QueryUsersConfig) => resources_postTableauUsersQuery_ResourceRequestConfig;
|
|
16
16
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<QueryUsersConfig>): adapter$45$utils_Untrusted<QueryUsersConfig>;
|
|
@@ -8,6 +8,8 @@ export interface ResourceRequestConfig {
|
|
|
8
8
|
limit?: number;
|
|
9
9
|
offset?: number;
|
|
10
10
|
userOrGroupId?: string;
|
|
11
|
+
orderBy?: string;
|
|
12
|
+
sortOrder?: string;
|
|
11
13
|
};
|
|
12
14
|
}
|
|
13
15
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -2,11 +2,11 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
|
|
|
2
2
|
import { AnalyticsUsersQueryResultsRepresentation as types_AnalyticsUsersQueryResultsRepresentation_AnalyticsUsersQueryResultsRepresentation } from '../types/AnalyticsUsersQueryResultsRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
body: {
|
|
5
|
-
searchTerm
|
|
6
|
-
userCapability
|
|
7
|
-
useAutoSuggest
|
|
8
|
-
limit
|
|
9
|
-
offset
|
|
5
|
+
searchTerm?: string;
|
|
6
|
+
userCapability?: string;
|
|
7
|
+
useAutoSuggest?: boolean;
|
|
8
|
+
limit?: number;
|
|
9
|
+
offset?: number;
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
12
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "4a1f846518cde8c02b0da757df3bf441";
|
|
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: AnalyticsUsersQueryInputRepresentation, existing: AnalyticsUsersQueryInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnalyticsUsersQueryInputRepresentationNormalized;
|
|
@@ -15,15 +15,15 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface AnalyticsUsersQueryInputRepresentationNormalized {
|
|
17
17
|
/** Limit parameter value */
|
|
18
|
-
limit
|
|
18
|
+
limit?: number;
|
|
19
19
|
/** Offset parameter value */
|
|
20
|
-
offset
|
|
20
|
+
offset?: number;
|
|
21
21
|
/** Search term parameter value */
|
|
22
|
-
searchTerm
|
|
22
|
+
searchTerm?: string;
|
|
23
23
|
/** Use auto suggest term parameter value */
|
|
24
|
-
useAutoSuggest
|
|
24
|
+
useAutoSuggest?: boolean;
|
|
25
25
|
/** User permission */
|
|
26
|
-
userCapability
|
|
26
|
+
userCapability?: string;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Unified Analytics Users Query Input Representation
|
|
@@ -32,9 +32,9 @@ export interface AnalyticsUsersQueryInputRepresentationNormalized {
|
|
|
32
32
|
* (none)
|
|
33
33
|
*/
|
|
34
34
|
export interface AnalyticsUsersQueryInputRepresentation {
|
|
35
|
-
limit
|
|
36
|
-
offset
|
|
37
|
-
searchTerm
|
|
38
|
-
useAutoSuggest
|
|
39
|
-
userCapability
|
|
35
|
+
limit?: number;
|
|
36
|
+
offset?: number;
|
|
37
|
+
searchTerm?: string;
|
|
38
|
+
useAutoSuggest?: boolean;
|
|
39
|
+
userCapability?: string;
|
|
40
40
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { SetupRecordShareUserOrGroupRepresentation as SetupRecordShareUserOrGroupRepresentation_SetupRecordShareUserOrGroupRepresentation } from './SetupRecordShareUserOrGroupRepresentation';
|
|
1
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';
|
|
2
3
|
export declare const TTL = 500;
|
|
3
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "3e64719fa22958fe475ca3695a82422a";
|
|
4
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
6
|
export declare const RepresentationType: string;
|
|
6
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -28,6 +29,10 @@ export interface SetupRecordAccessRepresentationNormalized {
|
|
|
28
29
|
accessType: string;
|
|
29
30
|
/** Type of Application Domain */
|
|
30
31
|
applicationDomain: string;
|
|
32
|
+
/** Created Date */
|
|
33
|
+
createdDate: string;
|
|
34
|
+
/** User/Group */
|
|
35
|
+
userOrGroup: SetupRecordShareUserOrGroupRepresentation_SetupRecordShareUserOrGroupRepresentation;
|
|
31
36
|
/** User/Group Id */
|
|
32
37
|
userOrGroupId: string;
|
|
33
38
|
}
|
|
@@ -40,5 +45,7 @@ export interface SetupRecordAccessRepresentationNormalized {
|
|
|
40
45
|
export interface SetupRecordAccessRepresentation {
|
|
41
46
|
accessType: string;
|
|
42
47
|
applicationDomain: string;
|
|
48
|
+
createdDate: string;
|
|
49
|
+
userOrGroup: SetupRecordShareUserOrGroupRepresentation_SetupRecordShareUserOrGroupRepresentation;
|
|
43
50
|
userOrGroupId: string;
|
|
44
51
|
}
|
package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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 = "f00c7e25d235168c439dead741c0e4fc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SetupRecordShareUserOrGroupRepresentation, existing: SetupRecordShareUserOrGroupRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SetupRecordShareUserOrGroupRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SetupRecordShareUserOrGroupRepresentationNormalized, incoming: SetupRecordShareUserOrGroupRepresentationNormalized): 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: SetupRecordShareUserOrGroupRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* User or Group Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SetupRecordShareUserOrGroupRepresentationNormalized {
|
|
17
|
+
/** Display name of the User or Group */
|
|
18
|
+
displayName: string;
|
|
19
|
+
/** Email of the User */
|
|
20
|
+
email: string;
|
|
21
|
+
/** Id of the User or Group */
|
|
22
|
+
id: string;
|
|
23
|
+
/** Profile Photo URL of the User */
|
|
24
|
+
profilePhotoUrl: string;
|
|
25
|
+
/** Username of the User */
|
|
26
|
+
username: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* User or Group Representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface SetupRecordShareUserOrGroupRepresentation {
|
|
35
|
+
displayName: string;
|
|
36
|
+
email: string;
|
|
37
|
+
id: string;
|
|
38
|
+
profilePhotoUrl: string;
|
|
39
|
+
username: string;
|
|
40
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.354.0-
|
|
3
|
+
"version": "1.354.0-dev15",
|
|
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.354.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.354.0-dev15"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.354.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.354.0-dev15"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|