@salesforce/lds-adapters-platform-sharing 1.421.1 → 1.422.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/dist/es/es2018/platform-sharing.js +364 -117
- package/dist/es/es2018/types/src/generated/types/PublicGroupSummaryRepresentation.d.ts +9 -1
- package/dist/es/es2018/types/src/generated/types/QueueSupportedObjectDetailsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RoutingConfigDetailsRepresentation.d.ts +31 -0
- package/package.json +3 -3
- package/sfdc/index.js +385 -138
- package/src/raml/api.raml +36 -0
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { IncludedGroupsSharingRepresentation as IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation } from './IncludedGroupsSharingRepresentation';
|
|
2
2
|
import { ListViewGroupSharingRepresentation as ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation } from './ListViewGroupSharingRepresentation';
|
|
3
|
+
import { QueueSupportedObjectDetailsRepresentation as QueueSupportedObjectDetailsRepresentation_QueueSupportedObjectDetailsRepresentation } from './QueueSupportedObjectDetailsRepresentation';
|
|
3
4
|
import { QueuesSharingRepresentation as QueuesSharingRepresentation_QueuesSharingRepresentation } from './QueuesSharingRepresentation';
|
|
4
5
|
import { ReportAndDashboardFolderGroupSharingRepresentation as ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation } from './ReportAndDashboardFolderGroupSharingRepresentation';
|
|
6
|
+
import { RoutingConfigDetailsRepresentation as RoutingConfigDetailsRepresentation_RoutingConfigDetailsRepresentation } from './RoutingConfigDetailsRepresentation';
|
|
5
7
|
import { SharingRulesCriteriaGroupSharingRepresentation as SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation } from './SharingRulesCriteriaGroupSharingRepresentation';
|
|
6
8
|
import { SharingRulesOwnerGroupSharingRepresentation as SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation } from './SharingRulesOwnerGroupSharingRepresentation';
|
|
7
9
|
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';
|
|
8
10
|
export declare const TTL = 300;
|
|
9
|
-
export declare const VERSION = "
|
|
11
|
+
export declare const VERSION = "688d1ce4756fb7c7fcbf8a2f2ac1ae7c";
|
|
10
12
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
13
|
export declare const RepresentationType: string;
|
|
12
14
|
export declare function normalize(input: PublicGroupSummaryRepresentation, existing: PublicGroupSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PublicGroupSummaryRepresentationNormalized;
|
|
@@ -25,10 +27,14 @@ export interface PublicGroupSummaryRepresentationNormalized {
|
|
|
25
27
|
includedGroupsSharing: Array<IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation>;
|
|
26
28
|
/** Output response data for list view tab */
|
|
27
29
|
listViewGroupSharing: Array<ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation>;
|
|
30
|
+
/** Queue supported object details for QueueSupportedObjects operation */
|
|
31
|
+
queueSupportedObjectDetails?: Array<QueueSupportedObjectDetailsRepresentation_QueueSupportedObjectDetailsRepresentation>;
|
|
28
32
|
/** Output response data for Queue tab */
|
|
29
33
|
queuesSharing: Array<QueuesSharingRepresentation_QueuesSharingRepresentation>;
|
|
30
34
|
/** Report and Dashboard Folder shared with a group */
|
|
31
35
|
reportAndDashboardFolderGroupSharing: Array<ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation>;
|
|
36
|
+
/** Routing config details for RoutingConfigDetails operation */
|
|
37
|
+
routingConfigDetails?: RoutingConfigDetailsRepresentation_RoutingConfigDetailsRepresentation | null;
|
|
32
38
|
/** Output response data for criteria based sharing rules tab */
|
|
33
39
|
sharingRulesCriteriaGroupSharing: Array<SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation>;
|
|
34
40
|
/** Output response data for owner based sharing rules tab */
|
|
@@ -43,8 +49,10 @@ export interface PublicGroupSummaryRepresentationNormalized {
|
|
|
43
49
|
export interface PublicGroupSummaryRepresentation {
|
|
44
50
|
includedGroupsSharing: Array<IncludedGroupsSharingRepresentation_IncludedGroupsSharingRepresentation>;
|
|
45
51
|
listViewGroupSharing: Array<ListViewGroupSharingRepresentation_ListViewGroupSharingRepresentation>;
|
|
52
|
+
queueSupportedObjectDetails?: Array<QueueSupportedObjectDetailsRepresentation_QueueSupportedObjectDetailsRepresentation>;
|
|
46
53
|
queuesSharing: Array<QueuesSharingRepresentation_QueuesSharingRepresentation>;
|
|
47
54
|
reportAndDashboardFolderGroupSharing: Array<ReportAndDashboardFolderGroupSharingRepresentation_ReportAndDashboardFolderGroupSharingRepresentation>;
|
|
55
|
+
routingConfigDetails?: RoutingConfigDetailsRepresentation_RoutingConfigDetailsRepresentation | null;
|
|
48
56
|
sharingRulesCriteriaGroupSharing: Array<SharingRulesCriteriaGroupSharingRepresentation_SharingRulesCriteriaGroupSharingRepresentation>;
|
|
49
57
|
sharingRulesOwnerGroupSharing: Array<SharingRulesOwnerGroupSharingRepresentation_SharingRulesOwnerGroupSharingRepresentation>;
|
|
50
58
|
}
|
package/dist/es/es2018/types/src/generated/types/QueueSupportedObjectDetailsRepresentation.d.ts
ADDED
|
@@ -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 = "fb2361053d1fd9f868dafaa1597ff80a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: QueueSupportedObjectDetailsRepresentation, existing: QueueSupportedObjectDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): QueueSupportedObjectDetailsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: QueueSupportedObjectDetailsRepresentationNormalized, incoming: QueueSupportedObjectDetailsRepresentationNormalized): 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: QueueSupportedObjectDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Supported object details for a queue
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface QueueSupportedObjectDetailsRepresentationNormalized {
|
|
17
|
+
/** API name of the supported object */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** Whether the supported object is a custom object */
|
|
20
|
+
isCustom: boolean | null;
|
|
21
|
+
/** Master label of the supported object */
|
|
22
|
+
masterLabel: string;
|
|
23
|
+
/** Namespace prefix of the supported object */
|
|
24
|
+
namespace: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Supported object details for a queue
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface QueueSupportedObjectDetailsRepresentation {
|
|
33
|
+
apiName: string;
|
|
34
|
+
isCustom: boolean | null;
|
|
35
|
+
masterLabel: string;
|
|
36
|
+
namespace: string;
|
|
37
|
+
}
|
|
@@ -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 = "4c90b0d9bf8b7462cb8d0f8a6edb5ec2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RoutingConfigDetailsRepresentation, existing: RoutingConfigDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RoutingConfigDetailsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RoutingConfigDetailsRepresentationNormalized, incoming: RoutingConfigDetailsRepresentationNormalized): 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: RoutingConfigDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Routing config details of a queue
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RoutingConfigDetailsRepresentationNormalized {
|
|
17
|
+
/** Routing config record id */
|
|
18
|
+
id: string;
|
|
19
|
+
/** Master label of the routing config */
|
|
20
|
+
masterLabel: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Routing config details of a queue
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RoutingConfigDetailsRepresentation {
|
|
29
|
+
id: string;
|
|
30
|
+
masterLabel: string;
|
|
31
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-sharing",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.422.0",
|
|
4
4
|
"description": "Sharing",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-sharing.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.422.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.422.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|